From 6d7a0618df5085e5c80f22d4f1f3d879ee8ce1ab Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 15 Mar 2010 22:08:19 -0400 Subject: [PATCH] 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 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" -- 2.39.5