Skip to content

Commit 61faf4a

Browse files
Adress review comments and fix test failures
There are suggestions from @DennisClark and @pombredanne Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 71563ba commit 61faf4a

File tree

14 files changed

+65
-63
lines changed

14 files changed

+65
-63
lines changed

src/licensedcode/data/licenses/any-osi.LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ name: Any OSI License
55
category: Unstated License
66
owner: Unstated
77
spdx_license_key: any-OSI
8+
minimum_coverage: 100
89
other_urls:
910
- https://metacpan.org/pod/Exporter::Tidy#LICENSE
1011
ignorable_urls:
1112
- http://www.opensource.org/licenses/alphabetical
1213
---
13-
14-
{{Pick your favourite OSI approved license}} :)
14+
Pick your favourite OSI approved license :)
1515

1616
http://www.opensource.org/licenses/alphabetical

src/licensedcode/data/licenses/asterisk-linking-protocols-exception.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
key: asterisk-linking-protocols-exception
33
short_name: Asterisk linking protocols exception
44
name: Asterisk linking protocols exception
5-
owner: The Asterisk Project
5+
owner: Asterisk
66
category: Copyleft Limited
77
is_exception: yes
88
spdx_license_key: Asterisk-linking-protocols-exception

src/licensedcode/data/licenses/bsd-2-clause-first-lines.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
key: bsd-2-clause-first-lines
3-
short_name: BSD 2-Clause - first lines requirement
3+
short_name: BSD 2-Clause first lines
44
name: BSD 2-Clause - first lines requirement
55
owner: Nippon Telegraph and Telephone Corporation
66
category: Permissive

src/licensedcode/data/licenses/hpnd-export-us-acknowledgement.LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
key: hpnd-export-us-acknowledgement
33
short_name: HPND US export acknowledgment
44
name: HPND with US Government export control warning and acknowledgment
5-
owner: University of California
5+
owner: Regents of the University of California
66
category: Free Restricted
77
notes: |
88
Added in SPDX license list 3.24
@@ -11,6 +11,8 @@ spdx_license_key: HPND-export-US-acknowledgement
1111
other_urls:
1212
- https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L831-L852
1313
- https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html
14+
ignorable_authors:
15+
- the University of Southern California
1416
---
1517

1618
EXPORT OF THIS SOFTWARE from the United States of America may

src/licensedcode/data/licenses/hpnd-uc-export-us.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
key: hpnd-uc-export-us
33
short_name: HPND UC US export warning
44
name: Historical Permission Notice and Disclaimer - University of California, US export warning
5-
owner: University of California
5+
owner: Regents of the University of California
66
category: Free Restricted
77
spdx_license_key: HPND-UC-export-US
88
notes: Added in SPDX license list 3.24

src/licensedcode/data/licenses/mit-khronos-old.LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
key: mit-khronos-old
33
short_name: MIT Khronos - old variant
44
name: MIT Khronos - old variant
5-
owner: The Khronos Group Inc.
5+
owner: Khronos Group
66
category: Permissive
77
notes: |
88
Added in SPDX license list 3.24
99
This is the same as khronos.LICENSE except the third paragraph
1010
spdx_license_key: MIT-Khronos-old
1111
other_urls:
1212
- https://github.com/KhronosGroup/SPIRV-Cross/blob/main/LICENSES/LicenseRef-KhronosFreeUse.txt
13+
ignorable_urls:
14+
- https://www.khronos.org/registry/
1315
---
1416

1517
Permission is hereby granted, free of charge, to any person obtaining a copy

src/licensedcode/data/licenses/ppl.LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
key: ppl
33
short_name: Peer Production License
44
name: Peer Production License
5-
category: Commercial
5+
category: Copyleft
66
owner: p2pfoundation.net
77
spdx_license_key: PPL
88
other_urls:
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
license_expression: any-osi
3-
is_license_reference: yes
4-
relevance: 100
3+
is_license_text: yes
4+
minimum_coverage: 100
55
ignorable_urls:
66
- http://www.opensource.org/licenses/
77
---
88

9+
Pick your favourite OSI approved license :)
10+
911
http://www.opensource.org/licenses/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: any-osi
3+
is_license_text: yes
4+
minimum_coverage: 100
5+
---
6+
7+
Pick your favourite OSI approved license

src/licensedcode/data/rules/free-unknown_112.RULE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
license_expression: free-unknown
33
is_license_clue: yes
44
relevance: 100
5-
is_deprecated: yes
65
---
76

87
OSI Approved License

0 commit comments

Comments
 (0)