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
authornemo
Thu, 01 Apr 2010 16:08:09 +0000
changeset 3236 4ab3917d7d44
parent 3235 c7ceda2f5d4a
child 3237 668c323ce27a
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
CMakeLists.txt
QTfrontend/KB.h
QTfrontend/SDLs.cpp
QTfrontend/SDLs.h
QTfrontend/SquareLabel.cpp
QTfrontend/SquareLabel.h
QTfrontend/about.cpp
QTfrontend/about.h
QTfrontend/ammoSchemeModel.cpp
QTfrontend/ammoSchemeModel.h
QTfrontend/binds.cpp
QTfrontend/binds.h
QTfrontend/chatwidget.cpp
QTfrontend/fpsedit.cpp
QTfrontend/fpsedit.h
QTfrontend/game.cpp
QTfrontend/game.h
QTfrontend/gamecfgwidget.cpp
QTfrontend/gamecfgwidget.h
QTfrontend/gameuiconfig.cpp
QTfrontend/gameuiconfig.h
QTfrontend/hats.cpp
QTfrontend/hats.h
QTfrontend/hwconsts.cpp.in
QTfrontend/hwconsts.h
QTfrontend/hwform.cpp
QTfrontend/hwform.h
QTfrontend/igbox.cpp
QTfrontend/igbox.h
QTfrontend/input_ip.cpp
QTfrontend/input_ip.h
QTfrontend/main.cpp
QTfrontend/netregister.cpp
QTfrontend/netregister.h
QTfrontend/netserver.cpp
QTfrontend/netserverslist.cpp
QTfrontend/netserverslist.h
QTfrontend/netudpwidget.cpp
QTfrontend/netudpwidget.h
QTfrontend/newnetclient.cpp
QTfrontend/pages.cpp
QTfrontend/pages.h
QTfrontend/playrecordpage.cpp
QTfrontend/playrecordpage.h
QTfrontend/predefteams.h
QTfrontend/proto.cpp
QTfrontend/proto.h
QTfrontend/sdlkeys.h
QTfrontend/statsPage.cpp
QTfrontend/statsPage.h
QTfrontend/team.cpp
QTfrontend/team.h
QTfrontend/ui_hwform.cpp
QTfrontend/ui_hwform.h
hedgewars/CCHandlers.inc
hedgewars/GSHandlers.inc
hedgewars/HHHandlers.inc
hedgewars/config.inc.in
hedgewars/hwengine.pas
hedgewars/uAI.pas
hedgewars/uAIActions.pas
hedgewars/uAIAmmoTests.pas
hedgewars/uAIMisc.pas
hedgewars/uCollisions.pas
hedgewars/uGears.pas
hedgewars/uLand.pas
hedgewars/uLandGraphics.pas
hedgewars/uLandObjects.pas
hedgewars/uLandTemplates.pas
hedgewars/uRandom.pas
hedgewars/uSHA.pas
hedgewars/uWorld.pas
--- 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)
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <iulyanov@gmail.com>
- * Copyright (c) 2009 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2008-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2008-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2008-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2008-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <iulyanov@gmail.com>
- * Copyright (c) 2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2008-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <iulyanov@gmail.com>
- * Copyright (c) 2007, 2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <iulyanov@gmail.com>
- * Copyright (c) 2007, 2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <iulyanov@gmail.com>
- * Copyright (c) 2009 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  * Copyright (c) 2007 Igor Ulyanov <iulyanov@gmail.com>
  *
  * This program is free software; you can redistribute it and/or modify
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+* Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
 *
 * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
- *
- * 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 <unC0Rr@gmail.com>
+ *
+ * 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}';
--- 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 <unC0Rr@gmail.com>
+* Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
 *
 * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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
--- 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 <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * 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