dbus: update package LICENSE
authorChase Maupin <chasemaupin03@gmail.com>
Thu, 21 Oct 2010 03:33:11 +0000 (03:33 +0000)
committerKhem Raj <raj.khem@gmail.com>
Mon, 25 Oct 2010 22:33:04 +0000 (15:33 -0700)
* Update the LICENSE fields to reflect the licensing used in
  the source code.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/dbus/dbus-c++_git.bb
recipes/dbus/dbus-daemon-proxy_git.bb
recipes/dbus/dbus-glib.inc
recipes/dbus/dbus.inc

index 7d9db3e..6459823 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "C++ bindings for dbus"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1+"
 SECTION = "libs"
 DEPENDS = "dbus dbus-c++-native expat"
 SRCREV = "530a887913d3b0dd7091eabb8eef8e3c279e3bb8"
index 16cc34f..32ed7db 100644 (file)
@@ -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}"
index 4db734b..c1c1813 100644 (file)
@@ -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"
index 55a156d..73fc426 100644 (file)
@@ -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"