The official SPDX license identifier is LGPL-2.0-only. COPYING contains mentions of both "LGPL-2" and "LGPL-2.1+", so LGPL-2 was most probably meant to be "LGPL-2.0-only".
Signed-off-by: Roland Hieber <[email protected]> --- rules/cups-filters.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/cups-filters.make b/rules/cups-filters.make index 159952333daf..3b765000f1fa 100644 --- a/rules/cups-filters.make +++ b/rules/cups-filters.make @@ -21,7 +21,7 @@ CUPS_FILTERS_SUFFIX := tar.xz CUPS_FILTERS_URL := http://openprinting.org/download/cups-filters/$(CUPS_FILTERS).$(CUPS_FILTERS_SUFFIX) CUPS_FILTERS_SOURCE := $(SRCDIR)/$(CUPS_FILTERS).$(CUPS_FILTERS_SUFFIX) CUPS_FILTERS_DIR := $(BUILDDIR)/$(CUPS_FILTERS) -CUPS_FILTERS_LICENSE := GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2 AND LGPL-2.1-or-later AND MIT AND BSD-4-Clause +CUPS_FILTERS_LICENSE := GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.0-only AND LGPL-2.1-or-later AND MIT AND BSD-4-Clause CUPS_FILTERS_LICENSE_FILES := file://COPYING;md5=794bc12f02f100806cd5f19304d03f7b # ---------------------------------------------------------------------------- -- 2.20.1 _______________________________________________ ptxdist mailing list [email protected]
