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/mouseinput.hpp | |
parent | ef4660e60014af6d83ff3675ceed1f316e38bf0c (diff) | |
download | plus-e9a5b30d8813ebcbc663d2c4e28776ee1ee50759.tar.gz plus-e9a5b30d8813ebcbc663d2c4e28776ee1ee50759.tar.bz2 plus-e9a5b30d8813ebcbc663d2c4e28776ee1ee50759.tar.xz plus-e9a5b30d8813ebcbc663d2c4e28776ee1ee50759.zip |
fix guichan headers.
Remove wrong copyright lines from guichan header.
Diffstat (limited to 'src/guichan/include/guichan/mouseinput.hpp')
-rw-r--r-- | src/guichan/include/guichan/mouseinput.hpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/guichan/include/guichan/mouseinput.hpp b/src/guichan/include/guichan/mouseinput.hpp index f43dcdc2d..a24ab1809 100644 --- a/src/guichan/include/guichan/mouseinput.hpp +++ b/src/guichan/include/guichan/mouseinput.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 * bother using this class unless you implement an Input class for * a back end. * - * @author Olof Naessén + * @author Olof Naessén * @author Per Larsson * @since 0.1.0 */ |