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 /os/hal/boards/ST_EVB_SPC56EL | |
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 'os/hal/boards/ST_EVB_SPC56EL')
-rw-r--r-- | os/hal/boards/ST_EVB_SPC56EL/board.c | 2 | ||||
-rw-r--r-- | os/hal/boards/ST_EVB_SPC56EL/board.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/boards/ST_EVB_SPC56EL/board.c b/os/hal/boards/ST_EVB_SPC56EL/board.c index a6595d7d4..8438ba9ba 100644 --- a/os/hal/boards/ST_EVB_SPC56EL/board.c +++ b/os/hal/boards/ST_EVB_SPC56EL/board.c @@ -1,5 +1,5 @@ /*
- SPC5 HAL - Copyright (C) 2013 STMicroelectronics
+ 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/os/hal/boards/ST_EVB_SPC56EL/board.h b/os/hal/boards/ST_EVB_SPC56EL/board.h index 23815b747..3f7e8cb06 100644 --- a/os/hal/boards/ST_EVB_SPC56EL/board.h +++ b/os/hal/boards/ST_EVB_SPC56EL/board.h @@ -1,5 +1,5 @@ /*
- SPC5 HAL - Copyright (C) 2013 STMicroelectronics
+ 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.
|