summaryrefslogtreecommitdiff
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.bz2
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 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.
*