summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/selectionlistener.hpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-27 20:12:13 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-27 20:12:13 +0300
commite9a5b30d8813ebcbc663d2c4e28776ee1ee50759 (patch)
tree53a80b26421aa37530061ad7db818fdf808e8bef /src/guichan/include/guichan/selectionlistener.hpp
parentef4660e60014af6d83ff3675ceed1f316e38bf0c (diff)
downloadplus-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/selectionlistener.hpp')
-rw-r--r--src/guichan/include/guichan/selectionlistener.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/guichan/include/guichan/selectionlistener.hpp b/src/guichan/include/guichan/selectionlistener.hpp
index b7dad6166..cef3dfa3d 100644
--- a/src/guichan/include/guichan/selectionlistener.hpp
+++ b/src/guichan/include/guichan/selectionlistener.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
*
@@ -60,7 +59,7 @@ namespace gcn
* ListBox::removeSelectionListener,
* DropDown::addSelectionListener,
* DropDown::removeSelectionListener
- * @author Olof Naessén
+ * @author Olof Naessén
* @since 0.8.0
*/
class SelectionListener