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

git at git.openembedded.org git at git.openembedded.org
Wed May 23 21:13:42 UTC 2012


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 15691831b5be9a85f186c5d43fad1539e7110ee5
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=15691831b5be9a85f186c5d43fad1539e7110ee5

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Fri May 11 14:20:32 2012 -0500

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>

---

 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