From a0b7daad6faf6ff0a19aaf38c2271982a66606de Mon Sep 17 00:00:00 2001 From: chase maupin Date: Mon, 21 May 2012 14:29:25 +0000 Subject: libical: Update LICENSE field version to LGPLv2.1 or MPL-1 * Updated LICENSE field version from generic LGPL to LGPLv2v.1 or MPL-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 Signed-off-by: Martin Jansa --- recipes/libical/libical_0.44.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/libical/libical_0.44.bb b/recipes/libical/libical_0.44.bb index 272e07e73e..87e6c0c442 100644 --- a/recipes/libical/libical_0.44.bb +++ b/recipes/libical/libical_0.44.bb @@ -1,8 +1,8 @@ DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library" HOMEPAGE = "http://www.softwarestudio.org/softwarestudio/app.php/libical" SECTION = "libs" -LICENSE = "LGPL / MPL" -PR = "r0" +LICENSE = "LGPLv2.1 | MPL-1" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz \ " -- cgit 1.2.3-korg