[oe-commits] Chase Maupin : dbus: update package LICENSE

git version control git at git.openembedded.org
Mon Oct 25 22:38:26 UTC 2010


Module: openembedded.git
Branch: master
Commit: 40af8f2d65493d86f7ab6a962a5a1940784e87db
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=40af8f2d65493d86f7ab6a962a5a1940784e87db

Author: Chase Maupin <chasemaupin03 at gmail.com>
Date:   Thu Oct 21 03:33:11 2010 +0000

dbus: update package LICENSE

* Update the LICENSE fields to reflect the licensing used in
  the source code.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/dbus/dbus-c++_git.bb          |    2 +-
 recipes/dbus/dbus-daemon-proxy_git.bb |    2 +-
 recipes/dbus/dbus-glib.inc            |    2 +-
 recipes/dbus/dbus.inc                 |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/dbus/dbus-c++_git.bb b/recipes/dbus/dbus-c++_git.bb
index 7d9db3e..6459823 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 16cc34f..32ed7db 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 4db734b..c1c1813 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 55a156d..73fc426 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"





More information about the Openembedded-commits mailing list