Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Simmons <jim@olpc2.simmons>2010-03-02 20:33:20 (GMT)
committer James Simmons <jim@olpc2.simmons>2010-03-02 20:33:20 (GMT)
commitce2fd0a58b29ac9c867b113ea37e0621f4d2c90c (patch)
treebe83be488f237c1c058a27890be9b8080a7f0e5b
parent60f7a8d7d65d8a21275ae614c3a5f71cc8a5199d (diff)
Create Activity version of Demoiselle
-rw-r--r--DemoiselleActivity.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/DemoiselleActivity.py b/DemoiselleActivity.py
index 62ecef5..4cfcc9f 100644
--- a/DemoiselleActivity.py
+++ b/DemoiselleActivity.py
@@ -1,3 +1,22 @@
+# DemoiselleActivity.py
+
+# Copyright (C) 2010 James D. Simmons
+#
+# 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
+#
+
from gettext import gettext as _
import gtk