mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
COPYING coming from kernel sources but the md5 is static value saved in recipe does not scale to all kind of machines which may have different kernel providers filling in, therefore keep a static copy of COPYING file as well, additionally copy LICENSES directory ( if it exists) into sources where all the real license texts are living Document need for clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
423 B
Plaintext
19 lines
423 B
Plaintext
The Linux Kernel is provided under:
|
|
|
|
SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
|
|
|
|
Being under the terms of the GNU General Public License version 2 only,
|
|
according with:
|
|
|
|
LICENSES/preferred/GPL-2.0
|
|
|
|
With an explicit syscall exception, as stated at:
|
|
|
|
LICENSES/exceptions/Linux-syscall-note
|
|
|
|
In addition, other licenses may also apply. Please see:
|
|
|
|
Documentation/process/license-rules.rst
|
|
|
|
for more details.
|