summaryrefslogtreecommitdiffstats
path: root/src/net
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-16 17:22:09 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-16 17:22:09 +0100
commit614242263887cd0df5524191c0b02c912ed1bf7e (patch)
tree89134a0f75199b94b27282c3fbbc86f7f42baa8e /src/net
parent607cf9c51b63a21f3139031c5e517c80d9209a09 (diff)
downloadmanaserv-614242263887cd0df5524191c0b02c912ed1bf7e.tar.gz
manaserv-614242263887cd0df5524191c0b02c912ed1bf7e.tar.xz
manaserv-614242263887cd0df5524191c0b02c912ed1bf7e.zip
Got rid of CVS/Subversion $Id$ markers
Diffstat (limited to 'src/net')
-rw-r--r--src/net/connection.cpp2
-rw-r--r--src/net/connection.hpp2
-rw-r--r--src/net/connectionhandler.cpp2
-rw-r--r--src/net/connectionhandler.hpp2
-rw-r--r--src/net/messagein.cpp2
-rw-r--r--src/net/messagein.hpp2
-rw-r--r--src/net/messageout.cpp2
-rw-r--r--src/net/messageout.hpp2
-rw-r--r--src/net/netcomputer.cpp2
-rw-r--r--src/net/netcomputer.hpp2
10 files changed, 0 insertions, 20 deletions
diff --git a/src/net/connection.cpp b/src/net/connection.cpp
index 38ecd1b..4749c88 100644
--- a/src/net/connection.cpp
+++ b/src/net/connection.cpp
@@ -17,8 +17,6 @@
* 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$
*/
#include "net/connection.hpp"
diff --git a/src/net/connection.hpp b/src/net/connection.hpp
index ba36b2d..74eaaac 100644
--- a/src/net/connection.hpp
+++ b/src/net/connection.hpp
@@ -17,8 +17,6 @@
* 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 _TMWSERV_CONNECTION_H_
diff --git a/src/net/connectionhandler.cpp b/src/net/connectionhandler.cpp
index 9729d20..88e6f63 100644
--- a/src/net/connectionhandler.cpp
+++ b/src/net/connectionhandler.cpp
@@ -16,8 +16,6 @@
* 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$
*/
#include <algorithm>
diff --git a/src/net/connectionhandler.hpp b/src/net/connectionhandler.hpp
index 5787375..d22224a 100644
--- a/src/net/connectionhandler.hpp
+++ b/src/net/connectionhandler.hpp
@@ -17,8 +17,6 @@
* 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 _TMWSERV_CONNECTIONHANDLER_H_
diff --git a/src/net/messagein.cpp b/src/net/messagein.cpp
index d57fc5a..714def5 100644
--- a/src/net/messagein.cpp
+++ b/src/net/messagein.cpp
@@ -17,8 +17,6 @@
* 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$
*/
#include <cstring>
diff --git a/src/net/messagein.hpp b/src/net/messagein.hpp
index 674974f..007d59c 100644
--- a/src/net/messagein.hpp
+++ b/src/net/messagein.hpp
@@ -17,8 +17,6 @@
* 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 _TMWSERV_MESSAGEIN_H_
diff --git a/src/net/messageout.cpp b/src/net/messageout.cpp
index e31020e..4e66500 100644
--- a/src/net/messageout.cpp
+++ b/src/net/messageout.cpp
@@ -17,8 +17,6 @@
* 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$
*/
#include <cstring>
diff --git a/src/net/messageout.hpp b/src/net/messageout.hpp
index 2d0490f..25ff618 100644
--- a/src/net/messageout.hpp
+++ b/src/net/messageout.hpp
@@ -17,8 +17,6 @@
* 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 _TMWSERV_MESSAGEOUT_H_
diff --git a/src/net/netcomputer.cpp b/src/net/netcomputer.cpp
index 345b408..d5b0ea7 100644
--- a/src/net/netcomputer.cpp
+++ b/src/net/netcomputer.cpp
@@ -17,8 +17,6 @@
* 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$
*/
#include <iosfwd>
diff --git a/src/net/netcomputer.hpp b/src/net/netcomputer.hpp
index 0b8dab3..9a73c57 100644
--- a/src/net/netcomputer.hpp
+++ b/src/net/netcomputer.hpp
@@ -17,8 +17,6 @@
* 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 _TMWSERV_NETCOMPUTER_H_