summaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/account-server/account.cpp2
-rw-r--r--src/account-server/account.hpp2
-rw-r--r--src/account-server/accountclient.cpp2
-rw-r--r--src/account-server/accountclient.hpp2
-rw-r--r--src/account-server/accounthandler.cpp2
-rw-r--r--src/account-server/accounthandler.hpp2
-rw-r--r--src/account-server/character.cpp2
-rw-r--r--src/account-server/character.hpp2
-rw-r--r--src/account-server/main-account.cpp2
-rw-r--r--src/account-server/serverhandler.cpp2
-rw-r--r--src/account-server/serverhandler.hpp2
-rw-r--r--src/account-server/storage.cpp2
-rw-r--r--src/account-server/storage.hpp2
-rw-r--r--src/chat-server/chatchannel.cpp2
-rw-r--r--src/chat-server/chatchannel.hpp2
-rw-r--r--src/chat-server/chatchannelmanager.cpp2
-rw-r--r--src/chat-server/chatchannelmanager.hpp2
-rw-r--r--src/chat-server/chatclient.hpp2
-rw-r--r--src/chat-server/chathandler.cpp2
-rw-r--r--src/chat-server/chathandler.hpp2
-rw-r--r--src/chat-server/guild.cpp2
-rw-r--r--src/chat-server/guild.hpp2
-rw-r--r--src/chat-server/guildhandler.cpp2
-rw-r--r--src/chat-server/guildmanager.cpp2
-rw-r--r--src/chat-server/guildmanager.hpp2
-rw-r--r--src/chat-server/party.cpp2
-rw-r--r--src/chat-server/party.hpp2
-rw-r--r--src/chat-server/partyhandler.cpp2
-rw-r--r--src/chat-server/post.cpp2
-rw-r--r--src/chat-server/post.hpp2
-rw-r--r--src/common/configuration.cpp2
-rw-r--r--src/common/configuration.hpp2
-rw-r--r--src/common/inventorydata.hpp2
-rw-r--r--src/common/permissionmanager.cpp2
-rw-r--r--src/common/permissionmanager.hpp2
-rw-r--r--src/common/transaction.hpp2
-rw-r--r--src/dal/dalexcept.h2
-rw-r--r--src/dal/dataprovider.cpp2
-rw-r--r--src/dal/dataprovider.h2
-rw-r--r--src/dal/dataproviderfactory.cpp2
-rw-r--r--src/dal/dataproviderfactory.h2
-rw-r--r--src/dal/mysqldataprovider.cpp2
-rw-r--r--src/dal/mysqldataprovider.h2
-rw-r--r--src/dal/pqdataprovider.cpp2
-rw-r--r--src/dal/pqdataprovider.h2
-rw-r--r--src/dal/recordset.cpp2
-rw-r--r--src/dal/recordset.h2
-rw-r--r--src/dal/sqlitedataprovider.cpp2
-rw-r--r--src/dal/sqlitedataprovider.h2
-rw-r--r--src/defines.h2
-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
-rw-r--r--src/net/bandwidth.cpp2
-rw-r--r--src/net/bandwidth.hpp2
-rw-r--r--src/net/connection.cpp2
-rw-r--r--src/net/connection.hpp2
-rw-r--r--src/net/connectionhandler.cpp2
-rw-r--r--src/net/connectionhandler.hpp2
-rw-r--r--src/net/messagein.cpp2
-rw-r--r--src/net/messagein.hpp2
-rw-r--r--src/net/messageout.cpp2
-rw-r--r--src/net/messageout.hpp2
-rw-r--r--src/net/netcomputer.cpp2
-rw-r--r--src/net/netcomputer.hpp2
-rw-r--r--src/point.h2
-rw-r--r--src/protocol.h2
-rw-r--r--src/scripting/lua.cpp2
-rw-r--r--src/scripting/luascript.cpp2
-rw-r--r--src/scripting/luascript.hpp2
-rw-r--r--src/scripting/luautil.cpp2
-rw-r--r--src/scripting/luautil.hpp2
-rw-r--r--src/scripting/script.cpp2
-rw-r--r--src/scripting/script.hpp2
-rw-r--r--src/serialize/characterdata.hpp2
-rw-r--r--src/utils/encryption.cpp2
-rw-r--r--src/utils/encryption.h2
-rw-r--r--src/utils/functors.h2
-rw-r--r--src/utils/logger.cpp2
-rw-r--r--src/utils/logger.h2
-rw-r--r--src/utils/mathutils.cpp2
-rw-r--r--src/utils/mathutils.h2
-rw-r--r--src/utils/processorutils.cpp2
-rw-r--r--src/utils/processorutils.hpp2
-rw-r--r--src/utils/sha256.cpp2
-rw-r--r--src/utils/sha256.h2
-rw-r--r--src/utils/singleton.h2
-rw-r--r--src/utils/string.cpp2
-rw-r--r--src/utils/string.hpp2
-rw-r--r--src/utils/stringfilter.cpp2
-rw-r--r--src/utils/stringfilter.h2
-rw-r--r--src/utils/timer.cpp2
-rw-r--r--src/utils/timer.h2
-rw-r--r--src/utils/tokencollector.cpp2
-rw-r--r--src/utils/tokencollector.hpp2
-rw-r--r--src/utils/tokendispenser.cpp2
-rw-r--r--src/utils/tokendispenser.hpp2
-rw-r--r--src/utils/trim.hpp2
-rw-r--r--src/utils/xml.cpp2
-rw-r--r--src/utils/xml.hpp2
-rw-r--r--src/utils/zlib.cpp2
-rw-r--r--src/utils/zlib.hpp2
161 files changed, 161 insertions, 161 deletions
diff --git a/src/account-server/account.cpp b/src/account-server/account.cpp
index 33373f5c..af786065 100644
--- a/src/account-server/account.cpp
+++ b/src/account-server/account.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/account-server/account.hpp b/src/account-server/account.hpp
index 8c583751..c42ea286 100644
--- a/src/account-server/account.hpp
+++ b/src/account-server/account.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/account-server/accountclient.cpp b/src/account-server/accountclient.cpp
index 383114fd..4eb1484d 100644
--- a/src/account-server/accountclient.cpp
+++ b/src/account-server/accountclient.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/account-server/accountclient.hpp b/src/account-server/accountclient.hpp
index 4070a042..15acbd41 100644
--- a/src/account-server/accountclient.hpp
+++ b/src/account-server/accountclient.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/account-server/accounthandler.cpp b/src/account-server/accounthandler.cpp
index 83a4a8a0..fdffd911 100644
--- a/src/account-server/accounthandler.cpp
+++ b/src/account-server/accounthandler.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/account-server/accounthandler.hpp b/src/account-server/accounthandler.hpp
index db2da1ef..4bb3eae9 100644
--- a/src/account-server/accounthandler.hpp
+++ b/src/account-server/accounthandler.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/account-server/character.cpp b/src/account-server/character.cpp
index e534dae4..e2a18f3a 100644
--- a/src/account-server/character.cpp
+++ b/src/account-server/character.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/account-server/character.hpp b/src/account-server/character.hpp
index 0aa7c8e1..acb47044 100644
--- a/src/account-server/character.hpp
+++ b/src/account-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/account-server/main-account.cpp b/src/account-server/main-account.cpp
index 453aaece..0a3fd5f5 100644
--- a/src/account-server/main-account.cpp
+++ b/src/account-server/main-account.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/account-server/serverhandler.cpp b/src/account-server/serverhandler.cpp
index 1eb2730c..b4037633 100644
--- a/src/account-server/serverhandler.cpp
+++ b/src/account-server/serverhandler.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/account-server/serverhandler.hpp b/src/account-server/serverhandler.hpp
index 1af11fdf..569ade1d 100644
--- a/src/account-server/serverhandler.hpp
+++ b/src/account-server/serverhandler.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/account-server/storage.cpp b/src/account-server/storage.cpp
index c547977f..ae1ff5f6 100644
--- a/src/account-server/storage.cpp
+++ b/src/account-server/storage.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/account-server/storage.hpp b/src/account-server/storage.hpp
index bfc34c24..204e6c99 100644
--- a/src/account-server/storage.hpp
+++ b/src/account-server/storage.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/chat-server/chatchannel.cpp b/src/chat-server/chatchannel.cpp
index 4c9f3e9d..5dd2b667 100644
--- a/src/chat-server/chatchannel.cpp
+++ b/src/chat-server/chatchannel.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/chat-server/chatchannel.hpp b/src/chat-server/chatchannel.hpp
index 6600f42c..8a462ddf 100644
--- a/src/chat-server/chatchannel.hpp
+++ b/src/chat-server/chatchannel.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/chat-server/chatchannelmanager.cpp b/src/chat-server/chatchannelmanager.cpp
index 87d68467..bb9d3a73 100644
--- a/src/chat-server/chatchannelmanager.cpp
+++ b/src/chat-server/chatchannelmanager.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/chat-server/chatchannelmanager.hpp b/src/chat-server/chatchannelmanager.hpp
index d88a252f..096323b0 100644
--- a/src/chat-server/chatchannelmanager.hpp
+++ b/src/chat-server/chatchannelmanager.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/chat-server/chatclient.hpp b/src/chat-server/chatclient.hpp
index f566c9d7..fed18fb4 100644
--- a/src/chat-server/chatclient.hpp
+++ b/src/chat-server/chatclient.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/chat-server/chathandler.cpp b/src/chat-server/chathandler.cpp
index 0069eb91..713865bf 100644
--- a/src/chat-server/chathandler.cpp
+++ b/src/chat-server/chathandler.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/chat-server/chathandler.hpp b/src/chat-server/chathandler.hpp
index cfd5bb03..fe14271f 100644
--- a/src/chat-server/chathandler.hpp
+++ b/src/chat-server/chathandler.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/chat-server/guild.cpp b/src/chat-server/guild.cpp
index 90784a36..9e5adb87 100644
--- a/src/chat-server/guild.cpp
+++ b/src/chat-server/guild.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/chat-server/guild.hpp b/src/chat-server/guild.hpp
index 9223c9f1..9a90faa4 100644
--- a/src/chat-server/guild.hpp
+++ b/src/chat-server/guild.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/chat-server/guildhandler.cpp b/src/chat-server/guildhandler.cpp
index 3fcc9264..8067cb7c 100644
--- a/src/chat-server/guildhandler.cpp
+++ b/src/chat-server/guildhandler.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/chat-server/guildmanager.cpp b/src/chat-server/guildmanager.cpp
index 431a7ce0..cabbbd71 100644
--- a/src/chat-server/guildmanager.cpp
+++ b/src/chat-server/guildmanager.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/chat-server/guildmanager.hpp b/src/chat-server/guildmanager.hpp
index bda05118..c693c16b 100644
--- a/src/chat-server/guildmanager.hpp
+++ b/src/chat-server/guildmanager.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/chat-server/party.cpp b/src/chat-server/party.cpp
index 44cd4b8c..e9f193ba 100644
--- a/src/chat-server/party.cpp
+++ b/src/chat-server/party.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/chat-server/party.hpp b/src/chat-server/party.hpp
index a2ed8e7c..d09e53ea 100644
--- a/src/chat-server/party.hpp
+++ b/src/chat-server/party.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/chat-server/partyhandler.cpp b/src/chat-server/partyhandler.cpp
index 33dddd20..04fb8fb1 100644
--- a/src/chat-server/partyhandler.cpp
+++ b/src/chat-server/partyhandler.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/chat-server/post.cpp b/src/chat-server/post.cpp
index 0a6aad4d..456b09f9 100644
--- a/src/chat-server/post.cpp
+++ b/src/chat-server/post.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/chat-server/post.hpp b/src/chat-server/post.hpp
index c1f0efcd..01ded791 100644
--- a/src/chat-server/post.hpp
+++ b/src/chat-server/post.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/common/configuration.cpp b/src/common/configuration.cpp
index e840e6f7..71c1811b 100644
--- a/src/common/configuration.cpp
+++ b/src/common/configuration.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/common/configuration.hpp b/src/common/configuration.hpp
index 1cabdf51..791d35c4 100644
--- a/src/common/configuration.hpp
+++ b/src/common/configuration.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/common/inventorydata.hpp b/src/common/inventorydata.hpp
index 486d5605..f1772402 100644
--- a/src/common/inventorydata.hpp
+++ b/src/common/inventorydata.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/common/permissionmanager.cpp b/src/common/permissionmanager.cpp
index d268a9df..552b5151 100644
--- a/src/common/permissionmanager.cpp
+++ b/src/common/permissionmanager.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2010 The Mana World Development Team
+ * Copyright (C) 2010-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/common/permissionmanager.hpp b/src/common/permissionmanager.hpp
index 90a147a8..aaf2773c 100644
--- a/src/common/permissionmanager.hpp
+++ b/src/common/permissionmanager.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2010 The Mana World Development Team
+ * Copyright (C) 2010-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/common/transaction.hpp b/src/common/transaction.hpp
index 9186436b..2715176b 100644
--- a/src/common/transaction.hpp
+++ b/src/common/transaction.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2009 The Mana World Development Team
+ * Copyright (C) 2009-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/dal/dalexcept.h b/src/dal/dalexcept.h
index fd1395de..1ad36df2 100644
--- a/src/dal/dalexcept.h
+++ b/src/dal/dalexcept.h
@@ -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/dal/dataprovider.cpp b/src/dal/dataprovider.cpp
index c4fd0db8..370741cd 100644
--- a/src/dal/dataprovider.cpp
+++ b/src/dal/dataprovider.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/dal/dataprovider.h b/src/dal/dataprovider.h
index 5ab21cc1..7ea15a71 100644
--- a/src/dal/dataprovider.h
+++ b/src/dal/dataprovider.h
@@ -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/dal/dataproviderfactory.cpp b/src/dal/dataproviderfactory.cpp
index 1402d197..96f4e8ee 100644
--- a/src/dal/dataproviderfactory.cpp
+++ b/src/dal/dataproviderfactory.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/dal/dataproviderfactory.h b/src/dal/dataproviderfactory.h
index 3fe3d41d..5ae7799c 100644
--- a/src/dal/dataproviderfactory.h
+++ b/src/dal/dataproviderfactory.h
@@ -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/dal/mysqldataprovider.cpp b/src/dal/mysqldataprovider.cpp
index 3eda9eaa..3e3d1c6b 100644
--- a/src/dal/mysqldataprovider.cpp
+++ b/src/dal/mysqldataprovider.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/dal/mysqldataprovider.h b/src/dal/mysqldataprovider.h
index 8efcc0dd..c5530323 100644
--- a/src/dal/mysqldataprovider.h
+++ b/src/dal/mysqldataprovider.h
@@ -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/dal/pqdataprovider.cpp b/src/dal/pqdataprovider.cpp
index daed0df5..dfe5253c 100644
--- a/src/dal/pqdataprovider.cpp
+++ b/src/dal/pqdataprovider.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/dal/pqdataprovider.h b/src/dal/pqdataprovider.h
index 33a86bdb..872428ac 100644
--- a/src/dal/pqdataprovider.h
+++ b/src/dal/pqdataprovider.h
@@ -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/dal/recordset.cpp b/src/dal/recordset.cpp
index 8885d3f9..77b2a94a 100644
--- a/src/dal/recordset.cpp
+++ b/src/dal/recordset.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/dal/recordset.h b/src/dal/recordset.h
index a8350479..3abef8ee 100644
--- a/src/dal/recordset.h
+++ b/src/dal/recordset.h
@@ -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/dal/sqlitedataprovider.cpp b/src/dal/sqlitedataprovider.cpp
index 449a086f..12ab2de5 100644
--- a/src/dal/sqlitedataprovider.cpp
+++ b/src/dal/sqlitedataprovider.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/dal/sqlitedataprovider.h b/src/dal/sqlitedataprovider.h
index d0ffabf4..bbe4b87e 100644
--- a/src/dal/sqlitedataprovider.h
+++ b/src/dal/sqlitedataprovider.h
@@ -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/defines.h b/src/defines.h
index 6496ee26..bc32d05c 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -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/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.
*
diff --git a/src/net/bandwidth.cpp b/src/net/bandwidth.cpp
index 9ea57434..ab6e930c 100644
--- a/src/net/bandwidth.cpp
+++ b/src/net/bandwidth.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/net/bandwidth.hpp b/src/net/bandwidth.hpp
index e47bac79..4ffeff73 100644
--- a/src/net/bandwidth.hpp
+++ b/src/net/bandwidth.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/net/connection.cpp b/src/net/connection.cpp
index 4ad5ab61..8bb37821 100644
--- a/src/net/connection.cpp
+++ b/src/net/connection.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/net/connection.hpp b/src/net/connection.hpp
index 6cd87966..288d9fc2 100644
--- a/src/net/connection.hpp
+++ b/src/net/connection.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/net/connectionhandler.cpp b/src/net/connectionhandler.cpp
index b6dd5686..61e373ef 100644
--- a/src/net/connectionhandler.cpp
+++ b/src/net/connectionhandler.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/net/connectionhandler.hpp b/src/net/connectionhandler.hpp
index 0eacfe82..96fc90cd 100644
--- a/src/net/connectionhandler.hpp
+++ b/src/net/connectionhandler.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/net/messagein.cpp b/src/net/messagein.cpp
index 32f4f5b4..45d1b21c 100644
--- a/src/net/messagein.cpp
+++ b/src/net/messagein.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/net/messagein.hpp b/src/net/messagein.hpp
index cf017baf..43f562a6 100644
--- a/src/net/messagein.hpp
+++ b/src/net/messagein.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/net/messageout.cpp b/src/net/messageout.cpp
index dc98d331..8e6a4a7a 100644
--- a/src/net/messageout.cpp
+++ b/src/net/messageout.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/net/messageout.hpp b/src/net/messageout.hpp
index ec6158d0..cd7befa7 100644
--- a/src/net/messageout.hpp
+++ b/src/net/messageout.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/net/netcomputer.cpp b/src/net/netcomputer.cpp
index eed242bc..84a10749 100644
--- a/src/net/netcomputer.cpp
+++ b/src/net/netcomputer.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/net/netcomputer.hpp b/src/net/netcomputer.hpp
index cfb82144..d3485f64 100644
--- a/src/net/netcomputer.hpp
+++ b/src/net/netcomputer.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/point.h b/src/point.h
index 38df9c23..7d1bead8 100644
--- a/src/point.h
+++ b/src/point.h
@@ -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/protocol.h b/src/protocol.h
index 869d17ba..aad4a951 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -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/scripting/lua.cpp b/src/scripting/lua.cpp
index 004756a2..034e9b41 100644
--- a/src/scripting/lua.cpp
+++ b/src/scripting/lua.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/scripting/luascript.cpp b/src/scripting/luascript.cpp
index a8dab592..cb6ba3a6 100644
--- a/src/scripting/luascript.cpp
+++ b/src/scripting/luascript.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/scripting/luascript.hpp b/src/scripting/luascript.hpp
index 3bb52e3e..25fc997a 100644
--- a/src/scripting/luascript.hpp
+++ b/src/scripting/luascript.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/scripting/luautil.cpp b/src/scripting/luautil.cpp
index 804c37df..02de6adc 100644
--- a/src/scripting/luautil.cpp
+++ b/src/scripting/luautil.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/scripting/luautil.hpp b/src/scripting/luautil.hpp
index 67828a29..de138e24 100644
--- a/src/scripting/luautil.hpp
+++ b/src/scripting/luautil.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/scripting/script.cpp b/src/scripting/script.cpp
index e7f8a78d..8c3b2af5 100644
--- a/src/scripting/script.cpp
+++ b/src/scripting/script.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/scripting/script.hpp b/src/scripting/script.hpp
index ecff0a49..e11e5cc1 100644
--- a/src/scripting/script.hpp
+++ b/src/scripting/script.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/serialize/characterdata.hpp b/src/serialize/characterdata.hpp
index 1346f683..44e2c29e 100644
--- a/src/serialize/characterdata.hpp
+++ b/src/serialize/characterdata.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/utils/encryption.cpp b/src/utils/encryption.cpp
index 38503bb0..1a7cfb41 100644
--- a/src/utils/encryption.cpp
+++ b/src/utils/encryption.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/utils/encryption.h b/src/utils/encryption.h
index 52d6d05f..a2262eda 100644
--- a/src/utils/encryption.h
+++ b/src/utils/encryption.h
@@ -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/utils/functors.h b/src/utils/functors.h
index 92edd092..ef1aa046 100644
--- a/src/utils/functors.h
+++ b/src/utils/functors.h
@@ -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/utils/logger.cpp b/src/utils/logger.cpp
index cd2ed945..a8d72415 100644
--- a/src/utils/logger.cpp
+++ b/src/utils/logger.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/utils/logger.h b/src/utils/logger.h
index 1b4c2a79..473e0257 100644
--- a/src/utils/logger.h
+++ b/src/utils/logger.h
@@ -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/utils/mathutils.cpp b/src/utils/mathutils.cpp
index 2977f878..3208fb50 100644
--- a/src/utils/mathutils.cpp
+++ b/src/utils/mathutils.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/utils/mathutils.h b/src/utils/mathutils.h
index 032908be..0a53a17f 100644
--- a/src/utils/mathutils.h
+++ b/src/utils/mathutils.h
@@ -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/utils/processorutils.cpp b/src/utils/processorutils.cpp
index 841b15ae..37db06a2 100644
--- a/src/utils/processorutils.cpp
+++ b/src/utils/processorutils.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/utils/processorutils.hpp b/src/utils/processorutils.hpp
index e89e85cf..05bb7c8b 100644
--- a/src/utils/processorutils.hpp
+++ b/src/utils/processorutils.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/utils/sha256.cpp b/src/utils/sha256.cpp
index a5bd0427..ba6a5078 100644
--- a/src/utils/sha256.cpp
+++ b/src/utils/sha256.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 has been slighly modified as part of The Mana Server.
*
diff --git a/src/utils/sha256.h b/src/utils/sha256.h
index 09598884..b22ea855 100644
--- a/src/utils/sha256.h
+++ b/src/utils/sha256.h
@@ -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/utils/singleton.h b/src/utils/singleton.h
index fd3e4ddf..4535439d 100644
--- a/src/utils/singleton.h
+++ b/src/utils/singleton.h
@@ -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/utils/string.cpp b/src/utils/string.cpp
index b1c1a058..3a2bb25e 100644
--- a/src/utils/string.cpp
+++ b/src/utils/string.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/utils/string.hpp b/src/utils/string.hpp
index 5d494b70..e09e9abc 100644
--- a/src/utils/string.hpp
+++ b/src/utils/string.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/utils/stringfilter.cpp b/src/utils/stringfilter.cpp
index 73565140..de46491b 100644
--- a/src/utils/stringfilter.cpp
+++ b/src/utils/stringfilter.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/utils/stringfilter.h b/src/utils/stringfilter.h
index d9a648d6..40eed129 100644
--- a/src/utils/stringfilter.h
+++ b/src/utils/stringfilter.h
@@ -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/utils/timer.cpp b/src/utils/timer.cpp
index ba2c6073..a79a546f 100644
--- a/src/utils/timer.cpp
+++ b/src/utils/timer.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/utils/timer.h b/src/utils/timer.h
index 7c445b16..d64ed54f 100644
--- a/src/utils/timer.h
+++ b/src/utils/timer.h
@@ -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/utils/tokencollector.cpp b/src/utils/tokencollector.cpp
index 12624dd3..f82dcd10 100644
--- a/src/utils/tokencollector.cpp
+++ b/src/utils/tokencollector.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/utils/tokencollector.hpp b/src/utils/tokencollector.hpp
index 4481910e..5e4c3f2f 100644
--- a/src/utils/tokencollector.hpp
+++ b/src/utils/tokencollector.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/utils/tokendispenser.cpp b/src/utils/tokendispenser.cpp
index a05821bb..9aff9e4a 100644
--- a/src/utils/tokendispenser.cpp
+++ b/src/utils/tokendispenser.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/utils/tokendispenser.hpp b/src/utils/tokendispenser.hpp
index 3dfad394..dc3173c7 100644
--- a/src/utils/tokendispenser.hpp
+++ b/src/utils/tokendispenser.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/utils/trim.hpp b/src/utils/trim.hpp
index 11fbcc69..ff93f939 100644
--- a/src/utils/trim.hpp
+++ b/src/utils/trim.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/utils/xml.cpp b/src/utils/xml.cpp
index 43c6c2b9..ab9ba77a 100644
--- a/src/utils/xml.cpp
+++ b/src/utils/xml.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/utils/xml.hpp b/src/utils/xml.hpp
index 1ffe6faf..e6b618c8 100644
--- a/src/utils/xml.hpp
+++ b/src/utils/xml.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/utils/zlib.cpp b/src/utils/zlib.cpp
index a6d90205..e3d3c60a 100644
--- a/src/utils/zlib.cpp
+++ b/src/utils/zlib.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/utils/zlib.hpp b/src/utils/zlib.hpp
index ee6a9dec..6d5347f1 100644
--- a/src/utils/zlib.hpp
+++ b/src/utils/zlib.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.
*