File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ v32.1.0 (next, roadmap)
42
42
of these in other summary plugins.
43
43
See https://github.com/nexB/scancode-toolkit/issues/1745
44
44
45
+ - New and updated licenses, including support for newly released
46
+ SPDX license list version 3.22. This release of the SPDX license
47
+ list had 48 new licenses, and several of them we already had as
48
+ licenses/rules, and these has been modified to be consistent with
49
+ the SPDX list. And the rest have been added as new licenses.
50
+ For more details see https://github.com/nexB/scancode-toolkit/pull/3554
45
51
46
52
v32.0.8 - 2023-10-11
47
53
------------------------
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ def _create_dir(location):
144
144
__output_format_version__ = '3.0.0'
145
145
146
146
#
147
- spdx_license_list_version = '3.21 '
147
+ spdx_license_list_version = '3.22 '
148
148
149
149
################################################################################
150
150
# USAGE MODE-, INSTALLATION- and IMPORT- and RUN-SPECIFIC DIRECTORIES
You can’t perform that action at this time.
0 commit comments