From d15ac13f2e170f155b4bbd124df48400c339b644 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 8 Jan 2013 14:56:06 +0200 Subject: [PATCH] Strip Id tags and copyright notices from files The license text is now stored in a separate file. --- License.txt | 339 +++++++++++++++++++++++++++ firmware/Makefile | 2 - firmware/ctrl.c | 7 - firmware/delay.h | 7 - firmware/eeprom.c | 7 - firmware/eeprom.h | 7 - firmware/lcd.c | 7 +- firmware/lcd.h | 7 - firmware/s88w-r.c | 7 +- firmware/s88w-t.c | 7 +- firmware/serial.c | 7 - firmware/serial.h | 7 - firmware/timer.c | 7 - firmware/timer.h | 7 - locos.dat | 2 - r2c2.res | 2 - source/3d/axle.cpp | 7 - source/3d/axle.h | 7 - source/3d/bogie.cpp | 7 - source/3d/bogie.h | 7 - source/3d/catalogue.cpp | 7 - source/3d/catalogue.h | 7 - source/3d/endpoint.cpp | 7 - source/3d/endpoint.h | 7 - source/3d/layout.cpp | 7 - source/3d/layout.h | 7 - source/3d/object.h | 7 - source/3d/overlay.cpp | 7 - source/3d/overlay.h | 7 - source/3d/path.cpp | 7 - source/3d/path.h | 7 - source/3d/rod.cpp | 7 - source/3d/rod.h | 7 - source/3d/track.cpp | 7 - source/3d/track.h | 7 - source/3d/tracktype.cpp | 7 - source/3d/tracktype.h | 7 - source/3d/vehicle.cpp | 7 - source/3d/vehicle.h | 7 - source/3d/vehicletype.cpp | 7 - source/3d/vehicletype.h | 7 - source/3d/view.cpp | 7 - source/3d/view.h | 7 - source/designer/cameracontroller.cpp | 7 - source/designer/cameracontroller.h | 7 - source/designer/designer.cpp | 7 - source/designer/designer.h | 7 - source/designer/input.cpp | 7 - source/designer/input.h | 7 - source/designer/layoutbar.cpp | 7 - source/designer/layoutbar.h | 7 - source/designer/manipulator.cpp | 7 - source/designer/manipulator.h | 7 - source/designer/measure.cpp | 7 - source/designer/measure.h | 7 - source/designer/routebar.cpp | 7 - source/designer/routebar.h | 7 - source/designer/selection.cpp | 7 - source/designer/selection.h | 7 - source/designer/svgexporter.cpp | 7 - source/designer/svgexporter.h | 7 - source/designer/toolbar.cpp | 7 - source/designer/toolbar.h | 7 - source/designer/trackbar.cpp | 7 - source/designer/trackbar.h | 7 - source/designer/trackproperties.cpp | 7 - source/designer/trackproperties.h | 7 - source/designer/trackwrap.cpp | 7 - source/designer/trackwrap.h | 7 - source/designer/zonebar.cpp | 7 - source/designer/zonebar.h | 7 - source/designer/zoneproperties.cpp | 7 - source/designer/zoneproperties.h | 7 - source/engineer/dialog.cpp | 7 - source/engineer/dialog.h | 7 - source/engineer/engineer.cpp | 7 - source/engineer/engineer.h | 7 - source/engineer/mainpanel.cpp | 7 - source/engineer/mainpanel.h | 7 - source/engineer/options.cpp | 7 - source/engineer/options.h | 7 - source/engineer/routeselect.cpp | 7 - source/engineer/routeselect.h | 7 - source/engineer/timetabledialog.cpp | 7 - source/engineer/timetabledialog.h | 7 - source/engineer/trainpanel.cpp | 7 - source/engineer/trainpanel.h | 7 - source/engineer/trainproperties.cpp | 7 - source/engineer/trainproperties.h | 7 - source/engineer/trainview.cpp | 7 - source/engineer/trainview.h | 7 - source/libr2c2/aicontrol.cpp | 7 - source/libr2c2/aicontrol.h | 7 - source/libr2c2/articlenumber.cpp | 7 - source/libr2c2/articlenumber.h | 7 - source/libr2c2/block.cpp | 7 - source/libr2c2/block.h | 7 - source/libr2c2/blockiter.cpp | 7 - source/libr2c2/blockiter.h | 7 - source/libr2c2/catalogue.cpp | 7 - source/libr2c2/catalogue.h | 7 - source/libr2c2/centralstation.cpp | 7 - source/libr2c2/centralstation.h | 7 - source/libr2c2/controller.cpp | 7 - source/libr2c2/controller.h | 7 - source/libr2c2/driver.cpp | 7 - source/libr2c2/driver.h | 7 - source/libr2c2/dummy.cpp | 7 - source/libr2c2/dummy.h | 7 - source/libr2c2/geometry.h | 7 - source/libr2c2/intellibox.cpp | 7 - source/libr2c2/intellibox.h | 7 - source/libr2c2/layout.cpp | 7 - source/libr2c2/layout.h | 7 - source/libr2c2/profile.cpp | 7 - source/libr2c2/profile.h | 7 - source/libr2c2/route.cpp | 7 - source/libr2c2/route.h | 7 - source/libr2c2/simplecontroller.cpp | 7 - source/libr2c2/simplecontroller.h | 7 - source/libr2c2/speedquantizer.cpp | 7 - source/libr2c2/speedquantizer.h | 7 - source/libr2c2/timetable.cpp | 7 - source/libr2c2/timetable.h | 7 - source/libr2c2/track.cpp | 7 - source/libr2c2/track.h | 7 - source/libr2c2/trackiter.cpp | 7 - source/libr2c2/trackiter.h | 7 - source/libr2c2/trackpart.cpp | 7 - source/libr2c2/trackpart.h | 7 - source/libr2c2/tracktype.cpp | 7 - source/libr2c2/tracktype.h | 7 - source/libr2c2/train.cpp | 7 - source/libr2c2/train.h | 7 - source/libr2c2/trainai.cpp | 7 - source/libr2c2/trainai.h | 7 - source/libr2c2/trainstatus.cpp | 7 - source/libr2c2/trainstatus.h | 7 - source/libr2c2/vehicle.cpp | 7 - source/libr2c2/vehicle.h | 7 - source/libr2c2/vehicletype.cpp | 7 - source/libr2c2/vehicletype.h | 7 - source/libr2c2/zone.cpp | 7 - source/libr2c2/zone.h | 7 - source/network/client.cpp | 7 - source/network/client.h | 7 - source/network/packets.h | 7 - source/network/protocol.cpp | 7 - source/network/protocol.h | 7 - source/network/server.cpp | 7 - source/network/server.h | 7 - source/network/train.cpp | 7 - source/network/train.h | 7 - source/remote/mainpanel.cpp | 7 - source/remote/mainpanel.h | 7 - source/remote/remote.cpp | 7 - source/remote/remote.h | 7 - source/remote/trainpanel.cpp | 7 - source/remote/trainpanel.h | 7 - source/serial/serial.cpp | 7 - source/serial/serial.h | 7 - source/shoppinglist/main.cpp | 7 - tracks.dat | 2 - wagons.dat | 2 - 164 files changed, 342 insertions(+), 1113 deletions(-) create mode 100644 License.txt diff --git a/License.txt b/License.txt new file mode 100644 index 0000000..d159169 --- /dev/null +++ b/License.txt @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/firmware/Makefile b/firmware/Makefile index 3f4f4c6..b92db65 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -1,5 +1,3 @@ -# $Id$ - MCU := atmega328p CLOCK := 16000000 CC := avr-gcc diff --git a/firmware/ctrl.c b/firmware/ctrl.c index 4e7cb65..0ac212e 100644 --- a/firmware/ctrl.c +++ b/firmware/ctrl.c @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include diff --git a/firmware/delay.h b/firmware/delay.h index e4d9985..725d22b 100644 --- a/firmware/delay.h +++ b/firmware/delay.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef DELAY_H_ #define DELAY_H_ diff --git a/firmware/eeprom.c b/firmware/eeprom.c index 248556e..9027ed0 100644 --- a/firmware/eeprom.c +++ b/firmware/eeprom.c @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "eeprom.h" diff --git a/firmware/eeprom.h b/firmware/eeprom.h index cd31bab..903ce96 100644 --- a/firmware/eeprom.h +++ b/firmware/eeprom.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef EEPROM_H_ #define EEPROM_H_ diff --git a/firmware/lcd.c b/firmware/lcd.c index 397ec10..f4e0387 100644 --- a/firmware/lcd.c +++ b/firmware/lcd.c @@ -1,9 +1,4 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL - +/* ATMega pinout (with LCD_SHIFTREG): B0 - HD44780 RS B1 - HD44780 clock diff --git a/firmware/lcd.h b/firmware/lcd.h index 822793d..abb1017 100644 --- a/firmware/lcd.h +++ b/firmware/lcd.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LCD_H_ #define LCD_H_ diff --git a/firmware/s88w-r.c b/firmware/s88w-r.c index b537584..0198974 100644 --- a/firmware/s88w-r.c +++ b/firmware/s88w-r.c @@ -1,9 +1,4 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL - +/* Firmware for wireless S88 receiver module S88 pinout: diff --git a/firmware/s88w-t.c b/firmware/s88w-t.c index b7d0a94..692eac5 100644 --- a/firmware/s88w-t.c +++ b/firmware/s88w-t.c @@ -1,9 +1,4 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL - +/* Firmware for wireless S88 transmitter module ATMega pinout: diff --git a/firmware/serial.c b/firmware/serial.c index b0f1b1f..2bf6901 100644 --- a/firmware/serial.c +++ b/firmware/serial.c @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "serial.h" diff --git a/firmware/serial.h b/firmware/serial.h index e5bfebe..04ea50b 100644 --- a/firmware/serial.h +++ b/firmware/serial.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef SERIAL_H_ #define SERIAL_H_ diff --git a/firmware/timer.c b/firmware/timer.c index b218ed6..99625f8 100644 --- a/firmware/timer.c +++ b/firmware/timer.c @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "timer.h" diff --git a/firmware/timer.h b/firmware/timer.h index d7252be..2869caa 100644 --- a/firmware/timer.h +++ b/firmware/timer.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TIMER_H_ #define TIMER_H_ diff --git a/locos.dat b/locos.dat index d05b96f..cd7adef 100644 --- a/locos.dat +++ b/locos.dat @@ -1,5 +1,3 @@ -/* $Id$ */ - scale 1 87; gauge 16.5; diff --git a/r2c2.res b/r2c2.res index 642433f..695e405 100644 --- a/r2c2.res +++ b/r2c2.res @@ -1,5 +1,3 @@ -/* $Id$ */ - default_font "dejavu-12.font"; style "root" diff --git a/source/3d/axle.cpp b/source/3d/axle.cpp index c8a6dd5..6b0e1f5 100644 --- a/source/3d/axle.cpp +++ b/source/3d/axle.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "axle.h" diff --git a/source/3d/axle.h b/source/3d/axle.h index 55db1bb..2612528 100644 --- a/source/3d/axle.h +++ b/source/3d/axle.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C23D_AXLE_H_ #define LIBR2C23D_AXLE_H_ diff --git a/source/3d/bogie.cpp b/source/3d/bogie.cpp index 03f7dce..a36fc9b 100644 --- a/source/3d/bogie.cpp +++ b/source/3d/bogie.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "bogie.h" diff --git a/source/3d/bogie.h b/source/3d/bogie.h index a9b9d54..0dac988 100644 --- a/source/3d/bogie.h +++ b/source/3d/bogie.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C23D_BOGIE_H_ #define LIBR2C23D_BOGIE_H_ diff --git a/source/3d/catalogue.cpp b/source/3d/catalogue.cpp index 3f3aa6c..f4e4fd0 100644 --- a/source/3d/catalogue.cpp +++ b/source/3d/catalogue.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/3d/catalogue.h b/source/3d/catalogue.h index f147b78..6b819b7 100644 --- a/source/3d/catalogue.h +++ b/source/3d/catalogue.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_3D_CATALOGUE_H_ #define R2C2_3D_CATALOGUE_H_ diff --git a/source/3d/endpoint.cpp b/source/3d/endpoint.cpp index 5b7f810..e851007 100644 --- a/source/3d/endpoint.cpp +++ b/source/3d/endpoint.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/3d/endpoint.h b/source/3d/endpoint.h index a3074d1..dd11d1c 100644 --- a/source/3d/endpoint.h +++ b/source/3d/endpoint.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_3D_ENDPOINT_H_ #define R2C2_3D_ENDPOINT_H_ diff --git a/source/3d/layout.cpp b/source/3d/layout.cpp index 2881e8d..266c921 100644 --- a/source/3d/layout.cpp +++ b/source/3d/layout.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "layout.h" #include "track.h" #include "vehicle.h" diff --git a/source/3d/layout.h b/source/3d/layout.h index 6dbdb7b..76f1b91 100644 --- a/source/3d/layout.h +++ b/source/3d/layout.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_3D_LAYOUT_H_ #define R2C2_3D_LAYOUT_H_ diff --git a/source/3d/object.h b/source/3d/object.h index 3da0cf3..aa66987 100644 --- a/source/3d/object.h +++ b/source/3d/object.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_3D_OBJECT_H_ #define R2C2_3D_OBJECT_H_ diff --git a/source/3d/overlay.cpp b/source/3d/overlay.cpp index 6065dbf..cf0cd26 100644 --- a/source/3d/overlay.cpp +++ b/source/3d/overlay.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/3d/overlay.h b/source/3d/overlay.h index e9ed52a..d39b30e 100644 --- a/source/3d/overlay.h +++ b/source/3d/overlay.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_3D_OVERLAY_H_ #define R2C2_3D_OVERLAY_H_ diff --git a/source/3d/path.cpp b/source/3d/path.cpp index 1a1a16b..98ead14 100644 --- a/source/3d/path.cpp +++ b/source/3d/path.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "libr2c2/tracktype.h" diff --git a/source/3d/path.h b/source/3d/path.h index 029e7eb..58dae24 100644 --- a/source/3d/path.h +++ b/source/3d/path.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_3D_PATH_H_ #define R2C2_3D_PATH_H_ diff --git a/source/3d/rod.cpp b/source/3d/rod.cpp index 86a6a9c..c59dd83 100644 --- a/source/3d/rod.cpp +++ b/source/3d/rod.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "rod.h" diff --git a/source/3d/rod.h b/source/3d/rod.h index 6a32510..7d1403f 100644 --- a/source/3d/rod.h +++ b/source/3d/rod.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C23D_ROD_H_ #define LIBR2C23D_ROD_H_ diff --git a/source/3d/track.cpp b/source/3d/track.cpp index cd17b81..793dec5 100644 --- a/source/3d/track.cpp +++ b/source/3d/track.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/3d/track.h b/source/3d/track.h index 66382bc..3ad7667 100644 --- a/source/3d/track.h +++ b/source/3d/track.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_3D_TRACK_H_ #define R2C2_3D_TRACK_H_ diff --git a/source/3d/tracktype.cpp b/source/3d/tracktype.cpp index a60c9a6..cf33d05 100644 --- a/source/3d/tracktype.cpp +++ b/source/3d/tracktype.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/3d/tracktype.h b/source/3d/tracktype.h index e43dc42..a0f4e4e 100644 --- a/source/3d/tracktype.h +++ b/source/3d/tracktype.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_3D_TRACKTYPE_H_ #define R2C2_3D_TRACKTYPE_H_ diff --git a/source/3d/vehicle.cpp b/source/3d/vehicle.cpp index 8e3da13..4e5965b 100644 --- a/source/3d/vehicle.cpp +++ b/source/3d/vehicle.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/3d/vehicle.h b/source/3d/vehicle.h index 36853c9..aa5042e 100644 --- a/source/3d/vehicle.h +++ b/source/3d/vehicle.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C23D_VEHICLE_H_ #define LIBR2C23D_VEHICLE_H_ diff --git a/source/3d/vehicletype.cpp b/source/3d/vehicletype.cpp index 162b2c4..9cbfa28 100644 --- a/source/3d/vehicletype.cpp +++ b/source/3d/vehicletype.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/3d/vehicletype.h b/source/3d/vehicletype.h index f65a1d6..b779fa4 100644 --- a/source/3d/vehicletype.h +++ b/source/3d/vehicletype.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C23D_VEHICLETYPE_H_ #define LIBR2C23D_VEHICLETYPE_H_ diff --git a/source/3d/view.cpp b/source/3d/view.cpp index 006abda..002d480 100644 --- a/source/3d/view.cpp +++ b/source/3d/view.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "layout.h" #include "track.h" diff --git a/source/3d/view.h b/source/3d/view.h index f18f0a1..f3e359c 100644 --- a/source/3d/view.h +++ b/source/3d/view.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_3D_VIEW_H_ #define R2C2_3D_VIEW_H_ diff --git a/source/designer/cameracontroller.cpp b/source/designer/cameracontroller.cpp index 4706cee..b1fa64b 100644 --- a/source/designer/cameracontroller.cpp +++ b/source/designer/cameracontroller.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "3d/layout.h" diff --git a/source/designer/cameracontroller.h b/source/designer/cameracontroller.h index a2ef86d..682b59c 100644 --- a/source/designer/cameracontroller.h +++ b/source/designer/cameracontroller.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef CAMERACONTROLLER_H_ #define CAMERACONTROLLER_H_ diff --git a/source/designer/designer.cpp b/source/designer/designer.cpp index 366a948..76a31a5 100644 --- a/source/designer/designer.cpp +++ b/source/designer/designer.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/designer/designer.h b/source/designer/designer.h index cbf01d0..0e7fe45 100644 --- a/source/designer/designer.h +++ b/source/designer/designer.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef DESIGNER_H_ #define DESIGNER_H_ diff --git a/source/designer/input.cpp b/source/designer/input.cpp index 9476bad..8ad9ef3 100644 --- a/source/designer/input.cpp +++ b/source/designer/input.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2008, 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/designer/input.h b/source/designer/input.h index a9ecfe1..bd9423b 100644 --- a/source/designer/input.h +++ b/source/designer/input.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2008, 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef INPUT_H_ #define INPUT_H_ diff --git a/source/designer/layoutbar.cpp b/source/designer/layoutbar.cpp index 3e17eac..7e27b02 100644 --- a/source/designer/layoutbar.cpp +++ b/source/designer/layoutbar.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "designer.h" #include "layoutbar.h" diff --git a/source/designer/layoutbar.h b/source/designer/layoutbar.h index 20a129c..0641c5b 100644 --- a/source/designer/layoutbar.h +++ b/source/designer/layoutbar.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LAYOUTBAR_H_ #define LAYOUTBAR_H_ diff --git a/source/designer/manipulator.cpp b/source/designer/manipulator.cpp index 01633fa..204226e 100644 --- a/source/designer/manipulator.cpp +++ b/source/designer/manipulator.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/designer/manipulator.h b/source/designer/manipulator.h index d8c3986..965c21f 100644 --- a/source/designer/manipulator.h +++ b/source/designer/manipulator.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef MANIPULATOR_H_ #define MANIPULATOR_H_ diff --git a/source/designer/measure.cpp b/source/designer/measure.cpp index e5e5abb..442558d 100644 --- a/source/designer/measure.cpp +++ b/source/designer/measure.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "designer.h" diff --git a/source/designer/measure.h b/source/designer/measure.h index fc675a6..69442d8 100644 --- a/source/designer/measure.h +++ b/source/designer/measure.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef MEASURE_H_ #define MEASURE_H_ diff --git a/source/designer/routebar.cpp b/source/designer/routebar.cpp index 7749364..2cc9058 100644 --- a/source/designer/routebar.cpp +++ b/source/designer/routebar.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "libr2c2/route.h" #include "designer.h" diff --git a/source/designer/routebar.h b/source/designer/routebar.h index 07ca3ea..85af6bd 100644 --- a/source/designer/routebar.h +++ b/source/designer/routebar.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef ROUTEBAR_H_ #define ROUTEBAR_H_ diff --git a/source/designer/selection.cpp b/source/designer/selection.cpp index 604890b..855b41c 100644 --- a/source/designer/selection.cpp +++ b/source/designer/selection.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "libr2c2/block.h" #include "selection.h" diff --git a/source/designer/selection.h b/source/designer/selection.h index a3d8b30..acf8bf6 100644 --- a/source/designer/selection.h +++ b/source/designer/selection.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef SELECTION_H_ #define SELECTION_H_ diff --git a/source/designer/svgexporter.cpp b/source/designer/svgexporter.cpp index a9ba131..4cf9ef4 100644 --- a/source/designer/svgexporter.cpp +++ b/source/designer/svgexporter.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "libr2c2/catalogue.h" diff --git a/source/designer/svgexporter.h b/source/designer/svgexporter.h index 38d77a9..e498d3d 100644 --- a/source/designer/svgexporter.h +++ b/source/designer/svgexporter.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef SVGEXPORTER_H_ #define SVGEXPORTER_H_ diff --git a/source/designer/toolbar.cpp b/source/designer/toolbar.cpp index a4046f5..950cfc5 100644 --- a/source/designer/toolbar.cpp +++ b/source/designer/toolbar.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "toolbar.h" using namespace std; diff --git a/source/designer/toolbar.h b/source/designer/toolbar.h index 5a2d86c..25eab21 100644 --- a/source/designer/toolbar.h +++ b/source/designer/toolbar.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TOOLBAR_H_ #define TOOLBAR_H_ diff --git a/source/designer/trackbar.cpp b/source/designer/trackbar.cpp index b05f3c8..71e77a9 100644 --- a/source/designer/trackbar.cpp +++ b/source/designer/trackbar.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "designer.h" #include "trackbar.h" diff --git a/source/designer/trackbar.h b/source/designer/trackbar.h index 7123a19..30f74d1 100644 --- a/source/designer/trackbar.h +++ b/source/designer/trackbar.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TRACKBAR_H_ #define TRACKBAR_H_ diff --git a/source/designer/trackproperties.cpp b/source/designer/trackproperties.cpp index ce806c5..8d21bfc 100644 --- a/source/designer/trackproperties.cpp +++ b/source/designer/trackproperties.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "libr2c2/tracktype.h" diff --git a/source/designer/trackproperties.h b/source/designer/trackproperties.h index a1fe450..1e31951 100644 --- a/source/designer/trackproperties.h +++ b/source/designer/trackproperties.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TRACKPROPERTIES_H_ #define TRACKPROPERTIES_H_ diff --git a/source/designer/trackwrap.cpp b/source/designer/trackwrap.cpp index 47225e3..1f620f3 100644 --- a/source/designer/trackwrap.cpp +++ b/source/designer/trackwrap.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "3d/tracktype.h" diff --git a/source/designer/trackwrap.h b/source/designer/trackwrap.h index 8a72892..480e7bb 100644 --- a/source/designer/trackwrap.h +++ b/source/designer/trackwrap.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TRACKWRAP_H_ #define TRACKWRAP_H_ diff --git a/source/designer/zonebar.cpp b/source/designer/zonebar.cpp index 88119c7..4925b9e 100644 --- a/source/designer/zonebar.cpp +++ b/source/designer/zonebar.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "libr2c2/zone.h" #include "designer.h" diff --git a/source/designer/zonebar.h b/source/designer/zonebar.h index c9a7580..2b48b1c 100644 --- a/source/designer/zonebar.h +++ b/source/designer/zonebar.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef ZONEBAR_H_ #define ZONEBAR_H_ diff --git a/source/designer/zoneproperties.cpp b/source/designer/zoneproperties.cpp index 8ddc338..91b8868 100644 --- a/source/designer/zoneproperties.cpp +++ b/source/designer/zoneproperties.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "zoneproperties.h" diff --git a/source/designer/zoneproperties.h b/source/designer/zoneproperties.h index fe58c9f..a69d02a 100644 --- a/source/designer/zoneproperties.h +++ b/source/designer/zoneproperties.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef ZONEPROPERTIES_H_ #define ZONEPROPERTIES_H_ diff --git a/source/engineer/dialog.cpp b/source/engineer/dialog.cpp index 2d2bae3..61eb468 100644 --- a/source/engineer/dialog.cpp +++ b/source/engineer/dialog.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "dialog.h" using namespace Msp; diff --git a/source/engineer/dialog.h b/source/engineer/dialog.h index 0299287..266a76a 100644 --- a/source/engineer/dialog.h +++ b/source/engineer/dialog.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef DIALOG_H_ #define DIALOG_H_ diff --git a/source/engineer/engineer.cpp b/source/engineer/engineer.cpp index 40011ce..a6644ab 100644 --- a/source/engineer/engineer.cpp +++ b/source/engineer/engineer.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/engineer/engineer.h b/source/engineer/engineer.h index 944c390..2ec017b 100644 --- a/source/engineer/engineer.h +++ b/source/engineer/engineer.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef ENGINEER_H_ #define ENGINEER_H_ diff --git a/source/engineer/mainpanel.cpp b/source/engineer/mainpanel.cpp index 667e95f..0071f4b 100644 --- a/source/engineer/mainpanel.cpp +++ b/source/engineer/mainpanel.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "libr2c2/driver.h" #include "engineer.h" diff --git a/source/engineer/mainpanel.h b/source/engineer/mainpanel.h index a4b62b7..4501be7 100644 --- a/source/engineer/mainpanel.h +++ b/source/engineer/mainpanel.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef MAINPANEL_H_ #define MAINPANEL_H_ diff --git a/source/engineer/options.cpp b/source/engineer/options.cpp index b5c36cd..42fa8b6 100644 --- a/source/engineer/options.cpp +++ b/source/engineer/options.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/engineer/options.h b/source/engineer/options.h index e35cc92..ddeb62e 100644 --- a/source/engineer/options.h +++ b/source/engineer/options.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef OPTIONS_H_ #define OPTIONS_H_ diff --git a/source/engineer/routeselect.cpp b/source/engineer/routeselect.cpp index 00bf6cf..47259e3 100644 --- a/source/engineer/routeselect.cpp +++ b/source/engineer/routeselect.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "engineer.h" #include "libr2c2/route.h" diff --git a/source/engineer/routeselect.h b/source/engineer/routeselect.h index 6552175..e8dcbf7 100644 --- a/source/engineer/routeselect.h +++ b/source/engineer/routeselect.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef ROUTESELECT_H_ #define ROUTESELECT_H_ diff --git a/source/engineer/timetabledialog.cpp b/source/engineer/timetabledialog.cpp index 2e50099..1d0842a 100644 --- a/source/engineer/timetabledialog.cpp +++ b/source/engineer/timetabledialog.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/engineer/timetabledialog.h b/source/engineer/timetabledialog.h index 9c06fc8..98afc20 100644 --- a/source/engineer/timetabledialog.h +++ b/source/engineer/timetabledialog.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TIMETABLEDIALOG_H_ #define TIMETABLEDIALOG_H_ diff --git a/source/engineer/trainpanel.cpp b/source/engineer/trainpanel.cpp index 10208bf..3d0b0b8 100644 --- a/source/engineer/trainpanel.cpp +++ b/source/engineer/trainpanel.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "libr2c2/aicontrol.h" diff --git a/source/engineer/trainpanel.h b/source/engineer/trainpanel.h index ba65fb8..406e1a6 100644 --- a/source/engineer/trainpanel.h +++ b/source/engineer/trainpanel.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TRAINPANEL_H_ #define TRAINPANEL_H_ diff --git a/source/engineer/trainproperties.cpp b/source/engineer/trainproperties.cpp index 9686dee..f36035f 100644 --- a/source/engineer/trainproperties.cpp +++ b/source/engineer/trainproperties.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/engineer/trainproperties.h b/source/engineer/trainproperties.h index 2445833..8cd0b2f 100644 --- a/source/engineer/trainproperties.h +++ b/source/engineer/trainproperties.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2009 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TRAINPROPERTIES_H_ #define TRAINPROPERTIES_H_ diff --git a/source/engineer/trainview.cpp b/source/engineer/trainview.cpp index a2dedf9..c3d96fd 100644 --- a/source/engineer/trainview.cpp +++ b/source/engineer/trainview.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/engineer/trainview.h b/source/engineer/trainview.h index c7ba7b9..4e0cb39 100644 --- a/source/engineer/trainview.h +++ b/source/engineer/trainview.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TRAINVIEW_H_ #define TRAINVIEW_H_ diff --git a/source/libr2c2/aicontrol.cpp b/source/libr2c2/aicontrol.cpp index e5bed9c..3e31aaf 100644 --- a/source/libr2c2/aicontrol.cpp +++ b/source/libr2c2/aicontrol.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "aicontrol.h" #include "catalogue.h" #include "layout.h" diff --git a/source/libr2c2/aicontrol.h b/source/libr2c2/aicontrol.h index 01429cd..7560b99 100644 --- a/source/libr2c2/aicontrol.h +++ b/source/libr2c2/aicontrol.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_AICONTROL_H_ #define LIBR2C2_AICONTROL_H_ diff --git a/source/libr2c2/articlenumber.cpp b/source/libr2c2/articlenumber.cpp index 45e526c..1a8d63a 100644 --- a/source/libr2c2/articlenumber.cpp +++ b/source/libr2c2/articlenumber.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "articlenumber.h" diff --git a/source/libr2c2/articlenumber.h b/source/libr2c2/articlenumber.h index cf69c42..c493967 100644 --- a/source/libr2c2/articlenumber.h +++ b/source/libr2c2/articlenumber.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_ARTICLENUMBER_H_ #define LIBR2C2_ARTICLENUMBER_H_ diff --git a/source/libr2c2/block.cpp b/source/libr2c2/block.cpp index 57cb4d3..ec313d9 100644 --- a/source/libr2c2/block.cpp +++ b/source/libr2c2/block.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "block.h" diff --git a/source/libr2c2/block.h b/source/libr2c2/block.h index 3592992..f8ba193 100644 --- a/source/libr2c2/block.h +++ b/source/libr2c2/block.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_BLOCK_H_ #define LIBR2C2_BLOCK_H_ diff --git a/source/libr2c2/blockiter.cpp b/source/libr2c2/blockiter.cpp index db052ac..c39f88e 100644 --- a/source/libr2c2/blockiter.cpp +++ b/source/libr2c2/blockiter.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "block.h" #include "blockiter.h" diff --git a/source/libr2c2/blockiter.h b/source/libr2c2/blockiter.h index 5c235a5..1e8a383 100644 --- a/source/libr2c2/blockiter.h +++ b/source/libr2c2/blockiter.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_BLOCKITER_H_ #define LIBR2C2_BLOCKITER_H_ diff --git a/source/libr2c2/catalogue.cpp b/source/libr2c2/catalogue.cpp index 70a3985..df59a0e 100644 --- a/source/libr2c2/catalogue.cpp +++ b/source/libr2c2/catalogue.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "catalogue.h" diff --git a/source/libr2c2/catalogue.h b/source/libr2c2/catalogue.h index 5ac3665..73ad4e8 100644 --- a/source/libr2c2/catalogue.h +++ b/source/libr2c2/catalogue.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_CATALOGUE_H_ #define LIBR2C2_CATALOGUE_H_ diff --git a/source/libr2c2/centralstation.cpp b/source/libr2c2/centralstation.cpp index 2e605ba..a41a494 100644 --- a/source/libr2c2/centralstation.cpp +++ b/source/libr2c2/centralstation.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/libr2c2/centralstation.h b/source/libr2c2/centralstation.h index 90f4471..4554d14 100644 --- a/source/libr2c2/centralstation.h +++ b/source/libr2c2/centralstation.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_CENTRALSTATION_H_ #define LIBR2C2_CENTRALSTATION_H_ diff --git a/source/libr2c2/controller.cpp b/source/libr2c2/controller.cpp index 480abc2..660363d 100644 --- a/source/libr2c2/controller.cpp +++ b/source/libr2c2/controller.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "controller.h" diff --git a/source/libr2c2/controller.h b/source/libr2c2/controller.h index 92564e4..404fe58 100644 --- a/source/libr2c2/controller.h +++ b/source/libr2c2/controller.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_CONTROLLER_H_ #define LIBR2C2_CONTROLLER_H_ diff --git a/source/libr2c2/driver.cpp b/source/libr2c2/driver.cpp index a587b96..22b241c 100644 --- a/source/libr2c2/driver.cpp +++ b/source/libr2c2/driver.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "centralstation.h" #include "driver.h" diff --git a/source/libr2c2/driver.h b/source/libr2c2/driver.h index e8d27f0..ec143e8 100644 --- a/source/libr2c2/driver.h +++ b/source/libr2c2/driver.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_DRIVER_H_ #define LIBR2C2_DRIVER_H_ diff --git a/source/libr2c2/dummy.cpp b/source/libr2c2/dummy.cpp index 9c78234..99e4a5e 100644 --- a/source/libr2c2/dummy.cpp +++ b/source/libr2c2/dummy.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "dummy.h" using namespace std; diff --git a/source/libr2c2/dummy.h b/source/libr2c2/dummy.h index d388ca6..1ec39b7 100644 --- a/source/libr2c2/dummy.h +++ b/source/libr2c2/dummy.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_DUMMY_H_ #define LIBR2C2_DUMMY_H_ diff --git a/source/libr2c2/geometry.h b/source/libr2c2/geometry.h index 8519499..67c5412 100644 --- a/source/libr2c2/geometry.h +++ b/source/libr2c2/geometry.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_GEOMETRY_H_ #define LIBR2C2_GEOMETRY_H_ diff --git a/source/libr2c2/intellibox.cpp b/source/libr2c2/intellibox.cpp index ebaac8d..732e164 100644 --- a/source/libr2c2/intellibox.cpp +++ b/source/libr2c2/intellibox.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/libr2c2/intellibox.h b/source/libr2c2/intellibox.h index e5f63de..be25860 100644 --- a/source/libr2c2/intellibox.h +++ b/source/libr2c2/intellibox.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_INTELLIBOX_H_ #define LIBR2C2_INTELLIBOX_H_ diff --git a/source/libr2c2/layout.cpp b/source/libr2c2/layout.cpp index df6989d..df8ce74 100644 --- a/source/libr2c2/layout.cpp +++ b/source/libr2c2/layout.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/libr2c2/layout.h b/source/libr2c2/layout.h index a404231..02a4654 100644 --- a/source/libr2c2/layout.h +++ b/source/libr2c2/layout.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_LAYOUT_H_ #define LIBR2C2_LAYOUT_H_ diff --git a/source/libr2c2/profile.cpp b/source/libr2c2/profile.cpp index 96b06a2..2741cac 100644 --- a/source/libr2c2/profile.cpp +++ b/source/libr2c2/profile.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "profile.h" diff --git a/source/libr2c2/profile.h b/source/libr2c2/profile.h index 9f56b2d..fd8c01c 100644 --- a/source/libr2c2/profile.h +++ b/source/libr2c2/profile.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_PROFILE_H_ #define LIBR2C2_PROFILE_H_ diff --git a/source/libr2c2/route.cpp b/source/libr2c2/route.cpp index ad6f811..61117f5 100644 --- a/source/libr2c2/route.cpp +++ b/source/libr2c2/route.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2007-2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "layout.h" diff --git a/source/libr2c2/route.h b/source/libr2c2/route.h index 5c87971..4f5d056 100644 --- a/source/libr2c2/route.h +++ b/source/libr2c2/route.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2007-2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_ROUTE_H_ #define LIBR2C2_ROUTE_H_ diff --git a/source/libr2c2/simplecontroller.cpp b/source/libr2c2/simplecontroller.cpp index e7d9352..b53b291 100644 --- a/source/libr2c2/simplecontroller.cpp +++ b/source/libr2c2/simplecontroller.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "simplecontroller.h" diff --git a/source/libr2c2/simplecontroller.h b/source/libr2c2/simplecontroller.h index 1b3d7dd..10b6faa 100644 --- a/source/libr2c2/simplecontroller.h +++ b/source/libr2c2/simplecontroller.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_SIMPLECONTROLLER_H_ #define LIBR2C2_SIMPLECONTROLLER_H_ diff --git a/source/libr2c2/speedquantizer.cpp b/source/libr2c2/speedquantizer.cpp index acd1983..1098d43 100644 --- a/source/libr2c2/speedquantizer.cpp +++ b/source/libr2c2/speedquantizer.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "speedquantizer.h" using namespace std; diff --git a/source/libr2c2/speedquantizer.h b/source/libr2c2/speedquantizer.h index 2f9aedd..c118967 100644 --- a/source/libr2c2/speedquantizer.h +++ b/source/libr2c2/speedquantizer.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_SPEEDQUANTIZER_H_ #define LIBR2C2_SPEEDQUANTIZER_H_ diff --git a/source/libr2c2/timetable.cpp b/source/libr2c2/timetable.cpp index dcdbb00..a6c624c 100644 --- a/source/libr2c2/timetable.cpp +++ b/source/libr2c2/timetable.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "block.h" diff --git a/source/libr2c2/timetable.h b/source/libr2c2/timetable.h index b2f4fae..9c99705 100644 --- a/source/libr2c2/timetable.h +++ b/source/libr2c2/timetable.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_TIMETABLE_H_ #define LIBR2C2_TIMETABLE_H_ diff --git a/source/libr2c2/track.cpp b/source/libr2c2/track.cpp index b2d3e63..cf496c4 100644 --- a/source/libr2c2/track.cpp +++ b/source/libr2c2/track.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "block.h" #include "catalogue.h" diff --git a/source/libr2c2/track.h b/source/libr2c2/track.h index df40325..326c2e2 100644 --- a/source/libr2c2/track.h +++ b/source/libr2c2/track.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_TRACK_H_ #define LIBR2C2_TRACK_H_ diff --git a/source/libr2c2/trackiter.cpp b/source/libr2c2/trackiter.cpp index 3c6295b..c5663f2 100644 --- a/source/libr2c2/trackiter.cpp +++ b/source/libr2c2/trackiter.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "track.h" diff --git a/source/libr2c2/trackiter.h b/source/libr2c2/trackiter.h index 1dce02a..63d98e2 100644 --- a/source/libr2c2/trackiter.h +++ b/source/libr2c2/trackiter.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_TRACKITER_H_ #define LIBR2C2_TRACKITER_H_ diff --git a/source/libr2c2/trackpart.cpp b/source/libr2c2/trackpart.cpp index d60d374..79e183b 100644 --- a/source/libr2c2/trackpart.cpp +++ b/source/libr2c2/trackpart.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "trackpart.h" diff --git a/source/libr2c2/trackpart.h b/source/libr2c2/trackpart.h index ebe353c..4622905 100644 --- a/source/libr2c2/trackpart.h +++ b/source/libr2c2/trackpart.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_TRACKPART_H_ #define LIBR2C2_TRACKPART_H_ diff --git a/source/libr2c2/tracktype.cpp b/source/libr2c2/tracktype.cpp index 5b41e1f..b6971ca 100644 --- a/source/libr2c2/tracktype.cpp +++ b/source/libr2c2/tracktype.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "tracktype.h" diff --git a/source/libr2c2/tracktype.h b/source/libr2c2/tracktype.h index 7eb2bdc..cc0cc51 100644 --- a/source/libr2c2/tracktype.h +++ b/source/libr2c2/tracktype.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_TRACKTYPE_H_ #define LIBR2C2_TRACKTYPE_H_ diff --git a/source/libr2c2/train.cpp b/source/libr2c2/train.cpp index 415d491..620931d 100644 --- a/source/libr2c2/train.cpp +++ b/source/libr2c2/train.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/libr2c2/train.h b/source/libr2c2/train.h index c60b8c0..e5bc5d2 100644 --- a/source/libr2c2/train.h +++ b/source/libr2c2/train.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_TRAIN_H_ #define LIBR2C2_TRAIN_H_ diff --git a/source/libr2c2/trainai.cpp b/source/libr2c2/trainai.cpp index a187216..ed3766c 100644 --- a/source/libr2c2/trainai.cpp +++ b/source/libr2c2/trainai.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "train.h" #include "trainai.h" diff --git a/source/libr2c2/trainai.h b/source/libr2c2/trainai.h index 4f9d99c..c3e1655 100644 --- a/source/libr2c2/trainai.h +++ b/source/libr2c2/trainai.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_TRAINAI_H_ #define LIBR2C2_TRAINAI_H_ diff --git a/source/libr2c2/trainstatus.cpp b/source/libr2c2/trainstatus.cpp index 777bc76..5c3ba62 100644 --- a/source/libr2c2/trainstatus.cpp +++ b/source/libr2c2/trainstatus.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "catalogue.h" #include "layout.h" diff --git a/source/libr2c2/trainstatus.h b/source/libr2c2/trainstatus.h index 8a10121..40ad5c7 100644 --- a/source/libr2c2/trainstatus.h +++ b/source/libr2c2/trainstatus.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_TRAINSTATUS_H_ #define LIBR2C2_TRAINSTATUS_H_ diff --git a/source/libr2c2/vehicle.cpp b/source/libr2c2/vehicle.cpp index b7355c6..6b89fa8 100644 --- a/source/libr2c2/vehicle.cpp +++ b/source/libr2c2/vehicle.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "catalogue.h" #include "driver.h" diff --git a/source/libr2c2/vehicle.h b/source/libr2c2/vehicle.h index ce56666..f459d32 100644 --- a/source/libr2c2/vehicle.h +++ b/source/libr2c2/vehicle.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_VEHICLE_H_ #define LIBR2C2_VEHICLE_H_ diff --git a/source/libr2c2/vehicletype.cpp b/source/libr2c2/vehicletype.cpp index 6c9d387..c6c3992 100644 --- a/source/libr2c2/vehicletype.cpp +++ b/source/libr2c2/vehicletype.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "vehicletype.h" using namespace std; diff --git a/source/libr2c2/vehicletype.h b/source/libr2c2/vehicletype.h index 949195d..d9afdbc 100644 --- a/source/libr2c2/vehicletype.h +++ b/source/libr2c2/vehicletype.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_VEHICLETYPE_H_ #define LIBR2C2_VEHICLETYPE_H_ diff --git a/source/libr2c2/zone.cpp b/source/libr2c2/zone.cpp index 4b95da5..dc0bf6e 100644 --- a/source/libr2c2/zone.cpp +++ b/source/libr2c2/zone.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "block.h" #include "layout.h" diff --git a/source/libr2c2/zone.h b/source/libr2c2/zone.h index 98feb67..9ff1ba6 100644 --- a/source/libr2c2/zone.h +++ b/source/libr2c2/zone.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_ZONE_H_ #define LIBR2C2_ZONE_H_ diff --git a/source/network/client.cpp b/source/network/client.cpp index ac4f018..7c58325 100644 --- a/source/network/client.cpp +++ b/source/network/client.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "client.h" using namespace std; diff --git a/source/network/client.h b/source/network/client.h index a9ced6f..a8f043e 100644 --- a/source/network/client.h +++ b/source/network/client.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_NET_CLIENT_H_ #define R2C2_NET_CLIENT_H_ diff --git a/source/network/packets.h b/source/network/packets.h index 0670121..f720dcc 100644 --- a/source/network/packets.h +++ b/source/network/packets.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_NET_PACKETS_H_ #define R2C2_NET_PACKETS_H_ diff --git a/source/network/protocol.cpp b/source/network/protocol.cpp index ee0a1b0..2cd893e 100644 --- a/source/network/protocol.cpp +++ b/source/network/protocol.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "packets.h" #include "protocol.h" diff --git a/source/network/protocol.h b/source/network/protocol.h index 7ed85fe..0faaa79 100644 --- a/source/network/protocol.h +++ b/source/network/protocol.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_NET_PROTOCOL_H_ #define R2C2_NET_PROTOCOL_H_ diff --git a/source/network/server.cpp b/source/network/server.cpp index df40b3f..c9a56e3 100644 --- a/source/network/server.cpp +++ b/source/network/server.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "libr2c2/driver.h" #include "libr2c2/route.h" diff --git a/source/network/server.h b/source/network/server.h index badced0..16022ba 100644 --- a/source/network/server.h +++ b/source/network/server.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_NET_SERVER_H_ #define R2C2_NET_SERVER_H_ diff --git a/source/network/train.cpp b/source/network/train.cpp index df9367e..eb95637 100644 --- a/source/network/train.cpp +++ b/source/network/train.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "client.h" #include "train.h" diff --git a/source/network/train.h b/source/network/train.h index bffa8a2..948af2f 100644 --- a/source/network/train.h +++ b/source/network/train.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_NET_TRAIN_H_ #define R2C2_NET_TRAIN_H_ diff --git a/source/remote/mainpanel.cpp b/source/remote/mainpanel.cpp index 62c9208..93724a2 100644 --- a/source/remote/mainpanel.cpp +++ b/source/remote/mainpanel.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include "mainpanel.h" using namespace std; diff --git a/source/remote/mainpanel.h b/source/remote/mainpanel.h index 05c0984..6c156cf 100644 --- a/source/remote/mainpanel.h +++ b/source/remote/mainpanel.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef MAINPANEL_H_ #define MAINPANEL_H_ diff --git a/source/remote/remote.cpp b/source/remote/remote.cpp index e538477..07395da 100644 --- a/source/remote/remote.cpp +++ b/source/remote/remote.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/source/remote/remote.h b/source/remote/remote.h index 14e9ef6..b4c5c12 100644 --- a/source/remote/remote.h +++ b/source/remote/remote.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef REMOTE_H_ #define REMOTE_H_ diff --git a/source/remote/trainpanel.cpp b/source/remote/trainpanel.cpp index f0d6d14..26963a0 100644 --- a/source/remote/trainpanel.cpp +++ b/source/remote/trainpanel.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009-2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include "remote.h" diff --git a/source/remote/trainpanel.h b/source/remote/trainpanel.h index 816d2a0..1cf7151 100644 --- a/source/remote/trainpanel.h +++ b/source/remote/trainpanel.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009-2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TRAINPANEL_H_ #define TRAINPANEL_H_ diff --git a/source/serial/serial.cpp b/source/serial/serial.cpp index e812a99..13ffd9b 100644 --- a/source/serial/serial.cpp +++ b/source/serial/serial.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include "serial.h" diff --git a/source/serial/serial.h b/source/serial/serial.h index b40a0b9..b1f1908 100644 --- a/source/serial/serial.h +++ b/source/serial/serial.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef SERIAL_H_ #define SERIAL_H_ diff --git a/source/shoppinglist/main.cpp b/source/shoppinglist/main.cpp index f82a97e..ff281e6 100644 --- a/source/shoppinglist/main.cpp +++ b/source/shoppinglist/main.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #include #include #include diff --git a/tracks.dat b/tracks.dat index 8a3c9ec..0573c4b 100644 --- a/tracks.dat +++ b/tracks.dat @@ -1,5 +1,3 @@ -/* $Id$ */ - scale 1 87; gauge 16.5; rail_profile diff --git a/wagons.dat b/wagons.dat index ab789b0..3ba5d40 100644 --- a/wagons.dat +++ b/wagons.dat @@ -1,5 +1,3 @@ -/* $Id$ */ - scale 1 87; gauge 16.5; -- 2.43.0