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 /os/hal/platforms/STM32F3xx | |
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 'os/hal/platforms/STM32F3xx')
-rw-r--r-- | os/hal/platforms/STM32F3xx/adc_lld.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32F3xx/adc_lld.h | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32F3xx/ext_lld_isr.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32F3xx/ext_lld_isr.h | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32F3xx/hal_lld.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32F3xx/hal_lld.h | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32F3xx/stm32_dma.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32F3xx/stm32_dma.h | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32F3xx/stm32_isr.h | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32F3xx/stm32_rcc.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/os/hal/platforms/STM32F3xx/adc_lld.c b/os/hal/platforms/STM32F3xx/adc_lld.c index a35c73c03..48d0efafe 100644 --- a/os/hal/platforms/STM32F3xx/adc_lld.c +++ b/os/hal/platforms/STM32F3xx/adc_lld.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/os/hal/platforms/STM32F3xx/adc_lld.h b/os/hal/platforms/STM32F3xx/adc_lld.h index 3cd846f20..3e72d1cf0 100644 --- a/os/hal/platforms/STM32F3xx/adc_lld.h +++ b/os/hal/platforms/STM32F3xx/adc_lld.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/os/hal/platforms/STM32F3xx/ext_lld_isr.c b/os/hal/platforms/STM32F3xx/ext_lld_isr.c index cf2c2644a..c310a4394 100644 --- a/os/hal/platforms/STM32F3xx/ext_lld_isr.c +++ b/os/hal/platforms/STM32F3xx/ext_lld_isr.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/os/hal/platforms/STM32F3xx/ext_lld_isr.h b/os/hal/platforms/STM32F3xx/ext_lld_isr.h index 7b94644cd..80d05b9d5 100644 --- a/os/hal/platforms/STM32F3xx/ext_lld_isr.h +++ b/os/hal/platforms/STM32F3xx/ext_lld_isr.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/os/hal/platforms/STM32F3xx/hal_lld.c b/os/hal/platforms/STM32F3xx/hal_lld.c index c0d9ad436..5370320cb 100644 --- a/os/hal/platforms/STM32F3xx/hal_lld.c +++ b/os/hal/platforms/STM32F3xx/hal_lld.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/os/hal/platforms/STM32F3xx/hal_lld.h b/os/hal/platforms/STM32F3xx/hal_lld.h index 07d0e1119..96f4f169d 100644 --- a/os/hal/platforms/STM32F3xx/hal_lld.h +++ b/os/hal/platforms/STM32F3xx/hal_lld.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/os/hal/platforms/STM32F3xx/stm32_dma.c b/os/hal/platforms/STM32F3xx/stm32_dma.c index bed89fb80..8daf54f98 100644 --- a/os/hal/platforms/STM32F3xx/stm32_dma.c +++ b/os/hal/platforms/STM32F3xx/stm32_dma.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/os/hal/platforms/STM32F3xx/stm32_dma.h b/os/hal/platforms/STM32F3xx/stm32_dma.h index 3a558c9e6..a755e76ec 100644 --- a/os/hal/platforms/STM32F3xx/stm32_dma.h +++ b/os/hal/platforms/STM32F3xx/stm32_dma.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/os/hal/platforms/STM32F3xx/stm32_isr.h b/os/hal/platforms/STM32F3xx/stm32_isr.h index 8b2973701..b034d3487 100644 --- a/os/hal/platforms/STM32F3xx/stm32_isr.h +++ b/os/hal/platforms/STM32F3xx/stm32_isr.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/os/hal/platforms/STM32F3xx/stm32_rcc.h b/os/hal/platforms/STM32F3xx/stm32_rcc.h index 6c9078940..92ba6cf60 100644 --- a/os/hal/platforms/STM32F3xx/stm32_rcc.h +++ b/os/hal/platforms/STM32F3xx/stm32_rcc.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.
|