From 041fe173cc1bc54cd290835a9e146330f5c889c4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 30 Sep 2010 17:59:19 +0100 Subject: pong-clock: Fix LICENSE field Signed-off-by: Richard Purdie --- meta/recipes-graphics/pong-clock/pong-clock_1.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta') diff --git a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb index 571a90dbd3..8d3659ff91 100644 --- a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb +++ b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "A clock combined with a game of pong" -LICENCE = "GPLv2" +LICENSE = "GPLv2+" DEPENDS = "virtual/libx11 xdmcp xau" SRC_URI = "file://pong-clock-no-flicker.c" @@ -13,4 +13,4 @@ do_compile () { do_install () { install -d ${D}${bindir} install -m 0755 pong-clock ${D}${bindir} -} \ No newline at end of file +} -- cgit 1.2.3-korg