summaryrefslogtreecommitdiff
path: root/src/net/ea
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2010-02-07 17:16:25 +0100
committerBertram <bertram@cegetel.net>2010-02-07 17:19:59 +0100
commit261d22fc915bf8066ce0986e216b7186ceeda375 (patch)
tree1a9523da28806b33583d6155748e64528df7862c /src/net/ea
parent057b17859cb9fadf5ce633d31eade2dd75ddbb29 (diff)
downloadmana-client-261d22fc915bf8066ce0986e216b7186ceeda375.tar.gz
mana-client-261d22fc915bf8066ce0986e216b7186ceeda375.tar.bz2
mana-client-261d22fc915bf8066ce0986e216b7186ceeda375.tar.xz
mana-client-261d22fc915bf8066ce0986e216b7186ceeda375.zip
Updated Copyright year to 2010!
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
Diffstat (limited to 'src/net/ea')
-rw-r--r--src/net/ea/adminhandler.cpp2
-rw-r--r--src/net/ea/adminhandler.h2
-rw-r--r--src/net/ea/beinghandler.cpp2
-rw-r--r--src/net/ea/beinghandler.h2
-rw-r--r--src/net/ea/buysellhandler.cpp2
-rw-r--r--src/net/ea/buysellhandler.h2
-rw-r--r--src/net/ea/charserverhandler.cpp2
-rw-r--r--src/net/ea/charserverhandler.h2
-rw-r--r--src/net/ea/chathandler.cpp2
-rw-r--r--src/net/ea/chathandler.h2
-rw-r--r--src/net/ea/gamehandler.cpp2
-rw-r--r--src/net/ea/gamehandler.h2
-rw-r--r--src/net/ea/generalhandler.cpp2
-rw-r--r--src/net/ea/generalhandler.h2
-rw-r--r--src/net/ea/gui/partytab.cpp2
-rw-r--r--src/net/ea/gui/partytab.h2
-rw-r--r--src/net/ea/guildhandler.cpp2
-rw-r--r--src/net/ea/guildhandler.h2
-rw-r--r--src/net/ea/inventoryhandler.cpp2
-rw-r--r--src/net/ea/inventoryhandler.h2
-rw-r--r--src/net/ea/itemhandler.cpp2
-rw-r--r--src/net/ea/itemhandler.h2
-rw-r--r--src/net/ea/loginhandler.cpp2
-rw-r--r--src/net/ea/loginhandler.h2
-rw-r--r--src/net/ea/messagehandler.cpp2
-rw-r--r--src/net/ea/messagehandler.h2
-rw-r--r--src/net/ea/messagein.cpp2
-rw-r--r--src/net/ea/messagein.h2
-rw-r--r--src/net/ea/messageout.cpp2
-rw-r--r--src/net/ea/messageout.h2
-rw-r--r--src/net/ea/network.cpp2
-rw-r--r--src/net/ea/network.h2
-rw-r--r--src/net/ea/npchandler.cpp2
-rw-r--r--src/net/ea/npchandler.h2
-rw-r--r--src/net/ea/playerhandler.cpp2
-rw-r--r--src/net/ea/playerhandler.h2
-rw-r--r--src/net/ea/protocol.h2
-rw-r--r--src/net/ea/specialhandler.cpp2
-rw-r--r--src/net/ea/specialhandler.h2
-rw-r--r--src/net/ea/token.h2
-rw-r--r--src/net/ea/tradehandler.cpp2
-rw-r--r--src/net/ea/tradehandler.h2
42 files changed, 42 insertions, 42 deletions
diff --git a/src/net/ea/adminhandler.cpp b/src/net/ea/adminhandler.cpp
index 72068f6b..09bd3c69 100644
--- a/src/net/ea/adminhandler.cpp
+++ b/src/net/ea/adminhandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/adminhandler.h b/src/net/ea/adminhandler.h
index 83d732cc..f882adb8 100644
--- a/src/net/ea/adminhandler.h
+++ b/src/net/ea/adminhandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/beinghandler.cpp b/src/net/ea/beinghandler.cpp
index 797668a2..93962613 100644
--- a/src/net/ea/beinghandler.cpp
+++ b/src/net/ea/beinghandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/beinghandler.h b/src/net/ea/beinghandler.h
index d1cafc93..9268a2a2 100644
--- a/src/net/ea/beinghandler.h
+++ b/src/net/ea/beinghandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/buysellhandler.cpp b/src/net/ea/buysellhandler.cpp
index 32908dee..9d1aac78 100644
--- a/src/net/ea/buysellhandler.cpp
+++ b/src/net/ea/buysellhandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/buysellhandler.h b/src/net/ea/buysellhandler.h
index 8277c5c9..61736024 100644
--- a/src/net/ea/buysellhandler.h
+++ b/src/net/ea/buysellhandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/charserverhandler.cpp b/src/net/ea/charserverhandler.cpp
index 4e3f3c37..106d0c8e 100644
--- a/src/net/ea/charserverhandler.cpp
+++ b/src/net/ea/charserverhandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/charserverhandler.h b/src/net/ea/charserverhandler.h
index b29e9518..b159c63b 100644
--- a/src/net/ea/charserverhandler.h
+++ b/src/net/ea/charserverhandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp
index 9fb124c5..6319781f 100644
--- a/src/net/ea/chathandler.cpp
+++ b/src/net/ea/chathandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h
index 3396a88b..7c9ff822 100644
--- a/src/net/ea/chathandler.h
+++ b/src/net/ea/chathandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/gamehandler.cpp b/src/net/ea/gamehandler.cpp
index 4c732070..26f433e9 100644
--- a/src/net/ea/gamehandler.cpp
+++ b/src/net/ea/gamehandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2009 The Mana World Development Team
+ * Copyright (C) 2009-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/gamehandler.h b/src/net/ea/gamehandler.h
index 39abbbd1..a5fa84db 100644
--- a/src/net/ea/gamehandler.h
+++ b/src/net/ea/gamehandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2009 The Mana World Development Team
+ * Copyright (C) 2009-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/generalhandler.cpp b/src/net/ea/generalhandler.cpp
index 677b2aa5..24bc79bb 100644
--- a/src/net/ea/generalhandler.cpp
+++ b/src/net/ea/generalhandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2009 The Mana World Development Team
+ * Copyright (C) 2009-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/generalhandler.h b/src/net/ea/generalhandler.h
index 29dbcd3f..ec1cb14d 100644
--- a/src/net/ea/generalhandler.h
+++ b/src/net/ea/generalhandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2009 The Mana World Development Team
+ * Copyright (C) 2009-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/gui/partytab.cpp b/src/net/ea/gui/partytab.cpp
index d555743c..e6526a3a 100644
--- a/src/net/ea/gui/partytab.cpp
+++ b/src/net/ea/gui/partytab.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2008 The Mana World Development Team
+ * Copyright (C) 2008-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/gui/partytab.h b/src/net/ea/gui/partytab.h
index 9ab0862a..b335e546 100644
--- a/src/net/ea/gui/partytab.h
+++ b/src/net/ea/gui/partytab.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2009 The Mana World Development Team
+ * Copyright (C) 2009-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/guildhandler.cpp b/src/net/ea/guildhandler.cpp
index a819d072..edcd254d 100644
--- a/src/net/ea/guildhandler.cpp
+++ b/src/net/ea/guildhandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2009 The Mana World Development Team
+ * Copyright (C) 2009-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/guildhandler.h b/src/net/ea/guildhandler.h
index f04a56bb..512d5b1f 100644
--- a/src/net/ea/guildhandler.h
+++ b/src/net/ea/guildhandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2009 The Mana World Development Team
+ * Copyright (C) 2009-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/inventoryhandler.cpp b/src/net/ea/inventoryhandler.cpp
index 34f3f6d7..791770d7 100644
--- a/src/net/ea/inventoryhandler.cpp
+++ b/src/net/ea/inventoryhandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/inventoryhandler.h b/src/net/ea/inventoryhandler.h
index 15bdfb76..637a6fac 100644
--- a/src/net/ea/inventoryhandler.h
+++ b/src/net/ea/inventoryhandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/itemhandler.cpp b/src/net/ea/itemhandler.cpp
index 8b8f2b22..550b5660 100644
--- a/src/net/ea/itemhandler.cpp
+++ b/src/net/ea/itemhandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/itemhandler.h b/src/net/ea/itemhandler.h
index 53362190..d6874f59 100644
--- a/src/net/ea/itemhandler.h
+++ b/src/net/ea/itemhandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/loginhandler.cpp b/src/net/ea/loginhandler.cpp
index 94a8ca6d..af7b3535 100644
--- a/src/net/ea/loginhandler.cpp
+++ b/src/net/ea/loginhandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/loginhandler.h b/src/net/ea/loginhandler.h
index b188e114..1e718a95 100644
--- a/src/net/ea/loginhandler.h
+++ b/src/net/ea/loginhandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/messagehandler.cpp b/src/net/ea/messagehandler.cpp
index fde65d55..b949940a 100644
--- a/src/net/ea/messagehandler.cpp
+++ b/src/net/ea/messagehandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/messagehandler.h b/src/net/ea/messagehandler.h
index 3f006671..497ec8a1 100644
--- a/src/net/ea/messagehandler.h
+++ b/src/net/ea/messagehandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/messagein.cpp b/src/net/ea/messagein.cpp
index 12da6bfb..968e7da0 100644
--- a/src/net/ea/messagein.cpp
+++ b/src/net/ea/messagein.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/messagein.h b/src/net/ea/messagein.h
index 89a9839f..90246571 100644
--- a/src/net/ea/messagein.h
+++ b/src/net/ea/messagein.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/messageout.cpp b/src/net/ea/messageout.cpp
index 81fa917a..f789bd87 100644
--- a/src/net/ea/messageout.cpp
+++ b/src/net/ea/messageout.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/messageout.h b/src/net/ea/messageout.h
index 47cd7bd9..d35d4660 100644
--- a/src/net/ea/messageout.h
+++ b/src/net/ea/messageout.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/network.cpp b/src/net/ea/network.cpp
index d00006b0..7ddc0bc2 100644
--- a/src/net/ea/network.cpp
+++ b/src/net/ea/network.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/network.h b/src/net/ea/network.h
index 0bbcae0e..5ae46e97 100644
--- a/src/net/ea/network.h
+++ b/src/net/ea/network.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/npchandler.cpp b/src/net/ea/npchandler.cpp
index 3ec3c1f8..48cc6125 100644
--- a/src/net/ea/npchandler.cpp
+++ b/src/net/ea/npchandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h
index 56802d03..a42b88c5 100644
--- a/src/net/ea/npchandler.h
+++ b/src/net/ea/npchandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/playerhandler.cpp b/src/net/ea/playerhandler.cpp
index 0c290815..1d7a2fb6 100644
--- a/src/net/ea/playerhandler.cpp
+++ b/src/net/ea/playerhandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/playerhandler.h b/src/net/ea/playerhandler.h
index 83ca91f6..b60daef3 100644
--- a/src/net/ea/playerhandler.h
+++ b/src/net/ea/playerhandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/protocol.h b/src/net/ea/protocol.h
index 767e7f82..6960f979 100644
--- a/src/net/ea/protocol.h
+++ b/src/net/ea/protocol.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/specialhandler.cpp b/src/net/ea/specialhandler.cpp
index 0ac2f106..e7824a16 100644
--- a/src/net/ea/specialhandler.cpp
+++ b/src/net/ea/specialhandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/specialhandler.h b/src/net/ea/specialhandler.h
index 501ea74d..f4a258c2 100644
--- a/src/net/ea/specialhandler.h
+++ b/src/net/ea/specialhandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/token.h b/src/net/ea/token.h
index e5e4ab0d..460badec 100644
--- a/src/net/ea/token.h
+++ b/src/net/ea/token.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2009 The Mana World Development Team
+ * Copyright (C) 2009-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/tradehandler.cpp b/src/net/ea/tradehandler.cpp
index abcfc04f..2e7b4203 100644
--- a/src/net/ea/tradehandler.cpp
+++ b/src/net/ea/tradehandler.cpp
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*
diff --git a/src/net/ea/tradehandler.h b/src/net/ea/tradehandler.h
index b8a99421..169564f4 100644
--- a/src/net/ea/tradehandler.h
+++ b/src/net/ea/tradehandler.h
@@ -1,6 +1,6 @@
/*
* The Mana World
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana World.
*