From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jXoir-0002Pt-Nb for barebox@lists.infradead.org; Sun, 10 May 2020 16:22:39 +0000 Date: Sun, 10 May 2020 18:22:36 +0200 From: Roland Hieber Message-ID: <20200510162236.odqx3sohvf5mouz4@pengutronix.de> References: <20200508062149.30753-1-a.fatoum@pengutronix.de> <20200508062149.30753-3-a.fatoum@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200508062149.30753-3-a.fatoum@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 3/3] LICENSES: add Linux-syscall-note exception text To: Ahmad Fatoum Cc: barebox@lists.infradead.org On Fri, May 08, 2020 at 08:21:49AM +0200, Ahmad Fatoum wrote: > We include Linux headers in barebox, which are licensed under GPL with > this exception. > > While we are GPL-2.0 as well and don't require the exception, we should > always provide license texts to the License-Identifiers we are using. > > At the time of this writing these are: > * BSD-1-Clause > * BSD-2-Clause > * BSD-3-Clause > * GPL-2.0-only, -or-later and WITH Linux-syscall-note > * LGPL-2.1 and -or-later > * MIT > * X11 > * ISC > > With this commit, our LICENSES directory now contains licenses for all > of them. > > Signed-off-by: Ahmad Fatoum > --- > LICENSES/exceptions/Linux-syscall-note | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > create mode 100644 LICENSES/exceptions/Linux-syscall-note Reviewed-by: Roland Hieber > > diff --git a/LICENSES/exceptions/Linux-syscall-note b/LICENSES/exceptions/Linux-syscall-note > new file mode 100644 > index 000000000000..9abdad71fafd > --- /dev/null > +++ b/LICENSES/exceptions/Linux-syscall-note > @@ -0,0 +1,25 @@ > +SPDX-Exception-Identifier: Linux-syscall-note > +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+, GPL-2.0-only, GPL-2.0-or-later > +Usage-Guide: > + This exception is used together with one of the above SPDX-Licenses > + to mark user space API (uapi) header files so they can be included > + into non GPL compliant user space application code. > + To use this exception add it with the keyword WITH to one of the > + identifiers in the SPDX-Licenses tag: > + SPDX-License-Identifier: WITH Linux-syscall-note > +License-Text: > + > + 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 > + > -- > 2.26.2 > > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox > -- Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox