diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-26 09:10:22 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-26 09:10:22 +0000 |
commit | 5159ce92aa4f9a991a1b4c305d4aef06cc586e87 (patch) | |
tree | 9fbedaef3bbd4175e715b0ff4d479e8aa49c64f5 /demos/SPC5/RT-SPC560D-EVB | |
parent | c56023db57e69155956672a549f3dd5da2a57e85 (diff) | |
download | ChibiOS-5159ce92aa4f9a991a1b4c305d4aef06cc586e87.tar.gz ChibiOS-5159ce92aa4f9a991a1b4c305d4aef06cc586e87.tar.bz2 ChibiOS-5159ce92aa4f9a991a1b4c305d4aef06cc586e87.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7099 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5/RT-SPC560D-EVB')
-rw-r--r-- | demos/SPC5/RT-SPC560D-EVB/chconf.h | 2 | ||||
-rw-r--r-- | demos/SPC5/RT-SPC560D-EVB/halconf.h | 2 | ||||
-rw-r--r-- | demos/SPC5/RT-SPC560D-EVB/main.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/SPC5/RT-SPC560D-EVB/chconf.h b/demos/SPC5/RT-SPC560D-EVB/chconf.h index d65051ce3..864ae0714 100644 --- a/demos/SPC5/RT-SPC560D-EVB/chconf.h +++ b/demos/SPC5/RT-SPC560D-EVB/chconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006-2014 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/demos/SPC5/RT-SPC560D-EVB/halconf.h b/demos/SPC5/RT-SPC560D-EVB/halconf.h index bd95f138f..8fb139b16 100644 --- a/demos/SPC5/RT-SPC560D-EVB/halconf.h +++ b/demos/SPC5/RT-SPC560D-EVB/halconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006-2014 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/demos/SPC5/RT-SPC560D-EVB/main.c b/demos/SPC5/RT-SPC560D-EVB/main.c index bb670c8d1..4314c1538 100644 --- a/demos/SPC5/RT-SPC560D-EVB/main.c +++ b/demos/SPC5/RT-SPC560D-EVB/main.c @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006-2014 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.
|