Skip to content

Commit

Permalink
Use 4-space indent for nested unordered list
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <[email protected]>
  • Loading branch information
bact committed Nov 14, 2024
1 parent 19f5e53 commit ce49a62
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions model/Licensing/Licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,24 @@ A hasDeclaredLicense may be expressed differently in practice for different
types of Software Artifacts. For example:

- for Packages:
- would include license info for the Package as a
whole, found in the Package itself (e.g., LICENSE file,
README file, metadata in the Package, etc.)
- would not include any license information that is not in the Package
itself (e.g., license information from the project's website or from a
- would include license info for the Package as a
whole, found in the Package itself (e.g., LICENSE file,
README file, metadata in the Package, etc.)
- would not include any license information that is not in the Package
itself (e.g., license information from the project's website or from a
third party repository or website)
- for Files:
- would include license info found in the File itself (e.g., license
header or notice, comments indicating the license, SPDX-License-Identifier
expression)
- would not include license info found in a different file (e.g., LICENSE
file in the top directory of a repository)
- would include license info found in the File itself (e.g., license
header or notice, comments indicating the license, SPDX-License-Identifier
expression)
- would not include license info found in a different file (e.g., LICENSE
file in the top directory of a repository)
- for Snippets:
- would include license info found in the Snippet itself (e.g., license
notice, comments, SPDX-License-Identifier expression)
- would not include license info found elsewhere in the File or in a
different File (e.g., comment at top of File if it is not within the
Snippet, LICENSE file in the top directory of a repository)
- would include license info found in the Snippet itself (e.g., license
notice, comments, SPDX-License-Identifier expression)
- would not include license info found elsewhere in the File or in a
different File (e.g., comment at top of File if it is not within the
Snippet, LICENSE file in the top directory of a repository)

A hasDeclaredLicense relationship to NoneLicense indicates that the
corresponding Package, File or Snippet contains no license information
Expand Down

0 comments on commit ce49a62

Please sign in to comment.