From: Mikko Rasa Date: Tue, 8 Jan 2013 12:56:06 +0000 (+0200) Subject: Strip Id tags and copyright notices from files X-Git-Url: http://git.tdb.fi/?p=model-railway-devices.git;a=commitdiff_plain;h=49b6b6ad84ec47b4f9eb9ef131975cc5b72372a2 Strip Id tags and copyright notices from files The license text is now stored in a separate file. --- 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_