From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from Galois.linutronix.de ([146.0.238.70]:59365 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750802AbdKLTfE (ORCPT ); Sun, 12 Nov 2017 14:35:04 -0500 Message-Id: <20171112192143.047261335@linutronix.de> Date: Sun, 12 Nov 2017 20:18:28 +0100 From: Thomas Gleixner Subject: [patch 7/7] LICENSES: Add Linux syscall note exception References: <20171112191821.240484206@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline; filename=LICENSES--Add-Linux-syscall-note-exception.patch Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: LKML Cc: Linus Torvalds , Andrew Morton , Jonathan Corbet , Kate Stewart , Philippe Ombredanne , Greg Kroah-Hartman , Christoph Hellwig , Russell King , Rob Herring , Jonas Oberg , Joe Perches , linux-xfs@vger.kernel.org, Kate Stewart Copied from the Linux kernel COPYING file. Add the required tags for reference and tooling. Signed-off-by: Thomas Gleixner Reviewed-by: Greg KH Reviewed-by: Kate Stewart Reviewed-by: Philippe Ombredanne --- LICENSES/exceptions/Linux-syscall-note | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) --- /dev/null +++ b/LICENSES/exceptions/Linux-syscall-note @@ -0,0 +1,19 @@ +SPDX-Exception-Identifier: Linux-syscall-note +LICENSE-URL: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/COPYING +SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html +SPDX-LICENSES: GPL-2.0, GPL-2.0+, GPL-1.0+, LGPL-2.0, LGPL-2.0+, LGPL-2.1, LGPL-2.1+ + + + 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 +