All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/cairo: improve license information
@ 2017-03-06 21:02 Romain Naour
  2017-03-07  9:24 ` Rahul Bedarkar
  0 siblings, 1 reply; 5+ messages in thread
From: Romain Naour @ 2017-03-06 21:02 UTC (permalink / raw)
  To: buildroot

Cairo can be licenced under MPL and license copy are in COPYING-LGPL-2.1
and COPYING-MPL-1.1.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/cairo/cairo.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk
index 761c6f4..137d348 100644
--- a/package/cairo/cairo.mk
+++ b/package/cairo/cairo.mk
@@ -6,8 +6,8 @@
 
 CAIRO_VERSION = 1.14.8
 CAIRO_SOURCE = cairo-$(CAIRO_VERSION).tar.xz
-CAIRO_LICENSE = LGPLv2.1+
-CAIRO_LICENSE_FILES = COPYING
+CAIRO_LICENSE = LGPLv2.1+ or MPL
+CAIRO_LICENSE_FILES = COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1
 CAIRO_SITE = http://cairographics.org/releases
 CAIRO_INSTALL_STAGING = YES
 CAIRO_AUTORECONF = YES
-- 
2.9.3

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

end of thread, other threads:[~2017-03-16 22:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-06 21:02 [Buildroot] [PATCH] package/cairo: improve license information Romain Naour
2017-03-07  9:24 ` Rahul Bedarkar
2017-03-07 20:17   ` Thomas Petazzoni
2017-03-08  6:55     ` Rahul Bedarkar
2017-03-16 22:45       ` Romain Naour

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.