From: Chase Maupin Date: Thu, 21 Oct 2010 03:33:11 +0000 (+0000) Subject: dbus: update package LICENSE X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40af8f2d65493d86f7ab6a962a5a1940784e87db;p=openembedded.git dbus: update package LICENSE * Update the LICENSE fields to reflect the licensing used in the source code. Signed-off-by: Chase Maupin Signed-off-by: Khem Raj --- diff --git a/recipes/dbus/dbus-c++_git.bb b/recipes/dbus/dbus-c++_git.bb index 7d9db3e7a6..64598238da 100644 --- a/recipes/dbus/dbus-c++_git.bb +++ b/recipes/dbus/dbus-c++_git.bb @@ -1,5 +1,5 @@ DESCRIPTION = "C++ bindings for dbus" -LICENSE = "LGPL" +LICENSE = "LGPLv2.1+" SECTION = "libs" DEPENDS = "dbus dbus-c++-native expat" SRCREV = "530a887913d3b0dd7091eabb8eef8e3c279e3bb8" diff --git a/recipes/dbus/dbus-daemon-proxy_git.bb b/recipes/dbus/dbus-daemon-proxy_git.bb index 16cc34f080..32ed7dbfd3 100644 --- a/recipes/dbus/dbus-daemon-proxy_git.bb +++ b/recipes/dbus/dbus-daemon-proxy_git.bb @@ -1,5 +1,5 @@ DESCRIPTION = "dbus forwarding daemon" -LICENSE = "GPL" +LICENSE = "LGPLv2.1+" DEPENDS = "dbus dbus-glib" SRCREV = "1226a0a1374628ff191f6d8a56000be5e53e7608" PV = "0.0.0+gitr${SRCPV}" diff --git a/recipes/dbus/dbus-glib.inc b/recipes/dbus/dbus-glib.inc index 4db734b1e2..c1c1813d9a 100644 --- a/recipes/dbus/dbus-glib.inc +++ b/recipes/dbus/dbus-glib.inc @@ -1,7 +1,7 @@ DESCRIPTION = "GLib bindings for the dbus message bus system" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" SECTION = "libs" -LICENSE = "GPL" +LICENSE = "GPLv2+ AFLv2.1" DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" DEPENDS_virtclass-native = "expat-native glib-2.0-native dbus-native" diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc index 55a156d8f5..73fc426933 100644 --- a/recipes/dbus/dbus.inc +++ b/recipes/dbus/dbus.inc @@ -1,7 +1,7 @@ DESCRIPTION = "A message bus system for inter-process communication" HOMEPAGE = "http://dbus.freedesktop.org" SECTION = "base" -LICENSE = "GPL" +LICENSE = "GPLv2+ AFLv2.1" DEPENDS = "expat glib-2.0 virtual/libintl libsm libice virtual/libx11" INC_PR = "r19"