diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-23 12:57:45 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-23 12:57:45 +0000 |
commit | 608e65c024a6f74d7f560c29826ac356f109a7fa (patch) | |
tree | b865f6bb37ac72957a1cdc4fa922dc0c278b7b31 /src/guild.h | |
parent | f21212ec0137bc2b5e6f159885a9f347346a2ec0 (diff) | |
download | mana-608e65c024a6f74d7f560c29826ac356f109a7fa.tar.gz mana-608e65c024a6f74d7f560c29826ac356f109a7fa.tar.bz2 mana-608e65c024a6f74d7f560c29826ac356f109a7fa.tar.xz mana-608e65c024a6f74d7f560c29826ac356f109a7fa.zip |
Fixed svn:keywords properties and added header to guild.h.
Diffstat (limited to 'src/guild.h')
-rw-r--r-- | src/guild.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/guild.h b/src/guild.h index 68806eec..969b146e 100644 --- a/src/guild.h +++ b/src/guild.h @@ -1,3 +1,26 @@ +/* + * The Mana World + * Copyright 2004 The Mana World Development Team + * + * This file is part of The Mana World. + * + * The Mana World is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * The Mana World is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with The Mana World; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id$ + */ + #ifndef TMW_GUILD_H #define TMW_GUILD_H |