udev: update LICENSE to more specific GPLv2+ (v2 or later)
authorDenys Dmytriyenko <denis@denix.org>
Tue, 16 Mar 2010 02:08:19 +0000 (22:08 -0400)
committerDenys Dmytriyenko <denis@denix.org>
Tue, 16 Mar 2010 02:08:19 +0000 (22:08 -0400)
recipes/udev/udev.inc
recipes/udev/udev_141.bb
recipes/udev/udev_151.bb

index 86f851d..14d10b4 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION ?= "udev is a program which dynamically creates and removes device nodes from \
 /dev/. It responds to /sbin/hotplug device events and requires a 2.6 kernel."
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
 
 SRC_URI += " \
           file://udev.rules \
index e2b71d1..55ccb23 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \
 /dev/, handles hotplug events and loads drivers at boot time. It replaces \
 the hotplug package and requires a kernel not older than 2.6.12."
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
 
 # Untested
 DEFAULT_PREFERENCE = "-1"
index 123688c..884ba8f 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \
 /dev/, handles hotplug events and loads drivers at boot time. It replaces \
 the hotplug package and requires a kernel not older than 2.6.12."
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
 
 PR = "r5"