[oe-commits] chase maupin : libtasn1: update LICENSE setting to GPLv3 and LGPLv2.1

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 19:28:16 UTC 2012


Module: openembedded.git
Branch: master
Commit: a73d045d7c83f8fde1a05cb8c51d9e531a8b958d
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=a73d045d7c83f8fde1a05cb8c51d9e531a8b958d

Author: chase maupin <chase.maupin at ti.com>
Date:   Mon May 21 14:29:01 2012 +0000

libtasn1: update LICENSE setting to GPLv3 and LGPLv2.1

* Updated the LICENSE field setting based on settings in oe-core
  as well as code inspection.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/gnutls/libtasn1_1.7.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/gnutls/libtasn1_1.7.bb b/recipes/gnutls/libtasn1_1.7.bb
index 44da659..65b6321 100644
--- a/recipes/gnutls/libtasn1_1.7.bb
+++ b/recipes/gnutls/libtasn1_1.7.bb
@@ -1,5 +1,7 @@
 DESCRIPTION = "Library for ASN.1 and DER manipulation"
-LICENSE = "LGPL"
+LICENSE = "GPLv3+ LGPLv2.1+"
+LICENSE_${PN}-bin = "GPLv3+"
+LICENSE_${PN} = "LGPLv2.1+"
 
 PR = "r1"
 





More information about the Openembedded-commits mailing list