From ce49a62441143bac69516a2bedae3bd3568a2aff Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Thu, 14 Nov 2024 09:14:54 +0000 Subject: [PATCH] Use 4-space indent for nested unordered list Signed-off-by: Arthit Suriyawongkul --- model/Licensing/Licensing.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/model/Licensing/Licensing.md b/model/Licensing/Licensing.md index 701159077..d6b13a6ec 100644 --- a/model/Licensing/Licensing.md +++ b/model/Licensing/Licensing.md @@ -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