Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+4
+4
LICENSES/preferred/LGPL-2.1
··· 9 9 guidelines in the licensing rules documentation. 10 10 For 'GNU Lesser General Public License (LGPL) version 2.1 only' use: 11 11 SPDX-License-Identifier: LGPL-2.1 12 + or: 13 + SPDX-License-Identifier: LGPL-2.1-only 12 14 For 'GNU Lesser General Public License (LGPL) version 2.1 or any later 13 15 version' use: 14 16 SPDX-License-Identifier: LGPL-2.1+ 17 + or: 18 + SPDX-License-Identifier: LGPL-2.1-or-later 15 19 License-Text: 16 20 17 21 GNU LESSER GENERAL PUBLIC LICENSE