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