1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

initscripts: fix LICENSE from 'GPL' to 'GPLv2'

the license information is acquired from:
        "Richard Purdie <rpurdie@linux.intel.com>"

Signed-off-by Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
Kevin Tian
2010-06-12 13:13:45 +08:00
committed by Joshua Lock
parent bb1c803c31
commit 86568bcf5a
+1 -1
View File
@@ -3,7 +3,7 @@ SECTION = "base"
PRIORITY = "required"
DEPENDS = "makedevs"
RDEPENDS = "makedevs"
LICENSE = "GPL"
LICENSE = "GPLv2"
PR = "r121"
SRC_URI = "file://functions \