-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore: update LICENSE to AGPL 3.0 #970
Conversation
cc @austenbryan I think is good-to-go |
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 is missing some of the changes used in uds-common such as CODEOWNERS update, SPDX headers, and LICENSING file, see defenseunicorns/uds-common#286 for an example (and lint task)
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.
We'll need to go through all the existing files with license headers as well and update them, example: https://github.com/defenseunicorns/uds-cli/blob/main/src/pkg/engine/k8s/common.go#L1-L2. addlicense
doesn't touch any existing headers in files so you may have to find and replace/nuke all the old ones first.
Signed-off-by: catsby <[email protected]>
Signed-off-by: catsby <[email protected]>
@jeff-mccoy @austenbryan I believe this is updated and ready. Big thank you to @jalling97 for 99% of the work here. I added a github workflow to validate license headers going forward, the rest was their work. Thanks! |
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.
Approving license fill changes
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.
approving CODEOWNERS
changes but nothing else
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.
YOLO
* main: chore: update LICENSE to AGPL 3.0 (#970)
Description
Updates the
LICENSE.md
to AGPL 3.0Adds
LICENSING.md
Replaces Apache 2.0 SPDX headers with AGPL 3.0 headers
Adds missing SPDX headers
Updates
CODEOWNERS
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Other (security config, docs update, etc)
Checklist before merging