-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Make use of REUSE 3.2 and REUSE.toml #14107
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
Conversation
I noticed that I wonder whether the file is actually still needed. If you wanted to learn whether you're compliant, |
I think it has outlived its purpose now. You can probably remove it in this PR. |
Excellent. Done and updated the documentation as well. The PR seems to be ready content-wise. If you agree to its changes I may also clean it up if wanted, unless you intend to squash everything anyway. |
Thanks! |
REUSE received a significant update of its specification. This version allows for a new way to communication licensing and copyright of files that cannot be annotated directly: REUSE.toml.
This PR migrates the deprecated way of doing so (dep5) to this improved way. It would also allow for adding multiple REUSE.toml files, e.g. one separate in
/docs/
and/tests/
, but I figured this "central" approach might have it advantages for the curl project.Two FAQ items on REUSE.toml if you're interested, one about bulk licensing, the other about additional licensing info.
Here is the full changelog of REUSE 3.2.