diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-15 18:46:32 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-15 18:46:32 +0100 |
commit | 0a106989bd16c48525f01cb8515809e74f37a8d8 (patch) | |
tree | f5a8092013975f0a9b287dd116086bc598a2c43c /src/gui/shortcutcontainer.h | |
parent | 83bbc5cc3afeea0f0b248cd755e1011f4760a298 (diff) | |
download | mana-0a106989bd16c48525f01cb8515809e74f37a8d8.tar.gz mana-0a106989bd16c48525f01cb8515809e74f37a8d8.tar.bz2 mana-0a106989bd16c48525f01cb8515809e74f37a8d8.tar.xz mana-0a106989bd16c48525f01cb8515809e74f37a8d8.zip |
More copyright header fixes
Diffstat (limited to 'src/gui/shortcutcontainer.h')
-rw-r--r-- | src/gui/shortcutcontainer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/shortcutcontainer.h b/src/gui/shortcutcontainer.h index b08c6d73..7b09fb96 100644 --- a/src/gui/shortcutcontainer.h +++ b/src/gui/shortcutcontainer.h @@ -1,6 +1,6 @@ /* * The Mana World - * Copyright 2007 The Mana World Development Team + * Copyright (C) 2007 The Mana World Development Team * * This file is part of The Mana World. * @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef SHORTCUTCONTAINER_H__ -#define SHORTCUTCONTAINER_H__ +#ifndef SHORTCUTCONTAINER_H +#define SHORTCUTCONTAINER_H #include <guichan/mouselistener.hpp> #include <guichan/widget.hpp> |