]> git.tdb.fi Git - r2c2.git/blobdiff - source/serial/serial.cpp
Rename the project to R²C²
[r2c2.git] / source / serial / serial.cpp
index 4b94034f0354d9c535ff3016b8617bbc7e5c78c3..e812a9931a5ea42f934c3df56e803328a045cf9c 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 © 2010  Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
@@ -12,7 +12,7 @@ Distributed under the GPL
 
 using namespace std;
 using namespace Msp;
-using namespace Marklin;
+using namespace R2C2;
        
 Application::RegApp<Serial> Serial::reg;