summaryrefslogtreecommitdiff
path: root/src/net/manaserv
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-20 10:34:41 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-20 10:39:36 +0100
commit7e31a169e40dc4bde2c0c09d168916abd2d52ea5 (patch)
tree145a08b6731941714c845b8a5b10ff5129246357 /src/net/manaserv
parentfe6f0b9919a7afc366063ce91103469ae422ba3c (diff)
downloadmana-client-7e31a169e40dc4bde2c0c09d168916abd2d52ea5.tar.gz
mana-client-7e31a169e40dc4bde2c0c09d168916abd2d52ea5.tar.bz2
mana-client-7e31a169e40dc4bde2c0c09d168916abd2d52ea5.tar.xz
mana-client-7e31a169e40dc4bde2c0c09d168916abd2d52ea5.zip
License header update for The Mana Client
Diffstat (limited to 'src/net/manaserv')
-rw-r--r--src/net/manaserv/adminhandler.cpp7
-rw-r--r--src/net/manaserv/adminhandler.h7
-rw-r--r--src/net/manaserv/beinghandler.cpp7
-rw-r--r--src/net/manaserv/beinghandler.h7
-rw-r--r--src/net/manaserv/buysellhandler.cpp7
-rw-r--r--src/net/manaserv/buysellhandler.h7
-rw-r--r--src/net/manaserv/charhandler.cpp7
-rw-r--r--src/net/manaserv/charhandler.h7
-rw-r--r--src/net/manaserv/chathandler.cpp7
-rw-r--r--src/net/manaserv/chathandler.h7
-rw-r--r--src/net/manaserv/connection.cpp7
-rw-r--r--src/net/manaserv/connection.h7
-rw-r--r--src/net/manaserv/effecthandler.cpp7
-rw-r--r--src/net/manaserv/effecthandler.h7
-rw-r--r--src/net/manaserv/gamehandler.cpp7
-rw-r--r--src/net/manaserv/gamehandler.h7
-rw-r--r--src/net/manaserv/generalhandler.cpp7
-rw-r--r--src/net/manaserv/generalhandler.h7
-rw-r--r--src/net/manaserv/guildhandler.cpp7
-rw-r--r--src/net/manaserv/guildhandler.h7
-rw-r--r--src/net/manaserv/internal.cpp7
-rw-r--r--src/net/manaserv/internal.h7
-rw-r--r--src/net/manaserv/inventoryhandler.cpp7
-rw-r--r--src/net/manaserv/inventoryhandler.h7
-rw-r--r--src/net/manaserv/itemhandler.cpp7
-rw-r--r--src/net/manaserv/itemhandler.h7
-rw-r--r--src/net/manaserv/loginhandler.cpp7
-rw-r--r--src/net/manaserv/loginhandler.h7
-rw-r--r--src/net/manaserv/messagehandler.cpp7
-rw-r--r--src/net/manaserv/messagehandler.h7
-rw-r--r--src/net/manaserv/messagein.cpp7
-rw-r--r--src/net/manaserv/messagein.h7
-rw-r--r--src/net/manaserv/messageout.cpp7
-rw-r--r--src/net/manaserv/messageout.h7
-rw-r--r--src/net/manaserv/network.cpp7
-rw-r--r--src/net/manaserv/network.h7
-rw-r--r--src/net/manaserv/npchandler.cpp7
-rw-r--r--src/net/manaserv/npchandler.h7
-rw-r--r--src/net/manaserv/partyhandler.cpp7
-rw-r--r--src/net/manaserv/partyhandler.h7
-rw-r--r--src/net/manaserv/playerhandler.cpp7
-rw-r--r--src/net/manaserv/playerhandler.h7
-rw-r--r--src/net/manaserv/protocol.h7
-rw-r--r--src/net/manaserv/specialhandler.cpp7
-rw-r--r--src/net/manaserv/specialhandler.h7
-rw-r--r--src/net/manaserv/tradehandler.cpp7
-rw-r--r--src/net/manaserv/tradehandler.h7
47 files changed, 141 insertions, 188 deletions
diff --git a/src/net/manaserv/adminhandler.cpp b/src/net/manaserv/adminhandler.cpp
index e282b988..46e1b29f 100644
--- a/src/net/manaserv/adminhandler.cpp
+++ b/src/net/manaserv/adminhandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/adminhandler.h"
diff --git a/src/net/manaserv/adminhandler.h b/src/net/manaserv/adminhandler.h
index 65c8d18b..d660ee0c 100644
--- a/src/net/manaserv/adminhandler.h
+++ b/src/net/manaserv/adminhandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_ADMINHANDLER_H
diff --git a/src/net/manaserv/beinghandler.cpp b/src/net/manaserv/beinghandler.cpp
index ae5bbc0e..0f0d7003 100644
--- a/src/net/manaserv/beinghandler.cpp
+++ b/src/net/manaserv/beinghandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/beinghandler.h"
diff --git a/src/net/manaserv/beinghandler.h b/src/net/manaserv/beinghandler.h
index 6de9a2aa..c0947495 100644
--- a/src/net/manaserv/beinghandler.h
+++ b/src/net/manaserv/beinghandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_BEINGHANDLER_H
diff --git a/src/net/manaserv/buysellhandler.cpp b/src/net/manaserv/buysellhandler.cpp
index 9b7c0863..a66f255e 100644
--- a/src/net/manaserv/buysellhandler.cpp
+++ b/src/net/manaserv/buysellhandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/buysellhandler.h"
diff --git a/src/net/manaserv/buysellhandler.h b/src/net/manaserv/buysellhandler.h
index 08334abf..7460c991 100644
--- a/src/net/manaserv/buysellhandler.h
+++ b/src/net/manaserv/buysellhandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_BUYSELLHANDLER_H
diff --git a/src/net/manaserv/charhandler.cpp b/src/net/manaserv/charhandler.cpp
index 7a75e38d..f4a2df88 100644
--- a/src/net/manaserv/charhandler.cpp
+++ b/src/net/manaserv/charhandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/charhandler.h"
diff --git a/src/net/manaserv/charhandler.h b/src/net/manaserv/charhandler.h
index 4a1af307..bfc0df5b 100644
--- a/src/net/manaserv/charhandler.h
+++ b/src/net/manaserv/charhandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_CHARSERVERHANDLER_H
diff --git a/src/net/manaserv/chathandler.cpp b/src/net/manaserv/chathandler.cpp
index e849b51a..ea1bbfb8 100644
--- a/src/net/manaserv/chathandler.cpp
+++ b/src/net/manaserv/chathandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/chathandler.h"
diff --git a/src/net/manaserv/chathandler.h b/src/net/manaserv/chathandler.h
index 4c4d1bb9..ad8d13a7 100644
--- a/src/net/manaserv/chathandler.h
+++ b/src/net/manaserv/chathandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_CHATHANDLER_H
diff --git a/src/net/manaserv/connection.cpp b/src/net/manaserv/connection.cpp
index bde31ecc..c9ebca72 100644
--- a/src/net/manaserv/connection.cpp
+++ b/src/net/manaserv/connection.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/connection.h"
diff --git a/src/net/manaserv/connection.h b/src/net/manaserv/connection.h
index e56853f6..9cb22b78 100644
--- a/src/net/manaserv/connection.h
+++ b/src/net/manaserv/connection.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_CONNECTION_H
diff --git a/src/net/manaserv/effecthandler.cpp b/src/net/manaserv/effecthandler.cpp
index b9cabf5a..0e7e1b8f 100644
--- a/src/net/manaserv/effecthandler.cpp
+++ b/src/net/manaserv/effecthandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/effecthandler.h"
diff --git a/src/net/manaserv/effecthandler.h b/src/net/manaserv/effecthandler.h
index 7c7eb46a..6b5c15da 100644
--- a/src/net/manaserv/effecthandler.h
+++ b/src/net/manaserv/effecthandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_EFFECTSHANDLER_H
diff --git a/src/net/manaserv/gamehandler.cpp b/src/net/manaserv/gamehandler.cpp
index 31a07f7a..7ed4cc01 100644
--- a/src/net/manaserv/gamehandler.cpp
+++ b/src/net/manaserv/gamehandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/gamehandler.h"
diff --git a/src/net/manaserv/gamehandler.h b/src/net/manaserv/gamehandler.h
index 648613fc..b54354db 100644
--- a/src/net/manaserv/gamehandler.h
+++ b/src/net/manaserv/gamehandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_MAPHANDLER_H
diff --git a/src/net/manaserv/generalhandler.cpp b/src/net/manaserv/generalhandler.cpp
index aa3b06f5..42bb5780 100644
--- a/src/net/manaserv/generalhandler.cpp
+++ b/src/net/manaserv/generalhandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2009-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/generalhandler.h"
diff --git a/src/net/manaserv/generalhandler.h b/src/net/manaserv/generalhandler.h
index 16a1c4bc..82d449ef 100644
--- a/src/net/manaserv/generalhandler.h
+++ b/src/net/manaserv/generalhandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2009-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_GENERALHANDLER_H
diff --git a/src/net/manaserv/guildhandler.cpp b/src/net/manaserv/guildhandler.cpp
index fc0e7e25..7b8f4a5b 100644
--- a/src/net/manaserv/guildhandler.cpp
+++ b/src/net/manaserv/guildhandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2008-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/guildhandler.h"
diff --git a/src/net/manaserv/guildhandler.h b/src/net/manaserv/guildhandler.h
index db301c8b..d5339d8b 100644
--- a/src/net/manaserv/guildhandler.h
+++ b/src/net/manaserv/guildhandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2008-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_GUILDHANDLER_H
diff --git a/src/net/manaserv/internal.cpp b/src/net/manaserv/internal.cpp
index a986b58a..12e8fda4 100644
--- a/src/net/manaserv/internal.cpp
+++ b/src/net/manaserv/internal.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/internal.h"
diff --git a/src/net/manaserv/internal.h b/src/net/manaserv/internal.h
index 7b383ae5..589628f9 100644
--- a/src/net/manaserv/internal.h
+++ b/src/net/manaserv/internal.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_INTERNAL_H
diff --git a/src/net/manaserv/inventoryhandler.cpp b/src/net/manaserv/inventoryhandler.cpp
index 3ce1aa6f..08ecaa56 100644
--- a/src/net/manaserv/inventoryhandler.cpp
+++ b/src/net/manaserv/inventoryhandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/inventoryhandler.h"
diff --git a/src/net/manaserv/inventoryhandler.h b/src/net/manaserv/inventoryhandler.h
index 402af3b5..0ba000f5 100644
--- a/src/net/manaserv/inventoryhandler.h
+++ b/src/net/manaserv/inventoryhandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_INVENTORYHANDLER_H
diff --git a/src/net/manaserv/itemhandler.cpp b/src/net/manaserv/itemhandler.cpp
index c939589e..455e6d0d 100644
--- a/src/net/manaserv/itemhandler.cpp
+++ b/src/net/manaserv/itemhandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/itemhandler.h"
diff --git a/src/net/manaserv/itemhandler.h b/src/net/manaserv/itemhandler.h
index cf161f17..35d8f13d 100644
--- a/src/net/manaserv/itemhandler.h
+++ b/src/net/manaserv/itemhandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_ITEMHANDLER_H
diff --git a/src/net/manaserv/loginhandler.cpp b/src/net/manaserv/loginhandler.cpp
index 9d8bc0e2..5b760211 100644
--- a/src/net/manaserv/loginhandler.cpp
+++ b/src/net/manaserv/loginhandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/loginhandler.h"
diff --git a/src/net/manaserv/loginhandler.h b/src/net/manaserv/loginhandler.h
index 6d4fb296..1e076cbb 100644
--- a/src/net/manaserv/loginhandler.h
+++ b/src/net/manaserv/loginhandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_LOGINHANDLER_H
diff --git a/src/net/manaserv/messagehandler.cpp b/src/net/manaserv/messagehandler.cpp
index 9249580e..f1840ee5 100644
--- a/src/net/manaserv/messagehandler.cpp
+++ b/src/net/manaserv/messagehandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/messagehandler.h"
diff --git a/src/net/manaserv/messagehandler.h b/src/net/manaserv/messagehandler.h
index 4b37c19d..6cfe7e9b 100644
--- a/src/net/manaserv/messagehandler.h
+++ b/src/net/manaserv/messagehandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_MESSAGEHANDLER_H
diff --git a/src/net/manaserv/messagein.cpp b/src/net/manaserv/messagein.cpp
index 6312fa9c..88df6ae6 100644
--- a/src/net/manaserv/messagein.cpp
+++ b/src/net/manaserv/messagein.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/messagein.h"
diff --git a/src/net/manaserv/messagein.h b/src/net/manaserv/messagein.h
index acf788d1..c4841251 100644
--- a/src/net/manaserv/messagein.h
+++ b/src/net/manaserv/messagein.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_MESSAGEIN_H
diff --git a/src/net/manaserv/messageout.cpp b/src/net/manaserv/messageout.cpp
index 0f7d9f1d..bb86e8e5 100644
--- a/src/net/manaserv/messageout.cpp
+++ b/src/net/manaserv/messageout.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/messageout.h"
diff --git a/src/net/manaserv/messageout.h b/src/net/manaserv/messageout.h
index 884f6ba3..07ebc2b5 100644
--- a/src/net/manaserv/messageout.h
+++ b/src/net/manaserv/messageout.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_MESSAGEOUT_H
diff --git a/src/net/manaserv/network.cpp b/src/net/manaserv/network.cpp
index 60e444e0..9f8062ee 100644
--- a/src/net/manaserv/network.cpp
+++ b/src/net/manaserv/network.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/network.h"
diff --git a/src/net/manaserv/network.h b/src/net/manaserv/network.h
index a3761319..b6b7d704 100644
--- a/src/net/manaserv/network.h
+++ b/src/net/manaserv/network.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_NETWORK_H
diff --git a/src/net/manaserv/npchandler.cpp b/src/net/manaserv/npchandler.cpp
index 00f3a338..95c523af 100644
--- a/src/net/manaserv/npchandler.cpp
+++ b/src/net/manaserv/npchandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/npchandler.h"
diff --git a/src/net/manaserv/npchandler.h b/src/net/manaserv/npchandler.h
index 4b18487c..611d6b66 100644
--- a/src/net/manaserv/npchandler.h
+++ b/src/net/manaserv/npchandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_NPCHANDLER_H
diff --git a/src/net/manaserv/partyhandler.cpp b/src/net/manaserv/partyhandler.cpp
index da97374b..0bd0f661 100644
--- a/src/net/manaserv/partyhandler.cpp
+++ b/src/net/manaserv/partyhandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2008-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/partyhandler.h"
diff --git a/src/net/manaserv/partyhandler.h b/src/net/manaserv/partyhandler.h
index f97d9fb9..379c4686 100644
--- a/src/net/manaserv/partyhandler.h
+++ b/src/net/manaserv/partyhandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2008-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_PARTYHANDLER_H
diff --git a/src/net/manaserv/playerhandler.cpp b/src/net/manaserv/playerhandler.cpp
index 56502ec1..c91c98e4 100644
--- a/src/net/manaserv/playerhandler.cpp
+++ b/src/net/manaserv/playerhandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/playerhandler.h"
diff --git a/src/net/manaserv/playerhandler.h b/src/net/manaserv/playerhandler.h
index 65170d63..a673bf40 100644
--- a/src/net/manaserv/playerhandler.h
+++ b/src/net/manaserv/playerhandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_PLAYERHANDLER_H
diff --git a/src/net/manaserv/protocol.h b/src/net/manaserv/protocol.h
index cd9b2c72..1f762503 100644
--- a/src/net/manaserv/protocol.h
+++ b/src/net/manaserv/protocol.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef MANASERV_PROTOCOL_H
diff --git a/src/net/manaserv/specialhandler.cpp b/src/net/manaserv/specialhandler.cpp
index 10d7e62f..3253f360 100644
--- a/src/net/manaserv/specialhandler.cpp
+++ b/src/net/manaserv/specialhandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/specialhandler.h"
diff --git a/src/net/manaserv/specialhandler.h b/src/net/manaserv/specialhandler.h
index 7609b70a..cd708ca8 100644
--- a/src/net/manaserv/specialhandler.h
+++ b/src/net/manaserv/specialhandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_SKILLHANDLER_H
diff --git a/src/net/manaserv/tradehandler.cpp b/src/net/manaserv/tradehandler.cpp
index eee7e1b6..1b644a7e 100644
--- a/src/net/manaserv/tradehandler.cpp
+++ b/src/net/manaserv/tradehandler.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "net/manaserv/tradehandler.h"
diff --git a/src/net/manaserv/tradehandler.h b/src/net/manaserv/tradehandler.h
index 1299a26d..e7d9fda5 100644
--- a/src/net/manaserv/tradehandler.h
+++ b/src/net/manaserv/tradehandler.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NET_MANASERV_TRADEHANDLER_H