diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-27 20:12:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-27 20:12:13 +0300 |
commit | e9a5b30d8813ebcbc663d2c4e28776ee1ee50759 (patch) | |
tree | 53a80b26421aa37530061ad7db818fdf808e8bef /src/guichan/include/guichan/mouseevent.hpp | |
parent | ef4660e60014af6d83ff3675ceed1f316e38bf0c (diff) | |
download | mv-e9a5b30d8813ebcbc663d2c4e28776ee1ee50759.tar.gz mv-e9a5b30d8813ebcbc663d2c4e28776ee1ee50759.tar.bz2 mv-e9a5b30d8813ebcbc663d2c4e28776ee1ee50759.tar.xz mv-e9a5b30d8813ebcbc663d2c4e28776ee1ee50759.zip |
fix guichan headers.
Remove wrong copyright lines from guichan header.
Diffstat (limited to 'src/guichan/include/guichan/mouseevent.hpp')
-rw-r--r-- | src/guichan/include/guichan/mouseevent.hpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/guichan/include/guichan/mouseevent.hpp b/src/guichan/include/guichan/mouseevent.hpp index 0419556f7..cba92c13f 100644 --- a/src/guichan/include/guichan/mouseevent.hpp +++ b/src/guichan/include/guichan/mouseevent.hpp @@ -6,12 +6,11 @@ * /______/ //______/ //_/ //_____/\ /_/ //_/ //_/ //_/ //_/ /|_/ / * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * - * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson * * * Per Larsson a.k.a finalman - * Olof Naessén a.k.a jansem/yakslem + * Olof Naessén a.k.a jansem/yakslem * * Visit: http://guichan.sourceforge.net * @@ -55,7 +54,7 @@ namespace gcn /** * Represents a mouse event. * - * @author Olof Naessén + * @author Olof Naessén * @since 0.6.0 */ class MouseEvent: public InputEvent |