summaryrefslogtreecommitdiffstats
path: root/src/chat-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/chat-server
parentb0fd157aeb586e56d43d7a255934d85f2cd35d8c (diff)
downloadmanaserv-ba1b3946914e391bbf12f6da774cfc7dbe6cac8c.tar.gz
manaserv-ba1b3946914e391bbf12f6da774cfc7dbe6cac8c.tar.xz
manaserv-ba1b3946914e391bbf12f6da774cfc7dbe6cac8c.zip
Update Copyright date for Manaserv.
Diffstat (limited to 'src/chat-server')
-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
17 files changed, 17 insertions, 17 deletions
diff --git a/src/chat-server/chatchannel.cpp b/src/chat-server/chatchannel.cpp
index 4c9f3e9..5dd2b66 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 6600f42..8a462dd 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 87d6846..bb9d3a7 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 d88a252..096323b 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 f566c9d..fed18fb 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 0069eb9..713865b 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 cfd5bb0..fe14271 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 90784a3..9e5adb8 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 9223c9f..9a90faa 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 3fcc926..8067cb7 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 431a7ce..cabbbd7 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 bda0511..c693c16 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 44cd4b8..e9f193b 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 a2ed8e7..d09e53e 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 33dddd2..04fb8fb 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 0a6aad4..456b09f 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 c1f0efc..01ded79 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.
*