]> code.ossystems Code Review - openembedded-core.git/commitdiff
initscripts: fix LICENSE from 'GPL' to 'GPLv2'
authorKevin Tian <kevin.tian@intel.com>
Sat, 12 Jun 2010 05:13:45 +0000 (13:13 +0800)
committerJoshua Lock <josh@linux.intel.com>
Thu, 17 Jun 2010 22:16:43 +0000 (23:16 +0100)
the license information is acquired from:
        "Richard Purdie <rpurdie@linux.intel.com>"

Signed-off-by Kevin Tian <kevin.tian@intel.com>

meta/packages/initscripts/initscripts_1.0.bb

index 129786a7e901b0b23c7cb4be212f8d23040fbf99..20503e1c6abd2e48a7d62ec5216c168b0e9b26f7 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "base"
 PRIORITY = "required"
 DEPENDS = "makedevs"
 RDEPENDS = "makedevs"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
 PR = "r121"
 
 SRC_URI = "file://functions \