LICENSES: Add modern form of the LGPL-2.1 tags to the usage guide section

The modern forms of the LGPL-2.1 tags have already been added as valid
a long time ago, see commit bc12834958 ("LICENSES/LGPL-2.1: Add
LGPL-2.1-or-later as valid identifiers"). However, the information is
still missing in the "Usage-Guide" section, so it can currently be
confusing whether these tags are allowed in new files or not. Thus
add the tags to the usage guide section, too, to make this clear
(similar to what we do in the GPL-2.0 file already).

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Thomas Huth
2025-10-06 14:45:48 +02:00
committed by Greg Kroah-Hartman
parent 211ddde082
commit 89373f5695

View File

@@ -9,9 +9,13 @@ Usage-Guide:
guidelines in the licensing rules documentation. guidelines in the licensing rules documentation.
For 'GNU Lesser General Public License (LGPL) version 2.1 only' use: For 'GNU Lesser General Public License (LGPL) version 2.1 only' use:
SPDX-License-Identifier: LGPL-2.1 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 For 'GNU Lesser General Public License (LGPL) version 2.1 or any later
version' use: version' use:
SPDX-License-Identifier: LGPL-2.1+ SPDX-License-Identifier: LGPL-2.1+
or:
SPDX-License-Identifier: LGPL-2.1-or-later
License-Text: License-Text:
GNU LESSER GENERAL PUBLIC LICENSE GNU LESSER GENERAL PUBLIC LICENSE