summaryrefslogtreecommitdiffstats
path: root/src/dbus/qt_attribution.json
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-04-13 16:27:36 +0200
committerKai Koehne <kai.koehne@qt.io>2018-04-20 06:45:12 +0000
commitc579a77f841ed44df25553972f8807110c55808d (patch)
tree4631da3bbc487236d9b23befc91628b091a82a18 /src/dbus/qt_attribution.json
parent0c51b832f59d536513eaa85732bc02ad72b99455 (diff)
Document libdbus-1 code in Qt D-Bus
[ChangeLog][Third-Party Code] Libdbus-1 code in Qt D-Bus is now properly documented. The code is licensed under AFL-2.1 OR GPL-2.0-or-later. Change-Id: I38bd6f38175562fff03ae84fc7a5c435de4cb972 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/dbus/qt_attribution.json')
-rw-r--r--src/dbus/qt_attribution.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/dbus/qt_attribution.json b/src/dbus/qt_attribution.json
new file mode 100644
index 0000000000..52636ba89b
--- /dev/null
+++ b/src/dbus/qt_attribution.json
@@ -0,0 +1,15 @@
+{
+ "Id": "libdbus-1-headers",
+ "Name": "libdus-1 headers",
+ "QDocModule": "qtdbus",
+ "QtUsage": "Qt D-Bus uses constants and typedefs from libdbus-1 headers.",
+
+ "Description": "D-Bus is a message bus system, a simple way for applications to talk to one another.",
+ "Homepage": "https://www.freedesktop.org/wiki/Software/dbus/",
+ "LicenseId": "AFL-2.1 OR GPL-2.0-or-later",
+ "License": "Academic Free License v2.1, or GNU General Public License v2.0 or later",
+ "LicenseFile": "LIBDBUS-1-LICENSE.txt",
+ "Files": "dbus_minimal_p.h",
+ "Copyright": "Copyright (C) 2002, 2003 CodeFactory AB
+Copyright (C) 2004, 2005 Red Hat, Inc."
+}