All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] package/cairo: update license information
@ 2017-03-16 23:02 Romain Naour
  2017-03-17 22:08 ` Peter Korsgaard
  2017-03-17 23:38 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2017-03-16 23:02 UTC (permalink / raw)
  To: buildroot

As noticed by Rahul Bedarkar, the cairo library is LGPLv2.1 only
(not LGPLv2.1+) or MPLv1.1.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
v2: remove LGPLv2.1+
    Specify MPL version
---
 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..ac91a56 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 MPLv1.1 (library)
+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] 3+ messages in thread

* [Buildroot] [PATCH v2] package/cairo: update license information
  2017-03-16 23:02 [Buildroot] [PATCH v2] package/cairo: update license information Romain Naour
@ 2017-03-17 22:08 ` Peter Korsgaard
  2017-03-17 23:38 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-03-17 22:08 UTC (permalink / raw)
  To: buildroot

>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > As noticed by Rahul Bedarkar, the cairo library is LGPLv2.1 only
 > (not LGPLv2.1+) or MPLv1.1.

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>
 > ---
 > v2: remove LGPLv2.1+
 >     Specify MPL version

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH v2] package/cairo: update license information
  2017-03-16 23:02 [Buildroot] [PATCH v2] package/cairo: update license information Romain Naour
  2017-03-17 22:08 ` Peter Korsgaard
@ 2017-03-17 23:38 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-03-17 23:38 UTC (permalink / raw)
  To: buildroot

>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > As noticed by Rahul Bedarkar, the cairo library is LGPLv2.1 only
 > (not LGPLv2.1+) or MPLv1.1.

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>
 > ---
 > v2: remove LGPLv2.1+
 >     Specify MPL version

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-03-17 23:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-16 23:02 [Buildroot] [PATCH v2] package/cairo: update license information Romain Naour
2017-03-17 22:08 ` Peter Korsgaard
2017-03-17 23:38 ` Peter Korsgaard

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.