diff options
author | Rahul Bedarkar <rahul.bedarkar@imgtec.com> | 2016-07-04 18:16:23 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-05 09:16:12 +0200 |
commit | 3cbb78389a5454c7754d92acce38c72425c29244 (patch) | |
tree | 774aecf91b6433b92c115901b0a15655c4ba9881 /package/dbus | |
parent | 582fdaacd7c40d0d7305279acc963f11a1047c84 (diff) | |
download | buildroot-3cbb78389a5454c7754d92acce38c72425c29244.tar.gz buildroot-3cbb78389a5454c7754d92acce38c72425c29244.zip |
dbus: update legal info
Library and some tools (dbus-lanuch, dbus-run-session) are dual
licensed under GPLv2 or AFLv2.1 and others (dbus-monitor, dbus-send,
dbus-cleanup-sockets, dbus-uuidgen) are licensed under GPLv2+
only.
Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dbus')
-rw-r--r-- | package/dbus/dbus.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index fbdceb3c2d..11c3d4e996 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -6,7 +6,7 @@ DBUS_VERSION = 1.10.8 DBUS_SITE = http://dbus.freedesktop.org/releases/dbus -DBUS_LICENSE = AFLv2.1, GPLv2+ +DBUS_LICENSE = AFLv2.1 or GPLv2+ (library, tools), GPLv2+ (tools) DBUS_LICENSE_FILES = COPYING DBUS_INSTALL_STAGING = YES |