From 3a7a43b5c7be260710499540538eaf7109c60982 Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 26 May 2008 09:30:19 +0000 Subject: [PATCH] Update copyright. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1357 38d2e660-2303-0410-9eaa-f027e97ec537 --- Makefile | 6 +++--- bertos/hw/hw_buzzer.h | 2 +- bertos/hw/hw_buzzerled.h | 2 +- bertos/hw/hw_dc_motor.h | 2 +- bertos/hw/hw_kbd.h | 2 +- bertos/hw/hw_lcd.h | 2 +- bertos/hw/hw_spi.h | 1 + bertos/hw/hw_tc520.h | 3 ++- bertos/hw/hw_thermo.h | 1 + bertos/hw/kbd_map.h | 2 +- bertos/hw/mcp41_map.h | 3 ++- bertos/hw/phase_map.h | 2 +- bertos/hw/pwm_map.h | 3 ++- 13 files changed, 18 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index c899766b..3d897925 100644 --- a/Makefile +++ b/Makefile @@ -7,16 +7,16 @@ # # Set to 1 for verbose build output, 0 for terse output -V := 0 +V := 1 default: all include bertos/config.mk #Include subtargets -include app/demo/demo.mk +#include app/demo/demo.mk #include app/at91sam7s/at91sam7s.mk #include app/battfs/battfs_test.mk -#include app/triface/triface.mk +include app/triface/triface.mk include bertos/rules.mk diff --git a/bertos/hw/hw_buzzer.h b/bertos/hw/hw_buzzer.h index f6e790b8..a9ebafdf 100644 --- a/bertos/hw/hw_buzzer.h +++ b/bertos/hw/hw_buzzer.h @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2003, 2004, 2005, 2006, 2008 Develer S.r.l. (http://www.develer.com/) * Copyright 2000 Bernardo Innocenti * All Rights Reserved. * --> diff --git a/bertos/hw/hw_buzzerled.h b/bertos/hw/hw_buzzerled.h index 326a53db..7e089d12 100644 --- a/bertos/hw/hw_buzzerled.h +++ b/bertos/hw/hw_buzzerled.h @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2006, 2008 Develer S.r.l. (http://www.develer.com/) * All Rights Reserved. * --> * diff --git a/bertos/hw/hw_dc_motor.h b/bertos/hw/hw_dc_motor.h index 77a6e245..0244cdef 100644 --- a/bertos/hw/hw_dc_motor.h +++ b/bertos/hw/hw_dc_motor.h @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2008 Develer S.r.l. (http://www.develer.com/) * All Rights Reserved. * --> * diff --git a/bertos/hw/hw_kbd.h b/bertos/hw/hw_kbd.h index af163843..654e830f 100644 --- a/bertos/hw/hw_kbd.h +++ b/bertos/hw/hw_kbd.h @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2003, 2004, 2005, 2006, 2008 Develer S.r.l. (http://www.develer.com/) * Copyright 2000 Bernardo Innocenti * All Rights Reserved. * --> diff --git a/bertos/hw/hw_lcd.h b/bertos/hw/hw_lcd.h index d19308f0..6f115018 100644 --- a/bertos/hw/hw_lcd.h +++ b/bertos/hw/hw_lcd.h @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) + * Copyright 2003, 2004, 2005, 2008 Develer S.r.l. (http://www.develer.com/) * Copyright 2001 Bernardo Innocenti * * --> diff --git a/bertos/hw/hw_spi.h b/bertos/hw/hw_spi.h index 8963ef29..04e4893a 100644 --- a/bertos/hw/hw_spi.h +++ b/bertos/hw/hw_spi.h @@ -27,6 +27,7 @@ * the GNU General Public License. * * Copyright 2008 Develer S.r.l. (http://www.develer.com/) + * All Rights Reserved. * --> * * \brief Hardware macro definition. diff --git a/bertos/hw/hw_tc520.h b/bertos/hw/hw_tc520.h index 9dd09c32..6e1dc3c1 100644 --- a/bertos/hw/hw_tc520.h +++ b/bertos/hw/hw_tc520.h @@ -26,7 +26,8 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2005 Develer S.r.l. (http://www.develer.com/) + * Copyright 2005, 2008 Develer S.r.l. (http://www.develer.com/) + * All Rights Reserved. * --> * * diff --git a/bertos/hw/hw_thermo.h b/bertos/hw/hw_thermo.h index bcac93a5..fc0b4e2c 100644 --- a/bertos/hw/hw_thermo.h +++ b/bertos/hw/hw_thermo.h @@ -27,6 +27,7 @@ * the GNU General Public License. * * Copyright 2008 Develer S.r.l. (http://www.develer.com/) + * All Rights Reserved. * --> * * \brief thermo hardware-specific control functions. diff --git a/bertos/hw/kbd_map.h b/bertos/hw/kbd_map.h index d09eb2b7..8cf306b3 100644 --- a/bertos/hw/kbd_map.h +++ b/bertos/hw/kbd_map.h @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2003, 2004, 2005, 2006, 2008 Develer S.r.l. (http://www.develer.com/) * Copyright 2000 Bernardo Innocenti * All Rights Reserved. * --> diff --git a/bertos/hw/mcp41_map.h b/bertos/hw/mcp41_map.h index 1cd1449e..6646391c 100644 --- a/bertos/hw/mcp41_map.h +++ b/bertos/hw/mcp41_map.h @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2006, 2008 Develer S.r.l. (http://www.develer.com/) * All Rights Reserved. * --> * @@ -44,6 +44,7 @@ /** \name Enum for mcp41 pot evices. * \{ + * */ typedef enum Mcp41Dev { diff --git a/bertos/hw/phase_map.h b/bertos/hw/phase_map.h index fb9bcc29..7436e5e8 100644 --- a/bertos/hw/phase_map.h +++ b/bertos/hw/phase_map.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2008 Develer S.r.l. (http://www.develer.com/) - * + * All Rights Reserved. * --> * * \brief Triac map definitions. diff --git a/bertos/hw/pwm_map.h b/bertos/hw/pwm_map.h index 97f82467..723da2f1 100644 --- a/bertos/hw/pwm_map.h +++ b/bertos/hw/pwm_map.h @@ -26,7 +26,8 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2005 Develer S.r.l. (http://www.develer.com/) + * Copyright 2008 Develer S.r.l. (http://www.develer.com/) + * All Rights Reserved. * --> * * -- 2.25.1