Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use one-level unordered list to avoid formatting issue with MkDocs #921

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 24 additions & 19 deletions model/Licensing/Licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,30 @@ included, as needed, in the hasConcludedLicense field.
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
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)
- 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)
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
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)

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)

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