A quick glance at QPDF's LICENSE.txt shows that it identifies itself at
the Apache 2.0 license, not the Artistic license.

Signed-off-by: Roland Hieber <r.hie...@pengutronix.de>
---
 rules/qpdf.make | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rules/qpdf.make b/rules/qpdf.make
index eecfe4b39..5995f22b2 100644
--- a/rules/qpdf.make
+++ b/rules/qpdf.make
@@ -23,7 +23,8 @@ QPDF_SUFFIX   := tar.gz
 QPDF_URL       := $(call ptx/mirror, SF, 
/qpdf/qpdf/$(QPDF_VERSION)/$(QPDF).$(QPDF_SUFFIX))
 QPDF_SOURCE    := $(SRCDIR)/$(QPDF).$(QPDF_SUFFIX)
 QPDF_DIR       := $(BUILDDIR)/$(QPDF)
-QPDF_LICENSE   := Artistic-2.0
+QPDF_LICENSE   := Apache-2.0
+QPDF_LICENSE_FILES     := 
file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to