summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-02-10 20:09:33 -0700
committerIra Rice <irarice@gmail.com>2009-02-10 20:09:33 -0700
commitd268447e18c6e3edd80658f8f8d4317740c33af9 (patch)
tree587684b160d9aa4f4662a54ebe1af6ef9a85fb5f /src/gui/speechbubble.cpp
parentf5f67e6411fb8338664372c7bc5e8f6cbeda73f4 (diff)
downloadmana-client-d268447e18c6e3edd80658f8f8d4317740c33af9.tar.gz
mana-client-d268447e18c6e3edd80658f8f8d4317740c33af9.tar.bz2
mana-client-d268447e18c6e3edd80658f8f8d4317740c33af9.tar.xz
mana-client-d268447e18c6e3edd80658f8f8d4317740c33af9.zip
Fixed header files, as well as removed the unused buddy list class (not
useful since buddy lists are tracked through the player relation interface instead) Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/speechbubble.cpp')
-rw-r--r--src/gui/speechbubble.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/speechbubble.cpp b/src/gui/speechbubble.cpp
index 7a191c37..c814253c 100644
--- a/src/gui/speechbubble.cpp
+++ b/src/gui/speechbubble.cpp
@@ -1,22 +1,22 @@
/*
- * The Legend of Mazzeroth
+ * Aethyra
* Copyright (C) 2008, The Legend of Mazzeroth Development Team
*
- * This file is part of The Legend of Mazzeroth based on original code
- * from The Mana World.
+ * This file is part of Aethyra based on original code
+ * from The Legend of Mazzeroth.
*
- * The Legend of Mazzeroth is free software; you can redistribute it and/or modify
+ * 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
* the Free Software Foundation; either version 2 of the License, or
* any later version.
*
- * The Legend of Mazzeroth is distributed in the hope that it will be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with The Legend of Mazzeroth; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/