From 80a127bed2b95bfcb65c2838160c1b16fc4ac962 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 29 Jul 2011 13:42:45 +0000 Subject: added license to code (GPLv2) --- (limited to 'TamTamEdit.py') 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 -- cgit v0.9.1