We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From looking at the code, it looks like we are using a hard coded list of license IDs.
Since we add new ones every three months, we should either update these every few months, or parse the SPDX licenses JSON file and SPDX exceptions JSON file for the latest.
In the Java library, we have options and cached versions of the files in case we don't have network access.
Another possibility is to use the go-spdx library which seems to update the license list every three months.
Note related issue #158
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From looking at the code, it looks like we are using a hard coded list of license IDs.
Since we add new ones every three months, we should either update these every few months, or parse the SPDX licenses JSON file and SPDX exceptions JSON file for the latest.
In the Java library, we have options and cached versions of the files in case we don't have network access.
Another possibility is to use the go-spdx library which seems to update the license list every three months.
Note related issue #158
The text was updated successfully, but these errors were encountered: