Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTamEdit.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-07-29 13:42:45 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2011-07-29 14:02:19 (GMT)
commit80a127bed2b95bfcb65c2838160c1b16fc4ac962 (patch)
treeeb1a197774db8ac3882c43357668f03a103bc85b /TamTamEdit.py
parentb8483580fa44e87a11f0665765508cf743b51854 (diff)
added license to code (GPLv2)
Diffstat (limited to 'TamTamEdit.py')
-rw-r--r--TamTamEdit.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/TamTamEdit.py b/TamTamEdit.py
index 528bde4..b91e603 100644
--- a/TamTamEdit.py
+++ b/TamTamEdit.py
@@ -1,3 +1,20 @@
+#Copyright (c) 2007-8 Jean Piche, Olivier Belanger, James Bergstra
+#Copyright (c) 2007-8 Nathanael Lecaude, Adrian Martin, Eric Lamothe
+#Copyright (c) 2009-11 Aleksey Lim, Chris Leonard, Douglas Eck
+#Copyright (c) 2009-11 Gonzalo Odiard, James Cameron, Jorge Saldivar
+#Copyright (c) 2009-11 Marco Pesenti Gritti, Rafael Ortiz, Sean Wood
+#Copyright (c) 2011 Walter Bender
+
+# 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.
+#
+# You should have received a copy of the GNU General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+
import locale
locale.setlocale(locale.LC_NUMERIC, 'C')
import signal