merge
authorunc0rr
Thu, 03 Mar 2011 22:15:42 +0300
changeset 4980 3b40c80c0fe3
parent 4975 31da8979e5b1 (current diff)
parent 4979 3d5a0994258f (diff)
child 4981 0c60ade27a0a
merge
--- a/QTfrontend/InstallController.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/InstallController.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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"
--- a/QTfrontend/InstallController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/InstallController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/KB.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/KB.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/M3Panel.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/M3Panel.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/M3Panel.mm	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/M3Panel.mm	Thu Mar 03 22:15:42 2011 +0300
@@ -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"
--- a/QTfrontend/SDLs.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/SDLs.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/SDLs.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/SDLs.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/SquareLabel.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/SquareLabel.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/SquareLabel.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/SquareLabel.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/about.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/about.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/about.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/about.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/achievements.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/achievements.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/achievements.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/achievements.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/ammoSchemeModel.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/ammoSchemeModel.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/ammoSchemeModel.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/ammoSchemeModel.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/bgwidget.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/bgwidget.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/bgwidget.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/bgwidget.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/binds.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/binds.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/binds.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/binds.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/chatwidget.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/chatwidget.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/chatwidget.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/chatwidget.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/drawmapscene.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/drawmapscene.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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>
--- a/QTfrontend/drawmapscene.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/drawmapscene.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
 
--- a/QTfrontend/drawmapwidget.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/drawmapwidget.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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>
 
--- a/QTfrontend/drawmapwidget.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/drawmapwidget.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
 
--- a/QTfrontend/fpsedit.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/fpsedit.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/fpsedit.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/fpsedit.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/frameTeam.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/frameTeam.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/frameTeam.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/frameTeam.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/game.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/game.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/game.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/game.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/gamecfgwidget.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/gamecfgwidget.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/gamecfgwidget.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/gamecfgwidget.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/gameuiconfig.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/gameuiconfig.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/gameuiconfig.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/gameuiconfig.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/hats.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/hats.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/hats.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/hats.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/hedgehogerWidget.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/hedgehogerWidget.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/hedgehogerWidget.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/hedgehogerWidget.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/hwconsts.cpp.in	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/hwconsts.cpp.in	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/hwconsts.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/hwconsts.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/hwform.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/hwform.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/hwform.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/hwform.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/hwmap.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/hwmap.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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"
--- a/QTfrontend/hwmap.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/hwmap.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/igbox.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/igbox.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/igbox.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/igbox.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/input_ip.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/input_ip.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/input_ip.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/input_ip.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/itemNum.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/itemNum.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/itemNum.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/itemNum.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/main.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/main.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/mapContainer.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/mapContainer.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/mapContainer.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/mapContainer.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/misc.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/misc.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/misc.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/misc.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/namegen.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/namegen.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/namegen.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/namegen.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/netregister.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/netregister.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/netregister.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/netregister.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/netserver.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/netserver.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/netserver.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/netserver.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/netserverslist.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/netserverslist.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/netserverslist.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/netserverslist.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/netudpserver.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/netudpserver.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/netudpserver.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/netudpserver.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/netudpwidget.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/netudpwidget.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/netudpwidget.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/netudpwidget.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/newnetclient.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/newnetclient.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/newnetclient.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/newnetclient.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/pages.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/pages.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/pages.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/pages.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/playrecordpage.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/playrecordpage.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/playrecordpage.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/playrecordpage.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/proto.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/proto.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/proto.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/proto.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/sdlkeys.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/sdlkeys.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/selectWeapon.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/selectWeapon.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/selectWeapon.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/selectWeapon.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/statsPage.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/statsPage.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/statsPage.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/statsPage.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/tcpBase.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/tcpBase.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/tcpBase.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/tcpBase.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/team.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/team.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/team.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/team.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/teamselect.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/teamselect.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/teamselect.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/teamselect.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/teamselhelper.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/teamselhelper.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/teamselhelper.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/teamselhelper.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/togglebutton.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/togglebutton.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/togglebutton.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/togglebutton.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/ui_hwform.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/ui_hwform.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/ui_hwform.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/ui_hwform.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/vertScrollArea.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/vertScrollArea.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/vertScrollArea.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/vertScrollArea.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/weaponItem.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/weaponItem.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/weaponItem.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/weaponItem.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/xfire.cpp	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/xfire.cpp	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/QTfrontend/xfire.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/QTfrontend/xfire.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/ArgParsers.inc	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/ArgParsers.inc	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/GSHandlers.inc	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/GSHandlers.inc	Thu Mar 03 22:15:42 2011 +0300
@@ -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
@@ -1741,7 +1741,7 @@
                     PlaySound(sndVaporize);
                     Gear^.Health := 0;
                     Gear^.Damage := 0;
-AddFileLog('initial mine damage:'+IntToStr(Gear^.Damage));
+                    Gear^.State := Gear^.State and not gstAttacking
                     end;
                 exit
                 end;
--- a/hedgewars/HHHandlers.inc	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/HHHandlers.inc	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/SDLh.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/SDLh.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/VGSHandlers.inc	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/VGSHandlers.inc	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/config.inc.in	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/config.inc.in	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/hwengine.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/hwengine.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/options.inc	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/options.inc	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uAI.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uAI.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uAIActions.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uAIActions.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uAIAmmoTests.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uAIAmmoTests.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uAIMisc.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uAIMisc.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
@@ -139,10 +139,13 @@
           gtCase: AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 33, 25);
           gtFlame: if (Gear^.State and gsttmpFlag) <> 0 then
                   AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 20, -50);
-          gtMine: if (Gear^.State and gstAttacking) = 0 then
-                  AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 50, -50)
-              else
-                  AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 100, -50); // mine is on
+// avoid mines unless they are very likely to be duds, or are duds. also avoid if they are about to blow 
+          gtMine:  if ((Gear^.State and gstAttacking) = 0) and 
+                      (((cMineDudPercent < 90) and (Gear^.Health <> 0)) or
+                       ((Gear^.Health = 0) and (Gear^.Damage > 30))) then
+                          AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 50, -50)
+                      else if (Gear^.State and gstAttacking) <> 0 then
+                          AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 100, -50); // mine is on
           gtDynamite: AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 150, -75);
           gtHedgehog: begin
                       if Gear^.Damage >= Gear^.Health then
--- a/hedgewars/uAmmos.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uAmmos.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uCaptions.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uCaptions.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uChat.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uChat.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uCollisions.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uCollisions.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uCommandHandlers.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uCommandHandlers.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uCommands.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uCommands.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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;
--- a/hedgewars/uConsole.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uConsole.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uConsts.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uConsts.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uDebug.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uDebug.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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;
--- a/hedgewars/uFloat.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uFloat.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uGame.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uGame.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uGears.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uGears.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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;
@@ -1005,6 +1005,7 @@
 
     if (Gear^.Kind = gtHedgehog) then
     begin
+    Gear^.Hedgehog^.Team^.Clan^.Flawless:= false;
     uStats.HedgehogDamaged(Gear, AttackerHog);
     HHHurt(Gear^.Hedgehog, Source);
     AddDamageTag(hwRound(Gear^.X), hwRound(Gear^.Y), Damage, Gear^.Hedgehog^.Team^.Clan^.Color);
--- a/hedgewars/uGearsRender.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uGearsRender.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uIO.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uIO.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uKeys.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uKeys.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uLand.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uLand.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uLandGraphics.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uLandGraphics.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uLandObjects.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uLandObjects.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uLandPainted.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uLandPainted.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uLandTemplates.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uLandTemplates.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uLandTexture.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uLandTexture.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uLocale.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uLocale.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uMisc.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uMisc.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uMobile.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uMobile.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uRandom.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uRandom.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uRender.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uRender.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uRenderUtils.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uRenderUtils.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uScript.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uScript.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uSinTable.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uSinTable.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uSound.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uSound.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uStats.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uStats.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uStore.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uStore.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uTeams.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uTeams.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
@@ -80,6 +80,10 @@
                         with Hedgehogs[i] do
                             if (Gear <> nil) then
                                 Gear^.State:= gstWinner;
+            if Flawless then
+                PlaySound(sndFlawless, Teams[0]^.voicepack) 
+            else
+                PlaySound(sndVictory, Teams[0]^.voicepack);
 
             AddCaption(s, cWhiteColor, capgrpGameState);
             SendStat(siGameResult, s);
@@ -278,6 +282,7 @@
         begin
         ClanIndex:= Pred(ClansCount);
         Color:= TeamColor;
+        Flawless:= true
         end
    end else
    begin
--- a/hedgewars/uTextures.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uTextures.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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;
--- a/hedgewars/uTypes.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uTypes.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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;
@@ -100,7 +118,7 @@
             sndVaporize, sndWarp, sndSuddenDeath, sndMortar, sndShutter,
             sndHomerun, sndMolotov, sndCover, sndUhOh, sndOops,
             sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease,
-            sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity,
+            sndSwitchHog, sndVictory, sndFlawless, sndSniperReload, sndSteps, sndLowGravity,
             sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
             sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
             sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater,
@@ -339,6 +357,7 @@
             ClanHealth: LongInt;
             ClanIndex: LongInt;
             TurnNumber: LongWord;
+            Flawless: boolean;
             end;
 
      TAmmoStrId = (sidGrenade, sidClusterBomb, sidBazooka, sidBee, sidShotgun,
--- a/hedgewars/uUtils.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uUtils.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uVariables.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uVariables.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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;
@@ -667,7 +685,8 @@
             (FileName:           'ropeattach.ogg'; Path: ptSounds),// sndRopeAttach
             (FileName:          'roperelease.ogg'; Path: ptSounds),// sndRopeRelease
             (FileName:            'switchhog.ogg'; Path: ptSounds),// sndSwitchHog
-            (FileName:              'victory.ogg'; Path: ptVoices),// sndVictory
+            (FileName:              'Victory.ogg'; Path: ptVoices),// sndVictory
+            (FileName:             'Flawless.ogg'; Path: ptVoices),// sndFlawless
             (FileName:         'sniperreload.ogg'; Path: ptSounds),// sndSniperReload
             (FileName:                'steps.ogg'; Path: ptSounds),// sndSteps
             (FileName:           'lowgravity.ogg'; Path: ptSounds),// sndLowGravity
--- a/hedgewars/uVisualGears.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uVisualGears.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/hedgewars/uWorld.pas	Thu Mar 03 22:15:13 2011 +0300
+++ b/hedgewars/uWorld.pas	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/AboutViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/AboutViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/AboutViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/AboutViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/CGPointUtils.c	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/CGPointUtils.c	Thu Mar 03 22:15:42 2011 +0300
@@ -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"
 
--- a/project_files/HedgewarsMobile/Classes/CGPointUtils.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/CGPointUtils.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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)
--- a/project_files/HedgewarsMobile/Classes/CreationChamber.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/CreationChamber.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/CreationChamber.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/CreationChamber.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/EditableCellView.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/EditableCellView.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/EditableCellView.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/EditableCellView.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/FlagsViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/FlagsViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/FlagsViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/FlagsViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/FortsViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/FortsViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/FortsViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/FortsViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/GameSetup.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GameSetup.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/GameSetup.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GameSetup.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/GravesViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GravesViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/GravesViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/GravesViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/HelpPageViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/HelpPageViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/HelpPageViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/HelpPageViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/HogHatViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/HogHatViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/HogHatViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/HogHatViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/HoldTableViewCell.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/HoldTableViewCell.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/HoldTableViewCell.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/HoldTableViewCell.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/InGameMenuViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/InGameMenuViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/LevelViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/LevelViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/LevelViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/LevelViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/MainMenuViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MainMenuViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/MainMenuViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MainMenuViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/MasterViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MasterViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/MasterViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/MasterViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/ObjcExports.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/ObjcExports.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/ObjcExports.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/ObjcExports.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/PascalImports.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/PascalImports.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/ServerSetup.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/ServerSetup.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/ServerSetup.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/ServerSetup.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SingleTeamViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SingleTeamViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SplitViewRootController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SplitViewRootController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SplitViewRootController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SplitViewRootController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SquareButtonView.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SquareButtonView.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SquareButtonView.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SquareButtonView.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SupportViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SupportViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/SupportViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/SupportViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/UIImageExtra.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/UIImageExtra.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/UIImageExtra.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/UIImageExtra.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/VoicesViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/VoicesViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/VoicesViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/VoicesViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/WeaponCellView.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/WeaponCellView.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/WeaponCellView.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/WeaponCellView.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.h	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.h	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.m	Thu Mar 03 22:15:13 2011 +0300
+++ b/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.m	Thu Mar 03 22:15:42 2011 +0300
@@ -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
--- a/share/Info.plist.in	Thu Mar 03 22:15:13 2011 +0300
+++ b/share/Info.plist.in	Thu Mar 03 22:15:42 2011 +0300
@@ -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>