]> git.tdb.fi Git - r2c2.git/blobdiff - source/network/protocol.cpp
Rename the project to R²C²
[r2c2.git] / source / network / protocol.cpp
index 623eadb334eff2b89666c085333fb63af516be9c..cfbc0fdc2a1eac66c53205ef8475468129f33a60 100644 (file)
@@ -1,6 +1,6 @@
 /* $Id$
 
-This file is part of the MSP Märklin suite
+This file is part of R²C²
 Copyright © 2009  Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
@@ -8,7 +8,7 @@ Distributed under the GPL
 #include "packets.h"
 #include "protocol.h"
 
-namespace Marklin {
+namespace R2C2 {
 
 Protocol::Protocol()
 {
@@ -26,4 +26,4 @@ Protocol::Protocol()
        add<ErrorPacket>() (&ErrorPacket::message);
 }
 
-} // namespace Marklin
+} // namespace R2C2