From 7e31a169e40dc4bde2c0c09d168916abd2d52ea5 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sat, 20 Feb 2010 10:34:41 +0100 Subject: License header update for The Mana Client --- src/gui/widgets/avatarlistbox.cpp | 7 +++---- src/gui/widgets/avatarlistbox.h | 7 +++---- src/gui/widgets/browserbox.cpp | 7 +++---- src/gui/widgets/browserbox.h | 7 +++---- src/gui/widgets/button.cpp | 7 +++---- src/gui/widgets/button.h | 7 +++---- src/gui/widgets/channeltab.cpp | 7 +++---- src/gui/widgets/channeltab.h | 7 +++---- src/gui/widgets/chattab.cpp | 7 +++---- src/gui/widgets/chattab.h | 7 +++---- src/gui/widgets/checkbox.cpp | 7 +++---- src/gui/widgets/checkbox.h | 7 +++---- src/gui/widgets/container.cpp | 7 +++---- src/gui/widgets/container.h | 7 +++---- src/gui/widgets/desktop.cpp | 5 ++--- src/gui/widgets/desktop.h | 5 ++--- src/gui/widgets/dropdown.cpp | 7 +++---- src/gui/widgets/dropdown.h | 7 +++---- src/gui/widgets/emoteshortcutcontainer.cpp | 5 ++--- src/gui/widgets/emoteshortcutcontainer.h | 5 ++--- src/gui/widgets/flowcontainer.cpp | 7 +++---- src/gui/widgets/flowcontainer.h | 7 +++---- src/gui/widgets/icon.cpp | 7 +++---- src/gui/widgets/icon.h | 7 +++---- src/gui/widgets/inttextfield.cpp | 7 +++---- src/gui/widgets/inttextfield.h | 7 +++---- src/gui/widgets/itemcontainer.cpp | 7 +++---- src/gui/widgets/itemcontainer.h | 7 +++---- src/gui/widgets/itemlinkhandler.cpp | 7 +++---- src/gui/widgets/itemlinkhandler.h | 7 +++---- src/gui/widgets/itemshortcutcontainer.cpp | 7 +++---- src/gui/widgets/itemshortcutcontainer.h | 7 +++---- src/gui/widgets/label.cpp | 7 +++---- src/gui/widgets/label.h | 7 +++---- src/gui/widgets/layout.cpp | 7 +++---- src/gui/widgets/layout.h | 7 +++---- src/gui/widgets/layouthelper.cpp | 7 +++---- src/gui/widgets/layouthelper.h | 7 +++---- src/gui/widgets/linkhandler.h | 7 +++---- src/gui/widgets/listbox.cpp | 7 +++---- src/gui/widgets/listbox.h | 7 +++---- src/gui/widgets/passwordfield.cpp | 7 +++---- src/gui/widgets/passwordfield.h | 7 +++---- src/gui/widgets/playerbox.cpp | 7 +++---- src/gui/widgets/playerbox.h | 7 +++---- src/gui/widgets/popup.cpp | 7 +++---- src/gui/widgets/popup.h | 7 +++---- src/gui/widgets/progressbar.cpp | 7 +++---- src/gui/widgets/progressbar.h | 7 +++---- src/gui/widgets/progressindicator.cpp | 7 +++---- src/gui/widgets/progressindicator.h | 7 +++---- src/gui/widgets/radiobutton.cpp | 7 +++---- src/gui/widgets/radiobutton.h | 7 +++---- src/gui/widgets/resizegrip.cpp | 7 +++---- src/gui/widgets/resizegrip.h | 7 +++---- src/gui/widgets/scrollarea.cpp | 7 +++---- src/gui/widgets/scrollarea.h | 7 +++---- src/gui/widgets/setuptab.cpp | 7 +++---- src/gui/widgets/setuptab.h | 7 +++---- src/gui/widgets/shopitems.cpp | 7 +++---- src/gui/widgets/shopitems.h | 7 +++---- src/gui/widgets/shoplistbox.cpp | 7 +++---- src/gui/widgets/shoplistbox.h | 7 +++---- src/gui/widgets/shortcutcontainer.cpp | 7 +++---- src/gui/widgets/shortcutcontainer.h | 7 +++---- src/gui/widgets/slider.cpp | 7 +++---- src/gui/widgets/slider.h | 7 +++---- src/gui/widgets/tab.cpp | 7 +++---- src/gui/widgets/tab.h | 7 +++---- src/gui/widgets/tabbedarea.cpp | 7 +++---- src/gui/widgets/tabbedarea.h | 7 +++---- src/gui/widgets/table.cpp | 7 +++---- src/gui/widgets/table.h | 7 +++---- src/gui/widgets/tablemodel.cpp | 7 +++---- src/gui/widgets/tablemodel.h | 7 +++---- src/gui/widgets/textbox.cpp | 7 +++---- src/gui/widgets/textbox.h | 7 +++---- src/gui/widgets/textfield.cpp | 7 +++---- src/gui/widgets/textfield.h | 7 +++---- src/gui/widgets/textpreview.cpp | 7 +++---- src/gui/widgets/textpreview.h | 7 +++---- src/gui/widgets/vertcontainer.cpp | 7 +++---- src/gui/widgets/vertcontainer.h | 7 +++---- src/gui/widgets/whispertab.cpp | 7 +++---- src/gui/widgets/whispertab.h | 7 +++---- src/gui/widgets/window.cpp | 7 +++---- src/gui/widgets/window.h | 7 +++---- src/gui/widgets/windowcontainer.cpp | 7 +++---- src/gui/widgets/windowcontainer.h | 7 +++---- 89 files changed, 263 insertions(+), 352 deletions(-) (limited to 'src/gui/widgets') diff --git a/src/gui/widgets/avatarlistbox.cpp b/src/gui/widgets/avatarlistbox.cpp index 23de8904..9cbc7030 100644 --- a/src/gui/widgets/avatarlistbox.cpp +++ b/src/gui/widgets/avatarlistbox.cpp @@ -1,8 +1,8 @@ /* - * The Mana World + * The Mana Client * Copyright (C) 2008 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 . */ #include "gui/widgets/avatarlistbox.h" diff --git a/src/gui/widgets/avatarlistbox.h b/src/gui/widgets/avatarlistbox.h index 5c05cae6..0e210b22 100644 --- a/src/gui/widgets/avatarlistbox.h +++ b/src/gui/widgets/avatarlistbox.h @@ -1,8 +1,8 @@ /* - * The Mana World + * The Mana Client * Copyright (C) 2008 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 . */ #ifndef GUI_GUILDLISTBOX_H diff --git a/src/gui/widgets/browserbox.cpp b/src/gui/widgets/browserbox.cpp index 5cc13b09..25ce7ca9 100644 --- a/src/gui/widgets/browserbox.cpp +++ b/src/gui/widgets/browserbox.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 . */ #include "gui/widgets/browserbox.h" diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index b8b0ef63..7c5d08b5 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.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 . */ #ifndef BROWSERBOX_H diff --git a/src/gui/widgets/button.cpp b/src/gui/widgets/button.cpp index de698fcb..b8b460b5 100644 --- a/src/gui/widgets/button.cpp +++ b/src/gui/widgets/button.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 . */ #include "gui/widgets/button.h" diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h index 41e117a0..f66e6bb7 100644 --- a/src/gui/widgets/button.h +++ b/src/gui/widgets/button.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 . */ #ifndef BUTTON_H diff --git a/src/gui/widgets/channeltab.cpp b/src/gui/widgets/channeltab.cpp index 48056f52..157dd7b5 100644 --- a/src/gui/widgets/channeltab.cpp +++ b/src/gui/widgets/channeltab.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 . */ #include "channeltab.h" diff --git a/src/gui/widgets/channeltab.h b/src/gui/widgets/channeltab.h index 76ec98e8..60b17c93 100644 --- a/src/gui/widgets/channeltab.h +++ b/src/gui/widgets/channeltab.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 . */ #ifndef CHANNELTAB_H diff --git a/src/gui/widgets/chattab.cpp b/src/gui/widgets/chattab.cpp index a23c508f..e43b7981 100644 --- a/src/gui/widgets/chattab.cpp +++ b/src/gui/widgets/chattab.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 . */ #include "gui/widgets/chattab.h" diff --git a/src/gui/widgets/chattab.h b/src/gui/widgets/chattab.h index 4af9a3da..034e24ba 100644 --- a/src/gui/widgets/chattab.h +++ b/src/gui/widgets/chattab.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 . */ #ifndef CHATTAB_H diff --git a/src/gui/widgets/checkbox.cpp b/src/gui/widgets/checkbox.cpp index c7eca49a..f67a9994 100644 --- a/src/gui/widgets/checkbox.cpp +++ b/src/gui/widgets/checkbox.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 . */ #include "gui/widgets/checkbox.h" diff --git a/src/gui/widgets/checkbox.h b/src/gui/widgets/checkbox.h index 2773f77a..c0f34a45 100644 --- a/src/gui/widgets/checkbox.h +++ b/src/gui/widgets/checkbox.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 . */ #ifndef CHECKBOX_H diff --git a/src/gui/widgets/container.cpp b/src/gui/widgets/container.cpp index c6f35867..fc5a3341 100644 --- a/src/gui/widgets/container.cpp +++ b/src/gui/widgets/container.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 . */ #include "gui/widgets/container.h" diff --git a/src/gui/widgets/container.h b/src/gui/widgets/container.h index 76908869..73487018 100644 --- a/src/gui/widgets/container.h +++ b/src/gui/widgets/container.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 . */ #ifndef GUI_CONTAINER_H diff --git a/src/gui/widgets/desktop.cpp b/src/gui/widgets/desktop.cpp index 4e146ea1..e7cd949a 100644 --- a/src/gui/widgets/desktop.cpp +++ b/src/gui/widgets/desktop.cpp @@ -2,7 +2,7 @@ * Desktop widget * 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 . */ #include "gui/widgets/desktop.h" diff --git a/src/gui/widgets/desktop.h b/src/gui/widgets/desktop.h index 91eccf7a..6d009fa0 100644 --- a/src/gui/widgets/desktop.h +++ b/src/gui/widgets/desktop.h @@ -2,7 +2,7 @@ * Desktop widget * 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 . */ #ifndef DESKTOP_H diff --git a/src/gui/widgets/dropdown.cpp b/src/gui/widgets/dropdown.cpp index b2c1ce93..fecf8e5b 100644 --- a/src/gui/widgets/dropdown.cpp +++ b/src/gui/widgets/dropdown.cpp @@ -1,8 +1,8 @@ /* - * The Mana World + * The Mana Client * Copyright (C) 2006-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 . */ #include "gui/widgets/dropdown.h" diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h index 9bbf4f1d..2b47e012 100644 --- a/src/gui/widgets/dropdown.h +++ b/src/gui/widgets/dropdown.h @@ -1,8 +1,8 @@ /* - * The Mana World + * The Mana Client * Copyright (C) 2006-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 . */ #ifndef DROPDOWN_H diff --git a/src/gui/widgets/emoteshortcutcontainer.cpp b/src/gui/widgets/emoteshortcutcontainer.cpp index 5327caab..41be172f 100644 --- a/src/gui/widgets/emoteshortcutcontainer.cpp +++ b/src/gui/widgets/emoteshortcutcontainer.cpp @@ -2,7 +2,7 @@ * Extended support for activating emotes * 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 . */ #include "gui/widgets/emoteshortcutcontainer.h" diff --git a/src/gui/widgets/emoteshortcutcontainer.h b/src/gui/widgets/emoteshortcutcontainer.h index a75fe968..e90612b4 100644 --- a/src/gui/widgets/emoteshortcutcontainer.h +++ b/src/gui/widgets/emoteshortcutcontainer.h @@ -2,7 +2,7 @@ * Extended support for activating emotes * 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 . */ #ifndef EMOTESHORTCUTCONTAINER_H diff --git a/src/gui/widgets/flowcontainer.cpp b/src/gui/widgets/flowcontainer.cpp index 6479d5ab..59e9a904 100644 --- a/src/gui/widgets/flowcontainer.cpp +++ b/src/gui/widgets/flowcontainer.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 . */ #include "flowcontainer.h" diff --git a/src/gui/widgets/flowcontainer.h b/src/gui/widgets/flowcontainer.h index 601a412c..0745f393 100644 --- a/src/gui/widgets/flowcontainer.h +++ b/src/gui/widgets/flowcontainer.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 . */ #ifndef FLOWCONTAINER_H diff --git a/src/gui/widgets/icon.cpp b/src/gui/widgets/icon.cpp index 3349f609..cf5e6540 100644 --- a/src/gui/widgets/icon.cpp +++ b/src/gui/widgets/icon.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 . */ #include "gui/widgets/icon.h" diff --git a/src/gui/widgets/icon.h b/src/gui/widgets/icon.h index 2c98593d..a7437d98 100644 --- a/src/gui/widgets/icon.h +++ b/src/gui/widgets/icon.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 . */ #ifndef ICON_H diff --git a/src/gui/widgets/inttextfield.cpp b/src/gui/widgets/inttextfield.cpp index 4ff02fba..a891a3b7 100644 --- a/src/gui/widgets/inttextfield.cpp +++ b/src/gui/widgets/inttextfield.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 . */ #include "gui/widgets/inttextfield.h" diff --git a/src/gui/widgets/inttextfield.h b/src/gui/widgets/inttextfield.h index ba92f16f..ba1fcfc4 100644 --- a/src/gui/widgets/inttextfield.h +++ b/src/gui/widgets/inttextfield.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 . */ #ifndef INTTEXTFIELD_H diff --git a/src/gui/widgets/itemcontainer.cpp b/src/gui/widgets/itemcontainer.cpp index d0b786ec..a6bc5f11 100644 --- a/src/gui/widgets/itemcontainer.cpp +++ b/src/gui/widgets/itemcontainer.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 . */ #include "gui/widgets/itemcontainer.h" diff --git a/src/gui/widgets/itemcontainer.h b/src/gui/widgets/itemcontainer.h index 6c384594..a9e25083 100644 --- a/src/gui/widgets/itemcontainer.h +++ b/src/gui/widgets/itemcontainer.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 . */ #ifndef ITEMCONTAINER_H diff --git a/src/gui/widgets/itemlinkhandler.cpp b/src/gui/widgets/itemlinkhandler.cpp index a4ed1a45..416568e6 100644 --- a/src/gui/widgets/itemlinkhandler.cpp +++ b/src/gui/widgets/itemlinkhandler.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 . */ #include diff --git a/src/gui/widgets/itemlinkhandler.h b/src/gui/widgets/itemlinkhandler.h index f017fbea..8cb84c18 100644 --- a/src/gui/widgets/itemlinkhandler.h +++ b/src/gui/widgets/itemlinkhandler.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 . */ #ifndef ITEM_LINK_HANDLER_H diff --git a/src/gui/widgets/itemshortcutcontainer.cpp b/src/gui/widgets/itemshortcutcontainer.cpp index 5431ebe9..74bf4315 100644 --- a/src/gui/widgets/itemshortcutcontainer.cpp +++ b/src/gui/widgets/itemshortcutcontainer.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 . */ #include "gui/widgets/itemshortcutcontainer.h" diff --git a/src/gui/widgets/itemshortcutcontainer.h b/src/gui/widgets/itemshortcutcontainer.h index ebbfb861..9c7971ba 100644 --- a/src/gui/widgets/itemshortcutcontainer.h +++ b/src/gui/widgets/itemshortcutcontainer.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 . */ #ifndef ITEMSHORTCUTCONTAINER_H diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp index 2c559872..464ecf69 100644 --- a/src/gui/widgets/label.cpp +++ b/src/gui/widgets/label.cpp @@ -1,8 +1,8 @@ /* - * The Mana World + * The Mana Client * 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 . */ #include "gui/widgets/label.h" diff --git a/src/gui/widgets/label.h b/src/gui/widgets/label.h index dcda8e9d..2dfa254c 100644 --- a/src/gui/widgets/label.h +++ b/src/gui/widgets/label.h @@ -1,8 +1,8 @@ /* - * The Mana World + * The Mana Client * 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 . */ #ifndef LABEL_H diff --git a/src/gui/widgets/layout.cpp b/src/gui/widgets/layout.cpp index c0d881f6..9bf528b3 100644 --- a/src/gui/widgets/layout.cpp +++ b/src/gui/widgets/layout.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 . */ #include "gui/widgets/layout.h" diff --git a/src/gui/widgets/layout.h b/src/gui/widgets/layout.h index ba354fd7..e1dc0242 100644 --- a/src/gui/widgets/layout.h +++ b/src/gui/widgets/layout.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 . */ #ifndef WIDGET_LAYOUT_H diff --git a/src/gui/widgets/layouthelper.cpp b/src/gui/widgets/layouthelper.cpp index 614f1ab2..c1acdb6a 100644 --- a/src/gui/widgets/layouthelper.cpp +++ b/src/gui/widgets/layouthelper.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 . */ #include "gui/widgets/layouthelper.h" diff --git a/src/gui/widgets/layouthelper.h b/src/gui/widgets/layouthelper.h index c0477ca1..1e439a44 100644 --- a/src/gui/widgets/layouthelper.h +++ b/src/gui/widgets/layouthelper.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 . */ #ifndef LAYOUTHELPER_H diff --git a/src/gui/widgets/linkhandler.h b/src/gui/widgets/linkhandler.h index a4d81b1e..531097c6 100644 --- a/src/gui/widgets/linkhandler.h +++ b/src/gui/widgets/linkhandler.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 . */ #ifndef LINK_HANDLER_H diff --git a/src/gui/widgets/listbox.cpp b/src/gui/widgets/listbox.cpp index a24cf599..17be6eee 100644 --- a/src/gui/widgets/listbox.cpp +++ b/src/gui/widgets/listbox.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 . */ #include "gui/widgets/listbox.h" diff --git a/src/gui/widgets/listbox.h b/src/gui/widgets/listbox.h index 9110e71c..0b6bcc5a 100644 --- a/src/gui/widgets/listbox.h +++ b/src/gui/widgets/listbox.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 . */ #ifndef LISTBOX_H diff --git a/src/gui/widgets/passwordfield.cpp b/src/gui/widgets/passwordfield.cpp index 106c3f65..a36967a8 100644 --- a/src/gui/widgets/passwordfield.cpp +++ b/src/gui/widgets/passwordfield.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 . */ #include "passwordfield.h" diff --git a/src/gui/widgets/passwordfield.h b/src/gui/widgets/passwordfield.h index ad6798b6..442555ac 100644 --- a/src/gui/widgets/passwordfield.h +++ b/src/gui/widgets/passwordfield.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 . */ #ifndef PASSWORDFIELD_H diff --git a/src/gui/widgets/playerbox.cpp b/src/gui/widgets/playerbox.cpp index f5388a15..538cb358 100644 --- a/src/gui/widgets/playerbox.cpp +++ b/src/gui/widgets/playerbox.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 . */ #include "gui/widgets/playerbox.h" diff --git a/src/gui/widgets/playerbox.h b/src/gui/widgets/playerbox.h index d3329234..304915c8 100644 --- a/src/gui/widgets/playerbox.h +++ b/src/gui/widgets/playerbox.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 . */ #ifndef PLAYERBOX_H diff --git a/src/gui/widgets/popup.cpp b/src/gui/widgets/popup.cpp index 9b963c7c..4eed7b66 100644 --- a/src/gui/widgets/popup.cpp +++ b/src/gui/widgets/popup.cpp @@ -1,9 +1,9 @@ /* - * The Mana World + * The Mana Client * Copyright (C) 2004-2010 The Mana World Development Team * 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 @@ -16,8 +16,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 . */ #include "gui/widgets/popup.h" diff --git a/src/gui/widgets/popup.h b/src/gui/widgets/popup.h index 021e5110..d24abade 100644 --- a/src/gui/widgets/popup.h +++ b/src/gui/widgets/popup.h @@ -1,9 +1,9 @@ /* - * The Mana World + * The Mana Client * Copyright (C) 2004-2010 The Mana World Development Team * 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 @@ -16,8 +16,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 . */ #ifndef POPUP_H diff --git a/src/gui/widgets/progressbar.cpp b/src/gui/widgets/progressbar.cpp index d31b6853..428806a1 100644 --- a/src/gui/widgets/progressbar.cpp +++ b/src/gui/widgets/progressbar.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 . */ #include "gui/widgets/progressbar.h" diff --git a/src/gui/widgets/progressbar.h b/src/gui/widgets/progressbar.h index daa872a1..3046f19b 100644 --- a/src/gui/widgets/progressbar.h +++ b/src/gui/widgets/progressbar.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 . */ #ifndef PROGRESSBAR_H diff --git a/src/gui/widgets/progressindicator.cpp b/src/gui/widgets/progressindicator.cpp index d67dd101..df926814 100644 --- a/src/gui/widgets/progressindicator.cpp +++ b/src/gui/widgets/progressindicator.cpp @@ -1,8 +1,8 @@ /* - * The Mana World + * The Mana Client * Copyright (C) 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 . */ #include "progressindicator.h" diff --git a/src/gui/widgets/progressindicator.h b/src/gui/widgets/progressindicator.h index 91a44a28..8ceba104 100644 --- a/src/gui/widgets/progressindicator.h +++ b/src/gui/widgets/progressindicator.h @@ -1,8 +1,8 @@ /* - * The Mana World + * The Mana Client * Copyright (C) 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 . */ #ifndef PROGRESSINDICATOR_H diff --git a/src/gui/widgets/radiobutton.cpp b/src/gui/widgets/radiobutton.cpp index 29977148..9ea6f9f1 100644 --- a/src/gui/widgets/radiobutton.cpp +++ b/src/gui/widgets/radiobutton.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 . */ #include "gui/widgets/radiobutton.h" diff --git a/src/gui/widgets/radiobutton.h b/src/gui/widgets/radiobutton.h index 5ec5632c..77ee906c 100644 --- a/src/gui/widgets/radiobutton.h +++ b/src/gui/widgets/radiobutton.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 . */ #ifndef RADIOBUTTON_H diff --git a/src/gui/widgets/resizegrip.cpp b/src/gui/widgets/resizegrip.cpp index 14e4bd7e..e7730b08 100644 --- a/src/gui/widgets/resizegrip.cpp +++ b/src/gui/widgets/resizegrip.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 . */ #include "gui/widgets/resizegrip.h" diff --git a/src/gui/widgets/resizegrip.h b/src/gui/widgets/resizegrip.h index e750c4d6..a45040a5 100644 --- a/src/gui/widgets/resizegrip.h +++ b/src/gui/widgets/resizegrip.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 . */ #ifndef RESIZEGRIP_H diff --git a/src/gui/widgets/scrollarea.cpp b/src/gui/widgets/scrollarea.cpp index 8c88c2dc..9872c0a8 100644 --- a/src/gui/widgets/scrollarea.cpp +++ b/src/gui/widgets/scrollarea.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 . */ #include "gui/widgets/scrollarea.h" diff --git a/src/gui/widgets/scrollarea.h b/src/gui/widgets/scrollarea.h index 42e0923e..4828c046 100644 --- a/src/gui/widgets/scrollarea.h +++ b/src/gui/widgets/scrollarea.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 . */ #ifndef SCROLLAREA_H diff --git a/src/gui/widgets/setuptab.cpp b/src/gui/widgets/setuptab.cpp index b4c74497..6a797bf8 100644 --- a/src/gui/widgets/setuptab.cpp +++ b/src/gui/widgets/setuptab.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 . */ #include "gui/widgets/setuptab.h" diff --git a/src/gui/widgets/setuptab.h b/src/gui/widgets/setuptab.h index 7681b38a..fa2f769d 100644 --- a/src/gui/widgets/setuptab.h +++ b/src/gui/widgets/setuptab.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 . */ #ifndef GUI_SETUPTAB_H diff --git a/src/gui/widgets/shopitems.cpp b/src/gui/widgets/shopitems.cpp index 23f7dfa1..ec839235 100644 --- a/src/gui/widgets/shopitems.cpp +++ b/src/gui/widgets/shopitems.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 . */ #include "gui/widgets/shopitems.h" diff --git a/src/gui/widgets/shopitems.h b/src/gui/widgets/shopitems.h index 3f5e7e8a..e250c6d1 100644 --- a/src/gui/widgets/shopitems.h +++ b/src/gui/widgets/shopitems.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 . */ #ifndef SHOP_H diff --git a/src/gui/widgets/shoplistbox.cpp b/src/gui/widgets/shoplistbox.cpp index 04fc6447..232a8f22 100644 --- a/src/gui/widgets/shoplistbox.cpp +++ b/src/gui/widgets/shoplistbox.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 . */ #include "gui/widgets/shoplistbox.h" diff --git a/src/gui/widgets/shoplistbox.h b/src/gui/widgets/shoplistbox.h index a5dc9724..92b981b3 100644 --- a/src/gui/widgets/shoplistbox.h +++ b/src/gui/widgets/shoplistbox.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 . */ #ifndef SHOPLISTBOX_H diff --git a/src/gui/widgets/shortcutcontainer.cpp b/src/gui/widgets/shortcutcontainer.cpp index 627fdf11..d2ebcbcb 100644 --- a/src/gui/widgets/shortcutcontainer.cpp +++ b/src/gui/widgets/shortcutcontainer.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 . */ #include "gui/widgets/shortcutcontainer.h" diff --git a/src/gui/widgets/shortcutcontainer.h b/src/gui/widgets/shortcutcontainer.h index 714e577a..69bac9ae 100644 --- a/src/gui/widgets/shortcutcontainer.h +++ b/src/gui/widgets/shortcutcontainer.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 . */ #ifndef SHORTCUTCONTAINER_H diff --git a/src/gui/widgets/slider.cpp b/src/gui/widgets/slider.cpp index e1ebd99f..22ef53c7 100644 --- a/src/gui/widgets/slider.cpp +++ b/src/gui/widgets/slider.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 . */ #include "gui/widgets/slider.h" diff --git a/src/gui/widgets/slider.h b/src/gui/widgets/slider.h index 62d99231..a939ea7d 100644 --- a/src/gui/widgets/slider.h +++ b/src/gui/widgets/slider.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 . */ #ifndef SLIDER_H diff --git a/src/gui/widgets/tab.cpp b/src/gui/widgets/tab.cpp index d83d1228..2eec19ac 100644 --- a/src/gui/widgets/tab.cpp +++ b/src/gui/widgets/tab.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 . */ #include "gui/widgets/tab.h" diff --git a/src/gui/widgets/tab.h b/src/gui/widgets/tab.h index 2479781d..0ff137b4 100644 --- a/src/gui/widgets/tab.h +++ b/src/gui/widgets/tab.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 . */ #ifndef TAB_H diff --git a/src/gui/widgets/tabbedarea.cpp b/src/gui/widgets/tabbedarea.cpp index 5e0807e6..2f3cbb8b 100644 --- a/src/gui/widgets/tabbedarea.cpp +++ b/src/gui/widgets/tabbedarea.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 . */ #include "gui/widgets/tabbedarea.h" diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h index 7d2b649b..be0de042 100644 --- a/src/gui/widgets/tabbedarea.h +++ b/src/gui/widgets/tabbedarea.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 . */ #ifndef TABBEDAREA_H diff --git a/src/gui/widgets/table.cpp b/src/gui/widgets/table.cpp index f353c6fe..aa0c3a05 100644 --- a/src/gui/widgets/table.cpp +++ b/src/gui/widgets/table.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 . */ #include "gui/widgets/table.h" diff --git a/src/gui/widgets/table.h b/src/gui/widgets/table.h index 7c1c331a..6ca55297 100644 --- a/src/gui/widgets/table.h +++ b/src/gui/widgets/table.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 . */ #ifndef TABLE_H diff --git a/src/gui/widgets/tablemodel.cpp b/src/gui/widgets/tablemodel.cpp index 1a514baa..4cc13049 100644 --- a/src/gui/widgets/tablemodel.cpp +++ b/src/gui/widgets/tablemodel.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 . */ #include "gui/widgets/tablemodel.h" diff --git a/src/gui/widgets/tablemodel.h b/src/gui/widgets/tablemodel.h index 6de595d9..b78e5d23 100644 --- a/src/gui/widgets/tablemodel.h +++ b/src/gui/widgets/tablemodel.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 . */ #ifndef TABLE_MODEL_H diff --git a/src/gui/widgets/textbox.cpp b/src/gui/widgets/textbox.cpp index cd0685e8..c3e0d146 100644 --- a/src/gui/widgets/textbox.cpp +++ b/src/gui/widgets/textbox.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 . */ #include "gui/widgets/textbox.h" diff --git a/src/gui/widgets/textbox.h b/src/gui/widgets/textbox.h index 731715bf..892ac701 100644 --- a/src/gui/widgets/textbox.h +++ b/src/gui/widgets/textbox.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 . */ #ifndef TEXTBOX_H diff --git a/src/gui/widgets/textfield.cpp b/src/gui/widgets/textfield.cpp index a3648973..bd85aaca 100644 --- a/src/gui/widgets/textfield.cpp +++ b/src/gui/widgets/textfield.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 . */ #include "gui/widgets/textfield.h" diff --git a/src/gui/widgets/textfield.h b/src/gui/widgets/textfield.h index 737c838d..f11b18e4 100644 --- a/src/gui/widgets/textfield.h +++ b/src/gui/widgets/textfield.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 . */ #ifndef TEXTFIELD_H diff --git a/src/gui/widgets/textpreview.cpp b/src/gui/widgets/textpreview.cpp index 2cad9228..90be36aa 100644 --- a/src/gui/widgets/textpreview.cpp +++ b/src/gui/widgets/textpreview.cpp @@ -1,8 +1,8 @@ /* - * The Mana World + * The Mana Client * Copyright (C) 2006-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 . */ #include "gui/widgets/textpreview.h" diff --git a/src/gui/widgets/textpreview.h b/src/gui/widgets/textpreview.h index 2474539a..e38ceb95 100644 --- a/src/gui/widgets/textpreview.h +++ b/src/gui/widgets/textpreview.h @@ -1,8 +1,8 @@ /* - * The Mana World + * The Mana Client * Copyright (C) 2006-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 . */ #ifndef TEXTPREVIEW_H diff --git a/src/gui/widgets/vertcontainer.cpp b/src/gui/widgets/vertcontainer.cpp index e83c3267..3e1f0908 100644 --- a/src/gui/widgets/vertcontainer.cpp +++ b/src/gui/widgets/vertcontainer.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 . */ #include "gui/widgets/vertcontainer.h" diff --git a/src/gui/widgets/vertcontainer.h b/src/gui/widgets/vertcontainer.h index aab98ba2..08355b4d 100644 --- a/src/gui/widgets/vertcontainer.h +++ b/src/gui/widgets/vertcontainer.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 . */ #ifndef GUI_VERTCONTAINER_H diff --git a/src/gui/widgets/whispertab.cpp b/src/gui/widgets/whispertab.cpp index 8db53b0a..93095670 100644 --- a/src/gui/widgets/whispertab.cpp +++ b/src/gui/widgets/whispertab.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 . */ #include "whispertab.h" diff --git a/src/gui/widgets/whispertab.h b/src/gui/widgets/whispertab.h index 33ddd9dd..751f5bad 100644 --- a/src/gui/widgets/whispertab.h +++ b/src/gui/widgets/whispertab.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 . */ #ifndef WHISPERTAB_H diff --git a/src/gui/widgets/window.cpp b/src/gui/widgets/window.cpp index 59ec8939..1aad5d39 100644 --- a/src/gui/widgets/window.cpp +++ b/src/gui/widgets/window.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 . */ #include "gui/widgets/window.h" diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 5df431a3..9eebb702 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.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 . */ #ifndef WINDOW_H diff --git a/src/gui/widgets/windowcontainer.cpp b/src/gui/widgets/windowcontainer.cpp index effb3c9f..9a99a083 100644 --- a/src/gui/widgets/windowcontainer.cpp +++ b/src/gui/widgets/windowcontainer.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 . */ #include "gui/widgets/windowcontainer.h" diff --git a/src/gui/widgets/windowcontainer.h b/src/gui/widgets/windowcontainer.h index ac4d387d..8d641ac7 100644 --- a/src/gui/widgets/windowcontainer.h +++ b/src/gui/widgets/windowcontainer.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 . */ #ifndef WINDOWCONTAINER_H -- cgit v1.2.3-60-g2f50