]> git.tdb.fi Git - r2c2.git/blobdiff - source/network/train.cpp
Strip Id tags and copyright notices from files
[r2c2.git] / source / network / train.cpp
index 4b6c8e86e1233955d3d4d04b19b6e1d27c522670..eb9563786aa982bd08eb299ae7e2252555cbc909 100644 (file)
@@ -1,16 +1,9 @@
-/* $Id$
-
-This file is part of the MSP Märklin suite
-Copyright © 2009  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #include "client.h"
 #include "train.h"
 
 using namespace std;
 
-namespace Marklin {
+namespace R2C2 {
 
 NetTrain::NetTrain(Client &c, const TrainInfoPacket &pkt):
        client(c),
@@ -88,4 +81,4 @@ void NetTrain::process_packet(const TrainRoutePacket &pkt)
        signal_route_changed.emit(route);
 }
 
-} // namespace Marklin
+} // namespace R2C2