All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xz: Correctly specify GPL-3.0 with autoconf exception
@ 2015-08-30 16:31 Khem Raj
  2015-08-31 17:05 ` Flanagan, Elizabeth
  0 siblings, 1 reply; 14+ messages in thread
From: Khem Raj @ 2015-08-30 16:31 UTC (permalink / raw)
  To: openembedded-core

There is m4/ax_pthread.m4 macro which uses GPL-3.0 with autoconf
exception, there is no other occurance of GPL-3.0 use, lets mark the
licence correctly.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-extended/xz/xz_5.2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/xz/xz_5.2.1.bb b/meta/recipes-extended/xz/xz_5.2.1.bb
index e0ae48f..cf7fba6 100644
--- a/meta/recipes-extended/xz/xz_5.2.1.bb
+++ b/meta/recipes-extended/xz/xz_5.2.1.bb
@@ -6,7 +6,7 @@ SECTION = "base"
 # which is GPLv3 is an m4 macro which isn't shipped in any of our packages,
 # and the LGPL bits are under lib/, which appears to be used for libgnu, which
 # appears to be used for DOS builds. So we're left with GPLv2+ and PD.
-LICENSE = "GPLv2+ & GPLv3+ & LGPLv2.1+ & PD"
+LICENSE = "GPLv2+ & GPL-3.0-with-autoconf-exception & LGPLv2.1+ & PD"
 LICENSE_${PN} = "GPLv2+"
 LICENSE_${PN}-dev = "GPLv2+"
 LICENSE_${PN}-staticdev = "GPLv2+"
-- 
2.5.0



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

end of thread, other threads:[~2015-09-01 17:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-30 16:31 [PATCH] xz: Correctly specify GPL-3.0 with autoconf exception Khem Raj
2015-08-31 17:05 ` Flanagan, Elizabeth
2015-08-31 17:10   ` Khem Raj
2015-08-31 17:35     ` Christopher Larson
2015-08-31 17:51       ` Mark Hatle
2015-08-31 18:19         ` Christopher Larson
2015-08-31 18:46           ` Mark Hatle
2015-08-31 18:46           ` Andre McCurdy
2015-08-31 19:20         ` Khem Raj
2015-08-31 19:43           ` Mark Hatle
2015-08-31 20:18             ` Christopher Larson
2015-09-01 12:51               ` Flanagan, Elizabeth
2015-09-01 17:21             ` Khem Raj
2015-08-31 19:14       ` Khem Raj

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.