[oe-commits] Chase Maupin : atk: Update LICENSE field version to GPLv2

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


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

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Fri May 11 17:23:37 2012 -0500

atk: Update LICENSE field version to GPLv2

* Update LICENSE field version from generic LGPL to GPLv2+ and
  LGPLv2+ 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>

---

 recipes/atk/atk_1.30.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/atk/atk_1.30.0.bb b/recipes/atk/atk_1.30.0.bb
index b3505bf..23c6685 100644
--- a/recipes/atk/atk_1.30.0.bb
+++ b/recipes/atk/atk_1.30.0.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "An accessibility toolkit for GNOME."
 SECTION = "x11/libs"
 PRIORITY = "optional"
-LICENSE = "LGPL"
+LICENSE = "GPLv2+ LGPLv2+"
 
-PR = "r1"
+PR = "r2"
 
 inherit gnome
 





More information about the Openembedded-commits mailing list