Skip to content

Commit 701d7d7

Browse files
committed
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
2 parents 50471f8 + 89373f5 commit 701d7d7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

LICENSES/preferred/LGPL-2.1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ Usage-Guide:
99
guidelines in the licensing rules documentation.
1010
For 'GNU Lesser General Public License (LGPL) version 2.1 only' use:
1111
SPDX-License-Identifier: LGPL-2.1
12+
or:
13+
SPDX-License-Identifier: LGPL-2.1-only
1214
For 'GNU Lesser General Public License (LGPL) version 2.1 or any later
1315
version' use:
1416
SPDX-License-Identifier: LGPL-2.1+
17+
or:
18+
SPDX-License-Identifier: LGPL-2.1-or-later
1519
License-Text:
1620

1721
GNU LESSER GENERAL PUBLIC LICENSE

0 commit comments

Comments
 (0)