summaryrefslogtreecommitdiff
path: root/src/game-server
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-16 17:22:09 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-16 17:22:09 +0100
commit614242263887cd0df5524191c0b02c912ed1bf7e (patch)
tree89134a0f75199b94b27282c3fbbc86f7f42baa8e /src/game-server
parent607cf9c51b63a21f3139031c5e517c80d9209a09 (diff)
downloadmanaserv-614242263887cd0df5524191c0b02c912ed1bf7e.tar.gz
manaserv-614242263887cd0df5524191c0b02c912ed1bf7e.tar.bz2
manaserv-614242263887cd0df5524191c0b02c912ed1bf7e.tar.xz
manaserv-614242263887cd0df5524191c0b02c912ed1bf7e.zip
Got rid of CVS/Subversion $Id$ markers
Diffstat (limited to 'src/game-server')
-rw-r--r--src/game-server/accountconnection.cpp2
-rw-r--r--src/game-server/accountconnection.hpp2
-rw-r--r--src/game-server/attackzone.hpp2
-rw-r--r--src/game-server/being.cpp2
-rw-r--r--src/game-server/being.hpp2
-rw-r--r--src/game-server/buysell.cpp2
-rw-r--r--src/game-server/buysell.hpp2
-rw-r--r--src/game-server/character.cpp2
-rw-r--r--src/game-server/character.hpp2
-rw-r--r--src/game-server/collisiondetection.cpp2
-rw-r--r--src/game-server/collisiondetection.hpp2
-rw-r--r--src/game-server/command.cpp2
-rw-r--r--src/game-server/commandhandler.cpp2
-rw-r--r--src/game-server/commandhandler.hpp2
-rw-r--r--src/game-server/effect.cpp1
-rw-r--r--src/game-server/effect.hpp1
-rw-r--r--src/game-server/eventlistener.hpp2
-rw-r--r--src/game-server/gamehandler.cpp2
-rw-r--r--src/game-server/gamehandler.hpp2
-rw-r--r--src/game-server/inventory.cpp2
-rw-r--r--src/game-server/inventory.hpp2
-rw-r--r--src/game-server/item.cpp2
-rw-r--r--src/game-server/item.hpp2
-rw-r--r--src/game-server/itemmanager.cpp2
-rw-r--r--src/game-server/itemmanager.hpp2
-rw-r--r--src/game-server/main-game.cpp2
-rw-r--r--src/game-server/map.cpp2
-rw-r--r--src/game-server/map.hpp2
-rw-r--r--src/game-server/mapcomposite.cpp2
-rw-r--r--src/game-server/mapcomposite.hpp2
-rw-r--r--src/game-server/mapmanager.cpp2
-rw-r--r--src/game-server/mapmanager.hpp2
-rw-r--r--src/game-server/mapreader.cpp2
-rw-r--r--src/game-server/mapreader.hpp2
-rw-r--r--src/game-server/monster.cpp2
-rw-r--r--src/game-server/monster.hpp2
-rw-r--r--src/game-server/monstermanager.cpp2
-rw-r--r--src/game-server/monstermanager.hpp2
-rw-r--r--src/game-server/movingobject.cpp2
-rw-r--r--src/game-server/movingobject.hpp2
-rw-r--r--src/game-server/npc.cpp2
-rw-r--r--src/game-server/npc.hpp2
-rw-r--r--src/game-server/object.hpp2
-rw-r--r--src/game-server/postman.hpp2
-rw-r--r--src/game-server/quest.cpp2
-rw-r--r--src/game-server/quest.hpp2
-rw-r--r--src/game-server/resourcemanager.cpp2
-rw-r--r--src/game-server/resourcemanager.hpp2
-rw-r--r--src/game-server/spawnarea.cpp2
-rw-r--r--src/game-server/spawnarea.hpp2
-rw-r--r--src/game-server/state.cpp2
-rw-r--r--src/game-server/state.hpp2
-rw-r--r--src/game-server/thing.cpp2
-rw-r--r--src/game-server/thing.hpp2
-rw-r--r--src/game-server/trade.cpp2
-rw-r--r--src/game-server/trade.hpp2
-rw-r--r--src/game-server/trigger.cpp2
-rw-r--r--src/game-server/trigger.hpp2
58 files changed, 0 insertions, 114 deletions
diff --git a/src/game-server/accountconnection.cpp b/src/game-server/accountconnection.cpp
index 9efb6d82..ccfd37bf 100644
--- a/src/game-server/accountconnection.cpp
+++ b/src/game-server/accountconnection.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include "game-server/accountconnection.hpp"
diff --git a/src/game-server/accountconnection.hpp b/src/game-server/accountconnection.hpp
index c722e4d2..2c63e17c 100644
--- a/src/game-server/accountconnection.hpp
+++ b/src/game-server/accountconnection.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMW_ACCOUNTCONNECTION_H_
diff --git a/src/game-server/attackzone.hpp b/src/game-server/attackzone.hpp
index 2bdf3b14..7cb003b4 100644
--- a/src/game-server/attackzone.hpp
+++ b/src/game-server/attackzone.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_ATTACKZONE
diff --git a/src/game-server/being.cpp b/src/game-server/being.cpp
index 56f0154f..8ec0ea62 100644
--- a/src/game-server/being.cpp
+++ b/src/game-server/being.cpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <cassert>
diff --git a/src/game-server/being.hpp b/src/game-server/being.hpp
index 869740eb..2db04f65 100644
--- a/src/game-server/being.hpp
+++ b/src/game-server/being.hpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_BEING_H_
diff --git a/src/game-server/buysell.cpp b/src/game-server/buysell.cpp
index 9a7309e5..defc3506 100644
--- a/src/game-server/buysell.cpp
+++ b/src/game-server/buysell.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <algorithm>
diff --git a/src/game-server/buysell.hpp b/src/game-server/buysell.hpp
index 7a579271..e4c1fb6f 100644
--- a/src/game-server/buysell.hpp
+++ b/src/game-server/buysell.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_GAMESERVER_BUYSELL_HPP_
diff --git a/src/game-server/character.cpp b/src/game-server/character.cpp
index 3c481691..3f0f3dad 100644
--- a/src/game-server/character.cpp
+++ b/src/game-server/character.cpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <algorithm>
diff --git a/src/game-server/character.hpp b/src/game-server/character.hpp
index 75ef9ee1..5ca899aa 100644
--- a/src/game-server/character.hpp
+++ b/src/game-server/character.hpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_CHARACTER_HPP_
diff --git a/src/game-server/collisiondetection.cpp b/src/game-server/collisiondetection.cpp
index 6529952c..49858e17 100644
--- a/src/game-server/collisiondetection.cpp
+++ b/src/game-server/collisiondetection.cpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include "game-server/collisiondetection.hpp"
diff --git a/src/game-server/collisiondetection.hpp b/src/game-server/collisiondetection.hpp
index f3b5afa1..eb30a4c4 100644
--- a/src/game-server/collisiondetection.hpp
+++ b/src/game-server/collisiondetection.hpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMW_COLLISIONDETECTION_H
diff --git a/src/game-server/command.cpp b/src/game-server/command.cpp
index ad013ff3..ef8f649b 100644
--- a/src/game-server/command.cpp
+++ b/src/game-server/command.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <cstddef>
diff --git a/src/game-server/commandhandler.cpp b/src/game-server/commandhandler.cpp
index a9948f9a..e7a43231 100644
--- a/src/game-server/commandhandler.cpp
+++ b/src/game-server/commandhandler.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include "defines.h"
diff --git a/src/game-server/commandhandler.hpp b/src/game-server/commandhandler.hpp
index 4226dcda..3268c146 100644
--- a/src/game-server/commandhandler.hpp
+++ b/src/game-server/commandhandler.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMW_SERVER_COMMANDHANDLER_
diff --git a/src/game-server/effect.cpp b/src/game-server/effect.cpp
index 7fb9aafc..4cdbfff5 100644
--- a/src/game-server/effect.cpp
+++ b/src/game-server/effect.cpp
@@ -17,7 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
*/
#include "game-server/effect.hpp"
diff --git a/src/game-server/effect.hpp b/src/game-server/effect.hpp
index 76b6f9f9..0a1da335 100644
--- a/src/game-server/effect.hpp
+++ b/src/game-server/effect.hpp
@@ -17,7 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
*/
#ifndef _TMWSERV_EFFECT_H
diff --git a/src/game-server/eventlistener.hpp b/src/game-server/eventlistener.hpp
index 2b5c2b81..827a0802 100644
--- a/src/game-server/eventlistener.hpp
+++ b/src/game-server/eventlistener.hpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_GAMESERVER_EVENTLISTENER_
diff --git a/src/game-server/gamehandler.cpp b/src/game-server/gamehandler.cpp
index 74fa4a9e..7886ac18 100644
--- a/src/game-server/gamehandler.cpp
+++ b/src/game-server/gamehandler.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <cassert>
diff --git a/src/game-server/gamehandler.hpp b/src/game-server/gamehandler.hpp
index c41cdfd0..0ae0d495 100644
--- a/src/game-server/gamehandler.hpp
+++ b/src/game-server/gamehandler.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMW_SERVER_GAMEHANDLER_
diff --git a/src/game-server/inventory.cpp b/src/game-server/inventory.cpp
index 84244e3e..c8822747 100644
--- a/src/game-server/inventory.cpp
+++ b/src/game-server/inventory.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <algorithm>
diff --git a/src/game-server/inventory.hpp b/src/game-server/inventory.hpp
index f1cdaec1..e4419bc7 100644
--- a/src/game-server/inventory.hpp
+++ b/src/game-server/inventory.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef INVENTORY_H
diff --git a/src/game-server/item.cpp b/src/game-server/item.cpp
index 5a5c3da0..892be2cf 100644
--- a/src/game-server/item.cpp
+++ b/src/game-server/item.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
diff --git a/src/game-server/item.hpp b/src/game-server/item.hpp
index 603dc2fa..7acb1a7c 100644
--- a/src/game-server/item.hpp
+++ b/src/game-server/item.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_ITEM
diff --git a/src/game-server/itemmanager.cpp b/src/game-server/itemmanager.cpp
index 3fbd13e0..3f67ae8b 100644
--- a/src/game-server/itemmanager.cpp
+++ b/src/game-server/itemmanager.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <map>
diff --git a/src/game-server/itemmanager.hpp b/src/game-server/itemmanager.hpp
index 7e92e3f2..a99dffb5 100644
--- a/src/game-server/itemmanager.hpp
+++ b/src/game-server/itemmanager.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMW_ITEMMANAGER_H
diff --git a/src/game-server/main-game.cpp b/src/game-server/main-game.cpp
index 2a009a55..0bf088bd 100644
--- a/src/game-server/main-game.cpp
+++ b/src/game-server/main-game.cpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <cstdlib>
diff --git a/src/game-server/map.cpp b/src/game-server/map.cpp
index 238c0837..0956571e 100644
--- a/src/game-server/map.cpp
+++ b/src/game-server/map.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <algorithm>
diff --git a/src/game-server/map.hpp b/src/game-server/map.hpp
index 3d28430a..c5fbb0d8 100644
--- a/src/game-server/map.hpp
+++ b/src/game-server/map.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMW_MAP_H
diff --git a/src/game-server/mapcomposite.cpp b/src/game-server/mapcomposite.cpp
index 995f4431..333d5ae7 100644
--- a/src/game-server/mapcomposite.cpp
+++ b/src/game-server/mapcomposite.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <algorithm>
diff --git a/src/game-server/mapcomposite.hpp b/src/game-server/mapcomposite.hpp
index fb86ee85..3f1225f0 100644
--- a/src/game-server/mapcomposite.hpp
+++ b/src/game-server/mapcomposite.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMW_SERVER_MAPCOMPOSITE_
diff --git a/src/game-server/mapmanager.cpp b/src/game-server/mapmanager.cpp
index 3044d350..47a6a4a8 100644
--- a/src/game-server/mapmanager.cpp
+++ b/src/game-server/mapmanager.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <cassert>
diff --git a/src/game-server/mapmanager.hpp b/src/game-server/mapmanager.hpp
index 5abc51dc..82cad2d1 100644
--- a/src/game-server/mapmanager.hpp
+++ b/src/game-server/mapmanager.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMW_MAPMANAGER_H
diff --git a/src/game-server/mapreader.cpp b/src/game-server/mapreader.cpp
index 08ed68c3..5d5979d6 100644
--- a/src/game-server/mapreader.cpp
+++ b/src/game-server/mapreader.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <cstring>
diff --git a/src/game-server/mapreader.hpp b/src/game-server/mapreader.hpp
index a809cdd9..d9b68c4e 100644
--- a/src/game-server/mapreader.hpp
+++ b/src/game-server/mapreader.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _INCLUDED_MAPREADER_H
diff --git a/src/game-server/monster.cpp b/src/game-server/monster.cpp
index 1bafd3a5..582dabed 100644
--- a/src/game-server/monster.cpp
+++ b/src/game-server/monster.cpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include "game-server/monster.hpp"
diff --git a/src/game-server/monster.hpp b/src/game-server/monster.hpp
index 959dfd34..a4eb421f 100644
--- a/src/game-server/monster.hpp
+++ b/src/game-server/monster.hpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_MONSTER_H_
diff --git a/src/game-server/monstermanager.cpp b/src/game-server/monstermanager.cpp
index a6d22750..022467d8 100644
--- a/src/game-server/monstermanager.cpp
+++ b/src/game-server/monstermanager.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <map>
diff --git a/src/game-server/monstermanager.hpp b/src/game-server/monstermanager.hpp
index a4de99c8..ec84ca09 100644
--- a/src/game-server/monstermanager.hpp
+++ b/src/game-server/monstermanager.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_MONSTERMANAGER_HPP_
diff --git a/src/game-server/movingobject.cpp b/src/game-server/movingobject.cpp
index 68f93b5a..281513ff 100644
--- a/src/game-server/movingobject.cpp
+++ b/src/game-server/movingobject.cpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <cassert>
diff --git a/src/game-server/movingobject.hpp b/src/game-server/movingobject.hpp
index 025a91d5..7e34e5fd 100644
--- a/src/game-server/movingobject.hpp
+++ b/src/game-server/movingobject.hpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_MOVINGOBJECT_H_
diff --git a/src/game-server/npc.cpp b/src/game-server/npc.cpp
index ce344a52..7e144192 100644
--- a/src/game-server/npc.cpp
+++ b/src/game-server/npc.cpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include "game-server/character.hpp"
diff --git a/src/game-server/npc.hpp b/src/game-server/npc.hpp
index cfcfa54a..db67e460 100644
--- a/src/game-server/npc.hpp
+++ b/src/game-server/npc.hpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_GAMESERVER_NPC_HPP_
diff --git a/src/game-server/object.hpp b/src/game-server/object.hpp
index 00d7e269..687b6ed7 100644
--- a/src/game-server/object.hpp
+++ b/src/game-server/object.hpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_OBJECT_H_
diff --git a/src/game-server/postman.hpp b/src/game-server/postman.hpp
index 3961b0bc..c9b02b0a 100644
--- a/src/game-server/postman.hpp
+++ b/src/game-server/postman.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMW_POSTMAN_H_
diff --git a/src/game-server/quest.cpp b/src/game-server/quest.cpp
index 512bf39d..06dc2a4c 100644
--- a/src/game-server/quest.cpp
+++ b/src/game-server/quest.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <cassert>
diff --git a/src/game-server/quest.hpp b/src/game-server/quest.hpp
index 720d79ae..614f7571 100644
--- a/src/game-server/quest.hpp
+++ b/src/game-server/quest.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_GAMESERVER_QUEST_
diff --git a/src/game-server/resourcemanager.cpp b/src/game-server/resourcemanager.cpp
index 562b20a8..9a4b2a08 100644
--- a/src/game-server/resourcemanager.cpp
+++ b/src/game-server/resourcemanager.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <cstdlib>
diff --git a/src/game-server/resourcemanager.hpp b/src/game-server/resourcemanager.hpp
index ac4ed1c8..9df36abe 100644
--- a/src/game-server/resourcemanager.hpp
+++ b/src/game-server/resourcemanager.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMW_RESOURCE_MANAGER_H
diff --git a/src/game-server/spawnarea.cpp b/src/game-server/spawnarea.cpp
index 3054a0ac..f5de6f2b 100644
--- a/src/game-server/spawnarea.cpp
+++ b/src/game-server/spawnarea.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include "game-server/spawnarea.hpp"
diff --git a/src/game-server/spawnarea.hpp b/src/game-server/spawnarea.hpp
index 7d596841..c99450ac 100644
--- a/src/game-server/spawnarea.hpp
+++ b/src/game-server/spawnarea.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_SPAWNAREA
diff --git a/src/game-server/state.cpp b/src/game-server/state.cpp
index bfba1d57..aeafa0cd 100644
--- a/src/game-server/state.cpp
+++ b/src/game-server/state.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <cassert>
diff --git a/src/game-server/state.hpp b/src/game-server/state.hpp
index 68bf6b32..7adaabe8 100644
--- a/src/game-server/state.hpp
+++ b/src/game-server/state.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMW_SERVER_STATE_
diff --git a/src/game-server/thing.cpp b/src/game-server/thing.cpp
index 1900dd07..ad33b247 100644
--- a/src/game-server/thing.cpp
+++ b/src/game-server/thing.cpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <cassert>
diff --git a/src/game-server/thing.hpp b/src/game-server/thing.hpp
index 34978357..83c9da2a 100644
--- a/src/game-server/thing.hpp
+++ b/src/game-server/thing.hpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_THING_H_
diff --git a/src/game-server/trade.cpp b/src/game-server/trade.cpp
index d16fe422..e5ceea3d 100644
--- a/src/game-server/trade.cpp
+++ b/src/game-server/trade.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <algorithm>
diff --git a/src/game-server/trade.hpp b/src/game-server/trade.hpp
index 36a9fadf..14e99e82 100644
--- a/src/game-server/trade.hpp
+++ b/src/game-server/trade.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_GAMESERVER_TRADE_HPP_
diff --git a/src/game-server/trigger.cpp b/src/game-server/trigger.cpp
index 8252fafc..027754d5 100644
--- a/src/game-server/trigger.cpp
+++ b/src/game-server/trigger.cpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include "game-server/trigger.hpp"
diff --git a/src/game-server/trigger.hpp b/src/game-server/trigger.hpp
index 30944d86..b6fa049c 100644
--- a/src/game-server/trigger.hpp
+++ b/src/game-server/trigger.hpp
@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_TRIGGER