Skip to content

Commit

Permalink
LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
Browse files Browse the repository at this point in the history
Some files have been flagged with the new LGPL-2.1-or-later
identifier which replace the original LGPL-2.1+ in the SPDX license
identifier specification, but the identifiers are not mentioned as
valid in the LGPL-2.1 license file.

Add it, together with the LGPL-2.1-only at the the license file.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/12f38ebde4dcd8b1ecbd37df1b6ce2018426f6dd.1639657049.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
mchehab authored and gregkh committed Dec 16, 2021
1 parent fa55b7d commit bc12834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LICENSES/preferred/LGPL-2.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Valid-License-Identifier: LGPL-2.1
Valid-License-Identifier: LGPL-2.1-only
Valid-License-Identifier: LGPL-2.1+
Valid-License-Identifier: LGPL-2.1-or-later
SPDX-URL: https://spdx.org/licenses/LGPL-2.1.html
Usage-Guide:
To use this license in source code, put one of the following SPDX
Expand Down

0 comments on commit bc12834

Please sign in to comment.