Skip to content

Commit edd4caa

Browse files
authored
Merge pull request #3936 from aboutcode-org/misc-updates
Apply miscellaneous license detection updates
2 parents 7d0d91a + 10d65c7 commit edd4caa

File tree

453 files changed

+6998
-229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

453 files changed

+6998
-229
lines changed

etc/scripts/licenses/buildrules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def __attrs_post_init__(self, *args, **kwargs):
7272
print(rdat)
7373
print("########################################################")
7474
raise
75+
self.data = {k: v for k, v in self.data.items() if v is not None or (v is None and k == "license_expression")}
7576

7677

7778
def load_data(location="00-new-licenses.txt"):

src/licensedcode/data/licenses/mit-taylor-variant.LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ other_spdx_license_keys:
99
- LicenseRef-scancode-mit-taylor-variant
1010
other_urls:
1111
- https://github.com/pkgconf/pkgconf/blob/master/cli/main.c#L8
12+
notes: Originally from https://github.com/quinntaylor/CHDataStructures/blob/097c0e3f4d7ae1c24266d3d03434e07b9b76f3db/source/Util.h#L6C1-L9C1
1213
---
1314

1415
Permission to use, copy, modify, and/or distribute this software for any purpose
1516
with or without fee is hereby granted, provided that the above copyright notice
1617
and this permission notice appear in all copies.
1718

18-
The software is provided "as is", without warranty of any kind, including all
19+
The software is provided "as is", without warranty of any kind, including all
1920
implied warranties of merchantability and fitness. In no event shall the authors
2021
or copyright holders be liable for any claim, damages, or other liability,
2122
whether in an action of contract, tort, or otherwise, arising from, out of, or

src/licensedcode/data/rules/agpl-3.0-plus_11.RULE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ignorable_urls:
55
- http://www.gnu.org/licenses
66
---
77

8-
is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
8+
is free software: you can redistribute it and/or modify it under the terms of the {{GNU Affero General Public License}} as published by the Free Software Foundation, {{either version 3 of the License, or (at your option) any later version.}}
99

1010
is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
1111

12-
You should have received a copy of the GNU Affero General Public License along with . If not, see http://www.gnu.org/licenses/.
12+
You should have received a copy of the GNU Affero General Public License along with . If not, see http://www.gnu.org/licenses/.

src/licensedcode/data/rules/agpl-3.0-plus_161.RULE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ referenced_filenames:
77
---
88

99
This script is part of GNU Ghostscript and is distributed under
10-
the terms of the GNU Affero General Public License. See the file COPYING
11-
for more information.
10+
the terms of the {{GNU Affero General Public License.}} See the file COPYING
11+
for more information.

0 commit comments

Comments
 (0)