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

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


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

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

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>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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