mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
SPDX License update for 6.19-rc1
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. It's been in linux-next for a very long time with no reported issues Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> -----BEGIN PGP SIGNATURE----- iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCaTTN7Q8cZ3JlZ0Brcm9h aC5jb20ACgkQMUfUDdst+yk7WACeMa2A2g2uFkX9fLAiXhvn1jLI+p0An2zJ7Dwy 94u4Mor/ZmjWph/UF4yN =E6KM -----END PGP SIGNATURE----- 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
This commit is contained in:
commit
701d7d782d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user