Skip to content

Commit 1b17f4a

Browse files
authored
Merge branch 'main' into update-spdx-license-list
2 parents 2d32a86 + eae80b7 commit 1b17f4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ SPDX and SBOM in general) as a way to express licensing precisely.
2323

2424
``license-expression`` is a comprehensive utility library to parse, compare,
2525
simplify and normalize these license expressions (such as SPDX license expressions)
26-
using boolean logic like in: `GPL-2.0 or later WITH Classpath Exception AND MIT`.
26+
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.13)
28+
It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.19)
2929
and ScanCode license DB (version 21.6.7) https://scancode-licensedb.aboutcode.org/
3030
to get started quickly.
3131

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ zip_safe = false
4545

4646
setup_requires = setuptools_scm[toml] >= 4
4747

48-
python_requires = >=3.6.*
48+
python_requires = >=3.6
4949

5050
install_requires =
5151
boolean.py >= 4.0

0 commit comments

Comments
 (0)