X-Git-Url: http://aymargeddon.de/gitweb/?p=aymargeddon%2Fcurrent.git;a=blobdiff_plain;f=src%2FFROGS%2FConfig.pm;h=5ee397de68f5f8a38367af06669134532e3f5338;hp=42447608d21071d340502fe2d7bd1a4cc31365e9;hb=d327e42a55ad2d206902528e923164946c653c6a;hpb=1bcd0f8ac5bec1ea7f5dddaec3f2a73b51c23bd7 diff --git a/src/FROGS/Config.pm b/src/FROGS/Config.pm index 4244760..5ee397d 100644 --- a/src/FROGS/Config.pm +++ b/src/FROGS/Config.pm @@ -1,27 +1,31 @@ ########################################################################## # -# Copyright (c) 2003 Aymargeddon Development Team +# Copyright (c) 2003-2012 Aymargeddon Development Team # -# This file is part of "Last days of Aymargeddon" -# -# Aymargeddon 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. -# -# Aymargeddon 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., 675 -# Mass Ave, Cambridge, MA 02139, USA. +# This file is part of "Last days of Aymargeddon" - a massive multi player +# onine game of strategy +# +# 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, either version 3 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 Affero 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 . +# ########################################################################### # # TODO: seperate FROGS-config from Aymargeddon-config in different files +# TODO: add some kind of local configuration file (db-passwd etc...) + # change this file to configure your game use strict;