Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'globals.py')
-rw-r--r--globals.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/globals.py b/globals.py
index 0a6d2e6..5730c3d 100644
--- a/globals.py
+++ b/globals.py
@@ -1,3 +1,5 @@
+# Copyright 2007 World Wide Workshop Foundation
+#
# 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
@@ -12,7 +14,9 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
-
+# If you find this activity useful or end up using parts of it in one of your
+# own creations we would love to hear from you at info@WorldWideWorkshop.org !
+#
import os
import logging
@@ -127,4 +131,4 @@ class __globals(object):
Globals = __globals()
- \ No newline at end of file
+