diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-01-11 13:56:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-01-11 13:56:55 +0000 |
commit | fa1aeb7e9a376489ba47b04d3aadeb273c7b6b9f (patch) | |
tree | 538272aab73f4678c19e563976c3e37df40e87b5 /testhal/KINETIS | |
parent | 1979996549d3b0879e3318528dde920009b87331 (diff) | |
download | ChibiOS-fa1aeb7e9a376489ba47b04d3aadeb273c7b6b9f.tar.gz ChibiOS-fa1aeb7e9a376489ba47b04d3aadeb273c7b6b9f.tar.bz2 ChibiOS-fa1aeb7e9a376489ba47b04d3aadeb273c7b6b9f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/KINETIS')
-rw-r--r-- | testhal/KINETIS/ADC/chconf.h | 2 | ||||
-rw-r--r-- | testhal/KINETIS/ADC/halconf.h | 2 | ||||
-rw-r--r-- | testhal/KINETIS/ADC/main.c | 2 | ||||
-rw-r--r-- | testhal/KINETIS/ADC/mcuconf.h | 2 | ||||
-rw-r--r-- | testhal/KINETIS/I2C/chconf.h | 2 | ||||
-rw-r--r-- | testhal/KINETIS/I2C/halconf.h | 2 | ||||
-rw-r--r-- | testhal/KINETIS/I2C/main.c | 2 | ||||
-rw-r--r-- | testhal/KINETIS/I2C/mcuconf.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/testhal/KINETIS/ADC/chconf.h b/testhal/KINETIS/ADC/chconf.h index 0be7ab6d4..51dd30d2a 100644 --- a/testhal/KINETIS/ADC/chconf.h +++ b/testhal/KINETIS/ADC/chconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/testhal/KINETIS/ADC/halconf.h b/testhal/KINETIS/ADC/halconf.h index d7c8710fd..b71039313 100644 --- a/testhal/KINETIS/ADC/halconf.h +++ b/testhal/KINETIS/ADC/halconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/testhal/KINETIS/ADC/main.c b/testhal/KINETIS/ADC/main.c index a20a153a4..f01051b9f 100644 --- a/testhal/KINETIS/ADC/main.c +++ b/testhal/KINETIS/ADC/main.c @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2014 Derek Mulcahy
+ ChibiOS - Copyright (C) 2014 Derek Mulcahy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/testhal/KINETIS/ADC/mcuconf.h b/testhal/KINETIS/ADC/mcuconf.h index 4f4859599..eb3a334cf 100644 --- a/testhal/KINETIS/ADC/mcuconf.h +++ b/testhal/KINETIS/ADC/mcuconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/testhal/KINETIS/I2C/chconf.h b/testhal/KINETIS/I2C/chconf.h index 0be7ab6d4..51dd30d2a 100644 --- a/testhal/KINETIS/I2C/chconf.h +++ b/testhal/KINETIS/I2C/chconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/testhal/KINETIS/I2C/halconf.h b/testhal/KINETIS/I2C/halconf.h index 5693d289d..352ad7196 100644 --- a/testhal/KINETIS/I2C/halconf.h +++ b/testhal/KINETIS/I2C/halconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/testhal/KINETIS/I2C/main.c b/testhal/KINETIS/I2C/main.c index 256a08198..1b10ba166 100644 --- a/testhal/KINETIS/I2C/main.c +++ b/testhal/KINETIS/I2C/main.c @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/testhal/KINETIS/I2C/mcuconf.h b/testhal/KINETIS/I2C/mcuconf.h index d8ecd049f..41320e5da 100644 --- a/testhal/KINETIS/I2C/mcuconf.h +++ b/testhal/KINETIS/I2C/mcuconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|