diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 26912d71f05..23be4861734 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -42,6 +42,12 @@ v32.1.0 (next, roadmap) of these in other summary plugins. See https://github.com/nexB/scancode-toolkit/issues/1745 +- New and updated licenses, including support for newly released + SPDX license list version 3.22. This release of the SPDX license + list had 48 new licenses, and several of them we already had as + licenses/rules, and these has been modified to be consistent with + the SPDX list. And the rest have been added as new licenses. + For more details see https://github.com/nexB/scancode-toolkit/pull/3554 v32.0.8 - 2023-10-11 ------------------------ diff --git a/src/scancode_config.py b/src/scancode_config.py index 4cbe541c62e..a804125b62e 100644 --- a/src/scancode_config.py +++ b/src/scancode_config.py @@ -144,7 +144,7 @@ def _create_dir(location): __output_format_version__ = '3.0.0' # -spdx_license_list_version = '3.21' +spdx_license_list_version = '3.22' ################################################################################ # USAGE MODE-, INSTALLATION- and IMPORT- and RUN-SPECIFIC DIRECTORIES