From 210535ae6e246bdffc450fe00311996723ca967d Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Fri, 29 Jul 2011 14:05:36 +0000 Subject: Change FSF licence header to the recently suggested by FSF one; tweek AUTHORS file --- (limited to 'TamTamSynthLab.py') diff --git a/TamTamSynthLab.py b/TamTamSynthLab.py index ce72ac1..ab5cbac 100644 --- a/TamTamSynthLab.py +++ b/TamTamSynthLab.py @@ -5,15 +5,18 @@ #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 +# 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 +# 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. +# 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, see . import locale locale.setlocale(locale.LC_NUMERIC, 'C') -- cgit v0.9.1