]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter-box2d: fix LICENSE field - LGPL-2.1
authorJoshua Lock <josh@linux.intel.com>
Tue, 29 Nov 2011 21:18:19 +0000 (13:18 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2011 15:50:46 +0000 (15:50 +0000)
clutter-box2d has had the same COPYING file since 2008-04-03, therefore
update the license field in the inc file to reflect its contents.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-graphics/clutter/clutter-box2d.inc

index 0574db3d51b935641c0c1857668bfc8738f10cd4..599b4678cd785f9c4573629b3c462fd04142c332 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Clutter Box2D"
 HOMEPAGE = "http://www.clutter-project.org/"
-LICENSE = "Catto"
+LICENSE = "LGPL-2.1"
 
 # The main clutter lib is machine specific so we need to be too
 PACKAGE_ARCH = "${MACHINE_ARCH}"