From 2257406db0fd374e929def04525671c2826306c2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 18 Feb 2012 02:06:44 +0300 Subject: Fix code style. --- src/gui/spellpopup.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui/spellpopup.cpp') diff --git a/src/gui/spellpopup.cpp b/src/gui/spellpopup.cpp index 66d69b197..48037f03e 100644 --- a/src/gui/spellpopup.cpp +++ b/src/gui/spellpopup.cpp @@ -114,8 +114,6 @@ void SpellPopup::view(int x, int y) { if (y > getHeight() + distance) posY = y - getHeight() - distance; - else - y = 0; } setPosition(posX, posY); -- cgit v1.2.3-70-g09d2 From b908c4df2da79adb0108d9d6243a83633eec1cc2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 23 Feb 2012 02:54:43 +0300 Subject: Fix GPL license. Add missing manaplus copyright. --- src/chatlogger.cpp | 3 +-- src/chatlogger.h | 3 +-- src/dropshortcut.cpp | 3 +-- src/dropshortcut.h | 3 +-- src/gui/botcheckerwindow.cpp | 3 +-- src/gui/botcheckerwindow.h | 3 +-- src/gui/editdialog.cpp | 3 +-- src/gui/editdialog.h | 3 +-- src/gui/killstats.cpp | 3 +-- src/gui/killstats.h | 3 +-- src/gui/sdlinput.h | 1 + src/gui/setup_chat.cpp | 3 +-- src/gui/setup_chat.h | 3 +-- src/gui/setup_other.cpp | 3 +-- src/gui/setup_other.h | 3 +-- src/gui/setup_perfomance.cpp | 3 +-- src/gui/setup_perfomance.h | 3 +-- src/gui/setup_players.cpp | 3 +-- src/gui/setup_players.h | 3 +-- src/gui/setup_theme.cpp | 3 +-- src/gui/setup_theme.h | 3 +-- src/gui/spellpopup.cpp | 3 +-- src/gui/spellpopup.h | 3 +-- src/gui/statuspopup.cpp | 3 +-- src/gui/statuspopup.h | 3 +-- src/gui/textcommandeditor.cpp | 3 +-- src/gui/textcommandeditor.h | 3 +-- src/gui/textpopup.cpp | 3 +-- src/gui/textpopup.h | 3 +-- src/gui/whoisonline.cpp | 3 +-- src/gui/whoisonline.h | 3 +-- src/gui/widgets/dropshortcutcontainer.cpp | 3 +-- src/gui/widgets/dropshortcutcontainer.h | 3 +-- src/gui/widgets/spellshortcutcontainer.cpp | 3 +-- src/gui/widgets/spellshortcutcontainer.h | 3 +-- src/net/beinghandler.h | 3 +-- src/spellmanager.cpp | 3 +-- src/spellmanager.h | 3 +-- src/spellshortcut.cpp | 3 +-- src/spellshortcut.h | 3 +-- src/textcommand.cpp | 3 +-- src/textcommand.h | 3 +-- 42 files changed, 42 insertions(+), 82 deletions(-) (limited to 'src/gui/spellpopup.cpp') diff --git a/src/chatlogger.cpp b/src/chatlogger.cpp index b8418edda..4c4f2ce83 100644 --- a/src/chatlogger.cpp +++ b/src/chatlogger.cpp @@ -17,8 +17,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 "chatlogger.h" diff --git a/src/chatlogger.h b/src/chatlogger.h index bb02d8127..26fa2e37f 100644 --- a/src/chatlogger.h +++ b/src/chatlogger.h @@ -17,8 +17,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 M_CHATLOGGER_H diff --git a/src/dropshortcut.cpp b/src/dropshortcut.cpp index 5b01f7f4f..f6fd0bc93 100644 --- a/src/dropshortcut.cpp +++ b/src/dropshortcut.cpp @@ -17,8 +17,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 "dropshortcut.h" diff --git a/src/dropshortcut.h b/src/dropshortcut.h index 31c20677d..f11123b1b 100644 --- a/src/dropshortcut.h +++ b/src/dropshortcut.h @@ -17,8 +17,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 DROPSHORTCUT_H diff --git a/src/gui/botcheckerwindow.cpp b/src/gui/botcheckerwindow.cpp index 4a092ab55..87b7517ce 100644 --- a/src/gui/botcheckerwindow.cpp +++ b/src/gui/botcheckerwindow.cpp @@ -17,8 +17,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 "botcheckerwindow.h" diff --git a/src/gui/botcheckerwindow.h b/src/gui/botcheckerwindow.h index 86d5ef290..f2df981e3 100644 --- a/src/gui/botcheckerwindow.h +++ b/src/gui/botcheckerwindow.h @@ -17,8 +17,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 BOTCHECKER_H diff --git a/src/gui/editdialog.cpp b/src/gui/editdialog.cpp index 84f4f6ddf..178eef970 100644 --- a/src/gui/editdialog.cpp +++ b/src/gui/editdialog.cpp @@ -17,8 +17,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/editdialog.h" diff --git a/src/gui/editdialog.h b/src/gui/editdialog.h index ef260acfb..f3a1d90dd 100644 --- a/src/gui/editdialog.h +++ b/src/gui/editdialog.h @@ -17,8 +17,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 EDIT_DIALOG_H diff --git a/src/gui/killstats.cpp b/src/gui/killstats.cpp index 357a016f2..1334e1f95 100644 --- a/src/gui/killstats.cpp +++ b/src/gui/killstats.cpp @@ -17,8 +17,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/killstats.h" diff --git a/src/gui/killstats.h b/src/gui/killstats.h index 9773190de..60438b4d3 100644 --- a/src/gui/killstats.h +++ b/src/gui/killstats.h @@ -17,8 +17,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 KILLSTATS_H diff --git a/src/gui/sdlinput.h b/src/gui/sdlinput.h index b441380a4..17cb4ea8a 100644 --- a/src/gui/sdlinput.h +++ b/src/gui/sdlinput.h @@ -8,6 +8,7 @@ * * Copyright (c) 2004, 2005, 2006, 2007 Olof Naessén and Per Larsson * Copyright (C) 2007-2010 The Mana World Development Team + * Copyright (C) 2011-2012 The ManaPlus Developers * * Js_./ * Per Larsson a.k.a finalman _RqZ{a<^_aa diff --git a/src/gui/setup_chat.cpp b/src/gui/setup_chat.cpp index 7e81acaa9..4bfb8928e 100644 --- a/src/gui/setup_chat.cpp +++ b/src/gui/setup_chat.cpp @@ -17,8 +17,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/setup_chat.h" diff --git a/src/gui/setup_chat.h b/src/gui/setup_chat.h index 238021cca..858dadf3a 100644 --- a/src/gui/setup_chat.h +++ b/src/gui/setup_chat.h @@ -17,8 +17,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_SETUP_CHAT_H diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index d6f5e9972..3ea5f4e4a 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -17,8 +17,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/setup_other.h" diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h index 4144a02ab..182a3f4c6 100644 --- a/src/gui/setup_other.h +++ b/src/gui/setup_other.h @@ -17,8 +17,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_Setup_Other_H diff --git a/src/gui/setup_perfomance.cpp b/src/gui/setup_perfomance.cpp index 95703fa4c..976f1123b 100644 --- a/src/gui/setup_perfomance.cpp +++ b/src/gui/setup_perfomance.cpp @@ -17,8 +17,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/setup_perfomance.h" diff --git a/src/gui/setup_perfomance.h b/src/gui/setup_perfomance.h index 097c1e28c..178cf3265 100644 --- a/src/gui/setup_perfomance.h +++ b/src/gui/setup_perfomance.h @@ -17,8 +17,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_SETUP_PERFOMANCE_H diff --git a/src/gui/setup_players.cpp b/src/gui/setup_players.cpp index a08517fae..b2cd7847d 100644 --- a/src/gui/setup_players.cpp +++ b/src/gui/setup_players.cpp @@ -17,8 +17,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/setup_players.h" diff --git a/src/gui/setup_players.h b/src/gui/setup_players.h index ebfc78db6..8db486eb0 100644 --- a/src/gui/setup_players.h +++ b/src/gui/setup_players.h @@ -17,8 +17,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_SETUP_PLAYERS_H diff --git a/src/gui/setup_theme.cpp b/src/gui/setup_theme.cpp index 67936f698..fc83bfac2 100644 --- a/src/gui/setup_theme.cpp +++ b/src/gui/setup_theme.cpp @@ -17,8 +17,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/setup_theme.h" diff --git a/src/gui/setup_theme.h b/src/gui/setup_theme.h index 1ff159195..c14957388 100644 --- a/src/gui/setup_theme.h +++ b/src/gui/setup_theme.h @@ -17,8 +17,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_Setup_Theme_H diff --git a/src/gui/spellpopup.cpp b/src/gui/spellpopup.cpp index 48037f03e..06e60604c 100644 --- a/src/gui/spellpopup.cpp +++ b/src/gui/spellpopup.cpp @@ -18,8 +18,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/spellpopup.h" diff --git a/src/gui/spellpopup.h b/src/gui/spellpopup.h index 883b2bfe0..643a14079 100644 --- a/src/gui/spellpopup.h +++ b/src/gui/spellpopup.h @@ -18,8 +18,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 SPELLPOPUP_H diff --git a/src/gui/statuspopup.cpp b/src/gui/statuspopup.cpp index 3e1f68d09..0646fcdda 100644 --- a/src/gui/statuspopup.cpp +++ b/src/gui/statuspopup.cpp @@ -18,8 +18,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/statuspopup.h" diff --git a/src/gui/statuspopup.h b/src/gui/statuspopup.h index 976b5e57b..9ff1af4c7 100644 --- a/src/gui/statuspopup.h +++ b/src/gui/statuspopup.h @@ -18,8 +18,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 StatusPopup_H diff --git a/src/gui/textcommandeditor.cpp b/src/gui/textcommandeditor.cpp index 7d97549f3..10cd7968f 100644 --- a/src/gui/textcommandeditor.cpp +++ b/src/gui/textcommandeditor.cpp @@ -17,8 +17,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/textcommandeditor.h" diff --git a/src/gui/textcommandeditor.h b/src/gui/textcommandeditor.h index d0b2f0a54..dd9bfd0ca 100644 --- a/src/gui/textcommandeditor.h +++ b/src/gui/textcommandeditor.h @@ -17,8 +17,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 TEXTCOMMANDEDITOR_H diff --git a/src/gui/textpopup.cpp b/src/gui/textpopup.cpp index 8cdbfa430..afece5319 100644 --- a/src/gui/textpopup.cpp +++ b/src/gui/textpopup.cpp @@ -18,8 +18,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/textpopup.h" diff --git a/src/gui/textpopup.h b/src/gui/textpopup.h index 6f418152c..d06315171 100644 --- a/src/gui/textpopup.h +++ b/src/gui/textpopup.h @@ -18,8 +18,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 TEXTPOPUP_H diff --git a/src/gui/whoisonline.cpp b/src/gui/whoisonline.cpp index 7e4f02426..2aec28360 100644 --- a/src/gui/whoisonline.cpp +++ b/src/gui/whoisonline.cpp @@ -17,8 +17,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/whoisonline.h" diff --git a/src/gui/whoisonline.h b/src/gui/whoisonline.h index 1607286a9..49851837e 100644 --- a/src/gui/whoisonline.h +++ b/src/gui/whoisonline.h @@ -17,8 +17,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 WHOISONLINE_H diff --git a/src/gui/widgets/dropshortcutcontainer.cpp b/src/gui/widgets/dropshortcutcontainer.cpp index 8335a61bc..47060cdfb 100644 --- a/src/gui/widgets/dropshortcutcontainer.cpp +++ b/src/gui/widgets/dropshortcutcontainer.cpp @@ -17,8 +17,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/dropshortcutcontainer.h" diff --git a/src/gui/widgets/dropshortcutcontainer.h b/src/gui/widgets/dropshortcutcontainer.h index 1f03fd53b..3f1af0329 100644 --- a/src/gui/widgets/dropshortcutcontainer.h +++ b/src/gui/widgets/dropshortcutcontainer.h @@ -17,8 +17,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 DROPSHORTCUTCONTAINER_H diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp index 5c4dbc9a1..130b245fb 100644 --- a/src/gui/widgets/spellshortcutcontainer.cpp +++ b/src/gui/widgets/spellshortcutcontainer.cpp @@ -17,8 +17,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/spellshortcutcontainer.h" diff --git a/src/gui/widgets/spellshortcutcontainer.h b/src/gui/widgets/spellshortcutcontainer.h index 4191f9921..c5dacea80 100644 --- a/src/gui/widgets/spellshortcutcontainer.h +++ b/src/gui/widgets/spellshortcutcontainer.h @@ -17,8 +17,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 SPELLSHORTCUTCONTAINER_H diff --git a/src/net/beinghandler.h b/src/net/beinghandler.h index bc1491ada..66ea6fe17 100644 --- a/src/net/beinghandler.h +++ b/src/net/beinghandler.h @@ -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 BEINGHANDLER_H diff --git a/src/spellmanager.cpp b/src/spellmanager.cpp index ebdff6382..144881a43 100644 --- a/src/spellmanager.cpp +++ b/src/spellmanager.cpp @@ -17,8 +17,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 "spellmanager.h" diff --git a/src/spellmanager.h b/src/spellmanager.h index 651ada56c..cf7e18e85 100644 --- a/src/spellmanager.h +++ b/src/spellmanager.h @@ -17,8 +17,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 SPELLMANAGER_H diff --git a/src/spellshortcut.cpp b/src/spellshortcut.cpp index 67171524c..bf4a62a98 100644 --- a/src/spellshortcut.cpp +++ b/src/spellshortcut.cpp @@ -17,8 +17,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 "configuration.h" diff --git a/src/spellshortcut.h b/src/spellshortcut.h index 047ccdef3..e0e722524 100644 --- a/src/spellshortcut.h +++ b/src/spellshortcut.h @@ -17,8 +17,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 SPELLSHORTCUT_H diff --git a/src/textcommand.cpp b/src/textcommand.cpp index 8801ef149..48dc86dab 100644 --- a/src/textcommand.cpp +++ b/src/textcommand.cpp @@ -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 "textcommand.h" diff --git a/src/textcommand.h b/src/textcommand.h index 6677b97e9..12f7e0760 100644 --- a/src/textcommand.h +++ b/src/textcommand.h @@ -17,8 +17,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 TEXTCOMMAND_H -- cgit v1.2.3-70-g09d2 From a5926417dad1f91966ccacfc5572369d309c59be Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 24 Feb 2012 00:26:56 +0300 Subject: More copyright fixes. --- src/dropshortcut.cpp | 2 +- src/dropshortcut.h | 2 +- src/effectmanager.cpp | 1 + src/effectmanager.h | 1 + src/emoteshortcut.cpp | 1 + src/emoteshortcut.h | 1 + src/gui/botcheckerwindow.cpp | 2 +- src/gui/botcheckerwindow.h | 2 +- src/gui/editdialog.cpp | 2 +- src/gui/editdialog.h | 2 +- src/gui/killstats.cpp | 2 +- src/gui/killstats.h | 2 +- src/gui/setup_keyboard.h | 3 +++ src/gui/setup_theme.cpp | 4 ++-- src/gui/setup_theme.h | 2 +- src/gui/spellpopup.cpp | 2 +- src/gui/spellpopup.h | 2 +- src/gui/statuspopup.cpp | 2 +- src/gui/statuspopup.h | 2 +- src/gui/textcommandeditor.cpp | 2 +- src/gui/textcommandeditor.h | 2 +- src/gui/whoisonline.cpp | 2 +- src/gui/whoisonline.h | 2 +- src/gui/widgets/desktop.cpp | 1 + src/gui/widgets/desktop.h | 1 + src/gui/widgets/dropshortcutcontainer.cpp | 2 +- src/gui/widgets/dropshortcutcontainer.h | 2 +- src/gui/widgets/emoteshortcutcontainer.cpp | 1 + src/gui/widgets/emoteshortcutcontainer.h | 1 + src/gui/widgets/label.cpp | 1 + src/gui/widgets/label.h | 1 + src/gui/widgets/spellshortcutcontainer.cpp | 2 +- src/gui/widgets/spellshortcutcontainer.h | 2 +- src/keyboardconfig.cpp | 2 ++ src/keyboardconfig.h | 2 ++ src/net/beinghandler.h | 2 +- src/net/ea/partyhandler.cpp | 1 + src/net/ea/partyhandler.h | 1 + src/net/tmwa/partyhandler.cpp | 1 + src/net/tmwa/partyhandler.h | 1 + src/resources/emotedb.cpp | 1 + src/resources/emotedb.h | 1 + src/spellmanager.cpp | 2 +- src/spellmanager.h | 2 +- src/spellshortcut.cpp | 2 +- src/spellshortcut.h | 2 +- src/textcommand.cpp | 1 + src/textcommand.h | 2 +- src/textmanager.cpp | 1 + src/textmanager.h | 1 + src/utils/copynpaste.cpp | 2 +- src/utils/copynpaste.h | 2 +- 52 files changed, 57 insertions(+), 31 deletions(-) (limited to 'src/gui/spellpopup.cpp') diff --git a/src/dropshortcut.cpp b/src/dropshortcut.cpp index f6fd0bc93..410af8739 100644 --- a/src/dropshortcut.cpp +++ b/src/dropshortcut.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/dropshortcut.h b/src/dropshortcut.h index f11123b1b..6a0ef49e9 100644 --- a/src/dropshortcut.h +++ b/src/dropshortcut.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/effectmanager.cpp b/src/effectmanager.cpp index de12ecaa5..b52d2ac22 100644 --- a/src/effectmanager.cpp +++ b/src/effectmanager.cpp @@ -2,6 +2,7 @@ * An effects manager * Copyright (C) 2008 Fate * Copyright (C) 2008 Chuck Miller + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/effectmanager.h b/src/effectmanager.h index f8babd2f5..7b71069fe 100644 --- a/src/effectmanager.h +++ b/src/effectmanager.h @@ -2,6 +2,7 @@ * An effects manager * Copyright (C) 2008 Fate * Copyright (C) 2008 Chuck Miller + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/emoteshortcut.cpp b/src/emoteshortcut.cpp index 352c373b5..d0b5d9be5 100644 --- a/src/emoteshortcut.cpp +++ b/src/emoteshortcut.cpp @@ -1,6 +1,7 @@ /* * Extended support for activating emotes * Copyright (C) 2009 Aethyra Development Team + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/emoteshortcut.h b/src/emoteshortcut.h index d7f1e7b79..c47569738 100644 --- a/src/emoteshortcut.h +++ b/src/emoteshortcut.h @@ -1,6 +1,7 @@ /* * Extended support for activating emotes * Copyright (C) 2009 Aethyra Development Team + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/botcheckerwindow.cpp b/src/gui/botcheckerwindow.cpp index 3ed93e875..2739978cb 100644 --- a/src/gui/botcheckerwindow.cpp +++ b/src/gui/botcheckerwindow.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011-2012 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/botcheckerwindow.h b/src/gui/botcheckerwindow.h index 82b29770f..b1075686f 100644 --- a/src/gui/botcheckerwindow.h +++ b/src/gui/botcheckerwindow.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011-2012 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/editdialog.cpp b/src/gui/editdialog.cpp index 178eef970..1bd3ccbf5 100644 --- a/src/gui/editdialog.cpp +++ b/src/gui/editdialog.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/editdialog.h b/src/gui/editdialog.h index f3a1d90dd..206a45079 100644 --- a/src/gui/editdialog.h +++ b/src/gui/editdialog.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/killstats.cpp b/src/gui/killstats.cpp index 1334e1f95..e563b8c7c 100644 --- a/src/gui/killstats.cpp +++ b/src/gui/killstats.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/killstats.h b/src/gui/killstats.h index 60438b4d3..67c2967e3 100644 --- a/src/gui/killstats.h +++ b/src/gui/killstats.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/setup_keyboard.h b/src/gui/setup_keyboard.h index bffa13cf6..5970a7735 100644 --- a/src/gui/setup_keyboard.h +++ b/src/gui/setup_keyboard.h @@ -1,6 +1,9 @@ /* * Custom keyboard shortcuts configuration * Copyright (C) 2007 Joshua Langley + * Copyright (C) 2009 The Mana World Development Team + * Copyright (C) 2009-2010 The Mana Developers + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/setup_theme.cpp b/src/gui/setup_theme.cpp index fc83bfac2..d4a1d5652 100644 --- a/src/gui/setup_theme.cpp +++ b/src/gui/setup_theme.cpp @@ -1,8 +1,8 @@ /* * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team - * Copyright (C) 2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2009-2010 Andrei Karas + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/setup_theme.h b/src/gui/setup_theme.h index c14957388..496ba2aca 100644 --- a/src/gui/setup_theme.h +++ b/src/gui/setup_theme.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/spellpopup.cpp b/src/gui/spellpopup.cpp index 06e60604c..9446f7515 100644 --- a/src/gui/spellpopup.cpp +++ b/src/gui/spellpopup.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2008 The Legend of Mazzeroth Development Team * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/spellpopup.h b/src/gui/spellpopup.h index 643a14079..e64b510fc 100644 --- a/src/gui/spellpopup.h +++ b/src/gui/spellpopup.h @@ -3,7 +3,7 @@ * Copyright (C) 2008 The Legend of Mazzeroth Development Team * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/statuspopup.cpp b/src/gui/statuspopup.cpp index 0646fcdda..2d9cc69b6 100644 --- a/src/gui/statuspopup.cpp +++ b/src/gui/statuspopup.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2008 The Legend of Mazzeroth Development Team * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/statuspopup.h b/src/gui/statuspopup.h index 9ff1af4c7..e867f0fa9 100644 --- a/src/gui/statuspopup.h +++ b/src/gui/statuspopup.h @@ -3,7 +3,7 @@ * Copyright (C) 2008 The Legend of Mazzeroth Development Team * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/textcommandeditor.cpp b/src/gui/textcommandeditor.cpp index 10cd7968f..7b9442318 100644 --- a/src/gui/textcommandeditor.cpp +++ b/src/gui/textcommandeditor.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/textcommandeditor.h b/src/gui/textcommandeditor.h index dd9bfd0ca..39952f353 100644 --- a/src/gui/textcommandeditor.h +++ b/src/gui/textcommandeditor.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/whoisonline.cpp b/src/gui/whoisonline.cpp index 2aec28360..15c8a42c4 100644 --- a/src/gui/whoisonline.cpp +++ b/src/gui/whoisonline.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/whoisonline.h b/src/gui/whoisonline.h index 49851837e..46fe74f62 100644 --- a/src/gui/whoisonline.h +++ b/src/gui/whoisonline.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/widgets/desktop.cpp b/src/gui/widgets/desktop.cpp index b40558c78..6352c300f 100644 --- a/src/gui/widgets/desktop.cpp +++ b/src/gui/widgets/desktop.cpp @@ -1,6 +1,7 @@ /* * Desktop widget * Copyright (c) 2009-2010 The Mana World Development Team + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/widgets/desktop.h b/src/gui/widgets/desktop.h index b1f059ffe..e4edc8857 100644 --- a/src/gui/widgets/desktop.h +++ b/src/gui/widgets/desktop.h @@ -1,6 +1,7 @@ /* * Desktop widget * Copyright (c) 2009-2010 The Mana World Development Team + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/widgets/dropshortcutcontainer.cpp b/src/gui/widgets/dropshortcutcontainer.cpp index 47060cdfb..8c6aec68a 100644 --- a/src/gui/widgets/dropshortcutcontainer.cpp +++ b/src/gui/widgets/dropshortcutcontainer.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/widgets/dropshortcutcontainer.h b/src/gui/widgets/dropshortcutcontainer.h index 3f1af0329..91e436836 100644 --- a/src/gui/widgets/dropshortcutcontainer.h +++ b/src/gui/widgets/dropshortcutcontainer.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/widgets/emoteshortcutcontainer.cpp b/src/gui/widgets/emoteshortcutcontainer.cpp index 794357275..8d828a87e 100644 --- a/src/gui/widgets/emoteshortcutcontainer.cpp +++ b/src/gui/widgets/emoteshortcutcontainer.cpp @@ -1,6 +1,7 @@ /* * Extended support for activating emotes * Copyright (C) 2009 Aethyra Development Team + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/widgets/emoteshortcutcontainer.h b/src/gui/widgets/emoteshortcutcontainer.h index 743ca4e87..f509798bb 100644 --- a/src/gui/widgets/emoteshortcutcontainer.h +++ b/src/gui/widgets/emoteshortcutcontainer.h @@ -1,6 +1,7 @@ /* * Extended support for activating emotes * Copyright (C) 2009 Aethyra Development Team + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp index 67e8bd12b..640010c62 100644 --- a/src/gui/widgets/label.cpp +++ b/src/gui/widgets/label.cpp @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (c) 2009 Aethyra Development Team + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/widgets/label.h b/src/gui/widgets/label.h index 775eda18c..f2048c94a 100644 --- a/src/gui/widgets/label.h +++ b/src/gui/widgets/label.h @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (c) 2009 Aethyra Development Team + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp index 130b245fb..07ecbfaf0 100644 --- a/src/gui/widgets/spellshortcutcontainer.cpp +++ b/src/gui/widgets/spellshortcutcontainer.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/gui/widgets/spellshortcutcontainer.h b/src/gui/widgets/spellshortcutcontainer.h index c5dacea80..72fec758f 100644 --- a/src/gui/widgets/spellshortcutcontainer.h +++ b/src/gui/widgets/spellshortcutcontainer.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/keyboardconfig.cpp b/src/keyboardconfig.cpp index ea04a0e89..fc676dab0 100644 --- a/src/keyboardconfig.cpp +++ b/src/keyboardconfig.cpp @@ -1,6 +1,8 @@ /* * Custom keyboard shortcuts configuration * Copyright (C) 2007 Joshua Langley + * Copyright (C) 2009-2010 The Mana Developers + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h index 1610c1ecd..1c91159ac 100644 --- a/src/keyboardconfig.h +++ b/src/keyboardconfig.h @@ -1,6 +1,8 @@ /* * Custom keyboard shortcuts configuration * Copyright (C) 2007 Joshua Langley + * Copyright (C) 2009-2010 The Mana Developers + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/net/beinghandler.h b/src/net/beinghandler.h index 66ea6fe17..49ce3a01c 100644 --- a/src/net/beinghandler.h +++ b/src/net/beinghandler.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2004 The Mana World Development Team - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/net/ea/partyhandler.cpp b/src/net/ea/partyhandler.cpp index 556e72c8d..68d712db1 100644 --- a/src/net/ea/partyhandler.cpp +++ b/src/net/ea/partyhandler.cpp @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2008 Lloyd Bryant + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/net/ea/partyhandler.h b/src/net/ea/partyhandler.h index 596fda4f7..f08930e8c 100644 --- a/src/net/ea/partyhandler.h +++ b/src/net/ea/partyhandler.h @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2008 Lloyd Bryant + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/net/tmwa/partyhandler.cpp b/src/net/tmwa/partyhandler.cpp index 7f942a206..b8f3a07e1 100644 --- a/src/net/tmwa/partyhandler.cpp +++ b/src/net/tmwa/partyhandler.cpp @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2008 Lloyd Bryant + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/net/tmwa/partyhandler.h b/src/net/tmwa/partyhandler.h index 4d727a986..eb3f68a70 100644 --- a/src/net/tmwa/partyhandler.h +++ b/src/net/tmwa/partyhandler.h @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2008 Lloyd Bryant + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/emotedb.cpp b/src/resources/emotedb.cpp index d6c01af6d..4fe036528 100644 --- a/src/resources/emotedb.cpp +++ b/src/resources/emotedb.cpp @@ -1,6 +1,7 @@ /* * Emote database * Copyright (C) 2009 Aethyra Development Team + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/emotedb.h b/src/resources/emotedb.h index 94d97a872..f739b1ed0 100644 --- a/src/resources/emotedb.h +++ b/src/resources/emotedb.h @@ -1,6 +1,7 @@ /* * Emote database * Copyright (C) 2009 Aethyra Development Team + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/spellmanager.cpp b/src/spellmanager.cpp index 144881a43..1e4c43f1f 100644 --- a/src/spellmanager.cpp +++ b/src/spellmanager.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/spellmanager.h b/src/spellmanager.h index cf7e18e85..ae928ee7a 100644 --- a/src/spellmanager.h +++ b/src/spellmanager.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/spellshortcut.cpp b/src/spellshortcut.cpp index bf4a62a98..27ccc1646 100644 --- a/src/spellshortcut.cpp +++ b/src/spellshortcut.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers. + * Copyright (C) 2011-2012 The ManaPlus developers. * * This file is part of The ManaPlus Client. * diff --git a/src/spellshortcut.h b/src/spellshortcut.h index e0e722524..f3e5611e4 100644 --- a/src/spellshortcut.h +++ b/src/spellshortcut.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/textcommand.cpp b/src/textcommand.cpp index 48dc86dab..ec9e97f61 100644 --- a/src/textcommand.cpp +++ b/src/textcommand.cpp @@ -2,6 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/textcommand.h b/src/textcommand.h index 12f7e0760..7cab06317 100644 --- a/src/textcommand.h +++ b/src/textcommand.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 Andrei Karas - * Copyright (C) 2011 ManaPlus developers + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/textmanager.cpp b/src/textmanager.cpp index 6c73d00b4..3cd36e449 100644 --- a/src/textmanager.cpp +++ b/src/textmanager.cpp @@ -1,6 +1,7 @@ /* * Support for non-overlapping floating text * Copyright (C) 2008 Douglas Boffey + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/textmanager.h b/src/textmanager.h index 1ed88883a..220f30da3 100644 --- a/src/textmanager.h +++ b/src/textmanager.h @@ -1,6 +1,7 @@ /* * Support for non-overlapping floating text * Copyright (C) 2008 Douglas Boffey + * Copyright (C) 2011-2012 The ManaPlus developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp index 49934c7be..90e0c5c93 100644 --- a/src/utils/copynpaste.cpp +++ b/src/utils/copynpaste.cpp @@ -1,7 +1,7 @@ /* * Retrieve string pasted depending on OS mechanisms. * Copyright (C) 2001-2010 Wormux Team - * Copyright (C) 2011-2012 ManaPlus Developers + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/copynpaste.h b/src/utils/copynpaste.h index e2bd0558c..5e95a1152 100644 --- a/src/utils/copynpaste.h +++ b/src/utils/copynpaste.h @@ -1,7 +1,7 @@ /* * Retrieve string pasted depending on OS mechanisms. * Copyright (C) 2001-2010 Wormux Team - * Copyright (C) 2011-2012 ManaPlus Developers + * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * -- cgit v1.2.3-70-g09d2