[oe-commits] Denys Dmytriyenko : udev: update LICENSE to more specific GPLv2+ ( v2 or later)

git version control git at git.openembedded.org
Tue Mar 16 08:17:03 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 6d7a0618df5085e5c80f22d4f1f3d879ee8ce1ab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6d7a0618df5085e5c80f22d4f1f3d879ee8ce1ab

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Mon Mar 15 22:08:19 2010 -0400

udev: update LICENSE to more specific GPLv2+ (v2 or later)

---

 recipes/udev/udev.inc    |    2 +-
 recipes/udev/udev_141.bb |    2 +-
 recipes/udev/udev_151.bb |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/udev/udev.inc b/recipes/udev/udev.inc
index 86f851d..14d10b4 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 e2b71d1..55ccb23 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 123688c..884ba8f 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"
 





More information about the Openembedded-commits mailing list