Skip to content

Commit cfe6d13

Browse files
Update CHANGELOG with new SPDX License List
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 98a91d0 commit cfe6d13

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

CHANGELOG.rst

+26-5
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,32 @@ Changes in Output Data Structure:
8989
is_license_notice, is_license_intro etc, as applicable).
9090

9191
- New and updated licenses, including support for newly released
92-
SPDX license list version 3.22. This release of the SPDX license
93-
list had 48 new licenses, and several of them we already had as
94-
licenses/rules, and these has been modified to be consistent with
95-
the SPDX list. And the rest have been added as new licenses.
96-
For more details see https://github.com/nexB/scancode-toolkit/pull/3554
92+
SPDX license list versions:
93+
- SPDX License List 3.22:
94+
This release of the SPDX license list had 48 new licenses,
95+
and several of them we already had as licenses/rules, and
96+
these has been modified to be consistent with the SPDX list.
97+
And the rest have been added as new licenses.
98+
For more details see https://github.com/nexB/scancode-toolkit/pull/3554
99+
100+
- SPDX License List 3.23:
101+
This release of the SPDX license list had 43 new licenses,
102+
and out of them 22 were present as licenses and 10 were
103+
present as rules already. There were 4 new license/exception
104+
texts added, and the rest were either texts with small variations,
105+
additions to texts or several rule texts together.
106+
For more details see https://github.com/nexB/scancode-toolkit/pull/3653
107+
108+
- We also have lots of other misc new licenses and rules added to
109+
LicenseDB, see PRs below for more details:
110+
https://github.com/nexB/scancode-toolkit/pull/3663
111+
https://github.com/nexB/scancode-toolkit/pull/3642
112+
https://github.com/nexB/scancode-toolkit/pull/3586
113+
https://github.com/nexB/scancode-toolkit/pull/3584
114+
https://github.com/nexB/scancode-toolkit/pull/3575
115+
https://github.com/nexB/scancode-toolkit/pull/3570
116+
https://github.com/nexB/scancode-toolkit/pull/3568
117+
https://github.com/nexB/scancode-toolkit/pull/3562
97118

98119
- Improve debian namespace detection based on clues and fix
99120
namespace and qualifier bugs for debian purls.

src/scancode_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def _create_dir(location):
144144
__output_format_version__ = '3.1.0'
145145

146146
#
147-
spdx_license_list_version = '3.22'
147+
spdx_license_list_version = '3.23'
148148

149149
################################################################################
150150
# USAGE MODE-, INSTALLATION- and IMPORT- and RUN-SPECIFIC DIRECTORIES

0 commit comments

Comments
 (0)