aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2010-03-15 22:08:19 -0400
committerDenys Dmytriyenko <denis@denix.org>2010-03-15 22:08:19 -0400
commit6d7a0618df5085e5c80f22d4f1f3d879ee8ce1ab (patch)
treeacc5cfdccedb750b7190b3052e8a8c9a4bc4c935 /recipes/udev
parentcac361afe35a8d426eb8dbe3386991add1e97e8e (diff)
downloadopenembedded-6d7a0618df5085e5c80f22d4f1f3d879ee8ce1ab.tar.gz
udev: update LICENSE to more specific GPLv2+ (v2 or later)
Diffstat (limited to 'recipes/udev')
-rw-r--r--recipes/udev/udev.inc2
-rw-r--r--recipes/udev/udev_141.bb2
-rw-r--r--recipes/udev/udev_151.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/udev/udev.inc b/recipes/udev/udev.inc
index 86f851db05..14d10b45cc 100644
--- a/recipes/udev/udev.inc
+++ b/recipes/udev/udev.inc
@@ -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 \
diff --git a/recipes/udev/udev_141.bb b/recipes/udev/udev_141.bb
index e2b71d10f1..55ccb23f85 100644
--- a/recipes/udev/udev_141.bb
+++ b/recipes/udev/udev_141.bb
@@ -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"
diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb
index 123688cbf3..884ba8f256 100644
--- a/recipes/udev/udev_151.bb
+++ b/recipes/udev/udev_151.bb
@@ -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"