Skip to content

Commit e62be42

Browse files
committed
Add is_unknown flag to data files of unknown licenses
Signed-off-by: akugarg <[email protected]>
1 parent a451a9c commit e62be42

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

src/licensedcode/data/licenses/free-unknown.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ short_name: Free unknown
33
name: Free unknown license detected but not recognized
44
category: Unstated License
55
owner: Unspecified
6+
is_unknown: yes
67
spdx_license_key: LicenseRef-scancode-free-unknown
8+

src/licensedcode/data/licenses/license-file-reference.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ short_name: license-file-reference
44
name: license-file-reference
55
category: Unstated License
66
owner: Unspecified
7+
is_unknown: yes
78
notes: this was known before as "see-license" and is now unknown-license-reference

src/licensedcode/data/licenses/see-license.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ name: See License mention
44
category: Unstated License
55
owner: Unspecified
66
is_deprecated: yes
7+
is_unknown: yes
78
notes: replaced by unknown-license-reference

src/licensedcode/data/licenses/unknown-license-reference.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ short_name: Unknown License reference
33
name: Unknown License file reference
44
category: Unstated License
55
owner: Unspecified
6+
is_unknown: yes
67
notes: This is reference to a license file with no clear license. this was known before as "see-license"
78
and "license-file-reference"
89
spdx_license_key: LicenseRef-scancode-unknown-license-reference

src/licensedcode/data/licenses/unknown-spdx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ short_name: unknown SPDX
33
name: Unknown SPDX license detected but not recognized
44
category: Unstated License
55
owner: Unspecified
6+
is_unknown: yes
67
spdx_license_key: LicenseRef-scancode-unknown-spdx
78
notes: This is something that clearly ressembles a license in an SPDX license
89
expression but is not conclusively an SPDX license ID.

src/licensedcode/data/licenses/unknown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ short_name: unknown
33
name: Unknown license detected but not recognized
44
category: Unstated License
55
owner: Unspecified
6+
is_unknown: yes
67
spdx_license_key: LicenseRef-scancode-unknown
78
notes: This is something that clearly ressembles a license but is not conclusive.

0 commit comments

Comments
 (0)