[oe-commits] Florian Boor : gpe-lights: fix license

git version control git at git.openembedded.org
Tue May 3 15:09:42 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4de1e9814a057661535b27aa2821953509289f86
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4de1e9814a057661535b27aa2821953509289f86

Author: Florian Boor <florian at kernelconcepts.de>
Date:   Fri Jan  7 15:06:05 2011 +0100

gpe-lights: fix license

Signed-off-by: Florian Boor <florian at kernelconcepts.de>

---

 recipes/gpe-lights/gpe-lights_0.13.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gpe-lights/gpe-lights_0.13.bb b/recipes/gpe-lights/gpe-lights_0.13.bb
index 1930ae9..5968a61 100644
--- a/recipes/gpe-lights/gpe-lights_0.13.bb
+++ b/recipes/gpe-lights/gpe-lights_0.13.bb
@@ -1,11 +1,11 @@
 inherit gpe
-LICENSE = "PD"
+LICENSE = "GPLv2+"
 
 DESCRIPTION = "A simple light puzzle."
 DEPENDS = "gtk+ libgpewidget gpe-icons"
 SECTION = "gpe/games"
 PRIORITY = "optional"
-PR = "r1"
+PR = "r2"
 
 SRC_URI += "file://fix-makefiles.patch"
 





More information about the Openembedded-commits mailing list