summaryrefslogtreecommitdiff
path: root/src/game-server
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2010-02-07 17:29:25 +0100
committerBertram <bertram@cegetel.net>2010-02-07 17:29:25 +0100
commitba1b3946914e391bbf12f6da774cfc7dbe6cac8c (patch)
tree4c165206774cfcbc98f42a55f2dfd842b1ee06d2 /src/game-server
parentb0fd157aeb586e56d43d7a255934d85f2cd35d8c (diff)
downloadmanaserv-ba1b3946914e391bbf12f6da774cfc7dbe6cac8c.tar.gz
manaserv-ba1b3946914e391bbf12f6da774cfc7dbe6cac8c.tar.bz2
manaserv-ba1b3946914e391bbf12f6da774cfc7dbe6cac8c.tar.xz
manaserv-ba1b3946914e391bbf12f6da774cfc7dbe6cac8c.zip
Update Copyright date for Manaserv.
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/actor.cpp2
-rw-r--r--src/game-server/actor.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.cpp2
-rw-r--r--src/game-server/effect.hpp2
-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/npc.cpp2
-rw-r--r--src/game-server/npc.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/skillmanager.cpp2
-rw-r--r--src/game-server/skillmanager.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/statuseffect.cpp2
-rw-r--r--src/game-server/statuseffect.hpp2
-rw-r--r--src/game-server/statusmanager.cpp2
-rw-r--r--src/game-server/statusmanager.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
62 files changed, 62 insertions, 62 deletions
diff --git a/src/game-server/accountconnection.cpp b/src/game-server/accountconnection.cpp
index 16cc4942..95f53c97 100644
--- a/src/game-server/accountconnection.cpp
+++ b/src/game-server/accountconnection.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2006 The Mana World Development Team
+ * Copyright (C) 2006-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/accountconnection.hpp b/src/game-server/accountconnection.hpp
index 4c761c37..0aed67ea 100644
--- a/src/game-server/accountconnection.hpp
+++ b/src/game-server/accountconnection.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2006 The Mana World Development Team
+ * Copyright (C) 2006-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/actor.cpp b/src/game-server/actor.cpp
index 94a04a5b..7295e8e2 100644
--- a/src/game-server/actor.cpp
+++ b/src/game-server/actor.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/actor.hpp b/src/game-server/actor.hpp
index 63758f62..de1e30a1 100644
--- a/src/game-server/actor.hpp
+++ b/src/game-server/actor.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/being.cpp b/src/game-server/being.cpp
index 4cdbe820..e9fa42b2 100644
--- a/src/game-server/being.cpp
+++ b/src/game-server/being.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/being.hpp b/src/game-server/being.hpp
index cb6d5d9f..8bf23ff9 100644
--- a/src/game-server/being.hpp
+++ b/src/game-server/being.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/buysell.cpp b/src/game-server/buysell.cpp
index 5d39eff1..5622514b 100644
--- a/src/game-server/buysell.cpp
+++ b/src/game-server/buysell.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/buysell.hpp b/src/game-server/buysell.hpp
index ef3c977e..dc1df16d 100644
--- a/src/game-server/buysell.hpp
+++ b/src/game-server/buysell.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/character.cpp b/src/game-server/character.cpp
index 0775c75f..266a9b95 100644
--- a/src/game-server/character.cpp
+++ b/src/game-server/character.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/character.hpp b/src/game-server/character.hpp
index 05c36c24..714df772 100644
--- a/src/game-server/character.hpp
+++ b/src/game-server/character.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/collisiondetection.cpp b/src/game-server/collisiondetection.cpp
index bbe09add..8716baa2 100644
--- a/src/game-server/collisiondetection.cpp
+++ b/src/game-server/collisiondetection.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/collisiondetection.hpp b/src/game-server/collisiondetection.hpp
index 5f241143..36a5bc24 100644
--- a/src/game-server/collisiondetection.hpp
+++ b/src/game-server/collisiondetection.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/command.cpp b/src/game-server/command.cpp
index 01c64c5e..1a7b4f7c 100644
--- a/src/game-server/command.cpp
+++ b/src/game-server/command.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/commandhandler.cpp b/src/game-server/commandhandler.cpp
index 5e582498..ca258b27 100644
--- a/src/game-server/commandhandler.cpp
+++ b/src/game-server/commandhandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2008 The Mana World Development Team
+ * Copyright (C) 2008-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/commandhandler.hpp b/src/game-server/commandhandler.hpp
index a8245aef..156cec13 100644
--- a/src/game-server/commandhandler.hpp
+++ b/src/game-server/commandhandler.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2008 The Mana World Development Team
+ * Copyright (C) 2008-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/effect.cpp b/src/game-server/effect.cpp
index c126069c..d00ae5b2 100644
--- a/src/game-server/effect.cpp
+++ b/src/game-server/effect.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/effect.hpp b/src/game-server/effect.hpp
index d08f75ea..b1341ffc 100644
--- a/src/game-server/effect.hpp
+++ b/src/game-server/effect.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/eventlistener.hpp b/src/game-server/eventlistener.hpp
index f029f71f..b66021f4 100644
--- a/src/game-server/eventlistener.hpp
+++ b/src/game-server/eventlistener.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/gamehandler.cpp b/src/game-server/gamehandler.cpp
index 8ba726d0..beb68cff 100644
--- a/src/game-server/gamehandler.cpp
+++ b/src/game-server/gamehandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/gamehandler.hpp b/src/game-server/gamehandler.hpp
index eec74596..1cc27b26 100644
--- a/src/game-server/gamehandler.hpp
+++ b/src/game-server/gamehandler.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/inventory.cpp b/src/game-server/inventory.cpp
index 5895b3d1..b90354b7 100644
--- a/src/game-server/inventory.cpp
+++ b/src/game-server/inventory.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/inventory.hpp b/src/game-server/inventory.hpp
index c7850245..0ca49aaa 100644
--- a/src/game-server/inventory.hpp
+++ b/src/game-server/inventory.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/item.cpp b/src/game-server/item.cpp
index 42469d94..2737be04 100644
--- a/src/game-server/item.cpp
+++ b/src/game-server/item.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/item.hpp b/src/game-server/item.hpp
index 7414c671..777f5057 100644
--- a/src/game-server/item.hpp
+++ b/src/game-server/item.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/itemmanager.cpp b/src/game-server/itemmanager.cpp
index a53327eb..f70eada0 100644
--- a/src/game-server/itemmanager.cpp
+++ b/src/game-server/itemmanager.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/itemmanager.hpp b/src/game-server/itemmanager.hpp
index 0cf5909a..8b9b64bf 100644
--- a/src/game-server/itemmanager.hpp
+++ b/src/game-server/itemmanager.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/main-game.cpp b/src/game-server/main-game.cpp
index 0062f900..5fb82c36 100644
--- a/src/game-server/main-game.cpp
+++ b/src/game-server/main-game.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/map.cpp b/src/game-server/map.cpp
index 3a720bf9..147d5afa 100644
--- a/src/game-server/map.cpp
+++ b/src/game-server/map.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/map.hpp b/src/game-server/map.hpp
index 5029b1f2..6e70b519 100644
--- a/src/game-server/map.hpp
+++ b/src/game-server/map.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/mapcomposite.cpp b/src/game-server/mapcomposite.cpp
index 20c0b1a3..e2122611 100644
--- a/src/game-server/mapcomposite.cpp
+++ b/src/game-server/mapcomposite.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2006 The Mana World Development Team
+ * Copyright (C) 2006-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/mapcomposite.hpp b/src/game-server/mapcomposite.hpp
index ffe14ed4..0f45d8a4 100644
--- a/src/game-server/mapcomposite.hpp
+++ b/src/game-server/mapcomposite.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2006 The Mana World Development Team
+ * Copyright (C) 2006-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/mapmanager.cpp b/src/game-server/mapmanager.cpp
index 5bd0dc84..d1d8864a 100644
--- a/src/game-server/mapmanager.cpp
+++ b/src/game-server/mapmanager.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/mapmanager.hpp b/src/game-server/mapmanager.hpp
index 31bb95ed..e28dfb91 100644
--- a/src/game-server/mapmanager.hpp
+++ b/src/game-server/mapmanager.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/mapreader.cpp b/src/game-server/mapreader.cpp
index 263b26f2..cb91a6c0 100644
--- a/src/game-server/mapreader.cpp
+++ b/src/game-server/mapreader.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/mapreader.hpp b/src/game-server/mapreader.hpp
index 753769ea..53831d3f 100644
--- a/src/game-server/mapreader.hpp
+++ b/src/game-server/mapreader.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004-2009 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/monster.cpp b/src/game-server/monster.cpp
index e0ff43b5..5bd56cca 100644
--- a/src/game-server/monster.cpp
+++ b/src/game-server/monster.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/monster.hpp b/src/game-server/monster.hpp
index 2bc72df4..6d145fc8 100644
--- a/src/game-server/monster.hpp
+++ b/src/game-server/monster.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/monstermanager.cpp b/src/game-server/monstermanager.cpp
index 74cd818d..bdd30503 100644
--- a/src/game-server/monstermanager.cpp
+++ b/src/game-server/monstermanager.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/monstermanager.hpp b/src/game-server/monstermanager.hpp
index 17b4595c..fb80fc05 100644
--- a/src/game-server/monstermanager.hpp
+++ b/src/game-server/monstermanager.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/npc.cpp b/src/game-server/npc.cpp
index 15a04b79..e22f7f23 100644
--- a/src/game-server/npc.cpp
+++ b/src/game-server/npc.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/npc.hpp b/src/game-server/npc.hpp
index 2bee0be8..f8dd2c33 100644
--- a/src/game-server/npc.hpp
+++ b/src/game-server/npc.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/postman.hpp b/src/game-server/postman.hpp
index 501e8840..d1de7f72 100644
--- a/src/game-server/postman.hpp
+++ b/src/game-server/postman.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2008 The Mana World Development Team
+ * Copyright (C) 2008-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/quest.cpp b/src/game-server/quest.cpp
index 5e3efb05..d1e1b524 100644
--- a/src/game-server/quest.cpp
+++ b/src/game-server/quest.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/quest.hpp b/src/game-server/quest.hpp
index 0c687483..e3a9f34b 100644
--- a/src/game-server/quest.hpp
+++ b/src/game-server/quest.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/resourcemanager.cpp b/src/game-server/resourcemanager.cpp
index 3515de13..328680e1 100644
--- a/src/game-server/resourcemanager.cpp
+++ b/src/game-server/resourcemanager.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004-2007 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/resourcemanager.hpp b/src/game-server/resourcemanager.hpp
index 5dd880e0..5ae421c4 100644
--- a/src/game-server/resourcemanager.hpp
+++ b/src/game-server/resourcemanager.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004-2007 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/skillmanager.cpp b/src/game-server/skillmanager.cpp
index 686231b8..8c931e69 100644
--- a/src/game-server/skillmanager.cpp
+++ b/src/game-server/skillmanager.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/skillmanager.hpp b/src/game-server/skillmanager.hpp
index 25dd9597..6c8b2c0b 100644
--- a/src/game-server/skillmanager.hpp
+++ b/src/game-server/skillmanager.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/spawnarea.cpp b/src/game-server/spawnarea.cpp
index 35ab8ec6..69a09c3a 100644
--- a/src/game-server/spawnarea.cpp
+++ b/src/game-server/spawnarea.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2006 The Mana World Development Team
+ * Copyright (C) 2006-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/spawnarea.hpp b/src/game-server/spawnarea.hpp
index cd43519c..e04d69e2 100644
--- a/src/game-server/spawnarea.hpp
+++ b/src/game-server/spawnarea.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2006 The Mana World Development Team
+ * Copyright (C) 2006-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/state.cpp b/src/game-server/state.cpp
index a68a90aa..867cd73d 100644
--- a/src/game-server/state.cpp
+++ b/src/game-server/state.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/state.hpp b/src/game-server/state.hpp
index 86b98cc3..c0ddc028 100644
--- a/src/game-server/state.hpp
+++ b/src/game-server/state.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/statuseffect.cpp b/src/game-server/statuseffect.cpp
index 08348b87..4544bc17 100644
--- a/src/game-server/statuseffect.cpp
+++ b/src/game-server/statuseffect.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/statuseffect.hpp b/src/game-server/statuseffect.hpp
index 1af998a0..23f10597 100644
--- a/src/game-server/statuseffect.hpp
+++ b/src/game-server/statuseffect.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/statusmanager.cpp b/src/game-server/statusmanager.cpp
index f27c8b26..0c05d01f 100644
--- a/src/game-server/statusmanager.cpp
+++ b/src/game-server/statusmanager.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/statusmanager.hpp b/src/game-server/statusmanager.hpp
index 1a27165c..4533a5b0 100644
--- a/src/game-server/statusmanager.hpp
+++ b/src/game-server/statusmanager.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/thing.cpp b/src/game-server/thing.cpp
index 4128889e..70d2c4c4 100644
--- a/src/game-server/thing.cpp
+++ b/src/game-server/thing.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/thing.hpp b/src/game-server/thing.hpp
index 733d53de..b6234b92 100644
--- a/src/game-server/thing.hpp
+++ b/src/game-server/thing.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/trade.cpp b/src/game-server/trade.cpp
index 70489d03..c044ece6 100644
--- a/src/game-server/trade.cpp
+++ b/src/game-server/trade.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/trade.hpp b/src/game-server/trade.hpp
index 5b980eec..b6ac658f 100644
--- a/src/game-server/trade.hpp
+++ b/src/game-server/trade.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/trigger.cpp b/src/game-server/trigger.cpp
index 7db53cca..ce5cd33e 100644
--- a/src/game-server/trigger.cpp
+++ b/src/game-server/trigger.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2006 The Mana World Development Team
+ * Copyright (C) 2006-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/game-server/trigger.hpp b/src/game-server/trigger.hpp
index 44a7c4fc..0b5cb976 100644
--- a/src/game-server/trigger.hpp
+++ b/src/game-server/trigger.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2006 The Mana World Development Team
+ * Copyright (C) 2006-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*