diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-02 10:58:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-02 10:58:09 +0000 |
commit | 184a71345c6a36a9a8664eda8fbcc3ea728267a8 (patch) | |
tree | e7953ee68c630b38446e75cd0a18291a1dcb439b /testhal/STM32F0xx/ADC | |
parent | 097062ca3be263bac3906c4b23d56ca765504ba8 (diff) | |
download | ChibiOS-184a71345c6a36a9a8664eda8fbcc3ea728267a8.tar.gz ChibiOS-184a71345c6a36a9a8664eda8fbcc3ea728267a8.tar.bz2 ChibiOS-184a71345c6a36a9a8664eda8fbcc3ea728267a8.zip |
Updated license years.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5102 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F0xx/ADC')
-rw-r--r-- | testhal/STM32F0xx/ADC/chconf.h | 2 | ||||
-rw-r--r-- | testhal/STM32F0xx/ADC/halconf.h | 2 | ||||
-rw-r--r-- | testhal/STM32F0xx/ADC/main.c | 2 | ||||
-rw-r--r-- | testhal/STM32F0xx/ADC/mcuconf.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/testhal/STM32F0xx/ADC/chconf.h b/testhal/STM32F0xx/ADC/chconf.h index 290044421..40bf50ea7 100644 --- a/testhal/STM32F0xx/ADC/chconf.h +++ b/testhal/STM32F0xx/ADC/chconf.h @@ -1,6 +1,6 @@ /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012 Giovanni Di Sirio.
+ 2011,2012,2013 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/testhal/STM32F0xx/ADC/halconf.h b/testhal/STM32F0xx/ADC/halconf.h index ff19ccae6..2721174a3 100644 --- a/testhal/STM32F0xx/ADC/halconf.h +++ b/testhal/STM32F0xx/ADC/halconf.h @@ -1,6 +1,6 @@ /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012 Giovanni Di Sirio.
+ 2011,2012,2013 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/testhal/STM32F0xx/ADC/main.c b/testhal/STM32F0xx/ADC/main.c index 90f34f775..ec6da40d2 100644 --- a/testhal/STM32F0xx/ADC/main.c +++ b/testhal/STM32F0xx/ADC/main.c @@ -1,6 +1,6 @@ /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012 Giovanni Di Sirio.
+ 2011,2012,2013 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/testhal/STM32F0xx/ADC/mcuconf.h b/testhal/STM32F0xx/ADC/mcuconf.h index 8788b29a7..b2f580112 100644 --- a/testhal/STM32F0xx/ADC/mcuconf.h +++ b/testhal/STM32F0xx/ADC/mcuconf.h @@ -1,6 +1,6 @@ /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012 Giovanni Di Sirio.
+ 2011,2012,2013 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
|