Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Lewis <jtl1728@rit.edu>2009-12-31 03:29:56 (GMT)
committer Justin Lewis <jtl1728@rit.edu>2009-12-31 03:29:56 (GMT)
commitcf85f5ba545adc4d1ea98268ea3db3dbb330829f (patch)
tree03cf7b6d08004e0aab814bebb7b5ab0e073c7c0c
parent0a89435921cfcc1fc0ad5d68780ee3a6a97d08e1 (diff)
Added GNU Public License header to the two py files I wrote.
-rw-r--r--FileShare.activity/FileShareActivity.py16
-rw-r--r--FileShare.activity/TubeSpeak.py16
2 files changed, 32 insertions, 0 deletions
diff --git a/FileShare.activity/FileShareActivity.py b/FileShare.activity/FileShareActivity.py
index 8f5abaf..97f146a 100644
--- a/FileShare.activity/FileShareActivity.py
+++ b/FileShare.activity/FileShareActivity.py
@@ -1,3 +1,19 @@
+# Copyright (C) 2009, Justin Lewis (jtl1728@rit.edu)
+#
+# 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 gtk
import telepathy
import simplejson
diff --git a/FileShare.activity/TubeSpeak.py b/FileShare.activity/TubeSpeak.py
index 9bb15ea..618ba7b 100644
--- a/FileShare.activity/TubeSpeak.py
+++ b/FileShare.activity/TubeSpeak.py
@@ -1,3 +1,19 @@
+# Copyright (C) 2009, Justin Lewis (jtl1728@rit.edu)
+#
+# 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 logging
from dbus.service import method, signal
from dbus.gobject_service import ExportedGObject