From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Mon, 15 Jul 2019 16:01:29 +0200 Message-Id: <20190715140128.16465-1-rhi@pengutronix.de> In-Reply-To: <20190715135748.9577-1-rhi@pengutronix.de> References: <20190715135748.9577-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH v2] cups-filters: fix license identifier: LGPL-2 -> LGPL-2.0-only List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber The official SPDX license identifier is LGPL-2.0-only, which is consistent with the paragraph in cups-filter's COPYING: License: LGPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; version 2 of the License. Signed-off-by: Roland Hieber --- v1 -> v2: document new findings in log message 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 ptxdist@pengutronix.de