From dd95c8626f1ba0c9a59bf51436aaf01b3815990c Mon Sep 17 00:00:00 2001 From: Eric Blade Date: Sat, 18 Dec 2010 14:58:43 -0500 Subject: [PATCH] license change --- pyfpdb/TournamentTracker.py | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/pyfpdb/TournamentTracker.py b/pyfpdb/TournamentTracker.py index 455626ec..3c8c1276 100644 --- a/pyfpdb/TournamentTracker.py +++ b/pyfpdb/TournamentTracker.py @@ -3,23 +3,21 @@ """TourneyTracker.py Based on HUD_main .. who knows if we want to actually use this or not """ -# Copyright 2008-2010, Eric Blade -# -# 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. -# -# 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, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Copyright (c) 2009-2010 Eric Blade, and the FPDB team. + +#This program is free software: you can redistribute it and/or modify +#it under the terms of the GNU Affero General Public License as published by +#the Free Software Foundation, version 3 of the License. +# +#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 Affero General Public License +#along with this program. If not, see . +#In the "official" distribution you can find the license in agpl-3.0.txt. -######################################################################## import L10n _ = L10n.get_translation()