From 79405cbe8f67a817011570d29952cf4dd139343b Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Thu, 16 Nov 2017 22:11:26 +0000 Subject: AVR: Correct the email address on all makefile. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11026 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/AVR/NIL-ARDUINO-MEGA/Makefile | 2 +- demos/AVR/NIL-ARDUINO-MINI/Makefile | 2 +- demos/AVR/NIL-ARDUINO-NANO/Makefile | 2 +- demos/AVR/NIL-ARDUINO-UNO/Makefile | 2 +- demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile | 2 +- demos/AVR/NIL-MT-DB-X4/Makefile | 2 +- demos/AVR/RT-ARDUINO-LEONARDO/Makefile | 2 +- demos/AVR/RT-ARDUINO-MEGA/Makefile | 2 +- demos/AVR/RT-ARDUINO-MINI/Makefile | 2 +- demos/AVR/RT-ARDUINO-NANO/Makefile | 2 +- demos/AVR/RT-ARDUINO-UNO/Makefile | 2 +- demos/AVR/RT-DIGISPARK-ATTINY-167/Makefile | 2 +- demos/AVR/RT-MT-DB-X4/Makefile | 2 +- demos/AVR/RT-PRO-MICRO/Makefile | 2 +- demos/AVR/RT-TEENSY2-USB/Makefile | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'demos') diff --git a/demos/AVR/NIL-ARDUINO-MEGA/Makefile b/demos/AVR/NIL-ARDUINO-MEGA/Makefile index c9fa1346f..6c2fd723d 100644 --- a/demos/AVR/NIL-ARDUINO-MEGA/Makefile +++ b/demos/AVR/NIL-ARDUINO-MEGA/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## diff --git a/demos/AVR/NIL-ARDUINO-MINI/Makefile b/demos/AVR/NIL-ARDUINO-MINI/Makefile index b692c085e..8efdf3ebe 100644 --- a/demos/AVR/NIL-ARDUINO-MINI/Makefile +++ b/demos/AVR/NIL-ARDUINO-MINI/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## diff --git a/demos/AVR/NIL-ARDUINO-NANO/Makefile b/demos/AVR/NIL-ARDUINO-NANO/Makefile index f6ae708b8..e64e7a44b 100644 --- a/demos/AVR/NIL-ARDUINO-NANO/Makefile +++ b/demos/AVR/NIL-ARDUINO-NANO/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## diff --git a/demos/AVR/NIL-ARDUINO-UNO/Makefile b/demos/AVR/NIL-ARDUINO-UNO/Makefile index cd6957d03..a213f036e 100644 --- a/demos/AVR/NIL-ARDUINO-UNO/Makefile +++ b/demos/AVR/NIL-ARDUINO-UNO/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## diff --git a/demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile b/demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile index c3668f78d..984faaf0c 100644 --- a/demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile +++ b/demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## diff --git a/demos/AVR/NIL-MT-DB-X4/Makefile b/demos/AVR/NIL-MT-DB-X4/Makefile index ba48c1d99..22eebabb2 100644 --- a/demos/AVR/NIL-MT-DB-X4/Makefile +++ b/demos/AVR/NIL-MT-DB-X4/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## diff --git a/demos/AVR/RT-ARDUINO-LEONARDO/Makefile b/demos/AVR/RT-ARDUINO-LEONARDO/Makefile index 0964455b5..c943e74c8 100644 --- a/demos/AVR/RT-ARDUINO-LEONARDO/Makefile +++ b/demos/AVR/RT-ARDUINO-LEONARDO/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## diff --git a/demos/AVR/RT-ARDUINO-MEGA/Makefile b/demos/AVR/RT-ARDUINO-MEGA/Makefile index 6fd8f2bd6..9152735a0 100644 --- a/demos/AVR/RT-ARDUINO-MEGA/Makefile +++ b/demos/AVR/RT-ARDUINO-MEGA/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## diff --git a/demos/AVR/RT-ARDUINO-MINI/Makefile b/demos/AVR/RT-ARDUINO-MINI/Makefile index d2d8f837e..761fb52c3 100644 --- a/demos/AVR/RT-ARDUINO-MINI/Makefile +++ b/demos/AVR/RT-ARDUINO-MINI/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## diff --git a/demos/AVR/RT-ARDUINO-NANO/Makefile b/demos/AVR/RT-ARDUINO-NANO/Makefile index aeaf75cb9..e9ccd2db6 100644 --- a/demos/AVR/RT-ARDUINO-NANO/Makefile +++ b/demos/AVR/RT-ARDUINO-NANO/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## diff --git a/demos/AVR/RT-ARDUINO-UNO/Makefile b/demos/AVR/RT-ARDUINO-UNO/Makefile index e33f00f81..15a8c5dd0 100644 --- a/demos/AVR/RT-ARDUINO-UNO/Makefile +++ b/demos/AVR/RT-ARDUINO-UNO/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## diff --git a/demos/AVR/RT-DIGISPARK-ATTINY-167/Makefile b/demos/AVR/RT-DIGISPARK-ATTINY-167/Makefile index 888c130e5..271353fca 100644 --- a/demos/AVR/RT-DIGISPARK-ATTINY-167/Makefile +++ b/demos/AVR/RT-DIGISPARK-ATTINY-167/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## diff --git a/demos/AVR/RT-MT-DB-X4/Makefile b/demos/AVR/RT-MT-DB-X4/Makefile index 104a2b183..3a36e5bf5 100644 --- a/demos/AVR/RT-MT-DB-X4/Makefile +++ b/demos/AVR/RT-MT-DB-X4/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## diff --git a/demos/AVR/RT-PRO-MICRO/Makefile b/demos/AVR/RT-PRO-MICRO/Makefile index 9e7bf763b..fb06065a4 100644 --- a/demos/AVR/RT-PRO-MICRO/Makefile +++ b/demos/AVR/RT-PRO-MICRO/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## diff --git a/demos/AVR/RT-TEENSY2-USB/Makefile b/demos/AVR/RT-TEENSY2-USB/Makefile index 35eadb0ea..644547318 100644 --- a/demos/AVR/RT-TEENSY2-USB/Makefile +++ b/demos/AVR/RT-TEENSY2-USB/Makefile @@ -6,7 +6,7 @@ # @brief AVR Make file, it can be use to build, and program an application to # an AVR MCU like atmega328p, atmega2560 and so on. # -# @author Theodore Ateba, tfateba@gmail.com +# @author Theodore Ateba, tf.ateba@gmail.com # ############################################################################## -- cgit v1.2.3