From e9a5b30d8813ebcbc663d2c4e28776ee1ee50759 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 27 Jan 2014 20:12:13 +0300 Subject: fix guichan headers. Remove wrong copyright lines from guichan header. --- src/gui/sdlinput.cpp | 9 +++++---- src/gui/sdlinput.h | 9 +++++---- src/guichan/actionevent.cpp | 5 ++--- src/guichan/basiccontainer.cpp | 5 ++--- src/guichan/cliprectangle.cpp | 5 ++--- src/guichan/color.cpp | 5 ++--- src/guichan/event.cpp | 5 ++--- src/guichan/exception.cpp | 5 ++--- src/guichan/focushandler.cpp | 5 ++--- src/guichan/font.cpp | 5 ++--- src/guichan/graphics.cpp | 5 ++--- src/guichan/gui.cpp | 5 ++--- src/guichan/image.cpp | 5 ++--- src/guichan/include/guichan/actionevent.hpp | 7 +++---- src/guichan/include/guichan/actionlistener.hpp | 7 +++---- src/guichan/include/guichan/basiccontainer.hpp | 5 ++--- src/guichan/include/guichan/cliprectangle.hpp | 5 ++--- src/guichan/include/guichan/color.hpp | 5 ++--- src/guichan/include/guichan/deathlistener.hpp | 7 +++---- src/guichan/include/guichan/event.hpp | 7 +++---- src/guichan/include/guichan/exception.hpp | 5 ++--- src/guichan/include/guichan/focushandler.hpp | 5 ++--- src/guichan/include/guichan/focuslistener.hpp | 7 +++---- src/guichan/include/guichan/font.hpp | 5 ++--- src/guichan/include/guichan/graphics.hpp | 5 ++--- src/guichan/include/guichan/gui.hpp | 5 ++--- src/guichan/include/guichan/image.hpp | 5 ++--- src/guichan/include/guichan/input.hpp | 5 ++--- src/guichan/include/guichan/inputevent.hpp | 7 +++---- src/guichan/include/guichan/key.hpp | 5 ++--- src/guichan/include/guichan/keyevent.hpp | 5 ++--- src/guichan/include/guichan/keyinput.hpp | 5 ++--- src/guichan/include/guichan/keylistener.hpp | 5 ++--- src/guichan/include/guichan/listmodel.hpp | 5 ++--- src/guichan/include/guichan/mouseevent.hpp | 7 +++---- src/guichan/include/guichan/mouseinput.hpp | 7 +++---- src/guichan/include/guichan/mouselistener.hpp | 5 ++--- src/guichan/include/guichan/rectangle.hpp | 5 ++--- src/guichan/include/guichan/sdl/sdlpixel.hpp | 5 ++--- src/guichan/include/guichan/selectionevent.hpp | 7 +++---- src/guichan/include/guichan/selectionlistener.hpp | 7 +++---- src/guichan/include/guichan/widget.hpp | 11 +++++------ src/guichan/include/guichan/widgetlistener.hpp | 7 +++---- src/guichan/include/guichan/widgets/button.hpp | 5 ++--- src/guichan/include/guichan/widgets/checkbox.hpp | 5 ++--- src/guichan/include/guichan/widgets/container.hpp | 5 ++--- src/guichan/include/guichan/widgets/label.hpp | 5 ++--- src/guichan/include/guichan/widgets/listbox.hpp | 5 ++--- src/guichan/include/guichan/widgets/radiobutton.hpp | 5 ++--- src/guichan/include/guichan/widgets/scrollarea.hpp | 5 ++--- src/guichan/include/guichan/widgets/slider.hpp | 5 ++--- src/guichan/include/guichan/widgets/textbox.hpp | 5 ++--- src/guichan/include/guichan/widgets/textfield.hpp | 5 ++--- src/guichan/include/guichan/widgets/window.hpp | 5 ++--- src/guichan/inputevent.cpp | 5 ++--- src/guichan/key.cpp | 5 ++--- src/guichan/keyevent.cpp | 5 ++--- src/guichan/keyinput.cpp | 5 ++--- src/guichan/mouseevent.cpp | 5 ++--- src/guichan/mouseinput.cpp | 5 ++--- src/guichan/rectangle.cpp | 5 ++--- src/guichan/selectionevent.cpp | 5 ++--- src/guichan/widget.cpp | 5 ++--- src/guichan/widgets/button.cpp | 5 ++--- src/guichan/widgets/checkbox.cpp | 5 ++--- src/guichan/widgets/container.cpp | 5 ++--- src/guichan/widgets/label.cpp | 5 ++--- src/guichan/widgets/listbox.cpp | 5 ++--- src/guichan/widgets/radiobutton.cpp | 5 ++--- src/guichan/widgets/scrollarea.cpp | 5 ++--- src/guichan/widgets/slider.cpp | 5 ++--- src/guichan/widgets/textbox.cpp | 5 ++--- src/guichan/widgets/textfield.cpp | 5 ++--- src/guichan/widgets/window.cpp | 5 ++--- 74 files changed, 168 insertions(+), 238 deletions(-) (limited to 'src') diff --git a/src/gui/sdlinput.cpp b/src/gui/sdlinput.cpp index 19b37a7d6..fee497ede 100644 --- a/src/gui/sdlinput.cpp +++ b/src/gui/sdlinput.cpp @@ -1,3 +1,6 @@ +// * Copyright (C) 2007-2010 The Mana World Development Team +// * Copyright (C) 2011-2014 The ManaPlus Developers + /* _______ __ __ __ ______ __ __ _______ __ __ * / _____/\ / /\ / /\ / /\ / ____/\ / /\ / /\ / ___ /\ / |\/ /\ * / /\____\// / // / // / // /\___\// /_// / // /\_/ / // , |/ / / @@ -6,13 +9,11 @@ * /______/ //______/ //_/ //_____/\ /_/ //_/ //_/ //_/ //_/ /|_/ / * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * - * Copyright (c) 2004, 2005, 2006, 2007 Olof Naessén and Per Larsson - * Copyright (C) 2007-2010 The Mana World Development Team - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (c) 2004, 2005, 2006, 2007 Olof Naessén and Per Larsson * * Js_./ * Per Larsson a.k.a finalman _RqZ{a<^_aa - * Olof Naessén a.k.a jansem/yakslem _asww7!uY`> )\a// + * Olof Naessén a.k.a jansem/yakslem _asww7!uY`> )\a// * _Qhm`] _f "'c 1!5m * Visit: http://guichan.darkbits.org )Qk

)\a// + * Olof Naessén a.k.a jansem/yakslem _asww7!uY`> )\a// * _Qhm`] _f "'c 1!5m * Visit: http://guichan.darkbits.org )Qk