From: bernie Date: Mon, 4 Aug 2008 07:21:26 +0000 (+0000) Subject: Rename myself X-Git-Tag: 2.0.0~402 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=4cc44c9888a0336b9d01121ec0b7ad95f4a76195 Rename myself git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1532 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Makefile b/Makefile index c899766b..50ee4e6f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Copyright 2002, 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) # All rights reserved. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # # Set to 1 for verbose build output, 0 for terse output diff --git a/app/at91sam7s/appconfig.h b/app/at91sam7s/appconfig.h index 13e0171b..f052f8cf 100644 --- a/app/at91sam7s/appconfig.h +++ b/app/at91sam7s/appconfig.h @@ -65,7 +65,7 @@ * on constant values and performing dead-code elimination. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/app/at91sam7s/at91sam7s.mk b/app/at91sam7s/at91sam7s.mk index 5cb34b68..3b06e9f7 100644 --- a/app/at91sam7s/at91sam7s.mk +++ b/app/at91sam7s/at91sam7s.mk @@ -5,7 +5,7 @@ # # Makefile fragment for DevLib at91sam7s application. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # # diff --git a/app/at91sam7s/hw/hw_cpu.h b/app/at91sam7s/hw/hw_cpu.h index f95458dd..69652610 100644 --- a/app/at91sam7s/hw/hw_cpu.h +++ b/app/at91sam7s/hw/hw_cpu.h @@ -34,7 +34,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ /*#* diff --git a/app/at91sam7s/verstag.h b/app/at91sam7s/verstag.h index de18102e..e6163906 100644 --- a/app/at91sam7s/verstag.h +++ b/app/at91sam7s/verstag.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001, 2002, 2003 by Bernardo Innocenti + * Copyright 2001, 2002, 2003 by Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Declare application version strings */ diff --git a/app/battfs/appconfig.h b/app/battfs/appconfig.h index 102d5602..5f316bc2 100644 --- a/app/battfs/appconfig.h +++ b/app/battfs/appconfig.h @@ -65,7 +65,7 @@ * on constant values and performing dead-code elimination. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/app/battfs/battfs_test.mk b/app/battfs/battfs_test.mk index 090acb77..553aa3e3 100644 --- a/app/battfs/battfs_test.mk +++ b/app/battfs/battfs_test.mk @@ -5,7 +5,7 @@ # # Makefile fragment for DevLib demo application. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # # Set to 1 for debug builds diff --git a/app/battfs/verstag.h b/app/battfs/verstag.h index d84efd21..b6bbde4b 100644 --- a/app/battfs/verstag.h +++ b/app/battfs/verstag.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001, 2002, 2003 by Bernardo Innocenti + * Copyright 2001, 2002, 2003 by Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Declare application version strings */ diff --git a/app/demo/cfg/cfg_kern.h b/app/demo/cfg/cfg_kern.h index a8db33ae..086bdf11 100644 --- a/app/demo/cfg/cfg_kern.h +++ b/app/demo/cfg/cfg_kern.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2001,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999,2000,2001 Bernardo Innocenti + * Copyright 1999,2000,2001 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef CFG_KERN_H diff --git a/app/demo/demo.c b/app/demo/demo.c index bec5f977..729abe09 100644 --- a/app/demo/demo.c +++ b/app/demo/demo.c @@ -32,7 +32,7 @@ * * \version $Id: demo.c 18242 2007-10-08 17:35:23Z marco $ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Windowing system test. */ diff --git a/app/demo/demo.mk b/app/demo/demo.mk index 7bf46ae5..b69a9a62 100644 --- a/app/demo/demo.mk +++ b/app/demo/demo.mk @@ -5,7 +5,7 @@ # # Makefile fragment for DevLib demo application. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # include bertos/fonts/fonts.mk diff --git a/app/demo/hw/kbd_map.h b/app/demo/hw/kbd_map.h index c3bf7501..deb215ef 100644 --- a/app/demo/hw/kbd_map.h +++ b/app/demo/hw/kbd_map.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006, 2008 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * All Rights Reserved. * --> * diff --git a/app/demo/verstag.h b/app/demo/verstag.h index 4679d772..a89a5e52 100644 --- a/app/demo/verstag.h +++ b/app/demo/verstag.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001, 2002, 2003 by Bernardo Innocenti + * Copyright 2001, 2002, 2003 by Bernie Innocenti * * --> * * \version $Id: verstag.h 18242 2007-10-08 17:35:23Z marco $ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Declare application version strings */ diff --git a/app/randpool/appconfig.h b/app/randpool/appconfig.h index 1c6e2d02..075857a9 100644 --- a/app/randpool/appconfig.h +++ b/app/randpool/appconfig.h @@ -65,7 +65,7 @@ * on constant values and performing dead-code elimination. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/app/test/armtest.mk b/app/test/armtest.mk index fa5b907f..19ea76bd 100644 --- a/app/test/armtest.mk +++ b/app/test/armtest.mk @@ -5,7 +5,7 @@ # # Makefile fragment for DevLib armtest application. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # # diff --git a/app/test/avrtest.mk b/app/test/avrtest.mk index 45e1da34..bf71c968 100644 --- a/app/test/avrtest.mk +++ b/app/test/avrtest.mk @@ -5,7 +5,7 @@ # # Makefile fragment for DevLib avrtest application. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # diff --git a/app/triface/boot/cfg/cfg_arch.h b/app/triface/boot/cfg/cfg_arch.h index 2f07b9ce..0956196a 100644 --- a/app/triface/boot/cfg/cfg_arch.h +++ b/app/triface/boot/cfg/cfg_arch.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001,2002,2003 Bernardo Innocenti + * Copyright 2001,2002,2003 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * */ diff --git a/app/triface/boot/hw/hw_boot.h b/app/triface/boot/hw/hw_boot.h index 8deeaec3..fa9bff4a 100644 --- a/app/triface/boot/hw/hw_boot.h +++ b/app/triface/boot/hw/hw_boot.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * diff --git a/app/triface/boot/hw/hw_cpu.h b/app/triface/boot/hw/hw_cpu.h index 40918c00..840c82c3 100644 --- a/app/triface/boot/hw/hw_cpu.h +++ b/app/triface/boot/hw/hw_cpu.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> Rights Reserved. * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef TRIFACE_HW_H diff --git a/app/triface/boot/main.c b/app/triface/boot/main.c index 12ad3a65..97b1cefc 100644 --- a/app/triface/boot/main.c +++ b/app/triface/boot/main.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * diff --git a/app/triface/cfg/cfg_arch.h b/app/triface/cfg/cfg_arch.h index 2f07b9ce..0956196a 100644 --- a/app/triface/cfg/cfg_arch.h +++ b/app/triface/cfg/cfg_arch.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001,2002,2003 Bernardo Innocenti + * Copyright 2001,2002,2003 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * */ diff --git a/app/triface/doc/schematics/TRIFACE.DSN b/app/triface/doc/schematics/TRIFACE.DSN index 58b3676b..1b29dcd0 100644 Binary files a/app/triface/doc/schematics/TRIFACE.DSN and b/app/triface/doc/schematics/TRIFACE.DSN differ diff --git a/app/triface/hw/hw_adc.c b/app/triface/hw/hw_adc.c index 4d521383..8c603eb8 100644 --- a/app/triface/hw/hw_adc.c +++ b/app/triface/hw/hw_adc.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * diff --git a/app/triface/hw/hw_adc.h b/app/triface/hw/hw_adc.h index 5beea2e2..817b190c 100644 --- a/app/triface/hw/hw_adc.h +++ b/app/triface/hw/hw_adc.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * -->ght 2006 Develer S.r.l. (http://www.develer.com/) * diff --git a/app/triface/hw/hw_buzzer.h b/app/triface/hw/hw_buzzer.h index ae92ebd1..c3cc6d36 100644 --- a/app/triface/hw/hw_buzzer.h +++ b/app/triface/hw/hw_buzzer.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * diff --git a/app/triface/hw/hw_cpu.h b/app/triface/hw/hw_cpu.h index 40918c00..840c82c3 100644 --- a/app/triface/hw/hw_cpu.h +++ b/app/triface/hw/hw_cpu.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> Rights Reserved. * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef TRIFACE_HW_H diff --git a/app/triface/hw/hw_input.h b/app/triface/hw/hw_input.h index e63a9038..e3dcf1c4 100644 --- a/app/triface/hw/hw_input.h +++ b/app/triface/hw/hw_input.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * diff --git a/app/triface/hw/hw_sipo.h b/app/triface/hw/hw_sipo.h index d2f4b63b..f41e35f9 100644 --- a/app/triface/hw/hw_sipo.h +++ b/app/triface/hw/hw_sipo.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * diff --git a/app/triface/protocol.c b/app/triface/protocol.c index 01a85ad5..fa4c0bad 100644 --- a/app/triface/protocol.c +++ b/app/triface/protocol.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * @@ -38,7 +38,7 @@ * * \author Giovanni Bajo * \author Marco Benelli - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Daniele Basile */ diff --git a/app/triface/protocol.h b/app/triface/protocol.h index a752ee82..26113482 100644 --- a/app/triface/protocol.h +++ b/app/triface/protocol.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * diff --git a/app/triface/triface.c b/app/triface/triface.c index c807eac5..2c590ab7 100644 --- a/app/triface/triface.c +++ b/app/triface/triface.c @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006, 2008 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * * \version $Id$ * * \author Marco Benelli - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Daniele Basile * * \brief Windowing system test. diff --git a/app/triface/triface.mk b/app/triface/triface.mk index c3709f9d..8c8d566a 100644 --- a/app/triface/triface.mk +++ b/app/triface/triface.mk @@ -5,7 +5,7 @@ # # Makefile fragment for DevLib triface application. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # # diff --git a/app/triface/verstag.h b/app/triface/verstag.h index 0be610af..cbe71278 100644 --- a/app/triface/verstag.h +++ b/app/triface/verstag.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Declare application version strings */ diff --git a/bertos/algo/crc.c b/bertos/algo/crc.c index d465e260..684ddbd9 100644 --- a/bertos/algo/crc.c +++ b/bertos/algo/crc.c @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2003,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * * \brief CRC table and support routines * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "crc.h" diff --git a/bertos/algo/crc.h b/bertos/algo/crc.h index d6a1f45d..bc442b7e 100644 --- a/bertos/algo/crc.h +++ b/bertos/algo/crc.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * @@ -44,7 +44,7 @@ * Omen Technology. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef ALGO_CRC_H diff --git a/bertos/algo/ramp.c b/bertos/algo/ramp.c index 8ce091da..1b5dd9cd 100644 --- a/bertos/algo/ramp.c +++ b/bertos/algo/ramp.c @@ -10,7 +10,7 @@ * \version $Id$ * * \author Simone Zinanni - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Giovanni Bajo * \author Daniele Basile * diff --git a/bertos/algo/ramp_test.c b/bertos/algo/ramp_test.c index b96189b5..da09e6b0 100644 --- a/bertos/algo/ramp_test.c +++ b/bertos/algo/ramp_test.c @@ -10,7 +10,7 @@ * \version $Id$ * * \author Simone Zinanni - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Giovanni Bajo * \author Daniele Basile * diff --git a/bertos/algo/rand.c b/bertos/algo/rand.c index 30a7fa50..64785176 100644 --- a/bertos/algo/rand.c +++ b/bertos/algo/rand.c @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * * \brief Very simple rand() algorithm. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "rand.h" diff --git a/bertos/algo/rand.h b/bertos/algo/rand.h index a0bec4ff..18f2bb5f 100644 --- a/bertos/algo/rand.h +++ b/bertos/algo/rand.h @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * * \brief Very simple rand() algorithm. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ int rand(void); diff --git a/bertos/cfg/appconfig.h b/bertos/cfg/appconfig.h index b7153d30..9eaa9771 100644 --- a/bertos/cfg/appconfig.h +++ b/bertos/cfg/appconfig.h @@ -65,7 +65,7 @@ * on constant values and performing dead-code elimination. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/cfg/cfg_arch.h b/bertos/cfg/cfg_arch.h index 2dd3fb62..c6cd23f6 100644 --- a/bertos/cfg/cfg_arch.h +++ b/bertos/cfg/cfg_arch.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001,2002,2003 Bernardo Innocenti + * Copyright 2001,2002,2003 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * */ diff --git a/bertos/cfg/cfg_kern.h b/bertos/cfg/cfg_kern.h index eecc5139..2188b72d 100644 --- a/bertos/cfg/cfg_kern.h +++ b/bertos/cfg/cfg_kern.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2001,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999,2000,2001 Bernardo Innocenti + * Copyright 1999,2000,2001 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef CFG_KERN_H diff --git a/bertos/cfg/compiler.h b/bertos/cfg/compiler.h index a303dc77..052565cf 100644 --- a/bertos/cfg/compiler.h +++ b/bertos/cfg/compiler.h @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001, 2002, 2003 Bernardo Innocenti + * Copyright 2001, 2002, 2003 Bernie Innocenti * * --> * * \brief Additional support macros for compiler independance * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef BERTOS_COMPILER_H diff --git a/bertos/cfg/debug.h b/bertos/cfg/debug.h index 7d457487..0c8bfec0 100644 --- a/bertos/cfg/debug.h +++ b/bertos/cfg/debug.h @@ -37,7 +37,7 @@ * diagnostic messages to a serial terminal or a JTAG debugger. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef BERTOS_DEBUG_H diff --git a/bertos/cfg/macros.h b/bertos/cfg/macros.h index dda5fe0e..638118b5 100644 --- a/bertos/cfg/macros.h +++ b/bertos/cfg/macros.h @@ -33,7 +33,7 @@ * \brief Common and handy function macros * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Giovanni Bajo */ #ifndef CFG_MACROS_H diff --git a/bertos/cfg/module.h b/bertos/cfg/module.h index 8ada81a1..15b6f215 100644 --- a/bertos/cfg/module.h +++ b/bertos/cfg/module.h @@ -59,7 +59,7 @@ * \endcode * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef CFG_MODULE_H #define CFG_MODULE_H diff --git a/bertos/cfg/os.h b/bertos/cfg/os.h index 924daade..041d591f 100644 --- a/bertos/cfg/os.h +++ b/bertos/cfg/os.h @@ -34,7 +34,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef DEVLIB_OS_H diff --git a/bertos/config.mk b/bertos/config.mk index 81512594..1c5cb568 100644 --- a/bertos/config.mk +++ b/bertos/config.mk @@ -3,7 +3,7 @@ # Copyright 2002,2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) # All rights reserved. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # Based on: GCC-AVR standard Makefile part 1, Volker Oth 1/2000 # diff --git a/bertos/cpu/arm/drv/ser_at91.c b/bertos/cpu/arm/drv/ser_at91.c index a58c7dd9..9c10a19d 100644 --- a/bertos/cpu/arm/drv/ser_at91.c +++ b/bertos/cpu/arm/drv/ser_at91.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * diff --git a/bertos/cpu/arm/drv/ser_at91.h b/bertos/cpu/arm/drv/ser_at91.h index fd836c41..2832584e 100644 --- a/bertos/cpu/arm/drv/ser_at91.h +++ b/bertos/cpu/arm/drv/ser_at91.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * diff --git a/bertos/cpu/attr.h b/bertos/cpu/attr.h index f2183faa..1e469e6a 100644 --- a/bertos/cpu/attr.h +++ b/bertos/cpu/attr.h @@ -34,7 +34,7 @@ * \brief CPU-specific attributes. * * \author Giovanni Bajo - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * \author Francesco Sacchi */ diff --git a/bertos/cpu/avr/drv/kdebug_avr.c b/bertos/cpu/avr/drv/kdebug_avr.c index 34c1de98..c730836d 100644 --- a/bertos/cpu/avr/drv/kdebug_avr.c +++ b/bertos/cpu/avr/drv/kdebug_avr.c @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006, 2007 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000, 2001, 2002 Bernardo Innocenti + * Copyright 2000, 2001, 2002 Bernie Innocenti * * --> * * \brief AVR debug support (implementation). * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * \author Francesco Sacchi */ diff --git a/bertos/cpu/avr/drv/lcd_32122a_avr.c b/bertos/cpu/avr/drv/lcd_32122a_avr.c index d6b337fb..7b18741a 100644 --- a/bertos/cpu/avr/drv/lcd_32122a_avr.c +++ b/bertos/cpu/avr/drv/lcd_32122a_avr.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001 Bernardo Innocenti + * Copyright 2001 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * */ diff --git a/bertos/cpu/avr/drv/lcd_32122a_avr.h b/bertos/cpu/avr/drv/lcd_32122a_avr.h index 97dadacd..bcd02c5f 100644 --- a/bertos/cpu/avr/drv/lcd_32122a_avr.h +++ b/bertos/cpu/avr/drv/lcd_32122a_avr.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001 Bernardo Innocenti + * Copyright 2001 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * * \brief Displaytech 32122A LCD driver diff --git a/bertos/cpu/avr/drv/ser_avr.c b/bertos/cpu/avr/drv/ser_avr.c index 783f6cda..c4d49945 100644 --- a/bertos/cpu/avr/drv/ser_avr.c +++ b/bertos/cpu/avr/drv/ser_avr.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/cpu/avr/drv/ser_simple_avr.h b/bertos/cpu/avr/drv/ser_simple_avr.h index 4af2dda9..c6d85883 100644 --- a/bertos/cpu/avr/drv/ser_simple_avr.h +++ b/bertos/cpu/avr/drv/ser_simple_avr.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * --> * * \brief Simple serial I/O driver * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi */ diff --git a/bertos/cpu/avr/drv/timer_avr.c b/bertos/cpu/avr/drv/timer_avr.c index 4fd82f53..6837e22e 100644 --- a/bertos/cpu/avr/drv/timer_avr.c +++ b/bertos/cpu/avr/drv/timer_avr.c @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi * * \brief Low-level timer module for AVR (implementation). diff --git a/bertos/cpu/avr/drv/timer_avr.h b/bertos/cpu/avr/drv/timer_avr.h index a8ea3da9..9da9dbe6 100644 --- a/bertos/cpu/avr/drv/timer_avr.h +++ b/bertos/cpu/avr/drv/timer_avr.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi * */ diff --git a/bertos/cpu/avr/drv/twi_avr.c b/bertos/cpu/avr/drv/twi_avr.c index b5506530..0ce1a1ee 100644 --- a/bertos/cpu/avr/drv/twi_avr.c +++ b/bertos/cpu/avr/drv/twi_avr.c @@ -35,7 +35,7 @@ * \version $Id$ * * \author Stefano Fedrigo - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "twi_avr.h" diff --git a/bertos/cpu/avr/drv/twi_avr.h b/bertos/cpu/avr/drv/twi_avr.h index a55cf64b..daaaefb7 100644 --- a/bertos/cpu/avr/drv/twi_avr.h +++ b/bertos/cpu/avr/drv/twi_avr.h @@ -33,7 +33,7 @@ * \version $Id$ * * \author Stefano Fedrigo - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Driver for the AVR ATMega TWI (interface) */ diff --git a/bertos/cpu/avr/hw/switch_avr.S b/bertos/cpu/avr/hw/switch_avr.S index 93892919..b34e3f54 100644 --- a/bertos/cpu/avr/hw/switch_avr.S +++ b/bertos/cpu/avr/hw/switch_avr.S @@ -2,7 +2,7 @@ * \file * * @@ -10,7 +10,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/cpu/dsp56k/drv/kdebug_dsp56k.c b/bertos/cpu/dsp56k/drv/kdebug_dsp56k.c index 67c9a9db..2510b6d5 100644 --- a/bertos/cpu/dsp56k/drv/kdebug_dsp56k.c +++ b/bertos/cpu/dsp56k/drv/kdebug_dsp56k.c @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006, 2007 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000, 2001, 2002 Bernardo Innocenti + * Copyright 2000, 2001, 2002 Bernie Innocenti * * --> * * \brief General pourpose debug support for embedded systems (implementation). * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/cpu/i196/drv/kdebug_i196.c b/bertos/cpu/i196/drv/kdebug_i196.c index 2f72e519..9f9d272c 100644 --- a/bertos/cpu/i196/drv/kdebug_i196.c +++ b/bertos/cpu/i196/drv/kdebug_i196.c @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006, 2007 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000, 2001, 2002 Bernardo Innocenti + * Copyright 2000, 2001, 2002 Bernie Innocenti * * --> * * \brief General pourpose debug support for embedded systems (implementation). * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/cpu/i196/drv/ser_i196.c b/bertos/cpu/i196/drv/ser_i196.c index a87de6fa..78353453 100644 --- a/bertos/cpu/i196/drv/ser_i196.c +++ b/bertos/cpu/i196/drv/ser_i196.c @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright (C) 2003,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright (C) 2000 Bernardo Innocenti + * Copyright (C) 2000 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief CPU specific serial I/O driver */ diff --git a/bertos/cpu/i196/drv/timer_i196.h b/bertos/cpu/i196/drv/timer_i196.h index 5c4bc8bd..f7419961 100644 --- a/bertos/cpu/i196/drv/timer_i196.h +++ b/bertos/cpu/i196/drv/timer_i196.h @@ -28,13 +28,13 @@ * the GNU General Public License. * * Copyright 2003,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Low-level timer module for AVR */ diff --git a/bertos/cpu/i196/hw/switch_i196.s32 b/bertos/cpu/i196/hw/switch_i196.s32 index a2f3c70d..de708952 100644 --- a/bertos/cpu/i196/hw/switch_i196.s32 +++ b/bertos/cpu/i196/hw/switch_i196.s32 @@ -1,10 +1,10 @@ ;* Copyright 2004 Develer S.r.l. (http://www.develer.com/) -;* Copyright 1999,2000,2001 Bernardo Innocenti +;* Copyright 1999,2000,2001 Bernie Innocenti ;* This file is part of DevLib - See devlib/README for information. ;* ;* \version $Id$ ;* -;* \author Bernardo Innocenti +;* \author Bernie Innocenti ;* ;* $Log$ diff --git a/bertos/cpu/irq.h b/bertos/cpu/irq.h index 15609d76..2e20947f 100644 --- a/bertos/cpu/irq.h +++ b/bertos/cpu/irq.h @@ -34,7 +34,7 @@ * \brief CPU-specific IRQ definitions. * * \author Giovanni Bajo - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * \author Francesco Sacchi */ diff --git a/bertos/cpu/types.h b/bertos/cpu/types.h index be9b5fd5..1b2b23f4 100644 --- a/bertos/cpu/types.h +++ b/bertos/cpu/types.h @@ -34,7 +34,7 @@ * \brief CPU-specific type definitions. * * \author Giovanni Bajo - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * \author Francesco Sacchi */ diff --git a/bertos/drv/buzzer.c b/bertos/drv/buzzer.c index a57af7a0..86e1c01c 100644 --- a/bertos/drv/buzzer.c +++ b/bertos/drv/buzzer.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2003 Bernardo Innocenti + * Copyright 1999, 2003 Bernie Innocenti * * --> * @@ -36,7 +36,7 @@ * \brief Buzzer driver (implementation) * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi */ diff --git a/bertos/drv/buzzer.h b/bertos/drv/buzzer.h index 16f64518..f82f5554 100644 --- a/bertos/drv/buzzer.h +++ b/bertos/drv/buzzer.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003,2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999,2003 Bernardo Innocenti + * Copyright 1999,2003 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Buzzer driver */ diff --git a/bertos/drv/eeprom.c b/bertos/drv/eeprom.c index baaff4e3..1783eb49 100644 --- a/bertos/drv/eeprom.c +++ b/bertos/drv/eeprom.c @@ -35,7 +35,7 @@ * * \version $Id$ * \author Stefano Fedrigo - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "eeprom.h" diff --git a/bertos/drv/eeprom.h b/bertos/drv/eeprom.h index daa61b9a..9c58d58c 100644 --- a/bertos/drv/eeprom.h +++ b/bertos/drv/eeprom.h @@ -35,7 +35,7 @@ * \version $Id$ * * \author Stefano Fedrigo - * \author Bernardo Innocenti + * \author Bernie Innocenti * */ diff --git a/bertos/drv/kbd.c b/bertos/drv/kbd.c index d592f069..b36a5a48 100644 --- a/bertos/drv/kbd.c +++ b/bertos/drv/kbd.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2003 Bernardo Innocenti + * Copyright 1999, 2003 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * \author Francesco Sacchi * diff --git a/bertos/drv/kbd.h b/bertos/drv/kbd.h index 733baa89..cc061f99 100644 --- a/bertos/drv/kbd.h +++ b/bertos/drv/kbd.h @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2003 Bernardo Innocenti + * Copyright 1999, 2003 Bernie Innocenti * * --> * * \brief Keyboard driver (interface) * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * \author Francesco Sacchi */ diff --git a/bertos/drv/kdebug.c b/bertos/drv/kdebug.c index 37192dd5..ac90ff03 100644 --- a/bertos/drv/kdebug.c +++ b/bertos/drv/kdebug.c @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006, 2007 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000, 2001, 2002 Bernardo Innocenti + * Copyright 2000, 2001, 2002 Bernie Innocenti * * --> * * \brief General pourpose debug support for embedded systems (implementation). * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/drv/lcd_gfx.h b/bertos/drv/lcd_gfx.h index 63fe28d2..d7f3cec8 100644 --- a/bertos/drv/lcd_gfx.h +++ b/bertos/drv/lcd_gfx.h @@ -2,13 +2,13 @@ * \file * * * \version $Id: lcd_gfx.h,v 1.6 2006/07/19 12:56:25 bernie Exp $ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * * \brief Displaytech 32122A LCD driver diff --git a/bertos/drv/lcd_gfx_qt.cpp b/bertos/drv/lcd_gfx_qt.cpp index e42be22d..5e862dbb 100644 --- a/bertos/drv/lcd_gfx_qt.cpp +++ b/bertos/drv/lcd_gfx_qt.cpp @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Custom control for graphics LCD emulation (interface) */ diff --git a/bertos/drv/lcd_gfx_qt.h b/bertos/drv/lcd_gfx_qt.h index 7893dc73..9101db52 100644 --- a/bertos/drv/lcd_gfx_qt.h +++ b/bertos/drv/lcd_gfx_qt.h @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Custom control for graphics LCD emulation (interface) */ diff --git a/bertos/drv/lcd_gfx_test.c b/bertos/drv/lcd_gfx_test.c index 88046849..7c1d5282 100644 --- a/bertos/drv/lcd_gfx_test.c +++ b/bertos/drv/lcd_gfx_test.c @@ -34,7 +34,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * */ diff --git a/bertos/drv/lcd_hd44.c b/bertos/drv/lcd_hd44.c index 1cd1cccb..2592c031 100644 --- a/bertos/drv/lcd_hd44.c +++ b/bertos/drv/lcd_hd44.c @@ -34,7 +34,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/drv/lcd_hd44.h b/bertos/drv/lcd_hd44.h index 347de140..91b0f1c2 100644 --- a/bertos/drv/lcd_hd44.h +++ b/bertos/drv/lcd_hd44.h @@ -34,7 +34,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/drv/lcd_hd44_test.c b/bertos/drv/lcd_hd44_test.c index d01d01f4..5c5ace45 100644 --- a/bertos/drv/lcd_hd44_test.c +++ b/bertos/drv/lcd_hd44_test.c @@ -33,7 +33,7 @@ * \brief LM044L type LCD hardware module (impl.) * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/drv/lcd_lm44_qt.cpp b/bertos/drv/lcd_lm44_qt.cpp index a8942699..96bd3098 100644 --- a/bertos/drv/lcd_lm44_qt.cpp +++ b/bertos/drv/lcd_lm44_qt.cpp @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000,2001 Bernardo Innocenti + * Copyright 2000,2001 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Custom Qt widget for emulating a graphics LCD display (implementation) */ diff --git a/bertos/drv/lcd_lm44_qt.h b/bertos/drv/lcd_lm44_qt.h index da01e62e..e6c971fa 100644 --- a/bertos/drv/lcd_lm44_qt.h +++ b/bertos/drv/lcd_lm44_qt.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000,2001 Bernardo Innocenti + * Copyright 2000,2001 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Custom Qt widget for emulating a graphics LCD display (implementation) */ diff --git a/bertos/drv/lcd_text.c b/bertos/drv/lcd_text.c index b1f3d6f1..d6275207 100644 --- a/bertos/drv/lcd_text.c +++ b/bertos/drv/lcd_text.c @@ -33,7 +33,7 @@ * \brief Generic text LCD driver (impl.). * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/drv/lcd_text.h b/bertos/drv/lcd_text.h index 4d466d02..53fa53b2 100644 --- a/bertos/drv/lcd_text.h +++ b/bertos/drv/lcd_text.h @@ -33,7 +33,7 @@ * \brief Generic text LCD driver (interface). * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/drv/ser.c b/bertos/drv/ser.c index 558c1ba3..c9193e1a 100644 --- a/bertos/drv/ser.c +++ b/bertos/drv/ser.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * @@ -48,7 +48,7 @@ * * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "ser.h" diff --git a/bertos/drv/ser.h b/bertos/drv/ser.h index c560aa5c..bd25b010 100644 --- a/bertos/drv/ser.h +++ b/bertos/drv/ser.h @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2003,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * * \brief High level serial I/O API * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef DRV_SER_H diff --git a/bertos/drv/spi_bitbang.c b/bertos/drv/spi_bitbang.c index 0d50bc76..b85caa86 100644 --- a/bertos/drv/spi_bitbang.c +++ b/bertos/drv/spi_bitbang.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * diff --git a/bertos/drv/spi_bitbang.h b/bertos/drv/spi_bitbang.h index b892aca9..85816d87 100644 --- a/bertos/drv/spi_bitbang.h +++ b/bertos/drv/spi_bitbang.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * diff --git a/bertos/drv/stepper.c b/bertos/drv/stepper.c index 21667866..6614623d 100644 --- a/bertos/drv/stepper.c +++ b/bertos/drv/stepper.c @@ -11,7 +11,7 @@ * * \author Francesco Michelini * \author Giovanni Bajo - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Simone Zinanni * \author Daniele Basile */ diff --git a/bertos/drv/stepper.h b/bertos/drv/stepper.h index 10a29bce..a68903ff 100644 --- a/bertos/drv/stepper.h +++ b/bertos/drv/stepper.h @@ -11,7 +11,7 @@ * * \author Francesco Michelini * \author Giovanni Bajo - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Simone Zinanni * \author Daniele Basile * diff --git a/bertos/drv/timer.c b/bertos/drv/timer.c index 808a6a7f..fbe7c695 100644 --- a/bertos/drv/timer.c +++ b/bertos/drv/timer.c @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * * \brief Hardware independent timer driver (implementation) * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "timer.h" diff --git a/bertos/drv/timer.h b/bertos/drv/timer.h index 3d03c781..4d781549 100644 --- a/bertos/drv/timer.h +++ b/bertos/drv/timer.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * */ diff --git a/bertos/drv/timer_test.c b/bertos/drv/timer_test.c index 694d18c5..905f9c90 100644 --- a/bertos/drv/timer_test.c +++ b/bertos/drv/timer_test.c @@ -33,7 +33,7 @@ * \brief Hardware independent timer driver (implementation) * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 791856ee..15965e44 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Watchdog interface */ diff --git a/bertos/dt/dnotifier.c b/bertos/dt/dnotifier.c index 75bbfe0e..09a51a78 100644 --- a/bertos/dt/dnotifier.c +++ b/bertos/dt/dnotifier.c @@ -34,7 +34,7 @@ * \brief Notifier obj (implementation). * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi */ diff --git a/bertos/dt/dnotifier.h b/bertos/dt/dnotifier.h index 9560d3c8..3ac257a8 100644 --- a/bertos/dt/dnotifier.h +++ b/bertos/dt/dnotifier.h @@ -32,7 +32,7 @@ * \brief Notifier obj (interface). * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi */ diff --git a/bertos/dt/dtag.h b/bertos/dt/dtag.h index 5ecbfa75..799ec6b4 100644 --- a/bertos/dt/dtag.h +++ b/bertos/dt/dtag.h @@ -35,7 +35,7 @@ * This module contains the base message definitions and the list of all available tags. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi */ diff --git a/bertos/dt/dwidget.c b/bertos/dt/dwidget.c index 096f84d2..f399caa4 100644 --- a/bertos/dt/dwidget.c +++ b/bertos/dt/dwidget.c @@ -36,7 +36,7 @@ * Its proproperties are the position, the size and a context on which the widget is drawn. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi */ diff --git a/bertos/dt/dwidget.h b/bertos/dt/dwidget.h index a09a0661..24549d7d 100644 --- a/bertos/dt/dwidget.h +++ b/bertos/dt/dwidget.h @@ -34,7 +34,7 @@ * \brief Widget (interface). * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi */ diff --git a/bertos/dt/editint.c b/bertos/dt/editint.c index 2e73eeb2..26fcde90 100644 --- a/bertos/dt/editint.c +++ b/bertos/dt/editint.c @@ -32,7 +32,7 @@ * \brief Integer edit widget (implementation). * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi */ diff --git a/bertos/dt/editint.h b/bertos/dt/editint.h index 1b707696..f719eadf 100644 --- a/bertos/dt/editint.h +++ b/bertos/dt/editint.h @@ -34,7 +34,7 @@ * \brief Integer edit (interface). * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi */ diff --git a/bertos/emul/emul.cpp b/bertos/emul/emul.cpp index 29ab59db..4b0627f4 100644 --- a/bertos/emul/emul.cpp +++ b/bertos/emul/emul.cpp @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000, 2001 Bernardo Innocenti + * Copyright 2000, 2001 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Qt-based emulator framework for embedded applications (implementation) */ diff --git a/bertos/emul/emul.h b/bertos/emul/emul.h index 80d3ecc2..f542a5bf 100644 --- a/bertos/emul/emul.h +++ b/bertos/emul/emul.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000, 2001 Bernardo Innocenti + * Copyright 2000, 2001 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Qt-based emulator framework for embedded applications (interface) */ diff --git a/bertos/emul/emul.mk b/bertos/emul/emul.mk index b7ddf358..7e2346b6 100644 --- a/bertos/emul/emul.mk +++ b/bertos/emul/emul.mk @@ -1,8 +1,8 @@ # -# Copyright 2007 Bernardo Innocenti (http://www.codewiz.org/) +# Copyright 2007 Bernie Innocenti (http://www.codewiz.org/) # All rights reserved. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # # Qt configuration for devlib emulator demo. Include it from # your app Makefile fragment diff --git a/bertos/emul/emulkbd.cpp b/bertos/emul/emulkbd.cpp index 19c6d880..0fdecc45 100644 --- a/bertos/emul/emulkbd.cpp +++ b/bertos/emul/emulkbd.cpp @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001 Bernardo Innocenti + * Copyright 2001 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief QT-based widget for keyboard emulation (implementation) */ diff --git a/bertos/emul/emulkbd.h b/bertos/emul/emulkbd.h index 82048367..9f3a32d1 100644 --- a/bertos/emul/emulkbd.h +++ b/bertos/emul/emulkbd.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001 Bernardo Innocenti + * Copyright 2001 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief QT-based widget for leyboard emulation (interface) */ diff --git a/bertos/emul/emulwin.cpp b/bertos/emul/emulwin.cpp index 04d6a510..fdd088f1 100644 --- a/bertos/emul/emulwin.cpp +++ b/bertos/emul/emulwin.cpp @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000, 2001 Bernardo Innocenti + * Copyright 2000, 2001 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Main Qt window for embedded applications emulator (implementation) */ @@ -123,7 +123,7 @@ void EmulWin::about() "BeRTOS Embedded Application Emulator", "Version 0.1\n" "Copyright 2006, 2008 Develer S.r.l. (http://www.develer.com/)\n" - "Copyright 2001, 2002, 2003, 2005 Bernardo Innocenti \n" + "Copyright 2001, 2002, 2003, 2005 Bernie Innocenti \n" "All rights reserved." ); } diff --git a/bertos/emul/emulwin.h b/bertos/emul/emulwin.h index 8ce6c8bf..9d919505 100644 --- a/bertos/emul/emulwin.h +++ b/bertos/emul/emulwin.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000, 2001 Bernardo Innocenti + * Copyright 2000, 2001 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Main Qt window for embedded applications emulator (interface) */ diff --git a/bertos/emul/ser_posix.c b/bertos/emul/ser_posix.c index 51183059..8a2320ac 100644 --- a/bertos/emul/ser_posix.c +++ b/bertos/emul/ser_posix.c @@ -33,7 +33,7 @@ * \brief Serial port emulator for hosted environments. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "cfg/cfg_ser.h" diff --git a/bertos/emul/switch_i386.S b/bertos/emul/switch_i386.S index 6570f8e8..39eb31d5 100644 --- a/bertos/emul/switch_i386.S +++ b/bertos/emul/switch_i386.S @@ -2,7 +2,7 @@ * \file * * @@ -10,7 +10,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ diff --git a/bertos/emul/switch_win32.s b/bertos/emul/switch_win32.s index 5891ae90..f68fcd80 100644 --- a/bertos/emul/switch_win32.s +++ b/bertos/emul/switch_win32.s @@ -2,7 +2,7 @@ * \file * * @@ -10,7 +10,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ !!!!!! THIS FILE HAS NOT BEEN REVISED FOR THE NEW SCHEDULER API !!!!!! diff --git a/bertos/emul/switch_x86_64.s b/bertos/emul/switch_x86_64.s index 5fb4da65..df511d66 100644 --- a/bertos/emul/switch_x86_64.s +++ b/bertos/emul/switch_x86_64.s @@ -2,7 +2,7 @@ * \file * * @@ -10,7 +10,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ /* diff --git a/bertos/emul/timer_posix.c b/bertos/emul/timer_posix.c index e6149cea..6b42458e 100644 --- a/bertos/emul/timer_posix.c +++ b/bertos/emul/timer_posix.c @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Low-level timer module for Qt emulator (implementation). */ diff --git a/bertos/emul/timer_posix.h b/bertos/emul/timer_posix.h index fd2e9c60..a8043dfc 100644 --- a/bertos/emul/timer_posix.h +++ b/bertos/emul/timer_posix.h @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Low-level timer module for POSIX systems (interface). */ diff --git a/bertos/emul/timer_qt.c b/bertos/emul/timer_qt.c index 6f96da64..204b22dc 100644 --- a/bertos/emul/timer_qt.c +++ b/bertos/emul/timer_qt.c @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Low-level timer module for Qt emulator (implementation). */ diff --git a/bertos/emul/timer_qt.h b/bertos/emul/timer_qt.h index 76268fd4..bf02773c 100644 --- a/bertos/emul/timer_qt.h +++ b/bertos/emul/timer_qt.h @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Low-level timer module for Qt emulator (interface). */ diff --git a/bertos/fonts/convbdf b/bertos/fonts/convbdf index 61307cd8..1e9e97e6 100755 --- a/bertos/fonts/convbdf +++ b/bertos/fonts/convbdf @@ -4,7 +4,7 @@ # modified by G Haerr from bdftobogl for 16 bit MWIMAGEBITS # modified on 2/10/00 by K Harris to accept any size input character # modified on 3/26/00 by G Haerr added ascent field, fixed $IMAGE_BITS -# modified on 2/15/06 by for DevLib. +# modified on 2/15/06 by for DevLib. # originally from BOGL - Ben's Own Graphics Library . # diff --git a/bertos/fonts/fixed6x8.c b/bertos/fonts/fixed6x8.c index ea37b234..35b056db 100644 --- a/bertos/fonts/fixed6x8.c +++ b/bertos/fonts/fixed6x8.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001 Bernardo Innocenti + * Copyright 2001 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * */ diff --git a/bertos/fonts/fonts.mk b/bertos/fonts/fonts.mk index e3831ee1..5d6e3ba8 100644 --- a/bertos/fonts/fonts.mk +++ b/bertos/fonts/fonts.mk @@ -5,7 +5,7 @@ # # Makefile fragment for DevLib demo application. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # %.c: %.bdf diff --git a/bertos/gfx/bitmap.c b/bertos/gfx/bitmap.c index 0ff8d69c..1cc13aea 100644 --- a/bertos/gfx/bitmap.c +++ b/bertos/gfx/bitmap.c @@ -27,11 +27,11 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * * \brief Bitmap manipulation routines. diff --git a/bertos/gfx/charts.c b/bertos/gfx/charts.c index b4abbea0..e56a38cd 100644 --- a/bertos/gfx/charts.c +++ b/bertos/gfx/charts.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2000, 2001, 2003 Bernardo Innocenti + * Copyright 1999, 2000, 2001, 2003 Bernie Innocenti * * --> * @@ -46,7 +46,7 @@ * \endcode * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ /*#* diff --git a/bertos/gfx/charts.h b/bertos/gfx/charts.h index 4dad1cec..735f8b7f 100644 --- a/bertos/gfx/charts.h +++ b/bertos/gfx/charts.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2000, 2001, 2003 Bernardo Innocenti + * Copyright 1999, 2000, 2001, 2003 Bernie Innocenti * * --> * @@ -38,7 +38,7 @@ * - \c CONFIG_CHART_TYPE_Y: type for the input dataset of Y-coordinates * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef GFX_CHARTS_H diff --git a/bertos/gfx/gfx.h b/bertos/gfx/gfx.h index 176421f0..dfdb5df4 100644 --- a/bertos/gfx/gfx.h +++ b/bertos/gfx/gfx.h @@ -1,12 +1,12 @@ /** * \file * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * * \brief General pourpose graphics routines diff --git a/bertos/gfx/gfx_p.h b/bertos/gfx/gfx_p.h index c2f10b49..6a887860 100644 --- a/bertos/gfx/gfx_p.h +++ b/bertos/gfx/gfx_p.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Graphics private header. */ diff --git a/bertos/gfx/line.c b/bertos/gfx/line.c index 598c0dfc..c9bb4695 100644 --- a/bertos/gfx/line.c +++ b/bertos/gfx/line.c @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * * \brief Line drawing graphics routines diff --git a/bertos/gfx/text.c b/bertos/gfx/text.c index c37e871e..8b69d13e 100644 --- a/bertos/gfx/text.c +++ b/bertos/gfx/text.c @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * * \brief Text graphic routines * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/gfx/text.h b/bertos/gfx/text.h index 59f65ea0..bcd29cce 100644 --- a/bertos/gfx/text.h +++ b/bertos/gfx/text.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * * \brief Text graphic routines (interface) * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * \version $Id$ */ diff --git a/bertos/gfx/text_format.c b/bertos/gfx/text_format.c index 7c204725..25bbeafc 100644 --- a/bertos/gfx/text_format.c +++ b/bertos/gfx/text_format.c @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2003, 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * * \brief printf-family routines for text output * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/gfx/win.c b/bertos/gfx/win.c index 4925ace6..4108d835 100644 --- a/bertos/gfx/win.c +++ b/bertos/gfx/win.c @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Very simple hierarchical windowing system. * diff --git a/bertos/gfx/win.h b/bertos/gfx/win.h index 3dafc910..ea9a509d 100644 --- a/bertos/gfx/win.h +++ b/bertos/gfx/win.h @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Very simple hierarchical windowing system. * diff --git a/bertos/gui/menu.c b/bertos/gui/menu.c index b52f795f..146b3c1f 100644 --- a/bertos/gui/menu.c +++ b/bertos/gui/menu.c @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * * \brief General pourpose menu handling functions diff --git a/bertos/gui/menu.h b/bertos/gui/menu.h index 31b33f62..d4d4c0c6 100644 --- a/bertos/gui/menu.h +++ b/bertos/gui/menu.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * All Rights Reserved. * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * * \brief Common menu handling API diff --git a/bertos/hw/hw_buzzer.h b/bertos/hw/hw_buzzer.h index 1b6d2f27..7f0f17d3 100644 --- a/bertos/hw/hw_buzzer.h +++ b/bertos/hw/hw_buzzer.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006, 2008 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * All Rights Reserved. * --> * diff --git a/bertos/hw/hw_cpu.h b/bertos/hw/hw_cpu.h index 9bf04626..48b46abd 100644 --- a/bertos/hw/hw_cpu.h +++ b/bertos/hw/hw_cpu.h @@ -34,7 +34,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef HW_CPU_H diff --git a/bertos/hw/hw_kbd.h b/bertos/hw/hw_kbd.h index e116d44b..69be0dd0 100644 --- a/bertos/hw/hw_kbd.h +++ b/bertos/hw/hw_kbd.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006, 2008 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * All Rights Reserved. * --> * diff --git a/bertos/hw/hw_lcd.h b/bertos/hw/hw_lcd.h index 9ce56347..65b50873 100644 --- a/bertos/hw/hw_lcd.h +++ b/bertos/hw/hw_lcd.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2008 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001 Bernardo Innocenti + * Copyright 2001 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * */ diff --git a/bertos/hw/hw_sipo.h b/bertos/hw/hw_sipo.h index 6e1fe0e0..aa77783f 100644 --- a/bertos/hw/hw_sipo.h +++ b/bertos/hw/hw_sipo.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2006, 2008 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * All Rights Reserved. * --> * diff --git a/bertos/hw/kbd_map.h b/bertos/hw/kbd_map.h index 8cf306b3..564a3452 100644 --- a/bertos/hw/kbd_map.h +++ b/bertos/hw/kbd_map.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006, 2008 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * All Rights Reserved. * --> * diff --git a/bertos/kern/kfile.h b/bertos/kern/kfile.h index 0e375cf3..0fbfcd3b 100644 --- a/bertos/kern/kfile.h +++ b/bertos/kern/kfile.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2000, 2001, 2003 Bernardo Innocenti + * Copyright 1999, 2000, 2001, 2003 Bernie Innocenti * * --> * @@ -81,7 +81,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi * \author Daniele Basile */ diff --git a/bertos/kern/msg.h b/bertos/kern/msg.h index ba584b76..444c5326 100644 --- a/bertos/kern/msg.h +++ b/bertos/kern/msg.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999,2001 Bernardo Innocenti + * Copyright 1999,2001 Bernie Innocenti * * --> * @@ -37,7 +37,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Simple inter-process messaging system * diff --git a/bertos/kern/proc.c b/bertos/kern/proc.c index 7d0de472..1fdf9f35 100644 --- a/bertos/kern/proc.c +++ b/bertos/kern/proc.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2001,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999,2000,2001 Bernardo Innocenti + * Copyright 1999,2000,2001 Bernie Innocenti * * --> * @@ -36,7 +36,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/kern/proc.h b/bertos/kern/proc.h index 37415f3d..a668c18f 100644 --- a/bertos/kern/proc.h +++ b/bertos/kern/proc.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2001,2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999,2000,2001 Bernardo Innocenti + * Copyright 1999,2000,2001 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef KERN_PROC_H #define KERN_PROC_H diff --git a/bertos/kern/proc_p.h b/bertos/kern/proc_p.h index c0b2bdc5..3b25e360 100644 --- a/bertos/kern/proc_p.h +++ b/bertos/kern/proc_p.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2001, 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2000, 2001 Bernardo Innocenti + * Copyright 1999, 2000, 2001 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef KERN_PROC_P_H diff --git a/bertos/kern/sem.c b/bertos/kern/sem.c index 0f31fa06..e4ec941b 100644 --- a/bertos/kern/sem.c +++ b/bertos/kern/sem.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2001, 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2000, 2001 Bernardo Innocenti + * Copyright 1999, 2000, 2001 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "sem.h" diff --git a/bertos/kern/sem.h b/bertos/kern/sem.h index a80c914f..dfb7976a 100644 --- a/bertos/kern/sem.h +++ b/bertos/kern/sem.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2001,2004,2005,2006,2007 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999,2000,2001 Bernardo Innocenti + * Copyright 1999,2000,2001 Bernie Innocenti * * --> * @@ -36,7 +36,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ diff --git a/bertos/kern/signal.c b/bertos/kern/signal.c index 5abd7062..c21de178 100644 --- a/bertos/kern/signal.c +++ b/bertos/kern/signal.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2000, 2001 Bernardo Innocenti + * Copyright 1999, 2000, 2001 Bernie Innocenti * * --> * @@ -97,7 +97,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "signal.h" diff --git a/bertos/kern/signal.h b/bertos/kern/signal.h index af3aed6b..bf3cb3d3 100644 --- a/bertos/kern/signal.h +++ b/bertos/kern/signal.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999,2000,2001 Bernardo Innocenti + * Copyright 1999,2000,2001 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ diff --git a/bertos/mware/blanker.c b/bertos/mware/blanker.c index 5f9cd4bf..7e64bfa5 100644 --- a/bertos/mware/blanker.c +++ b/bertos/mware/blanker.c @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001 Bernardo Innocenti + * Copyright 2001 Bernie Innocenti * --> * * \brief Display Blanker (implementation). * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "blanker.h" diff --git a/bertos/mware/blanker.h b/bertos/mware/blanker.h index bdcdc679..9af09189 100644 --- a/bertos/mware/blanker.h +++ b/bertos/mware/blanker.h @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001 Bernardo Innocenti + * Copyright 2001 Bernie Innocenti * --> * * \brief Display Blanker (implementation). * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef MWARE_BLANKER_H #define MWARE_BLANKER_H diff --git a/bertos/mware/byteorder.h b/bertos/mware/byteorder.h index 0ed874bb..3dd7825e 100644 --- a/bertos/mware/byteorder.h +++ b/bertos/mware/byteorder.h @@ -34,7 +34,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/mware/event.h b/bertos/mware/event.h index a357bb18..f233c294 100644 --- a/bertos/mware/event.h +++ b/bertos/mware/event.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2001, 2003 Bernardo Innocenti + * Copyright 1999, 2001, 2003 Bernie Innocenti * * --> * @@ -38,7 +38,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef KERN_EVENT_H diff --git a/bertos/mware/except.h b/bertos/mware/except.h index b78435de..c600828d 100644 --- a/bertos/mware/except.h +++ b/bertos/mware/except.h @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * * \brief C++-like structured exception handling for C programs * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef MWARE_EXCEPT_H #define MWARE_EXCEPT_H diff --git a/bertos/mware/fifobuf.h b/bertos/mware/fifobuf.h index 7fb06b63..1e855582 100644 --- a/bertos/mware/fifobuf.h +++ b/bertos/mware/fifobuf.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003, 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001 Bernardo Innocenti + * Copyright 2001 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief General pourpose FIFO buffer implemented with a ring buffer * diff --git a/bertos/mware/heap.c b/bertos/mware/heap.c index 3cdc64f3..3bed8993 100644 --- a/bertos/mware/heap.c +++ b/bertos/mware/heap.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999,2000,2001 Bernardo Innocenti + * Copyright 1999,2000,2001 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "heap.h" diff --git a/bertos/mware/heap.h b/bertos/mware/heap.h index 7865476a..0524dbcf 100644 --- a/bertos/mware/heap.h +++ b/bertos/mware/heap.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999,2000,2001 Bernardo Innocenti + * Copyright 1999,2000,2001 Bernie Innocenti * * --> * @@ -39,7 +39,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * */ diff --git a/bertos/mware/hex.c b/bertos/mware/hex.c index 01c41642..dd326c43 100644 --- a/bertos/mware/hex.c +++ b/bertos/mware/hex.c @@ -34,7 +34,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ diff --git a/bertos/mware/hex.h b/bertos/mware/hex.h index 2c703066..5e036dfe 100644 --- a/bertos/mware/hex.h +++ b/bertos/mware/hex.h @@ -34,7 +34,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef MWARE_HEX_H diff --git a/bertos/mware/list.h b/bertos/mware/list.h index ddbad8c4..de5b0658 100644 --- a/bertos/mware/list.h +++ b/bertos/mware/list.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003, 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001 Bernardo Innocenti + * Copyright 2001 Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief General pourpose double-linked lists */ diff --git a/bertos/mware/msg.c b/bertos/mware/msg.c index bc4ec641..6a74266c 100644 --- a/bertos/mware/msg.c +++ b/bertos/mware/msg.c @@ -34,7 +34,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/mware/msg.h b/bertos/mware/msg.h index 3af0f0bc..84054520 100644 --- a/bertos/mware/msg.h +++ b/bertos/mware/msg.h @@ -34,7 +34,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/mware/observer.c b/bertos/mware/observer.c index a3acf98c..c5566086 100644 --- a/bertos/mware/observer.c +++ b/bertos/mware/observer.c @@ -33,7 +33,7 @@ * \brief Simple notifier for the observer/subject pattern (implementation) * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "observer.h" diff --git a/bertos/mware/observer.h b/bertos/mware/observer.h index 39d33d68..7ca135c8 100644 --- a/bertos/mware/observer.h +++ b/bertos/mware/observer.h @@ -33,7 +33,7 @@ * \brief Simple notifier for the subject/observer pattern (interface) * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef MWARE_OBSERVER_H #define MWARE_OBSERVER_H diff --git a/bertos/mware/parser.c b/bertos/mware/parser.c index 593bb594..0d42b8c2 100644 --- a/bertos/mware/parser.c +++ b/bertos/mware/parser.c @@ -47,7 +47,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * \author Giovanni Bajo * diff --git a/bertos/mware/parser.h b/bertos/mware/parser.h index 7271fb92..93fb8d8f 100644 --- a/bertos/mware/parser.h +++ b/bertos/mware/parser.h @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * \author Giovanni Bajo * diff --git a/bertos/mware/resource.h b/bertos/mware/resource.h index e40d6898..15736a75 100644 --- a/bertos/mware/resource.h +++ b/bertos/mware/resource.h @@ -34,7 +34,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ diff --git a/bertos/mware/rle.c b/bertos/mware/rle.c index 3231833b..96bd94af 100644 --- a/bertos/mware/rle.c +++ b/bertos/mware/rle.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2000, 2001 Bernardo Innocenti + * Copyright 1999, 2000, 2001 Bernie Innocenti * * --> * @@ -36,7 +36,7 @@ * Original source code from http://www.compuphase.com/compress.htm * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ /*#* diff --git a/bertos/mware/rle.h b/bertos/mware/rle.h index 61693a68..6adcaf31 100644 --- a/bertos/mware/rle.h +++ b/bertos/mware/rle.h @@ -27,14 +27,14 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2000, 2001 Bernardo Innocenti + * Copyright 1999, 2000, 2001 Bernie Innocenti * * --> * * \brief General-purpose run-length {en,de}coding algorithm (interface) * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ /*#* diff --git a/bertos/mware/sprintf.c b/bertos/mware/sprintf.c index 0b05ce7b..a82a9725 100644 --- a/bertos/mware/sprintf.c +++ b/bertos/mware/sprintf.c @@ -33,7 +33,7 @@ * \brief sprintf() implementation based on _formatted_write() * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include diff --git a/bertos/mware/sprintf_test.c b/bertos/mware/sprintf_test.c index 3534953a..428c779a 100644 --- a/bertos/mware/sprintf_test.c +++ b/bertos/mware/sprintf_test.c @@ -33,7 +33,7 @@ * \brief sprintf() implementation based on _formatted_write() * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ diff --git a/bertos/mware/strtol10.c b/bertos/mware/strtol10.c index 6521a6a5..3fac2e2c 100644 --- a/bertos/mware/strtol10.c +++ b/bertos/mware/strtol10.c @@ -33,7 +33,7 @@ * \brief Poor man's hex arrays (implementation). * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "strtol10.h" diff --git a/bertos/mware/strtol10.h b/bertos/mware/strtol10.h index 4dfe7a47..8c191cf9 100644 --- a/bertos/mware/strtol10.h +++ b/bertos/mware/strtol10.h @@ -33,7 +33,7 @@ * \brief Poor man's hex arrays (implementation). * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ diff --git a/bertos/net/xmodem.c b/bertos/net/xmodem.c index 382e47eb..bf017457 100644 --- a/bertos/net/xmodem.c +++ b/bertos/net/xmodem.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2004, 2005, 2006, 2007 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2001 Bernardo Innocenti + * Copyright 1999, 2001 Bernie Innocenti * * --> * @@ -40,7 +40,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi */ diff --git a/bertos/net/xmodem.h b/bertos/net/xmodem.h index ce14b6ec..580e088d 100644 --- a/bertos/net/xmodem.h +++ b/bertos/net/xmodem.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2001 Bernardo Innocenti + * Copyright 1999, 2001 Bernie Innocenti * * --> * \brief X-Modem serial transmission protocol (interface) * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi */ diff --git a/bertos/os/hptime.c b/bertos/os/hptime.c index b93712ba..23807580 100644 --- a/bertos/os/hptime.c +++ b/bertos/os/hptime.c @@ -33,7 +33,7 @@ * \brief Portable abstraction for high-resolution time handling (implementation) * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #include "hptime.h" diff --git a/bertos/os/hptime.h b/bertos/os/hptime.h index 7e5b88a0..0592bd3b 100644 --- a/bertos/os/hptime.h +++ b/bertos/os/hptime.h @@ -32,7 +32,7 @@ * * \brief Portable abstraction for high-resolution time handling (interface) * - * \author Bernardo Innocenti + * \author Bernie Innocenti */ #ifndef HPTIME_H #define HPTIME_H diff --git a/bertos/rules.mk b/bertos/rules.mk index b83049dd..23d988f7 100644 --- a/bertos/rules.mk +++ b/bertos/rules.mk @@ -7,7 +7,7 @@ # GCC-AVR standard Makefile part 2 # Volker Oth 1/2000 # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # # Remove all default pattern rules diff --git a/bertos/run_tests.sh b/bertos/run_tests.sh index 74b39150..7bce5944 100755 --- a/bertos/run_tests.sh +++ b/bertos/run_tests.sh @@ -3,7 +3,7 @@ # Copyright 2005 Develer S.r.l. (http://www.develer.com/) # All rights reserved. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # # $Id$ # diff --git a/bertos/verstag.c b/bertos/verstag.c index a99e2b2c..ea3a1902 100644 --- a/bertos/verstag.c +++ b/bertos/verstag.c @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Define application version strings */ diff --git a/bertos/verstag.h b/bertos/verstag.h index 44cae92d..b705cc03 100644 --- a/bertos/verstag.h +++ b/bertos/verstag.h @@ -27,13 +27,13 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001, 2002, 2003 by Bernardo Innocenti + * Copyright 2001, 2002, 2003 by Bernie Innocenti * * --> * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Declare application version strings */