mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] cairo: fix license identifier
@ 2021-07-28  9:01 Bastian Krause
  2021-07-28  9:49 ` Roland Hieber
  0 siblings, 1 reply; 6+ messages in thread
From: Bastian Krause @ 2021-07-28  9:01 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

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/)

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/cairo.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/cairo.make b/rules/cairo.make
index cfaa74518..cbcb76b5f 100644
--- a/rules/cairo.make
+++ b/rules/cairo.make
@@ -21,7 +21,7 @@ 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
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-28 12:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28  9:01 [ptxdist] [PATCH] cairo: fix license identifier Bastian Krause
2021-07-28  9:49 ` Roland Hieber
2021-07-28 10:39   ` Michael Olbrich
2021-07-28 11:54     ` Bastian Krause
2021-07-28 11:48   ` Bastian Krause
2021-07-28 12:02     ` Roland Hieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox