Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devicemanager.py
diff options
context:
space:
mode:
authorSayamindu Dasgupta <sayamindu@gmail.com>2009-11-05 20:14:23 (GMT)
committer Sayamindu Dasgupta <sayamindu@gmail.com>2009-11-05 20:14:23 (GMT)
commit7d4cbb46949da6aa7b6ed284ffee5f43feae4055 (patch)
treec688d8c76b97e7bf9a99116a2c66233df928eb7b /devicemanager.py
parentd3570866428b0898859d8bc7113a8426568a2d91 (diff)
Add copyright header to devicemanager.py
Diffstat (limited to 'devicemanager.py')
-rw-r--r--devicemanager.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/devicemanager.py b/devicemanager.py
index 8c50db1..8ee8fe6 100644
--- a/devicemanager.py
+++ b/devicemanager.py
@@ -1,3 +1,22 @@
+#! /usr/bin/env python
+
+# Copyright (C) 2009 Sayamindu Dasgupta <sayamindu@laptop.org>
+#
+# 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 2 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, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+
import os
import gobject
import dbus