aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2017-12-28 10:27:19 -0500
committerJonathan Corbet <corbet@lwn.net>2018-01-06 12:59:33 -0500
commite00a844acab39a2780d4dec6fae6e55de5240f15 (patch)
tree145e850e45c2d37232ccf60ef5781c526bdfbfdf
parent106b47ff9ac173f2638239b9ac2f6d6737a34edf (diff)
LICENSES: Add Linux syscall note exception
Copied from the Linux kernel COPYING file. Add the required tags for reference and tooling. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com> Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--LICENSES/exceptions/Linux-syscall-note25
1 files changed, 25 insertions, 0 deletions
diff --git a/LICENSES/exceptions/Linux-syscall-note b/LICENSES/exceptions/Linux-syscall-note
new file mode 100644
index 000000000000..6b60b61be4e9
--- /dev/null
+++ b/LICENSES/exceptions/Linux-syscall-note
@@ -0,0 +1,25 @@
1SPDX-Exception-Identifier: Linux-syscall-note
2SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html
3SPDX-Licenses: GPL-2.0, GPL-2.0+, GPL-1.0+, LGPL-2.0, LGPL-2.0+, LGPL-2.1, LGPL-2.1+
4Usage-Guide:
5 This exception is used together with one of the above SPDX-Licenses
6 to mark user space API (uapi) header files so they can be included
7 into non GPL compliant user space application code.
8 To use this exception add it with the keyword WITH to one of the
9 identifiers in the SPDX-Licenses tag:
10 SPDX-License-Identifier: <SPDX-License> WITH Linux-syscall-note
11License-Text:
12
13 NOTE! This copyright does *not* cover user programs that use kernel
14 services by normal system calls - this is merely considered normal use
15 of the kernel, and does *not* fall under the heading of "derived work".
16 Also note that the GPL below is copyrighted by the Free Software
17 Foundation, but the instance of code that it refers to (the Linux
18 kernel) is copyrighted by me and others who actually wrote it.
19
20 Also note that the only valid version of the GPL as far as the kernel
21 is concerned is _this_ particular version of the license (ie v2, not
22 v2.2 or v3.x or whatever), unless explicitly otherwise stated.
23
24 Linus Torvalds
25