diff options
Diffstat (limited to 'os/common/startup/ARM')
-rw-r--r-- | os/common/startup/ARM/compilers/GCC/crt0.s | 2 | ||||
-rw-r--r-- | os/common/startup/ARM/compilers/GCC/crt1.c | 2 | ||||
-rw-r--r-- | os/common/startup/ARM/compilers/GCC/ld/LPC2148.ld | 2 | ||||
-rw-r--r-- | os/common/startup/ARM/compilers/GCC/rules.ld | 2 | ||||
-rw-r--r-- | os/common/startup/ARM/compilers/GCC/vectors.s | 2 | ||||
-rw-r--r-- | os/common/startup/ARM/devices/LPC214x/armparams.h | 2 | ||||
-rw-r--r-- | os/common/startup/ARM/devices/LPC214x/lpc214x.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/crt0.s b/os/common/startup/ARM/compilers/GCC/crt0.s index 484de1be2..663d975b9 100644 --- a/os/common/startup/ARM/compilers/GCC/crt0.s +++ b/os/common/startup/ARM/compilers/GCC/crt0.s @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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/common/startup/ARM/compilers/GCC/crt1.c b/os/common/startup/ARM/compilers/GCC/crt1.c index b8f48a406..dd08df45d 100644 --- a/os/common/startup/ARM/compilers/GCC/crt1.c +++ b/os/common/startup/ARM/compilers/GCC/crt1.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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/common/startup/ARM/compilers/GCC/ld/LPC2148.ld b/os/common/startup/ARM/compilers/GCC/ld/LPC2148.ld index 8b2521c20..67bc04e69 100644 --- a/os/common/startup/ARM/compilers/GCC/ld/LPC2148.ld +++ b/os/common/startup/ARM/compilers/GCC/ld/LPC2148.ld @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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/common/startup/ARM/compilers/GCC/rules.ld b/os/common/startup/ARM/compilers/GCC/rules.ld index 2511a1581..219d0d420 100644 --- a/os/common/startup/ARM/compilers/GCC/rules.ld +++ b/os/common/startup/ARM/compilers/GCC/rules.ld @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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/common/startup/ARM/compilers/GCC/vectors.s b/os/common/startup/ARM/compilers/GCC/vectors.s index 6d6acd00c..39bd6db73 100644 --- a/os/common/startup/ARM/compilers/GCC/vectors.s +++ b/os/common/startup/ARM/compilers/GCC/vectors.s @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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/common/startup/ARM/devices/LPC214x/armparams.h b/os/common/startup/ARM/devices/LPC214x/armparams.h index 361107eb5..476ad1e4e 100644 --- a/os/common/startup/ARM/devices/LPC214x/armparams.h +++ b/os/common/startup/ARM/devices/LPC214x/armparams.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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/common/startup/ARM/devices/LPC214x/lpc214x.h b/os/common/startup/ARM/devices/LPC214x/lpc214x.h index 17b26fc29..ccf344e6d 100644 --- a/os/common/startup/ARM/devices/LPC214x/lpc214x.h +++ b/os/common/startup/ARM/devices/LPC214x/lpc214x.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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.
|