-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
29 lines (21 loc) · 1.13 KB
/
Copy pathLICENSE
File metadata and controls
29 lines (21 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
This project is a collection of components with mixed licenses. Each
file carries its own SPDX-License-Identifier where applicable. The
overall project is distributed as follows:
- Linux kernel patches under patches/linux/ — GPL-2.0
- Boot shim under linux-native/ — Apache-2.0 OR GPL-2.0
- C6 slave fork under c6-slave/ — Apache-2.0 OR GPL-2.0
(inherited from upstream esp-hosted-ng)
- Tools under tools/ — MIT
- Buildroot overlay scripts — GPL-2.0
- Docs — CC-BY-4.0
The combined work, when distributed together, is GPL-2.0 because the
kernel patches dominate the licensing footprint.
----
GPL-2.0 license text follows.
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
(Full text: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt)