# HG changeset patch
# User koda
# Date 1299022040 -3600
# Node ID 088d40d8aba21d096c5a5301a7205d470ec100ca
# Parent  078cd026a7b13c342d274e4bb847119fab818381
Happy 2011 :)

diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/InstallController.cpp
--- a/QTfrontend/InstallController.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/InstallController.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,10 +1,19 @@
 /*
- *  InstallController.cpp
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2009-2011 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
  *
- *  Created by Vittorio on 28/09/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ * 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
  */
 
 #include "InstallController.h"
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/InstallController.h
--- a/QTfrontend/InstallController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/InstallController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,10 +1,19 @@
 /*
- *  InstallController.h
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2009-2011 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
  *
- *  Created by Vittorio on 28/09/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ * 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
  */
 
 #ifndef INSTALLCONTROLLER_H
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/KB.h
--- a/QTfrontend/KB.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/KB.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/M3Panel.h
--- a/QTfrontend/M3Panel.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/M3Panel.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,10 +1,19 @@
 /*
- *  M3Panel.h
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2009-2011 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
  *
- *  Created by Vittorio on 28/09/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ * 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
  */
 
 #ifndef M3PANEL_H
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/M3Panel.mm
--- a/QTfrontend/M3Panel.mm	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/M3Panel.mm	Wed Mar 02 00:27:20 2011 +0100
@@ -1,10 +1,19 @@
 /*
- *  M3Panel.cpp
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2009-2011 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
  *
- *  Created by Vittorio on 28/09/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ * 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
  */
 
 #include "M3Panel.h"
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/SDLs.cpp
--- a/QTfrontend/SDLs.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/SDLs.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/SDLs.h
--- a/QTfrontend/SDLs.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/SDLs.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,8 +1,6 @@
-
-
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/SquareLabel.cpp
--- a/QTfrontend/SquareLabel.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/SquareLabel.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/SquareLabel.h
--- a/QTfrontend/SquareLabel.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/SquareLabel.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/about.cpp
--- a/QTfrontend/about.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/about.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/about.h
--- a/QTfrontend/about.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/about.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/achievements.cpp
--- a/QTfrontend/achievements.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/achievements.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/achievements.h
--- a/QTfrontend/achievements.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/achievements.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/ammoSchemeModel.cpp
--- a/QTfrontend/ammoSchemeModel.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/ammoSchemeModel.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/ammoSchemeModel.h
--- a/QTfrontend/ammoSchemeModel.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/ammoSchemeModel.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/bgwidget.cpp
--- a/QTfrontend/bgwidget.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/bgwidget.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
  * Copyright (c) 2009 Kristian Lehmann <email@thexception.net>
+ * Copyright (c) 2009-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/bgwidget.h
--- a/QTfrontend/bgwidget.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/bgwidget.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
  * Copyright (c) 2009 Kristian Lehmann <email@thexception.net>
+ * Copyright (c) 2009-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/binds.cpp
--- a/QTfrontend/binds.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/binds.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/binds.h
--- a/QTfrontend/binds.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/binds.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/chatwidget.cpp
--- a/QTfrontend/chatwidget.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/chatwidget.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,7 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
  * Copyright (c) 2007 Igor Ulyanov <iulyanov@gmail.com>
- * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/chatwidget.h
--- a/QTfrontend/chatwidget.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/chatwidget.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
  * Copyright (c) 2007 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/drawmapscene.cpp
--- a/QTfrontend/drawmapscene.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/drawmapscene.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,3 +1,21 @@
+/*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2011 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
+ */
+
 #include <QGraphicsSceneMouseEvent>
 #include <QGraphicsPathItem>
 #include <QtEndian>
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/drawmapscene.h
--- a/QTfrontend/drawmapscene.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/drawmapscene.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,3 +1,21 @@
+/*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2011 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
+ */
+
 #ifndef DRAWMAPSCENE_H
 #define DRAWMAPSCENE_H
 
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/drawmapwidget.cpp
--- a/QTfrontend/drawmapwidget.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/drawmapwidget.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,3 +1,21 @@
+/*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2011 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
+ */
+
 #include <QFile>
 #include <QMessageBox>
 
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/drawmapwidget.h
--- a/QTfrontend/drawmapwidget.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/drawmapwidget.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,3 +1,21 @@
+/*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2011 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
+ */
+
 #ifndef DRAWMAPWIDGET_H
 #define DRAWMAPWIDGET_H
 
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/fpsedit.cpp
--- a/QTfrontend/fpsedit.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/fpsedit.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/fpsedit.h
--- a/QTfrontend/fpsedit.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/fpsedit.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/frameTeam.cpp
--- a/QTfrontend/frameTeam.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/frameTeam.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006, 2007 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006-2007 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/frameTeam.h
--- a/QTfrontend/frameTeam.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/frameTeam.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006, 2007 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006-2007 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/game.cpp
--- a/QTfrontend/game.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/game.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/game.h
--- a/QTfrontend/game.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/game.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/gamecfgwidget.cpp
--- a/QTfrontend/gamecfgwidget.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/gamecfgwidget.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/gamecfgwidget.h
--- a/QTfrontend/gamecfgwidget.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/gamecfgwidget.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/gameuiconfig.cpp
--- a/QTfrontend/gameuiconfig.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/gameuiconfig.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/gameuiconfig.h
--- a/QTfrontend/gameuiconfig.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/gameuiconfig.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/hats.cpp
--- a/QTfrontend/hats.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/hats.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2008-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/hats.h
--- a/QTfrontend/hats.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/hats.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2008-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/hedgehogerWidget.cpp
--- a/QTfrontend/hedgehogerWidget.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/hedgehogerWidget.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
  * Copyright (c) 2006-2008 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/hedgehogerWidget.h
--- a/QTfrontend/hedgehogerWidget.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/hedgehogerWidget.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006, 2007 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006-2007 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/hwconsts.cpp.in
--- a/QTfrontend/hwconsts.cpp.in	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/hwconsts.cpp.in	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/hwconsts.h
--- a/QTfrontend/hwconsts.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/hwconsts.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/hwform.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/hwform.h
--- a/QTfrontend/hwform.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/hwform.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/hwmap.cpp
--- a/QTfrontend/hwmap.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/hwmap.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006, 2007 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2006-2007 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2007-2011 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
@@ -13,7 +14,8 @@
  *
  * 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 */
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ */
 
 #include "hwconsts.h"
 #include "hwmap.h"
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/hwmap.h
--- a/QTfrontend/hwmap.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/hwmap.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
  * Copyright (c) 2006 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/igbox.cpp
--- a/QTfrontend/igbox.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/igbox.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2008-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/igbox.h
--- a/QTfrontend/igbox.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/igbox.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2008-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/input_ip.cpp
--- a/QTfrontend/input_ip.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/input_ip.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/input_ip.h
--- a/QTfrontend/input_ip.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/input_ip.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/itemNum.cpp
--- a/QTfrontend/itemNum.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/itemNum.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2008 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006-2011 Igor Ulyanov <iulyanov@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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/itemNum.h
--- a/QTfrontend/itemNum.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/itemNum.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2008 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006-2011 Igor Ulyanov <iulyanov@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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/main.cpp
--- a/QTfrontend/main.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/main.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/mapContainer.cpp
--- a/QTfrontend/mapContainer.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/mapContainer.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2008 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2006-2011 Igor Ulyanov <iulyanov@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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/mapContainer.h
--- a/QTfrontend/mapContainer.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/mapContainer.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006, 2007 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2006-2007 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/misc.cpp
--- a/QTfrontend/misc.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/misc.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,5 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/misc.h
--- a/QTfrontend/misc.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/misc.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,5 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/namegen.cpp
--- a/QTfrontend/namegen.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/namegen.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
  * Copyright (c) 2009 Martin Minarik <ttsmj@pokec.sk>
+ * Copyright (c) 2009-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/namegen.h
--- a/QTfrontend/namegen.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/namegen.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
  * Copyright (c) 2009 Martin Minarik <ttsmj@pokec.sk>
+ * Copyright (c) 2009-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/netregister.cpp
--- a/QTfrontend/netregister.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/netregister.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/netregister.h
--- a/QTfrontend/netregister.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/netregister.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/netserver.cpp
--- a/QTfrontend/netserver.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/netserver.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,7 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
  * Copyright (c) 2006-2008 Igor Ulyanov <iulyanov@gmail.com>
- * Copyright (c) 2008-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/netserver.h
--- a/QTfrontend/netserver.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/netserver.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006, 2008 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2006-2008 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/netserverslist.cpp
--- a/QTfrontend/netserverslist.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/netserverslist.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/netserverslist.h
--- a/QTfrontend/netserverslist.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/netserverslist.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/netudpserver.cpp
--- a/QTfrontend/netudpserver.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/netudpserver.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2007, 2008 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2007-2008 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/netudpserver.h
--- a/QTfrontend/netudpserver.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/netudpserver.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2007, 2008 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2007-2008 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/netudpwidget.cpp
--- a/QTfrontend/netudpwidget.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/netudpwidget.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,7 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2007 Ulyanov Igor <iulyanov@gmail.com>
- * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2007 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/netudpwidget.h
--- a/QTfrontend/netudpwidget.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/netudpwidget.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,7 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
  * Copyright (c) 2007 Igor Ulyanov <iulyanov@gmail.com>
- * Copyright (c) 2007-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/newnetclient.cpp
--- a/QTfrontend/newnetclient.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/newnetclient.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,7 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2008 Ulyanov Igor <iulyanov@gmail.com>
- * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2008 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/newnetclient.h
--- a/QTfrontend/newnetclient.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/newnetclient.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2008 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006-2008 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/pages.cpp
--- a/QTfrontend/pages.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/pages.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/pages.h
--- a/QTfrontend/pages.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/pages.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/playrecordpage.cpp
--- a/QTfrontend/playrecordpage.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/playrecordpage.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/playrecordpage.h
--- a/QTfrontend/playrecordpage.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/playrecordpage.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/proto.cpp
--- a/QTfrontend/proto.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/proto.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/proto.h
--- a/QTfrontend/proto.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/proto.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/sdlkeys.h
--- a/QTfrontend/sdlkeys.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/sdlkeys.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/selectWeapon.cpp
--- a/QTfrontend/selectWeapon.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/selectWeapon.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2008 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006-2008 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/selectWeapon.h
--- a/QTfrontend/selectWeapon.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/selectWeapon.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2008 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006-2008 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/statsPage.cpp
--- a/QTfrontend/statsPage.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/statsPage.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2010-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/statsPage.h
--- a/QTfrontend/statsPage.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/statsPage.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2010-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/tcpBase.cpp
--- a/QTfrontend/tcpBase.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/tcpBase.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
  * Copyright (c) 2006-2007 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/tcpBase.h
--- a/QTfrontend/tcpBase.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/tcpBase.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006, 2007 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2006-2007 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/team.cpp
--- a/QTfrontend/team.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/team.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/team.h
--- a/QTfrontend/team.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/team.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2005-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/teamselect.cpp
--- a/QTfrontend/teamselect.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/teamselect.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006, 2007 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006-2007 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/teamselect.h
--- a/QTfrontend/teamselect.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/teamselect.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006, 2007 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006-2007 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/teamselhelper.cpp
--- a/QTfrontend/teamselhelper.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/teamselhelper.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006, 2007 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006-2007 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/teamselhelper.h
--- a/QTfrontend/teamselhelper.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/teamselhelper.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006, 2007 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006-2007 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2007-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/togglebutton.cpp
--- a/QTfrontend/togglebutton.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/togglebutton.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
  * Copyright (c) 2009 Kristian Lehmann <email@thexception.net>
+ * Copyright (c) 2009-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/togglebutton.h
--- a/QTfrontend/togglebutton.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/togglebutton.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
  * Copyright (c) 2009 Kristian Lehmann <email@thexception.net>
+ * Copyright (c) 2009-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/ui_hwform.cpp
--- a/QTfrontend/ui_hwform.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/ui_hwform.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/ui_hwform.h
--- a/QTfrontend/ui_hwform.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/ui_hwform.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/vertScrollArea.cpp
--- a/QTfrontend/vertScrollArea.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/vertScrollArea.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/vertScrollArea.h
--- a/QTfrontend/vertScrollArea.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/vertScrollArea.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2006-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/weaponItem.cpp
--- a/QTfrontend/weaponItem.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/weaponItem.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2008 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006-2008 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/weaponItem.h
--- a/QTfrontend/weaponItem.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/weaponItem.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2008 Ulyanov Igor <iulyanov@gmail.com>
+ * Copyright (c) 2006-2008 Igor Ulyanov <iulyanov@gmail.com>
+ * Copyright (c) 2008-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/xfire.cpp
--- a/QTfrontend/xfire.cpp	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/xfire.cpp	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
- * Hedgewars Xfire integration
- * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2010-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 QTfrontend/xfire.h
--- a/QTfrontend/xfire.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/QTfrontend/xfire.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
- * Hedgewars Xfire integration
- * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2010-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/ArgParsers.inc
--- a/hedgewars/ArgParsers.inc	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/ArgParsers.inc	Wed Mar 02 00:27:20 2011 +0100
@@ -1,3 +1,20 @@
+(*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2004-2011 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
+ *)
 
 procedure internalSetGameTypeLandPreviewFromParameters();
 begin
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/GSHandlers.inc
--- a/hedgewars/GSHandlers.inc	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/GSHandlers.inc	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/HHHandlers.inc
--- a/hedgewars/HHHandlers.inc	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/HHHandlers.inc	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/SDLh.pas
--- a/hedgewars/SDLh.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/SDLh.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/VGSHandlers.inc
--- a/hedgewars/VGSHandlers.inc	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/VGSHandlers.inc	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/config.inc.in
--- a/hedgewars/config.inc.in	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/config.inc.in	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/hwengine.pas
--- a/hedgewars/hwengine.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/hwengine.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
 * Hedgewars, a free turn based strategy game
-* Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
+* Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/options.inc
--- a/hedgewars/options.inc	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/options.inc	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004, 2005 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004, 2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uAI.pas
--- a/hedgewars/uAI.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uAI.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uAIActions.pas
--- a/hedgewars/uAIActions.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uAIActions.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uAIAmmoTests.pas
--- a/hedgewars/uAIAmmoTests.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uAIAmmoTests.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uAIMisc.pas
--- a/hedgewars/uAIMisc.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uAIMisc.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uAmmos.pas
--- a/hedgewars/uAmmos.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uAmmos.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uCaptions.pas
--- a/hedgewars/uCaptions.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uCaptions.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,3 +1,21 @@
+(*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2004-2011 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
+ *)
+
 unit uCaptions;
 
 interface
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uChat.pas
--- a/hedgewars/uChat.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uChat.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uCollisions.pas
--- a/hedgewars/uCollisions.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uCollisions.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uCommandHandlers.pas
--- a/hedgewars/uCommandHandlers.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uCommandHandlers.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,4 +1,23 @@
+(*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2004-2011 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
+ *)
+
 {$INCLUDE "options.inc"}
+
 unit uCommandHandlers;
 
 interface
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uCommands.pas
--- a/hedgewars/uCommands.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uCommands.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,3 +1,21 @@
+(*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2004-2011 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
+ *)
+
 {$INCLUDE "options.inc"}
 
 unit uCommands;
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uConsole.pas
--- a/hedgewars/uConsole.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uConsole.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uConsts.pas
--- a/hedgewars/uConsts.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uConsts.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uDebug.pas
--- a/hedgewars/uDebug.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uDebug.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,3 +1,21 @@
+(*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2004-2011 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
+ *)
+
 {$INCLUDE "options.inc"}
 
 unit uDebug;
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uFloat.pas
--- a/hedgewars/uFloat.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uFloat.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2007, 2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uGame.pas
--- a/hedgewars/uGame.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uGame.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uGears.pas
--- a/hedgewars/uGears.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uGears.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
@@ -25,7 +25,7 @@
 procedure initModule;
 procedure freeModule;
 function  AddGear(X, Y: LongInt; Kind: TGearType; State: Longword; dX, dY: hwFloat; Timer: LongWord): PGear;
-function SpawnCustomCrateAt(x, y: LongInt; crate: TCrateType; content: Longword ): PGear;
+function  SpawnCustomCrateAt(x, y: LongInt; crate: TCrateType; content: Longword ): PGear;
 procedure ResurrectHedgehog(gear: PGear);
 procedure ProcessGears;
 procedure EndTurnCleanup;
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uGearsRender.pas
--- a/hedgewars/uGearsRender.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uGearsRender.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,4 +1,23 @@
+(*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2004-2011 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
+ *)
+
 {$INCLUDE "options.inc"}
+
 unit uGearsRender;
 
 interface
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uIO.pas
--- a/hedgewars/uIO.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uIO.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004, 2005, 2007, 2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uKeys.pas
--- a/hedgewars/uKeys.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uKeys.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uLand.pas
--- a/hedgewars/uLand.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uLand.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uLandGraphics.pas
--- a/hedgewars/uLandGraphics.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uLandGraphics.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uLandObjects.pas
--- a/hedgewars/uLandObjects.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uLandObjects.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uLandPainted.pas
--- a/hedgewars/uLandPainted.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uLandPainted.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uLandTemplates.pas
--- a/hedgewars/uLandTemplates.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uLandTemplates.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uLandTexture.pas
--- a/hedgewars/uLandTexture.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uLandTexture.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2009 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uLocale.pas
--- a/hedgewars/uLocale.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uLocale.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2006-2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uMisc.pas
--- a/hedgewars/uMisc.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uMisc.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
 * Hedgewars, a free turn based strategy game
-* Copyright (c) 2004-2008 Andrey Korotaev <unC0Rr@gmail.com>
+* Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uMobile.pas
--- a/hedgewars/uMobile.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uMobile.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uRandom.pas
--- a/hedgewars/uRandom.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uRandom.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uRender.pas
--- a/hedgewars/uRender.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uRender.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,4 +1,23 @@
+(*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2004-2011 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
+ *)
+
 {$INCLUDE "options.inc"}
+
 unit uRender;
 
 interface
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uRenderUtils.pas
--- a/hedgewars/uRenderUtils.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uRenderUtils.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,4 +1,23 @@
+(*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2004-2011 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
+ *)
+
 {$INCLUDE "options.inc"}
+
 unit uRenderUtils;
 
 interface
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uScript.pas
--- a/hedgewars/uScript.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uScript.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uSinTable.pas
--- a/hedgewars/uSinTable.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uSinTable.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2007 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uSound.pas
--- a/hedgewars/uSound.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uSound.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2005, 2007, 2009 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uStats.pas
--- a/hedgewars/uStats.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uStats.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uStore.pas
--- a/hedgewars/uStore.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uStore.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uTeams.pas
--- a/hedgewars/uTeams.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uTeams.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uTextures.pas
--- a/hedgewars/uTextures.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uTextures.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,3 +1,21 @@
+(*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2004-2011 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
+ *)
+
 {$INCLUDE "options.inc"}
 
 unit uTextures;
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uTypes.pas
--- a/hedgewars/uTypes.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uTypes.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,3 +1,21 @@
+(*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2004-2011 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
+ *)
+
 {$INCLUDE "options.inc"}
 
 unit uTypes;
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uUtils.pas
--- a/hedgewars/uUtils.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uUtils.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,4 +1,23 @@
+(*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2004-2011 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
+ *)
+
 {$INCLUDE "options.inc"}
+
 unit uUtils;
 
 interface
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uVariables.pas
--- a/hedgewars/uVariables.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uVariables.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,3 +1,21 @@
+(*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2004-2011 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
+ *)
+
 {$INCLUDE options.inc}
 
 unit uVariables;
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uVisualGears.pas
--- a/hedgewars/uVisualGears.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uVisualGears.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2008 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uWorld.pas
--- a/hedgewars/uWorld.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uWorld.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 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
@@ -1005,7 +1005,7 @@
 // Chat
 DrawChat;
 
-// confirmation caption
+// various captions
 if fastUntilLag then DrawCentered(0, (cScreenHeight shr 1), SyncTexture);
 if isPaused then DrawCentered(0, (cScreenHeight shr 1), PauseTexture);
 if not isFirstFrame and (missionTimer <> 0) or isPaused or fastUntilLag or (GameState = gsConfirm) then
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/AboutViewController.h
--- a/project_files/HedgewarsMobile/Classes/AboutViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/AboutViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/AboutViewController.m
--- a/project_files/HedgewarsMobile/Classes/AboutViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/AboutViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h
--- a/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m
--- a/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/CGPointUtils.c
--- a/project_files/HedgewarsMobile/Classes/CGPointUtils.c	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/CGPointUtils.c	Wed Mar 02 00:27:20 2011 +0100
@@ -1,12 +1,24 @@
 /*
- *  CGPointUtils.c
- *  PinchMe
+ * Hedgewars-iOS, a Hedgewars port for iOS devices
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
  *
- *  Created by Jeff LaMarche on 8/2/08.
- *  Copyright 2008 __MyCompanyName__. All rights reserved.
+ * 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.
+ *
+ * File created on 03/10/2010.
  */
 
+
 #include "CGPointUtils.h"
 #include "math.h"
 
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/CGPointUtils.h
--- a/project_files/HedgewarsMobile/Classes/CGPointUtils.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/CGPointUtils.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,12 +1,24 @@
 /*
- *  CGPointUtils.h
- *  PinchMe
+ * Hedgewars-iOS, a Hedgewars port for iOS devices
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
  *
- *  Created by Jeff LaMarche on 8/2/08.
- *  Copyright 2008 __MyCompanyName__. All rights reserved.
+ * 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.
+ *
+ * File created on 03/10/2010.
  */
 
+
 #import <CoreGraphics/CoreGraphics.h>
 
 #define degreesToRadians(x) ( M_PI * x / 180.0)
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/CreationChamber.h
--- a/project_files/HedgewarsMobile/Classes/CreationChamber.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/CreationChamber.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/CreationChamber.m
--- a/project_files/HedgewarsMobile/Classes/CreationChamber.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/CreationChamber.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/EditableCellView.h
--- a/project_files/HedgewarsMobile/Classes/EditableCellView.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/EditableCellView.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/EditableCellView.m
--- a/project_files/HedgewarsMobile/Classes/EditableCellView.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/EditableCellView.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/FlagsViewController.h
--- a/project_files/HedgewarsMobile/Classes/FlagsViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/FlagsViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/FlagsViewController.m
--- a/project_files/HedgewarsMobile/Classes/FlagsViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/FlagsViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/FortsViewController.h
--- a/project_files/HedgewarsMobile/Classes/FortsViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/FortsViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/FortsViewController.m
--- a/project_files/HedgewarsMobile/Classes/FortsViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/FortsViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/GameConfigViewController.h
--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/GameConfigViewController.m
--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/GameSetup.h
--- a/project_files/HedgewarsMobile/Classes/GameSetup.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GameSetup.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/GameSetup.m
--- a/project_files/HedgewarsMobile/Classes/GameSetup.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GameSetup.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h
--- a/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m
--- a/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/GravesViewController.h
--- a/project_files/HedgewarsMobile/Classes/GravesViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GravesViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/GravesViewController.m
--- a/project_files/HedgewarsMobile/Classes/GravesViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GravesViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/HelpPageViewController.h
--- a/project_files/HedgewarsMobile/Classes/HelpPageViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/HelpPageViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/HelpPageViewController.m
--- a/project_files/HedgewarsMobile/Classes/HelpPageViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/HelpPageViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/HogHatViewController.h
--- a/project_files/HedgewarsMobile/Classes/HogHatViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/HogHatViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/HogHatViewController.m
--- a/project_files/HedgewarsMobile/Classes/HogHatViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/HogHatViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/HoldTableViewCell.h
--- a/project_files/HedgewarsMobile/Classes/HoldTableViewCell.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/HoldTableViewCell.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/HoldTableViewCell.m
--- a/project_files/HedgewarsMobile/Classes/HoldTableViewCell.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/HoldTableViewCell.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/InGameMenuViewController.h
--- a/project_files/HedgewarsMobile/Classes/InGameMenuViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/InGameMenuViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/InGameMenuViewController.m
--- a/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/LevelViewController.h
--- a/project_files/HedgewarsMobile/Classes/LevelViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/LevelViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/LevelViewController.m
--- a/project_files/HedgewarsMobile/Classes/LevelViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/LevelViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/MainMenuViewController.h
--- a/project_files/HedgewarsMobile/Classes/MainMenuViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MainMenuViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/MainMenuViewController.m
--- a/project_files/HedgewarsMobile/Classes/MainMenuViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MainMenuViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/MapConfigViewController.h
--- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/MapConfigViewController.m
--- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h
--- a/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/MapPreviewButtonView.m
--- a/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/MasterViewController.h
--- a/project_files/HedgewarsMobile/Classes/MasterViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MasterViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/MasterViewController.m
--- a/project_files/HedgewarsMobile/Classes/MasterViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MasterViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/ObjcExports.h
--- a/project_files/HedgewarsMobile/Classes/ObjcExports.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/ObjcExports.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/ObjcExports.m
--- a/project_files/HedgewarsMobile/Classes/ObjcExports.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/ObjcExports.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/OverlayViewController.h
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/OverlayViewController.m
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/PascalImports.h
--- a/project_files/HedgewarsMobile/Classes/PascalImports.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/PascalImports.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h
--- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
     SDL - Simple DirectMedia Layer
-    Copyright (C) 1997-2010 Sam Lantinga
+    Copyright (C) 1997-2011 Sam Lantinga
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m
--- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  SDL - Simple DirectMedia Layer
- Copyright (C) 1997-2009 Sam Lantinga
+ Copyright (C) 1997-2011 Sam Lantinga
 
  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SavedGamesViewController.h
--- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SavedGamesViewController.m
--- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h
--- a/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m
--- a/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h
--- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m
--- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/ServerSetup.h
--- a/project_files/HedgewarsMobile/Classes/ServerSetup.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/ServerSetup.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/ServerSetup.m
--- a/project_files/HedgewarsMobile/Classes/ServerSetup.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/ServerSetup.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SingleSchemeViewController.h
--- a/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m
--- a/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SingleTeamViewController.h
--- a/project_files/HedgewarsMobile/Classes/SingleTeamViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SingleTeamViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SingleTeamViewController.m
--- a/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SingleWeaponViewController.h
--- a/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m
--- a/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SplitViewRootController.h
--- a/project_files/HedgewarsMobile/Classes/SplitViewRootController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SplitViewRootController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SplitViewRootController.m
--- a/project_files/HedgewarsMobile/Classes/SplitViewRootController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SplitViewRootController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SquareButtonView.h
--- a/project_files/HedgewarsMobile/Classes/SquareButtonView.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SquareButtonView.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SquareButtonView.m
--- a/project_files/HedgewarsMobile/Classes/SquareButtonView.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SquareButtonView.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/StatsPageViewController.h
--- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/StatsPageViewController.m
--- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SupportViewController.h
--- a/project_files/HedgewarsMobile/Classes/SupportViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SupportViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/SupportViewController.m
--- a/project_files/HedgewarsMobile/Classes/SupportViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SupportViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/TeamConfigViewController.h
--- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/TeamConfigViewController.m
--- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/TeamSettingsViewController.h
--- a/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m
--- a/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/UIImageExtra.h
--- a/project_files/HedgewarsMobile/Classes/UIImageExtra.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/UIImageExtra.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/UIImageExtra.m
--- a/project_files/HedgewarsMobile/Classes/UIImageExtra.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/UIImageExtra.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/VoicesViewController.h
--- a/project_files/HedgewarsMobile/Classes/VoicesViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/VoicesViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/VoicesViewController.m
--- a/project_files/HedgewarsMobile/Classes/VoicesViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/VoicesViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/WeaponCellView.h
--- a/project_files/HedgewarsMobile/Classes/WeaponCellView.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/WeaponCellView.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/WeaponCellView.m
--- a/project_files/HedgewarsMobile/Classes/WeaponCellView.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/WeaponCellView.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.h
--- a/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.h	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.h	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.m
--- a/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.m	Mon Feb 28 22:28:43 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.m	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 /*
  * Hedgewars-iOS, a Hedgewars port for iOS devices
- * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@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
diff -r 078cd026a7b1 -r 088d40d8aba2 share/Info.plist.in
--- a/share/Info.plist.in	Mon Feb 28 22:28:43 2011 +0300
+++ b/share/Info.plist.in	Wed Mar 02 00:27:20 2011 +0100
@@ -21,7 +21,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>${HEDGEWARS_VERSION}</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>© 2004-2010 Hedgewars Project</string>
+	<string>© 2004-2011 Hedgewars Project</string>
 	<key>NSAppleScriptEnabled</key>
 	<false/>
 	<key>LSRequiresNativeExecution</key>