From 65dec50d8aca03f0497e1b2057392cf1970985a7 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Mon, 5 Sep 2011 00:24:49 +0400 Subject: opie: fix GPLv2 plus license Some recipes were incorrectly marked as GPL (which means GPLv1), but in reality they are GPLv2+, mark them so. Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Paul Eggleton --- recipes-opie/opie-kbill/opie-kbill.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-opie/opie-kbill') diff --git a/recipes-opie/opie-kbill/opie-kbill.inc b/recipes-opie/opie-kbill/opie-kbill.inc index 50d9b7f..fb05f0c 100644 --- a/recipes-opie/opie-kbill/opie-kbill.inc +++ b/recipes-opie/opie-kbill/opie-kbill.inc @@ -1,6 +1,6 @@ DESCRIPTION = "The famous hit Bill game" SECTION = "opie/games" -LICENSE = "GPL" +LICENSE = "GPLv2+" # FIXME stopgap until split archives have license files included LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" APPNAME = "kbill" -- cgit 1.2.3-korg