summaryrefslogtreecommitdiff
path: root/src/resources
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/resources
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/resources')
-rw-r--r--src/resources/action.cpp7
-rw-r--r--src/resources/action.h7
-rw-r--r--src/resources/ambientlayer.cpp7
-rw-r--r--src/resources/ambientlayer.h7
-rw-r--r--src/resources/ambientoverlay.cpp7
-rw-r--r--src/resources/ambientoverlay.h7
-rw-r--r--src/resources/animation.cpp7
-rw-r--r--src/resources/animation.h7
-rw-r--r--src/resources/colordb.cpp5
-rw-r--r--src/resources/colordb.h5
-rw-r--r--src/resources/dye.cpp7
-rw-r--r--src/resources/dye.h7
-rw-r--r--src/resources/emotedb.cpp5
-rw-r--r--src/resources/emotedb.h5
-rw-r--r--src/resources/image.cpp7
-rw-r--r--src/resources/image.h7
-rw-r--r--src/resources/imageloader.cpp7
-rw-r--r--src/resources/imageloader.h7
-rw-r--r--src/resources/imageset.cpp7
-rw-r--r--src/resources/imageset.h7
-rw-r--r--src/resources/imagewriter.cpp7
-rw-r--r--src/resources/imagewriter.h7
-rw-r--r--src/resources/itemdb.cpp7
-rw-r--r--src/resources/itemdb.h7
-rw-r--r--src/resources/iteminfo.cpp7
-rw-r--r--src/resources/iteminfo.h7
-rw-r--r--src/resources/mapreader.cpp7
-rw-r--r--src/resources/mapreader.h7
-rw-r--r--src/resources/monsterdb.cpp7
-rw-r--r--src/resources/monsterdb.h7
-rw-r--r--src/resources/monsterinfo.cpp7
-rw-r--r--src/resources/monsterinfo.h7
-rw-r--r--src/resources/music.cpp7
-rw-r--r--src/resources/music.h7
-rw-r--r--src/resources/npcdb.cpp7
-rw-r--r--src/resources/npcdb.h7
-rw-r--r--src/resources/resource.cpp7
-rw-r--r--src/resources/resource.h7
-rw-r--r--src/resources/resourcemanager.cpp7
-rw-r--r--src/resources/resourcemanager.h7
-rw-r--r--src/resources/soundeffect.cpp7
-rw-r--r--src/resources/soundeffect.h7
-rw-r--r--src/resources/spritedef.cpp7
-rw-r--r--src/resources/spritedef.h7
-rw-r--r--src/resources/wallpaper.cpp7
-rw-r--r--src/resources/wallpaper.h7
46 files changed, 134 insertions, 180 deletions
diff --git a/src/resources/action.cpp b/src/resources/action.cpp
index 9fac4593..0d9ccf8a 100644
--- a/src/resources/action.cpp
+++ b/src/resources/action.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 "resources/action.h"
diff --git a/src/resources/action.h b/src/resources/action.h
index bb5c3376..fbd74318 100644
--- a/src/resources/action.h
+++ b/src/resources/action.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 ACTION_H
diff --git a/src/resources/ambientlayer.cpp b/src/resources/ambientlayer.cpp
index 7c3935c3..7ca7ad31 100644
--- a/src/resources/ambientlayer.cpp
+++ b/src/resources/ambientlayer.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 "resources/ambientlayer.h"
diff --git a/src/resources/ambientlayer.h b/src/resources/ambientlayer.h
index a706f8e8..cba5e106 100644
--- a/src/resources/ambientlayer.h
+++ b/src/resources/ambientlayer.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 RESOURCES_AMBIENTOVERLAY_H
diff --git a/src/resources/ambientoverlay.cpp b/src/resources/ambientoverlay.cpp
index a8a1578d..46a5ba82 100644
--- a/src/resources/ambientoverlay.cpp
+++ b/src/resources/ambientoverlay.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 "resources/ambientoverlay.h"
diff --git a/src/resources/ambientoverlay.h b/src/resources/ambientoverlay.h
index 8fcb8dc4..08c60f4e 100644
--- a/src/resources/ambientoverlay.h
+++ b/src/resources/ambientoverlay.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 RESOURCES_AMBIENTOVERLAY_H
diff --git a/src/resources/animation.cpp b/src/resources/animation.cpp
index 18c882eb..e4d1ccde 100644
--- a/src/resources/animation.cpp
+++ b/src/resources/animation.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 "resources/animation.h"
diff --git a/src/resources/animation.h b/src/resources/animation.h
index d5c171ab..70bacd00 100644
--- a/src/resources/animation.h
+++ b/src/resources/animation.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 ANIMATION_H
diff --git a/src/resources/colordb.cpp b/src/resources/colordb.cpp
index e5377aa6..0041cee4 100644
--- a/src/resources/colordb.cpp
+++ b/src/resources/colordb.cpp
@@ -2,7 +2,7 @@
* Color database
* Copyright (C) 2008 Aethyra 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 "resources/colordb.h"
diff --git a/src/resources/colordb.h b/src/resources/colordb.h
index 92b63d77..57b52388 100644
--- a/src/resources/colordb.h
+++ b/src/resources/colordb.h
@@ -2,7 +2,7 @@
* Color database
* Copyright (C) 2008 Aethyra 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 COLOR_MANAGER_H
diff --git a/src/resources/dye.cpp b/src/resources/dye.cpp
index cdc97afe..4a724d4f 100644
--- a/src/resources/dye.cpp
+++ b/src/resources/dye.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2007-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 "resources/dye.h"
diff --git a/src/resources/dye.h b/src/resources/dye.h
index 94b35fde..9ee33701 100644
--- a/src/resources/dye.h
+++ b/src/resources/dye.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2007-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 DYE_H
diff --git a/src/resources/emotedb.cpp b/src/resources/emotedb.cpp
index 857cd591..117c0bab 100644
--- a/src/resources/emotedb.cpp
+++ b/src/resources/emotedb.cpp
@@ -2,7 +2,7 @@
* Emote database
* Copyright (C) 2009 Aethyra 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 "resources/emotedb.h"
diff --git a/src/resources/emotedb.h b/src/resources/emotedb.h
index 375887d2..3d80ce8f 100644
--- a/src/resources/emotedb.h
+++ b/src/resources/emotedb.h
@@ -2,7 +2,7 @@
* Emote database
* Copyright (C) 2009 Aethyra 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 EMOTE_DB_H
diff --git a/src/resources/image.cpp b/src/resources/image.cpp
index 5309dd45..d5fa4ad7 100644
--- a/src/resources/image.cpp
+++ b/src/resources/image.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 "resources/image.h"
diff --git a/src/resources/image.h b/src/resources/image.h
index 511167ce..f6fe1a7c 100644
--- a/src/resources/image.h
+++ b/src/resources/image.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 IMAGE_H
diff --git a/src/resources/imageloader.cpp b/src/resources/imageloader.cpp
index dd6d3e57..eb1829a4 100644
--- a/src/resources/imageloader.cpp
+++ b/src/resources/imageloader.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2007-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 "resources/imageloader.h"
diff --git a/src/resources/imageloader.h b/src/resources/imageloader.h
index e6dac373..89385130 100644
--- a/src/resources/imageloader.h
+++ b/src/resources/imageloader.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2007-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 IMAGELOADER_H
diff --git a/src/resources/imageset.cpp b/src/resources/imageset.cpp
index 2182e578..01742632 100644
--- a/src/resources/imageset.cpp
+++ b/src/resources/imageset.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 "resources/imageset.h"
diff --git a/src/resources/imageset.h b/src/resources/imageset.h
index d398e9c0..33283214 100644
--- a/src/resources/imageset.h
+++ b/src/resources/imageset.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 IMAGESET_H
diff --git a/src/resources/imagewriter.cpp b/src/resources/imagewriter.cpp
index baf0a087..575dd351 100644
--- a/src/resources/imagewriter.cpp
+++ b/src/resources/imagewriter.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 "resources/imagewriter.h"
diff --git a/src/resources/imagewriter.h b/src/resources/imagewriter.h
index 1714c964..b8250c43 100644
--- a/src/resources/imagewriter.h
+++ b/src/resources/imagewriter.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/>.
*/
#include <iosfwd>
diff --git a/src/resources/itemdb.cpp b/src/resources/itemdb.cpp
index c215e942..e687b332 100644
--- a/src/resources/itemdb.cpp
+++ b/src/resources/itemdb.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 "resources/itemdb.h"
diff --git a/src/resources/itemdb.h b/src/resources/itemdb.h
index fce1705c..4c292e3f 100644
--- a/src/resources/itemdb.h
+++ b/src/resources/itemdb.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 ITEM_MANAGER_H
diff --git a/src/resources/iteminfo.cpp b/src/resources/iteminfo.cpp
index b0e4d2e6..3fb93376 100644
--- a/src/resources/iteminfo.cpp
+++ b/src/resources/iteminfo.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 "resources/iteminfo.h"
diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h
index 796382cd..3b28df8a 100644
--- a/src/resources/iteminfo.h
+++ b/src/resources/iteminfo.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 ITEMINFO_H
diff --git a/src/resources/mapreader.cpp b/src/resources/mapreader.cpp
index 8ba06ff5..305a0a69 100644
--- a/src/resources/mapreader.cpp
+++ b/src/resources/mapreader.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 "resources/mapreader.h"
diff --git a/src/resources/mapreader.h b/src/resources/mapreader.h
index 3aaada24..c29944c4 100644
--- a/src/resources/mapreader.h
+++ b/src/resources/mapreader.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 MAPREADER_H
diff --git a/src/resources/monsterdb.cpp b/src/resources/monsterdb.cpp
index dffac5f5..a3db08a3 100644
--- a/src/resources/monsterdb.cpp
+++ b/src/resources/monsterdb.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 "resources/monsterdb.h"
diff --git a/src/resources/monsterdb.h b/src/resources/monsterdb.h
index 64d655da..e38855ff 100644
--- a/src/resources/monsterdb.h
+++ b/src/resources/monsterdb.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 MONSTER_DB_H
diff --git a/src/resources/monsterinfo.cpp b/src/resources/monsterinfo.cpp
index fbb93ec1..7df14371 100644
--- a/src/resources/monsterinfo.cpp
+++ b/src/resources/monsterinfo.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 "resources/monsterinfo.h"
diff --git a/src/resources/monsterinfo.h b/src/resources/monsterinfo.h
index 4e92ad02..e11c83e4 100644
--- a/src/resources/monsterinfo.h
+++ b/src/resources/monsterinfo.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 MONSTERINFO_H
diff --git a/src/resources/music.cpp b/src/resources/music.cpp
index 4182ace1..bbf487cd 100644
--- a/src/resources/music.cpp
+++ b/src/resources/music.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 "resources/music.h"
diff --git a/src/resources/music.h b/src/resources/music.h
index 5bfe58da..a9805b65 100644
--- a/src/resources/music.h
+++ b/src/resources/music.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 MUSIC_H
diff --git a/src/resources/npcdb.cpp b/src/resources/npcdb.cpp
index ab6ef8a8..bf633e20 100644
--- a/src/resources/npcdb.cpp
+++ b/src/resources/npcdb.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 "resources/npcdb.h"
diff --git a/src/resources/npcdb.h b/src/resources/npcdb.h
index a39916f3..aeed8e39 100644
--- a/src/resources/npcdb.h
+++ b/src/resources/npcdb.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 NPC_DB_H
diff --git a/src/resources/resource.cpp b/src/resources/resource.cpp
index bd6b2dc6..feffbceb 100644
--- a/src/resources/resource.cpp
+++ b/src/resources/resource.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 "resources/resource.h"
diff --git a/src/resources/resource.h b/src/resources/resource.h
index d0ecb1f3..5f303587 100644
--- a/src/resources/resource.h
+++ b/src/resources/resource.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 RESOURCE_H
diff --git a/src/resources/resourcemanager.cpp b/src/resources/resourcemanager.cpp
index 00561fd5..c16813ed 100644
--- a/src/resources/resourcemanager.cpp
+++ b/src/resources/resourcemanager.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 "resources/resourcemanager.h"
diff --git a/src/resources/resourcemanager.h b/src/resources/resourcemanager.h
index 7b226fc7..5e238cb9 100644
--- a/src/resources/resourcemanager.h
+++ b/src/resources/resourcemanager.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 RESOURCE_MANAGER_H
diff --git a/src/resources/soundeffect.cpp b/src/resources/soundeffect.cpp
index e7b4fcb1..9e19d2b8 100644
--- a/src/resources/soundeffect.cpp
+++ b/src/resources/soundeffect.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 "resources/soundeffect.h"
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h
index 50fd9c03..bb0c1593 100644
--- a/src/resources/soundeffect.h
+++ b/src/resources/soundeffect.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 SOUND_EFFECT_H
diff --git a/src/resources/spritedef.cpp b/src/resources/spritedef.cpp
index 91e1d5ef..3989bf9c 100644
--- a/src/resources/spritedef.cpp
+++ b/src/resources/spritedef.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 "resources/spritedef.h"
diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h
index e90d001f..b5f1b58f 100644
--- a/src/resources/spritedef.h
+++ b/src/resources/spritedef.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 SPRITEDEF_H
diff --git a/src/resources/wallpaper.cpp b/src/resources/wallpaper.cpp
index 6e502332..c5ec956a 100644
--- a/src/resources/wallpaper.cpp
+++ b/src/resources/wallpaper.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 "resources/wallpaper.h"
diff --git a/src/resources/wallpaper.h b/src/resources/wallpaper.h
index d92928cb..4da8a085 100644
--- a/src/resources/wallpaper.h
+++ b/src/resources/wallpaper.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 WALLPAPER_H