-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
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
Introduce REUSE licenses and tooling #9360
base: master
Are you sure you want to change the base?
Introduce REUSE licenses and tooling #9360
Conversation
CT Test Results 1 files 11 suites 4m 11s ⏱️ Results for commit 1bc517d. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
92cf9fe
to
dd9684a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As you added LICENSES, should we delete system/COPYRIGHT? Or do they have different purposes?
dd9684a
to
ce9fa60
Compare
Good question for @rickard-green This generated SBOM cannot claim concluded licenses and may have minor issues, but it is a perfectly informal but valid SBOM for people to use. The main issue of the generated SBOM is that all |
9b26a8a
to
37c7f71
Compare
60b6bc5
to
2308146
Compare
d1270b5
to
ea3b7b6
Compare
adds licenses detected by REUSE, github actions to check that all files either exist in the REUSE.toml or in its own file with its own SPDX license identifier.
ea3b7b6
to
1bc517d
Compare
LicenseRef-NOASSERTION
which states that these files have no assertion. the reuse tool says that all spdx licenses are supported, but they do not supportSPDX-LicenseIdentifier: NOASSERTION
, so we resort to this way of referencing files for which we have not yet look at the license. These files are mostly examples and tests.