summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-12-19 17:29:42 -0500
committerPaul W. Frields <stickster@gmail.com>2010-12-19 17:29:42 -0500
commitbe260cbeba4a49be015b048480b51ac3de691240 (patch)
tree6e973573514ae16fad11d24859629e5b3cd24c87
parent55bb7c03283a49c247470382c7d689025ae599dd (diff)
downloadpulsecaster-be260cbeba4a49be015b048480b51ac3de691240.tar.gz
pulsecaster-be260cbeba4a49be015b048480b51ac3de691240.tar.xz
pulsecaster-be260cbeba4a49be015b048480b51ac3de691240.zip
Add licensing info to listener.py
-rw-r--r--pulsecaster/listener.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/pulsecaster/listener.py b/pulsecaster/listener.py
index be3ee23..48c4af0 100644
--- a/pulsecaster/listener.py
+++ b/pulsecaster/listener.py
@@ -1,3 +1,21 @@
+# Copyright (C) 2010 Paul W. Frields and others.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Author: Paul W. Frields <stickster@gmail.com>
+
import dbus
import dbus.mainloop.glib