[oe-commits] chase maupin : gnome-keyring: Update LICENSE field version to GPLv2

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


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

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

gnome-keyring: Update LICENSE field version to GPLv2

* Updated LICENSE field version from generic GPL to GPLv2+,
  LGPLv2+, and LGPLv2.1+ to reflect the real license version.
* This change was based on setting 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/gnome/gnome-keyring_2.28.2.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gnome/gnome-keyring_2.28.2.bb b/recipes/gnome/gnome-keyring_2.28.2.bb
index dceb070..8e63e7e 100644
--- a/recipes/gnome/gnome-keyring_2.28.2.bb
+++ b/recipes/gnome/gnome-keyring_2.28.2.bb
@@ -1,8 +1,8 @@
 DESCRIPTION = "GNOME security credential management"
-LICENSE = "GPL"
+LICENSE = "GPLv2+ LGPLv2+ LGPLv2.1+"
 SECTION = "x11/gnome"
 DEPENDS = " gtk+-native libpam gconf gtk+ libtasn1 libtasn1-native libgcrypt"
-PR = "r1"
+PR = "r2"
 
 inherit gnome pkgconfig
 





More information about the Openembedded-commits mailing list