Description
First of all, thank you for your bug report. Please fill out below sections (if applicable) to help us fix the issue as good and fast as possible.
Steps for reproduction
Since v1.3.0, the license "CC0-1.0" is not supported
$ pip install flict==1.3.0
$ flict display-compatibility CC0-1.0 MIT
ERROR:flict:License expression "CC0-1.0" is not supported.
Expected behavior
The license "CC0-1.0" is not supported, like it was before
$ pip install flict==1.2.14
$ flict display-compatibility CC0-1.0 MIT
{"compatibilities": [{"license": "CC0-1.0", "licenses": [{"license": "CC0-1.0", "compatible_right": "true", "compatible_left": "true"}, {"license": "MIT", "compatible_right": "true", "compatible_left": "true"}]}, {"license": "MIT", "licenses": [{"license": "CC0-1.0", "compatible_right": "true", "compatible_left": "true"}, {"license": "MIT", "compatible_right": "true", "compatible_left": "true"}]}]}
Actual behavior
What do you see instead?
Environment
| tool |
version |
how to get it |
| flict |
1.3.0 |
flict --version |
| python3 |
!!enter here!! |
python3 --version |
| os |
!!enter here!! |
n.a. |
add additional tools you used and their versions here
Additional logs
$ pip freeze
attrs==24.2.0
boolean.py==4.0
flict==1.3.0
foss-flame==0.20.6
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
license-expression==30.4.0
osadl-matrix==2024.5.22.10535
PyYAML==6.0.2
referencing==0.35.1
rpds-py==0.20.1
spdx-license-list==3.25.0
Description
First of all, thank you for your bug report. Please fill out below sections (if applicable) to help us fix the issue as good and fast as possible.
Steps for reproduction
Since v1.3.0, the license "CC0-1.0" is not supported
Expected behavior
The license "CC0-1.0" is not supported, like it was before
Actual behavior
Environment
1.3.0flict --versionpython3 --versionAdditional logs