jslicense / spdx-correct.js

correct invalid SPDX identifiers
Apache License 2.0
32 stars 22 forks source link

GNU LESSER GENERAL PUBLIC LICENSE (LGPL) returning incorrect acronym. #33

Open mpcen opened 3 years ago

mpcen commented 3 years ago

GNU LESSER General Public License or GNU LGPL should return back LGPL acronyms, not GPL.

For example: GNU Lesser General Public License v3 or later (LGPLv3+) currently returns back GPL-3.0-or-later but should return LGPL-3.0-or-later

mpcen commented 3 years ago

Fix in PR: https://github.com/jslicense/spdx-correct.js/pull/34