summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-07-14 14:00:23 +0200
committerDavid Herrmann <dh.herrmann@googlemail.com>2012-07-14 14:00:23 +0200
commit2ca0c915a74ba336deeb141538ca16a7dbdc95b9 (patch)
tree676c1046f1fc5bd6693590dd4a4da4df9e60afd9 /COPYING
parente1095b5ef2c3e4dd6452fca5accdf39385a0de15 (diff)
Add optional dbus support
As we might need dbus for inter-process-communication later, this adds a very rudimentary dbus client integration for epoll-based loops. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'COPYING')
-rw-r--r--COPYING6
1 files changed, 6 insertions, 0 deletions
diff --git a/COPYING b/COPYING
index 3b1c566..1254f68 100644
--- a/COPYING
+++ b/COPYING
@@ -40,6 +40,12 @@ licensed under the conditions of the LGPL-2.1 or later as published by the FSF:
Author: Rusty Russel <rusty@rustcorp.com.au>
+The dbus-loop code that allows using dbus in epoll loops easily is copied from
+the systemd-distribution and licensed under the conditions of the LGPL-2.1 or
+later as published by the FSF. It applies to external/dbus-loop.*
+
+ Copyright 2011 Lennart Poettering
+
The vt.c source file is based on the VT handling of the wayland demo
compositor: