# HG changeset patch # User nemo # Date 1270138089 0 # Node ID 4ab3917d7d44588c3de560278e7427f8aae4c6bb # Parent c7ceda2f5d4a643cc54f59a495a2bf1919bd4d64 Update (c) lines to 2010 as unc0rr requested - they all had varying values so I just took the first year mentioned, then tacked on -2010 diff -r c7ceda2f5d4a -r 4ab3917d7d44 CMakeLists.txt --- a/CMakeLists.txt Thu Apr 01 10:47:04 2010 +0000 +++ b/CMakeLists.txt Thu Apr 01 16:08:09 2010 +0000 @@ -129,7 +129,8 @@ set(CMAKE_CXX_FLAGS_RELEASE ${CMAKE_C_FLAGS_RELEASE}) set(CMAKE_CXX_FLAGS_DEBUG ${CMAKE_C_FLAGS_DEBUG}) -set(pascal_compiler_flags_cmn "-B" "-FE../bin" "-Cs2000000" "-vwi" ${pascal_compiler_flags_cmn}) +#set(pascal_compiler_flags_cmn "-B" "-FE../bin" "-Cs2000000" "-vwi" ${pascal_compiler_flags_cmn}) +set(pascal_compiler_flags_cmn "-B" "-FE../bin" "-Cs2000000" "-O3" "-Op3" "-TLINUX" "-vwi" ${pascal_compiler_flags_cmn}) if(LOWRES) set(pascal_compiler_flags_cmn "-dLOWRES" ${pascal_compiler_flags_cmn}) add_definitions(-DLOWRES) diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/KB.h --- a/QTfrontend/KB.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/KB.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/SDLs.cpp --- a/QTfrontend/SDLs.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/SDLs.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007 Andrey Korotaev + * Copyright (c) 2007-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/SDLs.h --- a/QTfrontend/SDLs.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/SDLs.h Thu Apr 01 16:08:09 2010 +0000 @@ -2,7 +2,7 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007 Andrey Korotaev + * Copyright (c) 2007-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/SquareLabel.cpp --- a/QTfrontend/SquareLabel.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/SquareLabel.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/SquareLabel.h --- a/QTfrontend/SquareLabel.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/SquareLabel.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/about.cpp --- a/QTfrontend/about.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/about.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/about.h --- a/QTfrontend/about.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/about.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/ammoSchemeModel.cpp --- a/QTfrontend/ammoSchemeModel.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/ammoSchemeModel.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2009 Andrey Korotaev + * Copyright (c) 2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/ammoSchemeModel.h --- a/QTfrontend/ammoSchemeModel.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/ammoSchemeModel.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2009 Andrey Korotaev + * Copyright (c) 2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/binds.cpp --- a/QTfrontend/binds.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/binds.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2008 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/binds.h --- a/QTfrontend/binds.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/binds.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2008 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/chatwidget.cpp --- a/QTfrontend/chatwidget.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/chatwidget.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,7 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2007 Igor Ulyanov - * Copyright (c) 2009 Andrey Korotaev + * Copyright (c) 2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/fpsedit.cpp --- a/QTfrontend/fpsedit.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/fpsedit.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/fpsedit.h --- a/QTfrontend/fpsedit.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/fpsedit.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/game.cpp --- a/QTfrontend/game.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/game.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2008 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/game.h --- a/QTfrontend/game.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/game.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2008 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/gamecfgwidget.cpp --- a/QTfrontend/gamecfgwidget.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/gamecfgwidget.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007, 2009 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/gamecfgwidget.h --- a/QTfrontend/gamecfgwidget.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/gamecfgwidget.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007, 2009 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/gameuiconfig.cpp --- a/QTfrontend/gameuiconfig.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/gameuiconfig.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/gameuiconfig.h --- a/QTfrontend/gameuiconfig.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/gameuiconfig.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/hats.cpp --- a/QTfrontend/hats.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/hats.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2008 Andrey Korotaev + * Copyright (c) 2008-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/hats.h --- a/QTfrontend/hats.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/hats.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2008 Andrey Korotaev + * Copyright (c) 2008-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/hwconsts.cpp.in --- a/QTfrontend/hwconsts.cpp.in Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/hwconsts.cpp.in Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007-2009 Andrey Korotaev + * Copyright (c) 2007-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/hwconsts.h --- a/QTfrontend/hwconsts.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/hwconsts.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2008 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/hwform.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2009 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/hwform.h --- a/QTfrontend/hwform.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/hwform.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2007 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/igbox.cpp --- a/QTfrontend/igbox.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/igbox.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2008 Andrey Korotaev + * Copyright (c) 2008-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/igbox.h --- a/QTfrontend/igbox.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/igbox.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2008 Andrey Korotaev + * Copyright (c) 2008-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/input_ip.cpp --- a/QTfrontend/input_ip.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/input_ip.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007, 2008 Andrey Korotaev + * Copyright (c) 2007-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/input_ip.h --- a/QTfrontend/input_ip.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/input_ip.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007, 2008 Andrey Korotaev + * Copyright (c) 2007-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/main.cpp --- a/QTfrontend/main.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/main.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2007 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/netregister.cpp --- a/QTfrontend/netregister.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/netregister.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007, 2008 Andrey Korotaev + * Copyright (c) 2007-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/netregister.h --- a/QTfrontend/netregister.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/netregister.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007, 2008 Andrey Korotaev + * Copyright (c) 2007-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/netserver.cpp --- a/QTfrontend/netserver.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/netserver.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,7 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2006-2008 Igor Ulyanov - * Copyright (c) 2008 Andrey Korotaev + * Copyright (c) 2008-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/netserverslist.cpp --- a/QTfrontend/netserverslist.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/netserverslist.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007, 2008 Andrey Korotaev + * Copyright (c) 2007-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/netserverslist.h --- a/QTfrontend/netserverslist.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/netserverslist.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2007, 2008 Andrey Korotaev + * Copyright (c) 2007-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/netudpwidget.cpp --- a/QTfrontend/netudpwidget.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/netudpwidget.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,7 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2007 Ulyanov Igor - * Copyright (c) 2007, 2008 Andrey Korotaev + * Copyright (c) 2007-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/netudpwidget.h --- a/QTfrontend/netudpwidget.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/netudpwidget.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,7 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2007 Igor Ulyanov - * Copyright (c) 2007, 2008 Andrey Korotaev + * Copyright (c) 2007-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/newnetclient.cpp --- a/QTfrontend/newnetclient.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/newnetclient.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,7 +1,7 @@ /* * Hedgewars, a free turn based strategy game * Copyright (c) 2006-2008 Ulyanov Igor - * Copyright (c) 2009 Andrey Korotaev + * Copyright (c) 2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/pages.cpp --- a/QTfrontend/pages.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/pages.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/pages.h --- a/QTfrontend/pages.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/pages.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/playrecordpage.cpp --- a/QTfrontend/playrecordpage.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/playrecordpage.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/playrecordpage.h --- a/QTfrontend/playrecordpage.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/playrecordpage.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/predefteams.h --- a/QTfrontend/predefteams.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/predefteams.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/proto.cpp --- a/QTfrontend/proto.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/proto.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/proto.h --- a/QTfrontend/proto.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/proto.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/sdlkeys.h --- a/QTfrontend/sdlkeys.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/sdlkeys.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/statsPage.cpp --- a/QTfrontend/statsPage.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/statsPage.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2009 Andrey Korotaev + * Copyright (c) 2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/statsPage.h --- a/QTfrontend/statsPage.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/statsPage.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2009 Andrey Korotaev + * Copyright (c) 2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/team.cpp --- a/QTfrontend/team.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/team.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2007, 2009 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/team.h --- a/QTfrontend/team.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/team.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * Copyright (c) 2007 Igor Ulyanov * * This program is free software; you can redistribute it and/or modify diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/ui_hwform.cpp --- a/QTfrontend/ui_hwform.cpp Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/ui_hwform.cpp Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 QTfrontend/ui_hwform.h --- a/QTfrontend/ui_hwform.h Thu Apr 01 10:47:04 2010 +0000 +++ b/QTfrontend/ui_hwform.h Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ /* * Hedgewars, a free turn based strategy game - * Copyright (c) 2006-2008 Andrey Korotaev + * Copyright (c) 2006-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/CCHandlers.inc Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game -* Copyright (c) 2004-2009 Andrey Korotaev +* Copyright (c) 2004-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/GSHandlers.inc Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2009 Andrey Korotaev + * Copyright (c) 2004-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/HHHandlers.inc Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2009 Andrey Korotaev + * Copyright (c) 2004-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/config.inc.in --- a/hedgewars/config.inc.in Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/config.inc.in Thu Apr 01 16:08:09 2010 +0000 @@ -1,21 +1,21 @@ -(* - * Hedgewars, a free turn based strategy game - * Copyright (c) 2006, 2007 Andrey Korotaev - * - * 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; version 2 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 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 - *) - -const cNetProtoVersion = ${HEDGEWARS_PROTO_VER}; - cVersionString = '${HEDGEWARS_VERSION}'; - cLuaLibrary = '${LUA_LIBRARY}'; +(* + * Hedgewars, a free turn based strategy game + * Copyright (c) 2006-2010 Andrey Korotaev + * + * 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; version 2 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 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 + *) + +const cNetProtoVersion = ${HEDGEWARS_PROTO_VER}; + cVersionString = '${HEDGEWARS_VERSION}'; + cLuaLibrary = '${LUA_LIBRARY}'; diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/hwengine.pas Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game -* Copyright (c) 2004-2007 Andrey Korotaev +* Copyright (c) 2004-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/uAI.pas --- a/hedgewars/uAI.pas Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/uAI.pas Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2008 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/uAIActions.pas --- a/hedgewars/uAIActions.pas Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/uAIActions.pas Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2008 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/uAIAmmoTests.pas Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2008 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/uAIMisc.pas --- a/hedgewars/uAIMisc.pas Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/uAIMisc.pas Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2008 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/uCollisions.pas --- a/hedgewars/uCollisions.pas Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/uCollisions.pas Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2008 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/uGears.pas Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2009 Andrey Korotaev + * Copyright (c) 2004-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/uLand.pas Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2008 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/uLandGraphics.pas --- a/hedgewars/uLandGraphics.pas Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/uLandGraphics.pas Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2008 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/uLandObjects.pas --- a/hedgewars/uLandObjects.pas Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/uLandObjects.pas Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2008 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/uLandTemplates.pas --- a/hedgewars/uLandTemplates.pas Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/uLandTemplates.pas Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2005-2008 Andrey Korotaev + * Copyright (c) 2005-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/uRandom.pas --- a/hedgewars/uRandom.pas Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/uRandom.pas Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2007 Andrey Korotaev + * Copyright (c) 2004-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/uSHA.pas --- a/hedgewars/uSHA.pas Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/uSHA.pas Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2007 Andrey Korotaev + * Copyright (c) 2004-2010 Andrey Korotaev * * 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 diff -r c7ceda2f5d4a -r 4ab3917d7d44 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Thu Apr 01 10:47:04 2010 +0000 +++ b/hedgewars/uWorld.pas Thu Apr 01 16:08:09 2010 +0000 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2009 Andrey Korotaev + * Copyright (c) 2004-2010 Andrey Korotaev * * 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