1:orphan:
2
3.. _zephyr_licensing:
4
5Licensing of Zephyr Project components
6######################################
7
8The Zephyr kernel tree imports or reuses packages, scripts and other files that
9are not covered by the `Apache 2.0 License`_. In some places
10there is no LICENSE file or way to put a LICENSE file there, so we describe the
11licensing in this document.
12
13.. _Apache 2.0 License:
14   https://github.com/zephyrproject-rtos/zephyr/blob/main/LICENSE
15
16.. _GPLv2 License:
17   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/COPYING
18
19*scripts/{checkpatch.pl,checkstack.pl,get_maintainers.pl,spelling.txt}*
20  *Origin:* Linux Kernel
21
22  *Licensing:* `GPLv2 License`_
23