Skip to content

Commit 88fd3d9

Browse files
Merge pull request #107 from aboutcode-org/update-spdx-license-list
Sync with latest scancode-licensedb with SPDX License List 3.26
2 parents 8dd9e3d + e6c5ff9 commit 88fd3d9

File tree

5 files changed

+335
-22
lines changed

5 files changed

+335
-22
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
v30.4.1 - 2025-01-10
5+
--------------------
6+
7+
This is a minor release without API changes:
8+
9+
- Use latest skeleton
10+
- Update license list to latest ScanCode and SPDX 3.26
11+
12+
413
v30.4.0 - 2024-10-21
514
--------------------
615

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ SPDX and SBOM in general) as a way to express licensing precisely.
2525
simplify and normalize these license expressions (such as SPDX license expressions)
2626
using boolean logic like in: `GPL-2.0-or-later WITH Classpath-exception-2.0 AND MIT`.
2727

28-
It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.25)
29-
and ScanCode license DB (version 32.3.0, last published on 2024-10-24).
28+
It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.26)
29+
and ScanCode LicenseDB (from scancode-toolkit version 32.3.1, last published on 2025-01-10).
3030
See https://scancode-licensedb.aboutcode.org/ to get started quickly.
3131

3232
``license-expression`` is both powerful and simple to use and is a used as the

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = license-expression
3-
version = 30.4.0
3+
version = 30.4.1
44
license = Apache-2.0
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

src/license_expression/data/license_key_index.json.ABOUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
about_resource: scancode-licensedb-index.json
22
download_url: https://raw.githubusercontent.com/aboutcode-org/scancode-licensedb/1e9ff1927b89bae4ca1356de77aa29cc18916025/docs/index.json
3-
spdx_license_list_version: 3.25
3+
spdx_license_list_version: 3.26
44
name: scancode-licensedb-index.json
55
license_expression: cc-by-4.0
66
copyright: Copyright (c) nexB Inc. and others.

0 commit comments

Comments
 (0)