Skip to content

Commit 87c70d2

Browse files
committed
Add LICENSE covering documentation and code
The repository had no licence file. Declare the split required by section 8 of the Technical Charter: documentation and website content under CC-BY-4.0 as required by 8.b.iv, and code under LGPL-2.1-or-later, the Project License defined in 8.b.i. The LGPL text is the copy already carried by kernelci-core, and matches the SPDX identifier used in that repository. The CC-BY-4.0 text is the canonical one published by Creative Commons. Signed-off-by: Ben Copeland <ben.copeland@linaro.org>
1 parent d09ce94 commit 87c70d2

3 files changed

Lines changed: 892 additions & 0 deletions

File tree

LICENSE

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
KernelCI project website and documentation
2+
==========================================
3+
4+
This repository holds the kernelci.org website, the organizational
5+
documentation for the KernelCI project and the tooling used to build and
6+
deploy them. It is licensed in two parts, following section 8 of the KernelCI
7+
Technical Charter.
8+
9+
Documentation and website content
10+
---------------------------------
11+
12+
SPDX-License-Identifier: CC-BY-4.0
13+
14+
All documentation and website content, including everything under
15+
kernelci.org/content/, is made available under the Creative Commons
16+
Attribution 4.0 International License, as required by section 8.b.iv of the
17+
Charter. The full text is in LICENSES/CC-BY-4.0.txt and is also published at
18+
https://creativecommons.org/licenses/by/4.0/
19+
20+
Code
21+
----
22+
23+
SPDX-License-Identifier: LGPL-2.1-or-later
24+
25+
All code, including the Python tooling, Hugo layouts and templates, and SCSS,
26+
is made available under version 2.1 of the GNU Lesser General Public License,
27+
or (at your option) any later version. This is the Project License defined in
28+
section 8.b.i of the Charter. The full text is in
29+
LICENSES/LGPL-2.1-or-later.txt.
30+
31+
Third-party components
32+
----------------------
33+
34+
The directories kernelci.org/themes/ and kernelci.org/external/ are git
35+
submodules. They carry their own licences and are not covered by this file.
36+
37+
The KernelCI Technical Charter is published at
38+
https://kernelci.org/files/KernelCI_Project_Technical_Charter_202607.pdf

0 commit comments

Comments
 (0)