Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mmm_modules/timer.py
diff options
context:
space:
mode:
authorCarlos Neves <cn@sueste.net>2008-01-13 19:47:29 (GMT)
committer Carlos Neves <cn@sueste.net>2008-01-13 19:47:29 (GMT)
commitd7b3b54e4a0309372af836da2d749977e569b8dd (patch)
tree30d2ea6d2d8b470736c661af8ef315b261d82990 /mmm_modules/timer.py
parent29a4b8a64bbe0dc6251fab6174c09cb12f55dbea (diff)
Added licence header to all sources. Added AUTHORS file.
Diffstat (limited to 'mmm_modules/timer.py')
-rw-r--r--mmm_modules/timer.py15
1 files changed, 5 insertions, 10 deletions
diff --git a/mmm_modules/timer.py b/mmm_modules/timer.py
index e572bca..92390e0 100644
--- a/mmm_modules/timer.py
+++ b/mmm_modules/timer.py
@@ -1,5 +1,5 @@
-#!/usr/bin/env python
-
+# 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
@@ -14,14 +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
#
-
-
-### timer.py
-### TODO: Describe
-### $Id: $
-###
-### author: Carlos Neves (cn (at) sueste.net)
-### (c) 2007 World Wide Workshop Foundation
+# 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 pygtk
pygtk.require('2.0')