diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-12-06 18:28:52 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-12-06 18:28:52 -0800 |
| commit | 701d7d782d98242a64cdeed90750f88ff733bc39 (patch) | |
| tree | 4027a72f697543ac1821707207fa3566bab99507 | |
| parent | 50471f8b7371c95c72c168eb45e4f42f1514fd5e (diff) | |
| parent | 89373f5695dc918a0118fa71ee4dc423bc8c8476 (diff) | |
Merge tag 'spdx-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Pull SPDX License update from Greg KH:
"Here is a single patch that updates the LGPL-2.1 license text with
the "alternate" SPDX tags that are allowed for this license type"
* tag 'spdx-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx:
LICENSES: Add modern form of the LGPL-2.1 tags to the usage guide section
| -rw-r--r-- | LICENSES/preferred/LGPL-2.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/LICENSES/preferred/LGPL-2.1 b/LICENSES/preferred/LGPL-2.1 index 105b9f3c5ba1..4d1d06a0e8ff 100644 --- a/LICENSES/preferred/LGPL-2.1 +++ b/LICENSES/preferred/LGPL-2.1 @@ -9,9 +9,13 @@ Usage-Guide: guidelines in the licensing rules documentation. For 'GNU Lesser General Public License (LGPL) version 2.1 only' use: SPDX-License-Identifier: LGPL-2.1 + or: + SPDX-License-Identifier: LGPL-2.1-only For 'GNU Lesser General Public License (LGPL) version 2.1 or any later version' use: SPDX-License-Identifier: LGPL-2.1+ + or: + SPDX-License-Identifier: LGPL-2.1-or-later License-Text: GNU LESSER GENERAL PUBLIC LICENSE |
