diff options
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 */ |