From 3c6858e71e22c466c7d3f9abbb0cea118f8be5b4 Mon Sep 17 00:00:00 2001 From: chase maupin Date: Mon, 21 May 2012 14:29:12 +0000 Subject: [PATCH] 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 Signed-off-by: Martin Jansa --- recipes/atk/atk_1.30.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/atk/atk_1.30.0.bb b/recipes/atk/atk_1.30.0.bb index b3505bf0bc..23c66858b9 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