From: Andrew Cooper Date: Fri, 5 May 2023 12:36:40 +0000 (+0100) Subject: LICENSES: Improve the legibility of these files X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6b9781d96a7c36765a8910fd9bbbaf6df8d56327;p=people%2Froyger%2Fxen.git LICENSES: Improve the legibility of these files A few newlines go a very long way. Signed-off-by: Andrew Cooper Acked-by: Jan Beulich Acked-by: Stefano Stabellini --- diff --git a/LICENSES/BSD-2-Clause b/LICENSES/BSD-2-Clause index da366e2ce5..694d8c9322 100644 --- a/LICENSES/BSD-2-Clause +++ b/LICENSES/BSD-2-Clause @@ -1,10 +1,14 @@ Valid-License-Identifier: BSD-2-Clause + SPDX-URL: https://spdx.org/licenses/BSD-2-Clause.html + Usage-Guide: + To use the BSD 2-clause "Simplified" License put the following SPDX tag/value pair into a comment according to the placement guidelines in the licensing rules documentation: SPDX-License-Identifier: BSD-2-Clause + License-Text: Copyright (c) . All rights reserved. diff --git a/LICENSES/BSD-3-Clause b/LICENSES/BSD-3-Clause index 34c7f057c8..1441947f92 100644 --- a/LICENSES/BSD-3-Clause +++ b/LICENSES/BSD-3-Clause @@ -1,10 +1,14 @@ Valid-License-Identifier: BSD-3-Clause + SPDX-URL: https://spdx.org/licenses/BSD-3-Clause.html + Usage-Guide: + To use the BSD 3-clause "New" or "Revised" License put the following SPDX tag/value pair into a comment according to the placement guidelines in the licensing rules documentation: SPDX-License-Identifier: BSD-3-Clause + License-Text: Copyright (c) . All rights reserved. diff --git a/LICENSES/BSD-3-Clause-Clear b/LICENSES/BSD-3-Clause-Clear index e53b56092b..2b27f24a65 100644 --- a/LICENSES/BSD-3-Clause-Clear +++ b/LICENSES/BSD-3-Clause-Clear @@ -1,10 +1,14 @@ Valid-License-Identifier: BSD-3-Clause-Clear + SPDX-URL: https://spdx.org/licenses/BSD-3-Clause-Clear.html + Usage-Guide: + To use the BSD 3-clause "Clear" License put the following SPDX tag/value pair into a comment according to the placement guidelines in the licensing rules documentation: SPDX-License-Identifier: BSD-3-Clause-Clear + License-Text: The Clear BSD License diff --git a/LICENSES/CC-BY-4.0 b/LICENSES/CC-BY-4.0 index 27dfefa95c..4197ceb180 100644 --- a/LICENSES/CC-BY-4.0 +++ b/LICENSES/CC-BY-4.0 @@ -1,15 +1,20 @@ Valid-License-Identifier: CC-BY-4.0 + SPDX-URL: https://spdx.org/licenses/CC-BY-4.0 + Usage-Guide: + Do NOT use this license for code, but it's acceptable for content like artwork or documentation. When using it for the latter, it's best to use it together with a GPL2 compatible license using "OR", as CC-BY-4.0 texts processed by the kernel's build system might combine it with content taken from more restrictive licenses. + To use the Creative Commons Attribution 4.0 International license put the following SPDX tag/value pair into a comment according to the placement guidelines in the licensing rules documentation: SPDX-License-Identifier: CC-BY-4.0 + License-Text: Creative Commons Attribution 4.0 International diff --git a/LICENSES/GPL-2.0 b/LICENSES/GPL-2.0 index 9f09528a8b..fa5c66236f 100644 --- a/LICENSES/GPL-2.0 +++ b/LICENSES/GPL-2.0 @@ -2,19 +2,25 @@ 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 + 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-only or (now deprecated) SPDX-License-Identifier: GPL-2.0 + 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: GNU GENERAL PUBLIC LICENSE diff --git a/LICENSES/LGPL-2.0 b/LICENSES/LGPL-2.0 index 957d798fe0..2fa16d72ea 100644 --- a/LICENSES/LGPL-2.0 +++ b/LICENSES/LGPL-2.0 @@ -1,15 +1,21 @@ Valid-License-Identifier: LGPL-2.0 Valid-License-Identifier: LGPL-2.0+ + SPDX-URL: https://spdx.org/licenses/LGPL-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 Library General Public License (LGPL) version 2.0 only' use: SPDX-License-Identifier: LGPL-2.0 + For 'GNU Library General Public License (LGPL) version 2.0 or any later version' use: SPDX-License-Identifier: LGPL-2.0+ + License-Text: GNU LIBRARY GENERAL PUBLIC LICENSE diff --git a/LICENSES/LGPL-2.1 b/LICENSES/LGPL-2.1 index 27bb4342a3..b366c7e491 100644 --- a/LICENSES/LGPL-2.1 +++ b/LICENSES/LGPL-2.1 @@ -1,15 +1,21 @@ Valid-License-Identifier: LGPL-2.1 Valid-License-Identifier: LGPL-2.1+ + SPDX-URL: https://spdx.org/licenses/LGPL-2.1.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 Lesser General Public License (LGPL) version 2.1 only' use: SPDX-License-Identifier: LGPL-2.1 + For 'GNU Lesser General Public License (LGPL) version 2.1 or any later version' use: SPDX-License-Identifier: LGPL-2.1+ + License-Text: GNU LESSER GENERAL PUBLIC LICENSE diff --git a/LICENSES/MIT b/LICENSES/MIT index f33a68ceb3..eba1549f93 100644 --- a/LICENSES/MIT +++ b/LICENSES/MIT @@ -1,10 +1,14 @@ Valid-License-Identifier: MIT + SPDX-URL: https://spdx.org/licenses/MIT.html + Usage-Guide: + To use the MIT License put the following SPDX tag/value pair into a comment according to the placement guidelines in the licensing rules documentation: SPDX-License-Identifier: MIT + License-Text: MIT License