diff options
author | Martin Roth <gaumless@gmail.com> | 2022-08-07 17:06:13 -0600 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-08-10 19:06:46 +0000 |
commit | 34f0f0515800e4138c0f02606d8497845945ac48 (patch) | |
tree | ade93e687b7c5946c2b38c30a636fc12545d29ed /LICENSES/exceptions | |
parent | 30edb46e8ca3b4994fda31c74e496910f8218818 (diff) |
LICENSES: Add missing licenses and exceptions
These licenses and exceptions are allowed by coreboot's license checker,
but the copies of the licenses were missing from the LICENSES directory.
Signed-off-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Change-Id: Ic4233e556de08275fe50f1ec83828f9470b4b566
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66494
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'LICENSES/exceptions')
-rw-r--r-- | LICENSES/exceptions/Linux-syscall-note.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/LICENSES/exceptions/Linux-syscall-note.txt b/LICENSES/exceptions/Linux-syscall-note.txt new file mode 100644 index 0000000000..685f09ee68 --- /dev/null +++ b/LICENSES/exceptions/Linux-syscall-note.txt @@ -0,0 +1,12 @@ +NOTE! This copyright does *not* cover user programs that use kernel +services by normal system calls - this is merely considered normal use +of the kernel, and does *not* fall under the heading of "derived work". +Also note that the GPL below is copyrighted by the Free Software +Foundation, but the instance of code that it refers to (the Linux +kernel) is copyrighted by me and others who actually wrote it. + +Also note that the only valid version of the GPL as far as the kernel is +concerned is _this_ particular version of the license (ie v2, not v2.2 +or v3.x or whatever), unless explicitly otherwise stated. + +Linus Torvalds |