Skip to content

Commit 89373f5

Browse files
huthgregkh
authored andcommitted
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 bc12834 ("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>
1 parent 211ddde commit 89373f5

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)