aboutcode-org / license-expression

Utility library to parse, normalize and compare License expressions for Python using a boolean logic engine. For expressions using SPDX or any other license id scheme.
http://aboutcode.org
Other
58 stars 24 forks source link

Show whether or not a license is deprecated in index.json #60

Closed JonoYang closed 3 years ago

JonoYang commented 3 years ago

https://scancode-licensedb.aboutcode.org/index.json returns all licenses, including deprecated licenses. It would be useful to expose the is_deprecated attribute of the license, like what was done with the SPDX keys and exceptions in #56

JonoYang commented 3 years ago

Closing. Ticket made in wrong repo.