Skip to content

Allow alternative GPL-2.0/LGPL-2.0/LGPL-2.1 wording #2204

@mtelka

Description

@mtelka

The LGPL-2.1 wording available at LGPL-2.1-only and LGPL-2.1-or-later is based on officially published LGPL-2.1 by FSF. Unfortunately, there is another slightly different LGPL-2.1 text available at gnu.org.

The difference is this:

The plain text version at
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
reads:

---------------------------------- 8< --------------------------------
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.

                  GNU LESSER GENERAL PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
---------------------------------- 8< --------------------------------


While the standalone HTML version at
https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
shows:

---------------------------------- 8< --------------------------------
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.

   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
---------------------------------- 8< --------------------------------


IOW, the "GNU LESSER GENERAL PUBLIC LICENSE" words are missing.

A lot of software distributed on internet and licensed under LGPL-2.1 includes the plain text version of the license and so they contain extra GNU LESSER GENERAL PUBLIC LICENSE words in their license text. This causes problem for automatic license matching because SPDX does not show the GNU LESSER GENERAL PUBLIC LICENSE words there as omitable (in blue).

Could you please add GNU LESSER GENERAL PUBLIC LICENSE before the TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION and mark it as omitable (blue)?

Thank you.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions