]> git.tdb.fi Git - r2c2.git/commitdiff
Add Id tags and copyright notices to files
authorMikko Rasa <tdb@tdb.fi>
Fri, 6 Jun 2008 12:11:49 +0000 (12:11 +0000)
committerMikko Rasa <tdb@tdb.fi>
Fri, 6 Jun 2008 12:11:49 +0000 (12:11 +0000)
59 files changed:
engineer.res
locos.dat
source/3d/layout.cpp
source/3d/layout.h
source/3d/track.cpp
source/3d/track.h
source/designer/designer.cpp
source/designer/designer.h
source/designer/input.cpp
source/designer/input.h
source/designer/manipulator.cpp
source/designer/manipulator.h
source/designer/measure.cpp
source/designer/measure.h
source/designer/selection.cpp
source/designer/selection.h
source/engineer/engineer.cpp
source/engineer/engineer.h
source/engineer/mainpanel.cpp
source/engineer/mainpanel.h
source/engineer/trainpanel.cpp
source/engineer/trainpanel.h
source/engineer/trainproperties.cpp
source/engineer/trainproperties.h
source/libmarklin/block.cpp
source/libmarklin/block.h
source/libmarklin/catalogue.cpp
source/libmarklin/catalogue.h
source/libmarklin/command.cpp
source/libmarklin/command.h
source/libmarklin/constants.h
source/libmarklin/control.cpp
source/libmarklin/control.h
source/libmarklin/endpoint.h
source/libmarklin/geometry.h
source/libmarklin/layout.cpp
source/libmarklin/layout.h
source/libmarklin/locomotive.cpp
source/libmarklin/locomotive.h
source/libmarklin/locotype.cpp
source/libmarklin/locotype.h
source/libmarklin/route.cpp
source/libmarklin/route.h
source/libmarklin/sensor.cpp
source/libmarklin/sensor.h
source/libmarklin/track.cpp
source/libmarklin/track.h
source/libmarklin/trackpart.cpp
source/libmarklin/trackpart.h
source/libmarklin/tracktype.cpp
source/libmarklin/tracktype.h
source/libmarklin/trafficmanager.cpp
source/libmarklin/trafficmanager.h
source/libmarklin/train.cpp
source/libmarklin/train.h
source/libmarklin/turnout.cpp
source/libmarklin/turnout.h
source/shoppinglist/main.cpp
tracks.dat

index c5650af8252962f377e5049b0c2aa270506220c5..ce53e1ce67e23ed11f1a9870d36ad6fdd99a5a67 100644 (file)
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 default_font "dejavu-12.font";
 
 graphic "greybutton"
index 62435051e8479c230d6cea46d5a2530993304d35..46542e8ab0a7fa7e16b12a26ca8efb3028dd9b89 100644 (file)
--- a/locos.dat
+++ b/locos.dat
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 locomotive 37844
 {
        name "BR 50";
index 9c260b97a0a6581281dd765c29cac156c25403e8..9c174fbcf34d7db4ad8c9ba97f4ebeeefd9b7b01 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <algorithm>
 #include <fstream>
 #include <msp/gl/rendermode.h>
index d469dc9aea9af1e2b2f04057912e927b0a767703..c2faa46344f1869f45be94c7f4ecbda65a4824de 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef MARKLIN3D_LAYOUT_H_
 #define MARKLIN3D_LAYOUT_H_
 
index 9d5c5df783bcdae26d78e5145230f1ef9793464f..5891360502255c696213954b5ba58b8c3f37721a 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <cmath>
 #include <GL/gl.h>
 #include <msp/gl/misc.h>
index cf3c051ee22e381b17daf1f6c4b85cd65d91aee3..7131877de8174688e4fff8801d759bcf4c8b9a43 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef MARKLIN3D_TRACK_H_
 #define MARKLIN3D_TRACK_H_
 
index 3ca630f2431cfccbc12b475b91e357fd0b9edc65..f38dae95af3372222028232312f2df6bf31ca743 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <signal.h>
 #include <cmath>
 #include <iostream>
index c72dd5c680068ed0432902b78b7567fda308d5c2..6e4e78d0e71fa7d8b3a1f4e9f1b1ebc2f59ea0ce 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef DESIGNER_H_
 #define DESIGNER_H_
 
index 1b1864687ca33d1e6da0aab22d98b1dbd639a3a4..5c2e9210ff25cd9dcb3279c2b1a0d85579e1dfb9 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <SDL_keysym.h>
 #include <GL/gl.h>
 #include <msp/gl/texture.h>
index 276ce5ff0d505a8d08557d99fed230e7861fdba8..3449e2b8cb1612d61322f7016d7ae901fab289a6 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef INPUT_H_
 #define INPUT_H_
 
index c07003e4eae3f13617029ee23f02f1ce31ee1e69..34aaf31ffdca2994a876e40985f19ed8d1e3a7e4 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <algorithm>
 #include <cmath>
 #include <GL/gl.h>
index a17ad8d5e13ab0286bfe68badfda43977d843ff5..b482251294ee21f9242c68f7dbb1b708cffc25b7 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef MANIPULATOR_H_
 #define MANIPULATOR_H_
 
index 82fca978837d10052ddbe74eb370501784e06502..ee08ba7943276793961ed5cfeba072c025a72752 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <cmath>
 #include <GL/gl.h>
 #include "designer.h"
index 61a5a754c7b19af8fea92927400b32fa06006834..e4f230f6b90c201de7c0222d20d4f17b47751ac2 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef MEASURE_H_
 #define MEASURE_H_
 
index ed71547b0f6a9a46c51279cc3f343cd298bc88a7..48f5b497d1410ddcd96a9d4d8cdf178e30f959e6 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <algorithm>
 #include "selection.h"
 
index 1c0d267f1618044271f7672c967c61d8cb118db6..802c6f2b1d54e7b67f42fa1ceecb0b673ffe8d46 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef SELECTION_H_
 #define SELECTION_H_
 
index 0d4f7291745473c8785141d9231edc69e7ff670a..dc7c49c1ffed44f287b508ce54b0971e7f314e0f 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <cmath>
 #include <limits>
 #include <GL/gl.h>
index f6e23bc28e18c1fc27d6b48f1e44c528563176ce..0c295bf43985623cb074403d0e57f888bfba4e32 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef ENGINEER_H_
 #define ENGINEER_H_
 
index 0178eb41e1c754c6ea9bcac2f913f588ccfe3e29..dd4d3f9e70e2512208de4a2c006e8353f83fedba 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <msp/gltk/button.h>
 #include "engineer.h"
 #include "mainpanel.h"
index 3fff2bbeebf9049208c9aa1c4b28668dcf6fbdad..56dd49450a6e9eb0ffb754e43cc86864ac4f6328 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef MAINPANEL_H_
 #define MAINPANEL_H_
 
index 8c23f26164c3ed15a3ab6ee278af9a9875516be6..9f3bf1a95f1c8303b8b6b432c6803f19326d3e4f 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <msp/gltk/button.h>
 #include <msp/strings/formatter.h>
 #include "libmarklin/locomotive.h"
index 63e6e734bf8bb12ef665199bbdf7aba1f39a0abd..7cfaf8fec5056136b6e849511e96cb10fd750dd5 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef TRAINPANEL_H_
 #define TRAINPANEL_H_
 
index 36f932523ff627517732a0455573c164ed8691dd..9eaf8d37255c55c3cd81fa0532cf14850136ed54 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <msp/gltk/button.h>
 #include <msp/strings/formatter.h>
 #include <msp/strings/lexicalcast.h>
index 20ab3349fa4f85815ea7648bf2b86a3a3030495f..62dc85adaccc5b7a5b49f321c14586e074b176cb 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef TRAINPROPERTIES_H_
 #define TRAINPROPERTIES_H_
 
index 3ca744ca0c287796396263c825130977be3e4e7f..a304a152d6959717e02badca31da10ef6f3cc65e 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include "control.h"
 #include "block.h"
 #include "tracktype.h"
index 568d1736dbd85228d707559aed803f0056e546fa..bdbcc3f3eb0ed2687a6d09e6e5d743782cef5ce9 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef MARKLIN_3D_BLOCK_H_
 #define MARKLIN_3D_BLOCK_H_
 
index 3ab96a99ebbadb325f821c1c52e74ba083ee1ac0..c8ed80c9c137703901238b266f0f052746d3c361 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <msp/core/refptr.h>
 #include <msp/datafile/parser.h>
 #include "catalogue.h"
index 4179ea75aa339ceedb781d147d3338a33b152b52..7ce3e73c0d30a3d98cd252a8f0d47a726d200b88 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LIBMARKLIN_CATALOGUE_H_
 #define LIBMARKLIN_CATALOGUE_H_
 
index f953cbdb77770ba5fb462ad8567251bdd2b9615d..9530cbabe78f22f40b3332bfbfe45053905445b4 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include "command.h"
 
 using namespace std;
index 4e4c9866d1a705c3d125d852b8deab045897bd76..6075ab2e210d8085f8342f102b50df2cf4280ec7 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef COMMAND_H_
 #define COMMAND_H_
 
index 52aa5ea5be3c67ddb58fa66c57263f10f7e6891a..a61972d304ebec920975bc08c9285be27eb64d6a 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef ERROR_H_
 #define ERROR_H_
 
index f51dbd09de45a61e171672bccc5ed3a139bca2f6..ecf10348a7890a890bdc155b8ff66f04563baf14 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <fcntl.h>
 #include <termios.h>
 #include <sys/poll.h>
index df8ea1bc3c76ad9cc51b65c0c29c81481be87644..a91186059b033ed1052ea80408f9a7c0e474e8db 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LIBMARKLIN_CONTROL_H_
 #define LIBMARKLIN_CONTROL_H_
 
index 6a46831cc35065eabc79d02d8287129a8bc998a4..34acdcd6f28a1da4149f352c95d6af18a1285bb1 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef MARKLIN_ENDPOINT_H_
 #define MARKLIN_ENDPOINT_H_
 
index 4b0afc23f2b9fdc1672e2b814c7bf2e24542755e..240bd89ac4fdd85dc83f6c92943a1ed333182768 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LIBMARKLIN_GEOMETRY_H_
 #define LIBMARKLIN_GEOMETRY_H_
 
index a197b35af596002a4ed7a202a24a77ea54537c10..470d573e871179cd90bc9a7ddacb8a83591f231b 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <fstream>
 #include <msp/core/refptr.h>
 #include <msp/datafile/parser.h>
index d984e1020398111cbe84ebbaff4dae137e2b3ede..ada287cfdedb1db414162d6a9164b1f2897be7cd 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LIBMARKLIN_LAYOUT_H_
 #define LIBMARKLIN_LAYOUT_H_
 
index 530a111d7963a4ee1074f6d2f70a778cc98633d6..87effa04e8e35175152bc5de2e88950532a5d55c 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <msp/time/timer.h>
 #include <msp/time/units.h>
 #include "command.h"
index a127a173c3af4a395e0dad757467c7bdc393cbfb..b8d58c29b34a35174780ab661ef5b123e6bc15fc 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LIBMARKLIN_LOCOMOTIVE_H_
 #define LIBMARKLIN_LOCOMOTIVE_H_
 
index 31a995a4c1abd181f8f24087ee426dac4c2a1e27..bfb7bc301feb180785d5c34fca2715efa73e1c0f 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include "locotype.h"
 
 using namespace std;
index bce5c57249ff8f8601e5e78289f8672203240f15..190422ee7ec0b39a67f82169866c98c7646f78be 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LIBMARKLIN_LOCOTYPE_H_
 #define LIBMARKLIN_LOCOTYPE_H_
 
index 98943985db147044acc4fa9b4aee06e9f2fde8d3..7199fc9b940f73d9dcba18b9d08bc45228038bef 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include "route.h"
 
 namespace Marklin {
index 6d2d71034d532fa55301bf619b033d8f31e29489..f1f3664daac74325a98fdbab6db982d7f4f29338 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LIBMARKLIN_ROUTE_H_
 #define LIBMARKLIN_ROUTE_H_
 
index ff9594de60826ca69c2ef7c5660a5c5e6546a754..9b9b5f3656f46868d452a00f52b7d22f415bd8e8 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <msp/time/utils.h>
 #include <msp/time/units.h>
 #include "control.h"
index 9dbb23c2ffb5b8f26e9b1475b6388485f1581f04..930b15fff890be651f82cbe1a0453cfb19f7be1a 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LIBMARKLIN_SENSOR_H_
 #define LIBMARKLIN_SENSOR_H_
 
index 230b268fc22576bb3fdea0dbcb7c03c94ac1b515..61f0d350e60f31e6af3ef0e432c23970dcaeece5 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <cmath>
 #include "track.h"
 #include "tracktype.h"
index 13a98bf51b268d4772dff9d1c7111df54fbea967..c434224b527cf272a31b136eda574d977301700b 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LIBMARKLIN_TRACK_H_
 #define LIBMARKLIN_TRACK_H_
 
index 90bc30c02b5bc105f8e537a41005f44b390ab026..1ef6e753d509d562692e99c7786a6aaa214fe884 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <cmath>
 #include "trackpart.h"
 
index 043dd0d0d78f71db2d7f0bcc37aab40b9080929d..5aa4b0c8b0a487084ba310c37341a21ed34b0c6c 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef MARKLIN_TRACKPART_H_
 #define MARKLIN_TRACKPART_H_
 
index cd832eb1997140e95c9e68eca7910c4d1c90dc6c..0e84a3125ced9bea789757b3e0e92bd880e53a04 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <cmath>
 #include "tracktype.h"
 
index df6ba022caf6addea2cc3ad511c4153bb98fcffc..310d17f4eca60fc748ef79e7d5a6964add537f69 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LIBMARKLIN_TRACKTYPE_H_
 #define LIBMARKLIN_TRACKTYPE_H_
 
index 543c34a8cb1f5e637a15bbefa3062f49761a4f00..29823ffa0109130136a119a814f65eba78b99553 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <msp/time/utils.h>
 #include "control.h"
 #include "layout.h"
index a73e57c99950c44081637ed9513a18c0099309d0..293783f112d8f914dcc027c903c16c4b8d1ae841 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LIBMARKLIN_TRAFFICMANAGER_H_
 #define LIBMARKLIN_TRAFFICMANAGER_H_
 
index 2485c4cec83f45d55febe40a34366593ce2e1f8e..a0943a7c76370d28a3679d24330295154e4d98e6 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <cmath>
 #include <msp/strings/formatter.h>
 #include <msp/time/units.h>
index 0b88d8ac6af6fef6f5fee5af9da7cd51be8d52b7..a27ff8e216f6bb0eda42b46d23c22cd9ef56e5e1 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LIBMARKLIN_TRAIN_H_
 #define LIBMARKLIN_TRAIN_H_
 
index 6f90d47fe1d904182e73284ef0e80662acb3c6e3..ace7976ed6aa808adf72dc053fc5ff49739029de 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <iostream>
 #include <msp/time/timer.h>
 #include <msp/time/units.h>
index dbb689e5f8cfb00d67a011f135bcb034b1b31c49..0928eadc445e48311b9c075a4b483e8374b77c20 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef LIBMARKLIN_TURNOUT_H_
 #define LIBMARKLIN_TURNOUT_H_
 
index 7a4f3bab822f9496b3c8736022b1f08a8f29c718..eac7e447010ef109490d93282367b82f14aec571 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <iostream>
 #include <map>
 #include <msp/core/getopt.h>
index 75d36d9816507e27f38b240f409156dca62db13b..b33e97bca2d8a8494df17ffeae9a5773ad85c998 100644 (file)
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 // Straight
 
 track 24064