-
Notifications
You must be signed in to change notification settings - Fork 586
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
Adding process and template for license exceptions #313
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
26c422a
Create license-exception.md
58e1b7d
Update allowed-third-party-license-policy.md
d85501d
Update license-exception.md
3abb929
Update license-exception.md
77bd804
Update license-exception.md
bdd7c96
Update allowed-third-party-license-policy.md
a599418
Replacing .md with .yaml for request template
7ce4cb3
Linted and formatted the YAML issue template.
krook 2e2b624
Update allowed-third-party-license-policy.md
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
--- | ||
name: Licensing Exception Request | ||
description: Submit an exception request | ||
title: "[License Exception Request] [Project] [License]" | ||
labels: | ||
- licensing | ||
assignees: krook,amye | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
### Please note: | ||
|
||
If it is Apache-2.0 for code or CC-BY-4.0 for documentation, no further exception request is required. | ||
|
||
|
||
Does it meet the [Allowlist policy](https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md)? If so, no further exception request is required. | ||
|
||
|
||
For all other license exception requests, we need the following information. | ||
|
||
|
||
### License Exception Request: | ||
- type: textarea | ||
id: introduction | ||
attributes: | ||
label: Component details | ||
description: What is the third party component (name, URL, and version if available)? | ||
validations: | ||
required: true | ||
- type: input | ||
id: name | ||
attributes: | ||
label: License name | ||
description: What is the full name or title of the license? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: modifications | ||
attributes: | ||
label: Code modified? | ||
description: Will the code be used in modified or unmodified form? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: license-exception | ||
attributes: | ||
label: Changes contributed? | ||
description: If modified, will changes be contributed back to the upstream project? | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Any alternatives? | ||
description: | ||
Are there any alternative components available with equivalent | ||
functionality under a more permissive license? If so, is it possible to | ||
use that component instead? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: integration | ||
attributes: | ||
label: Integrates with other components? | ||
description: | ||
How does this component integrate with or interact with, if at all, | ||
other components of the project? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back 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.
link to the issue template?
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.
That's in this PR so it won't resolve yet