]> git.tdb.fi Git - model-railway-devices.git/commitdiff
Strip Id tags and copyright notices from files
authorMikko Rasa <tdb@tdb.fi>
Tue, 8 Jan 2013 12:56:06 +0000 (14:56 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 8 Jan 2013 12:56:06 +0000 (14:56 +0200)
The license text is now stored in a separate file.

13 files changed:
firmware/Makefile
firmware/ctrl.c
firmware/delay.h
firmware/eeprom.c
firmware/eeprom.h
firmware/lcd.c
firmware/lcd.h
firmware/s88w-r.c
firmware/s88w-t.c
firmware/serial.c
firmware/serial.h
firmware/timer.c
firmware/timer.h

index 3f4f4c6c9e637c36c7cee4b7a0ac39c3ffac5201..b92db65dbab59049b86ea27da51269d2d50b4c46 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 MCU := atmega328p
 CLOCK := 16000000
 CC := avr-gcc
index 4e7cb651bc01bf7da3f1ffd729a2a1f19a6c6249..0ac212ef23b3fa27fa3d82c3d4294b35c4e59b2c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #include <avr/io.h>
 #include <avr/interrupt.h>
 
index e4d99854d23e7f6cfcdb13049f5c72aaf160b43c..725d22b5b41fe6ce6bcf00eff5373ae847b533e3 100644 (file)
@@ -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_
 
index 248556e3fb4607e6eebb0d4a4a77890a396c65b0..9027ed02fbf2809f35136b5bbd5dfc278dd8371e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #include <avr/io.h>
 #include "eeprom.h"
 
index cd31babd02968e906c2c27987c69c3c8fa8e2593..903ce960b703eb7ed595c13a707a4a8dfb5f9b49 100644 (file)
@@ -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_
 
index 397ec10f4c5f73c14e5fe8b47d09ef1c69a80f2a..f4e0387aeccdb5f148c0bbc7b89be943b9d29f17 100644 (file)
@@ -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
index 822793d3fc325da8dce9539fb72c35df4ee3baf2..abb1017e4fcd422be5854567c953f3247926e580 100644 (file)
@@ -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_
 
index b537584c19ddb698fe9e44ecc4904de47a44568f..019897483cc63b2b36dc1f6cc79cf151e4064f72 100644 (file)
@@ -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:
index b7d0a94f74a7ce89b8152aaf4a5bc5cd53f30c06..692eac5f6f3e6310c4ba8f8d0fdddb34faf68083 100644 (file)
@@ -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:
index b0f1b1fc39bfa361fba96c896acbcb577e9989f7..2bf6901836064ece4517047dcb8d94f70838d99f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #include <avr/io.h>
 #include "serial.h"
 
index e5bfebe35569c95ec4988293ecd6bc409f158451..04ea50b198fc502c2d4812ddd370746bc2e6ae93 100644 (file)
@@ -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_
 
index b218ed607e038370833867ff092c01b8835e82a5..99625f8c2abd4b6df8ca0dd552b760499d09bf6e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #include <avr/io.h>
 #include "timer.h"
 
index d7252be28fb427bbddba6ee883b34b035131d507..2869caa2ceb24657e4baca029f262fe7bd33542f 100644 (file)
@@ -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_