license change

This commit is contained in:
Eric Blade 2010-12-18 14:58:43 -05:00
parent f8bf59b5fc
commit dd95c8626f

View File

@ -3,23 +3,21 @@
"""TourneyTracker.py """TourneyTracker.py
Based on HUD_main .. who knows if we want to actually use this or not Based on HUD_main .. who knows if we want to actually use this or not
""" """
# Copyright 2008-2010, Eric Blade # Copyright (c) 2009-2010 Eric Blade, and the FPDB team.
#
# 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 #it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation; either version 2 of the License, or #the Free Software Foundation, version 3 of the License.
# (at your option) any later version. #
# #This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful, #but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #GNU General Public License for more details.
# GNU General Public License for more details. #
# #You should have received a copy of the GNU Affero General Public License
# You should have received a copy of the GNU General Public License #along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program; if not, write to the Free Software #In the "official" distribution you can find the license in agpl-3.0.txt.
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
########################################################################
import L10n import L10n
_ = L10n.get_translation() _ = L10n.get_translation()