File tree Expand file tree Collapse file tree 5 files changed +335
-22
lines changed
src/license_expression/data Expand file tree Collapse file tree 5 files changed +335
-22
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
413v30.4.0 - 2024-10-21
514--------------------
615
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ SPDX and SBOM in general) as a way to express licensing precisely.
2525simplify and normalize these license expressions (such as SPDX license expressions)
2626using 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 ).
3030See 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
Original file line number Diff line number Diff line change 11[metadata]
22name = license-expression
3- version = 30.4.0
3+ version = 30.4.1
44license = Apache-2.0
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 11about_resource: scancode-licensedb-index.json
22download_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
44name: scancode-licensedb-index.json
55license_expression: cc-by-4.0
66copyright: Copyright (c) nexB Inc. and others.
You can’t perform that action at this time.
0 commit comments