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/net | |
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/net')
-rw-r--r-- | src/net/chatserver/party.cpp | 2 | ||||
-rw-r--r-- | src/net/chatserver/party.h | 2 | ||||
-rw-r--r-- | src/net/guildhandler.cpp | 2 | ||||
-rw-r--r-- | src/net/guildhandler.h | 2 | ||||
-rw-r--r-- | src/net/partyhandler.cpp | 2 | ||||
-rw-r--r-- | src/net/partyhandler.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/net/chatserver/party.cpp b/src/net/chatserver/party.cpp index e09803de..63e2ddf9 100644 --- a/src/net/chatserver/party.cpp +++ b/src/net/chatserver/party.cpp @@ -18,7 +18,7 @@ * 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: $ + * $Id$ */ diff --git a/src/net/chatserver/party.h b/src/net/chatserver/party.h index f1bd7a7f..1d47c2c5 100644 --- a/src/net/chatserver/party.h +++ b/src/net/chatserver/party.h @@ -18,7 +18,7 @@ * 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: $ + * $Id$ */ diff --git a/src/net/guildhandler.cpp b/src/net/guildhandler.cpp index 7bc362e1..459c5ac4 100644 --- a/src/net/guildhandler.cpp +++ b/src/net/guildhandler.cpp @@ -18,7 +18,7 @@ * 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: $ + * $Id$ */ #include <iostream> diff --git a/src/net/guildhandler.h b/src/net/guildhandler.h index 698a623c..01ad428b 100644 --- a/src/net/guildhandler.h +++ b/src/net/guildhandler.h @@ -18,7 +18,7 @@ * 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: $ + * $Id$ */ #ifndef _TMW_NET_GUILDHANDLER_H diff --git a/src/net/partyhandler.cpp b/src/net/partyhandler.cpp index 0eef0d51..dd169b8d 100644 --- a/src/net/partyhandler.cpp +++ b/src/net/partyhandler.cpp @@ -18,7 +18,7 @@ * 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: $ + * $Id$ */ #include <iostream> diff --git a/src/net/partyhandler.h b/src/net/partyhandler.h index 5ca0583e..dda78d94 100644 --- a/src/net/partyhandler.h +++ b/src/net/partyhandler.h @@ -18,7 +18,7 @@ * 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: $ + * $Id$ */ #ifndef _TMW_NET_PARTYHANDLER_H |