-
Notifications
You must be signed in to change notification settings - Fork 32
Add LICENSE covering documentation and code #575
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
Open
bhcopeland
wants to merge
1
commit into
kernelci:main
Choose a base branch
from
bhcopeland:add-license
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+892
−0
Open
Changes from all commits
Commits
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 hidden or 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,38 @@ | ||
| KernelCI project website and documentation | ||
| ========================================== | ||
|
|
||
| This repository holds the kernelci.org website, the organizational | ||
| documentation for the KernelCI project and the tooling used to build and | ||
| deploy them. It is licensed in two parts, following section 8 of the KernelCI | ||
| Technical Charter. | ||
|
|
||
| Documentation and website content | ||
| --------------------------------- | ||
|
|
||
| SPDX-License-Identifier: CC-BY-4.0 | ||
|
|
||
| All documentation and website content, including everything under | ||
| kernelci.org/content/, is made available under the Creative Commons | ||
| Attribution 4.0 International License, as required by section 8.b.iv of the | ||
| Charter. The full text is in LICENSES/CC-BY-4.0.txt and is also published at | ||
| <https://creativecommons.org/licenses/by/4.0/>. | ||
|
|
||
| Code | ||
| ---- | ||
|
|
||
| SPDX-License-Identifier: LGPL-2.1-or-later | ||
|
|
||
| All code, including the Python tooling, Hugo layouts and templates, and SCSS, | ||
| is made available under version 2.1 of the GNU Lesser General Public License, | ||
| or (at your option) any later version. This is the Project License defined in | ||
| section 8.b.i of the Charter. The full text is in | ||
| LICENSES/LGPL-2.1-or-later.txt. | ||
|
|
||
| Third-party components | ||
| ---------------------- | ||
|
|
||
| The directories kernelci.org/themes/ and kernelci.org/external/ are git | ||
| submodules. They carry their own licences and are not covered by this file. | ||
|
|
||
| The KernelCI Technical Charter is published at | ||
| https://kernelci.org/files/KernelCI_Project_Technical_Charter_202607.pdf | ||
Oops, something went wrong.
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.
Is LGPL-2.1-or-later the "right" license to use for Hugo templates etc.?
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.
Hmm good question. I think LGPL is an odd fit for templates. But 8.b.i makes LGPL-2.1 the Project License, so anything else needs an 8.c exception vote. I propose we go with LGPL for now, and I'll fold a template-licence exception into the wider exception motion that I can raise in the next TSC meeting if you think its worth doing.
Uh oh!
There was an error while loading. Please reload this page.
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.
I can live with LGPL, just seemed strange. Up to you/TSC if it's worth changing or not :)