-
Notifications
You must be signed in to change notification settings - Fork 117
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
Draft: Start adding SPDX-License-Identifier comments #393
Conversation
Current output of I only added license comments for plugins/module_utils/_version.py and the files containing |
edb86ba
to
af14acc
Compare
@@ -1,3 +1,5 @@ | |||
# SPDX-License-Identifier: GPL-3.0-or-later |
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.
This comment should be directly after the current GPL line (now line 7, used to be line 5).
Automated with: ``` mkdir LICENSES ln -sr COPYING LICENSES/GPL-3.0-or-later.txt git mv PSF-license.txt LICENSES/PSF-2.0.txt reuse addheader -l PSF-2.0 plugins/module_utils/_version.py rg -l 'GNU General Public License v3.0+' | parallel reuse addheader -l GPL-3.0-or-later ``` Signed-off-by: Maxwell G <[email protected]>
These licenses were detected by licensecheck. Signed-off-by: Maxwell G <[email protected]>
I created #430 with https://gist.github.com/felixfontein/3d9502e22d1461dc3baadddeeb9d9cd9 and some manual work. |
Closing in favor of #430 |
Docs Build 📝This PR is closed and any previously published docsite has been unpublished. |
Automated with:
Signed-off-by: Maxwell G [email protected]
SUMMARY
This is a WIP PR to show what adopting REUSE would look like. I know that this still needs a changelog fragment. I will add that once we decide on this. I have included how I've automated this so folks can see what the process looks like.
ISSUE TYPE
COMPONENT NAME
Licensing
ADDITIONAL INFORMATION
This is currently being discussed in ansible-community/community-topics#112.