summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Krause <bst@pengutronix.de>2021-07-30 10:31:57 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-07-30 13:24:16 +0200
commit2a1b1370ddd6805041d14af9314aad832aa33c31 (patch)
tree424f7f835abea14df8dbd83e55b6d4c45e45d48d
parent913af4184e1c24ebf87b36c2d9e5d6c3f79e1257 (diff)
downloadptxdist-2a1b1370ddd6805041d14af9314aad832aa33c31.tar.gz
ptxdist-2a1b1370ddd6805041d14af9314aad832aa33c31.tar.xz
cairo: fix license identifier
Cairo is dual-licensed: "Cairo is free software and is available to be redistributed and/or modified under the terms of either the GNU Lesser General Public License (LGPL) version 2.1 or the Mozilla Public License (MPL) version 1.1 at your option." (https://www.cairographics.org/) While at it, pin down the copying files. Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20210730083157.7588-1-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/cairo.make6
1 files changed, 5 insertions, 1 deletions
diff --git a/rules/cairo.make b/rules/cairo.make
index cfaa74518..6d2f05272 100644
--- a/rules/cairo.make
+++ b/rules/cairo.make
@@ -21,7 +21,11 @@ CAIRO_SUFFIX := tar.xz
CAIRO_URL := http://cairographics.org/releases/cairo-$(CAIRO_VERSION).$(CAIRO_SUFFIX)
CAIRO_SOURCE := $(SRCDIR)/$(CAIRO).$(CAIRO_SUFFIX)
CAIRO_DIR := $(BUILDDIR)/$(CAIRO)
-CAIRO_LICENSE := LGPL-2.1-only AND MPL-1.1
+CAIRO_LICENSE := LGPL-2.1-only OR MPL-1.1
+CAIRO_LICENSE_FILES := \
+ file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77 \
+ file://COPYING-LGPL-2.1;md5=c9bb0ee6dbe833915b94063d594c4bfc \
+ file://COPYING-MPL-1.1;md5=bfe1f75d606912a4111c90743d6c7325
# ----------------------------------------------------------------------------
# Prepare