summaryrefslogtreecommitdiffstats
path: root/LICENSES/preferred/GPL-2.0
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-09-18 10:19:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-09-21 08:28:19 +0200
commite42af5d4151100f2d41c1eea1b4399ecd5eed752 (patch)
tree4e0965552eb3f49ce6b948e99e40a19bc77f6fef /LICENSES/preferred/GPL-2.0
parentd6753cfcf344947790fc7ab12874667fd593fa34 (diff)
downloadbarebox-e42af5d4151100f2d41c1eea1b4399ecd5eed752.tar.gz
barebox-e42af5d4151100f2d41c1eea1b4399ecd5eed752.tar.xz
LICENSES: add used licenses to make spdxcheck happy
These are copied from the Linux kernel (5.9-rc3). From the Linux-syscall-note exception a few items had to be removed from the SPDX-Licenses: list to make spdxcheck happy. Also drop deprecated names like LGPL-2.1 (use LGPL-2.1-only instead) and LGPL-2.1+ (use LGPL-2.1-or-later instead). Also drop the LGPL-2.1-or-later file, this license is handled in the LGPL-2.1 file. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'LICENSES/preferred/GPL-2.0')
-rw-r--r--LICENSES/preferred/GPL-2.08
1 files changed, 2 insertions, 6 deletions
diff --git a/LICENSES/preferred/GPL-2.0 b/LICENSES/preferred/GPL-2.0
index c1c10e82da..b99320183e 100644
--- a/LICENSES/preferred/GPL-2.0
+++ b/LICENSES/preferred/GPL-2.0
@@ -1,19 +1,15 @@
-Valid-License-Identifier: GPL-2.0
Valid-License-Identifier: GPL-2.0-only
-Valid-License-Identifier: GPL-2.0+
Valid-License-Identifier: GPL-2.0-or-later
+Valid-License-Identifier: GPL-2.0
+Valid-License-Identifier: GPL-2.0+
SPDX-URL: https://spdx.org/licenses/GPL-2.0.html
Usage-Guide:
To use this license in source code, put one of the following SPDX
tag/value pairs into a comment according to the placement
guidelines in the licensing rules documentation.
For 'GNU General Public License (GPL) version 2 only' use:
- SPDX-License-Identifier: GPL-2.0
- or
SPDX-License-Identifier: GPL-2.0-only
For 'GNU General Public License (GPL) version 2 or any later version' use:
- SPDX-License-Identifier: GPL-2.0+
- or
SPDX-License-Identifier: GPL-2.0-or-later
License-Text: