aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-03-18 10:29:35 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-03-18 10:29:35 +0000
commitb3fe630e4bab9a0af6f514ba086b26a1183fd333 (patch)
tree37ca76e6c31bc57d6c3e2f2e98c023142f579534 /os/common/startup
parentab961a54e0cc898315cf60d224d68b2c9547b1dc (diff)
downloadChibiOS-b3fe630e4bab9a0af6f514ba086b26a1183fd333.tar.gz
ChibiOS-b3fe630e4bab9a0af6f514ba086b26a1183fd333.tar.bz2
ChibiOS-b3fe630e4bab9a0af6f514ba086b26a1183fd333.zip
Mass license update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9136 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup')
-rw-r--r--os/common/startup/ARM/compilers/GCC/crt0.s2
-rw-r--r--os/common/startup/ARM/compilers/GCC/crt1.c2
-rw-r--r--os/common/startup/ARM/compilers/GCC/ld/LPC2148.ld2
-rw-r--r--os/common/startup/ARM/compilers/GCC/rules.ld2
-rw-r--r--os/common/startup/ARM/compilers/GCC/vectors.s2
-rw-r--r--os/common/startup/ARM/devices/LPC214x/armparams.h2
-rw-r--r--os/common/startup/ARM/devices/LPC214x/lpc214x.h2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.s2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.s2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/crt1.c2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/KL25Z128.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/MK20DX128.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F030x4.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F030x6.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F030x8.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F031x6.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F042x6.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F051x8.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F072xB.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F091xC.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F100xB.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103x8.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xB.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xB_maplemini_bootloader.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xD.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xE.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xG.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F107xC.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F207xG.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F302x8.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F303x8.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F303xC.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F334x8.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F373xC.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F401xC.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F401xE.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F405xG.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F407xG.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F411xC.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F411xE.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F429xI.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F746xG.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F746xG_ETH.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F746xG_MAX.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32L052x6.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32L052x8.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32L053x8.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32L151x6.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32L152xB.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32L152xE.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32L476xG.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/rules_code.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/rules_data.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/rules_stacks.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/rules_ram.ld2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/vectors.c2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/vectors.h2
-rw-r--r--os/common/startup/ARMCMx/compilers/IAR/cstartup.s2
-rw-r--r--os/common/startup/ARMCMx/compilers/IAR/vectors.s2
-rw-r--r--os/common/startup/ARMCMx/compilers/RVCT/cstartup.s2
-rw-r--r--os/common/startup/ARMCMx/compilers/RVCT/vectors.s2
-rw-r--r--os/common/startup/ARMCMx/devices/K20x/cmparams.h2
-rw-r--r--os/common/startup/ARMCMx/devices/KL2x/cmparams.h2
-rw-r--r--os/common/startup/ARMCMx/devices/STM32F0xx/cmparams.h2
-rw-r--r--os/common/startup/ARMCMx/devices/STM32F1xx/cmparams.h2
-rw-r--r--os/common/startup/ARMCMx/devices/STM32F2xx/cmparams.h2
-rw-r--r--os/common/startup/ARMCMx/devices/STM32F3xx/cmparams.h2
-rw-r--r--os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h2
-rw-r--r--os/common/startup/ARMCMx/devices/STM32F7xx/cmparams.h2
-rw-r--r--os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h2
-rw-r--r--os/common/startup/ARMCMx/devices/STM32L1xx/cmparams.h2
-rw-r--r--os/common/startup/ARMCMx/devices/STM32L4xx/cmparams.h2
-rw-r--r--os/common/startup/e200/compilers/CW/crt0.s2
-rw-r--r--os/common/startup/e200/compilers/CW/unhandled.s2
-rw-r--r--os/common/startup/e200/compilers/CW/vectors.h2
-rw-r--r--os/common/startup/e200/compilers/CW/vectors.s2
-rw-r--r--os/common/startup/e200/compilers/GCC/crt0.s2
-rw-r--r--os/common/startup/e200/compilers/GCC/ld/SPC560B50.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/ld/SPC560B60.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/ld/SPC560B64.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/ld/SPC560D40.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/ld/SPC560P50.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/ld/SPC563M64.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/ld/SPC564A70.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/ld/SPC564A80.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/ld/SPC56EC74.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/ld/SPC56EL54_LSM.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/ld/SPC56EL60_LSM.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/ld/SPC56EL70_LSM.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/ld/SPC57EM80_HSM.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/rules_z0.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/rules_z3.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/rules_z4.ld2
-rw-r--r--os/common/startup/e200/compilers/GCC/vectors.h2
-rw-r--r--os/common/startup/e200/compilers/GCC/vectors.s2
-rw-r--r--os/common/startup/e200/devices/SPC560BCxx/boot.h2
-rw-r--r--os/common/startup/e200/devices/SPC560BCxx/boot.s2
-rw-r--r--os/common/startup/e200/devices/SPC560BCxx/intc.h2
-rw-r--r--os/common/startup/e200/devices/SPC560BCxx/ppcparams.h2
-rw-r--r--os/common/startup/e200/devices/SPC560Bxx/boot.h2
-rw-r--r--os/common/startup/e200/devices/SPC560Bxx/boot.s2
-rw-r--r--os/common/startup/e200/devices/SPC560Bxx/intc.h2
-rw-r--r--os/common/startup/e200/devices/SPC560Bxx/ppcparams.h2
-rw-r--r--os/common/startup/e200/devices/SPC560Dxx/boot.h2
-rw-r--r--os/common/startup/e200/devices/SPC560Dxx/boot.s2
-rw-r--r--os/common/startup/e200/devices/SPC560Dxx/boot_cw.s2
-rw-r--r--os/common/startup/e200/devices/SPC560Dxx/intc.h2
-rw-r--r--os/common/startup/e200/devices/SPC560Dxx/ppcparams.h2
-rw-r--r--os/common/startup/e200/devices/SPC560Pxx/boot.h2
-rw-r--r--os/common/startup/e200/devices/SPC560Pxx/boot.s2
-rw-r--r--os/common/startup/e200/devices/SPC560Pxx/intc.h2
-rw-r--r--os/common/startup/e200/devices/SPC560Pxx/ppcparams.h2
-rw-r--r--os/common/startup/e200/devices/SPC563Mxx/boot.h2
-rw-r--r--os/common/startup/e200/devices/SPC563Mxx/boot.s2
-rw-r--r--os/common/startup/e200/devices/SPC563Mxx/intc.h2
-rw-r--r--os/common/startup/e200/devices/SPC563Mxx/ppcparams.h2
-rw-r--r--os/common/startup/e200/devices/SPC564Axx/boot.h2
-rw-r--r--os/common/startup/e200/devices/SPC564Axx/boot.s2
-rw-r--r--os/common/startup/e200/devices/SPC564Axx/intc.h2
-rw-r--r--os/common/startup/e200/devices/SPC564Axx/ppcparams.h2
-rw-r--r--os/common/startup/e200/devices/SPC56ECxx/boot.h2
-rw-r--r--os/common/startup/e200/devices/SPC56ECxx/boot.s2
-rw-r--r--os/common/startup/e200/devices/SPC56ECxx/boot_cw.s2
-rw-r--r--os/common/startup/e200/devices/SPC56ECxx/intc.h2
-rw-r--r--os/common/startup/e200/devices/SPC56ECxx/ppcparams.h2
-rw-r--r--os/common/startup/e200/devices/SPC56ELxx/boot.h2
-rw-r--r--os/common/startup/e200/devices/SPC56ELxx/boot.s2
-rw-r--r--os/common/startup/e200/devices/SPC56ELxx/intc.h2
-rw-r--r--os/common/startup/e200/devices/SPC56ELxx/ppcparams.h2
-rw-r--r--os/common/startup/e200/devices/SPC57EMxx_HSM/boot.h2
-rw-r--r--os/common/startup/e200/devices/SPC57EMxx_HSM/boot.s2
-rw-r--r--os/common/startup/e200/devices/SPC57EMxx_HSM/intc.h2
-rw-r--r--os/common/startup/e200/devices/SPC57EMxx_HSM/ppcparams.h2
133 files changed, 133 insertions, 133 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.
diff --git a/os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.s b/os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.s
index 9a6f9f8f7..b313b611a 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.s
+++ b/os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.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/ARMCMx/compilers/GCC/crt0_v7m.s b/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.s
index 5f14376c1..5f9668efb 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.s
+++ b/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.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/ARMCMx/compilers/GCC/crt1.c b/os/common/startup/ARMCMx/compilers/GCC/crt1.c
index 703d448ff..1b05f083e 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/crt1.c
+++ b/os/common/startup/ARMCMx/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/ARMCMx/compilers/GCC/ld/KL25Z128.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/KL25Z128.ld
index d566d8290..a262199e9 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/KL25Z128.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/KL25Z128.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/ARMCMx/compilers/GCC/ld/MK20DX128.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/MK20DX128.ld
index 9e90549c7..fa624a828 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/MK20DX128.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/MK20DX128.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/ARMCMx/compilers/GCC/ld/STM32F030x4.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F030x4.ld
index 668c344a1..fb27b0e78 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F030x4.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F030x4.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/ARMCMx/compilers/GCC/ld/STM32F030x6.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F030x6.ld
index 843ce263b..4fed365db 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F030x6.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F030x6.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/ARMCMx/compilers/GCC/ld/STM32F030x8.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F030x8.ld
index d34d170ea..0ab941602 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F030x8.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F030x8.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/ARMCMx/compilers/GCC/ld/STM32F031x6.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F031x6.ld
index 8ead605b0..e108de4e5 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F031x6.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F031x6.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/ARMCMx/compilers/GCC/ld/STM32F042x6.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F042x6.ld
index c57b7a296..0c67563f9 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F042x6.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F042x6.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/ARMCMx/compilers/GCC/ld/STM32F051x8.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F051x8.ld
index 8498a427e..a36df915c 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F051x8.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F051x8.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/ARMCMx/compilers/GCC/ld/STM32F072xB.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F072xB.ld
index cc361dee1..1c89a4617 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F072xB.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F072xB.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/ARMCMx/compilers/GCC/ld/STM32F091xC.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F091xC.ld
index 90f50b915..217eb09fb 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F091xC.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F091xC.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/ARMCMx/compilers/GCC/ld/STM32F100xB.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F100xB.ld
index 1186788d4..5d2bea3e2 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F100xB.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F100xB.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/ARMCMx/compilers/GCC/ld/STM32F103x8.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103x8.ld
index 51f988eda..a9f182532 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103x8.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103x8.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/ARMCMx/compilers/GCC/ld/STM32F103xB.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xB.ld
index c1485b9d9..cda5ccf71 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xB.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xB.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/ARMCMx/compilers/GCC/ld/STM32F103xB_maplemini_bootloader.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xB_maplemini_bootloader.ld
index 2acff9d31..752432d1d 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xB_maplemini_bootloader.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xB_maplemini_bootloader.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/ARMCMx/compilers/GCC/ld/STM32F103xD.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xD.ld
index 47d751e1b..afb50dafa 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xD.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xD.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/ARMCMx/compilers/GCC/ld/STM32F103xE.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xE.ld
index 64bf698d0..d43c963ce 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xE.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xE.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/ARMCMx/compilers/GCC/ld/STM32F103xG.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xG.ld
index 38eec85c0..9d34c9770 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xG.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F103xG.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/ARMCMx/compilers/GCC/ld/STM32F107xC.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F107xC.ld
index 37f938acf..c946eb16c 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F107xC.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F107xC.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/ARMCMx/compilers/GCC/ld/STM32F207xG.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F207xG.ld
index 65787532c..58e6c4ccf 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F207xG.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F207xG.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/ARMCMx/compilers/GCC/ld/STM32F302x8.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F302x8.ld
index c38e64b9e..f0e8b2620 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F302x8.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F302x8.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/ARMCMx/compilers/GCC/ld/STM32F303x8.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F303x8.ld
index feacf165c..09969f6ac 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F303x8.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F303x8.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/ARMCMx/compilers/GCC/ld/STM32F303xC.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F303xC.ld
index 7365b2f0e..d11c1b424 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F303xC.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F303xC.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/ARMCMx/compilers/GCC/ld/STM32F334x8.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F334x8.ld
index 59bda4a2e..4f84ace0a 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F334x8.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F334x8.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/ARMCMx/compilers/GCC/ld/STM32F373xC.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F373xC.ld
index a69a1dc63..67f1a32c5 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F373xC.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F373xC.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/ARMCMx/compilers/GCC/ld/STM32F401xC.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F401xC.ld
index b3c82d99c..8a476d9e8 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F401xC.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F401xC.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/ARMCMx/compilers/GCC/ld/STM32F401xE.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F401xE.ld
index 760275f17..e0310014c 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F401xE.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F401xE.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/ARMCMx/compilers/GCC/ld/STM32F405xG.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F405xG.ld
index 9e490da67..e376350cd 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F405xG.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F405xG.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/ARMCMx/compilers/GCC/ld/STM32F407xG.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F407xG.ld
index 7d474b980..618312684 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F407xG.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F407xG.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/ARMCMx/compilers/GCC/ld/STM32F411xC.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F411xC.ld
index b16f55641..ebb5e5be9 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F411xC.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F411xC.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/ARMCMx/compilers/GCC/ld/STM32F411xE.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F411xE.ld
index bfeda639f..328c17451 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F411xE.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F411xE.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/ARMCMx/compilers/GCC/ld/STM32F429xI.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F429xI.ld
index 2d399e9d0..010202ebe 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F429xI.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F429xI.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/ARMCMx/compilers/GCC/ld/STM32F746xG.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F746xG.ld
index 7e847b969..1c4655f37 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F746xG.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F746xG.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/ARMCMx/compilers/GCC/ld/STM32F746xG_ETH.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F746xG_ETH.ld
index 9a3e3ead6..78006a29b 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F746xG_ETH.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F746xG_ETH.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/ARMCMx/compilers/GCC/ld/STM32F746xG_MAX.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F746xG_MAX.ld
index 37a7b7764..264606346 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F746xG_MAX.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F746xG_MAX.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/ARMCMx/compilers/GCC/ld/STM32L052x6.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L052x6.ld
index 3b500c508..3149c34cf 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L052x6.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L052x6.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/ARMCMx/compilers/GCC/ld/STM32L052x8.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L052x8.ld
index fa77e2ce6..04a433885 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L052x8.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L052x8.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/ARMCMx/compilers/GCC/ld/STM32L053x8.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L053x8.ld
index 5514ee764..1d3dbc0d0 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L053x8.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L053x8.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/ARMCMx/compilers/GCC/ld/STM32L151x6.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L151x6.ld
index 6a7d7924f..0ab7bad13 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L151x6.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L151x6.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/ARMCMx/compilers/GCC/ld/STM32L152xB.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L152xB.ld
index 445da6586..f70628dc3 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L152xB.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L152xB.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/ARMCMx/compilers/GCC/ld/STM32L152xE.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L152xE.ld
index f19fd4bd4..3f6a79bfc 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L152xE.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L152xE.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/ARMCMx/compilers/GCC/ld/STM32L476xG.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L476xG.ld
index f223eb7ef..75ccd91c3 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L476xG.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L476xG.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/ARMCMx/compilers/GCC/ld/rules_code.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/rules_code.ld
index cb04522b1..f61fe2d5a 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/rules_code.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/rules_code.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/ARMCMx/compilers/GCC/ld/rules_data.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/rules_data.ld
index 6b51940db..083d661bf 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/rules_data.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/rules_data.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/ARMCMx/compilers/GCC/ld/rules_stacks.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/rules_stacks.ld
index c6aa6e048..a1d262854 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/rules_stacks.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/rules_stacks.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/ARMCMx/compilers/GCC/rules_ram.ld b/os/common/startup/ARMCMx/compilers/GCC/rules_ram.ld
index 0963e5578..543a8608b 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/rules_ram.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/rules_ram.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/ARMCMx/compilers/GCC/vectors.c b/os/common/startup/ARMCMx/compilers/GCC/vectors.c
index b752cc9b7..e7b0fe30e 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/vectors.c
+++ b/os/common/startup/ARMCMx/compilers/GCC/vectors.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/ARMCMx/compilers/GCC/vectors.h b/os/common/startup/ARMCMx/compilers/GCC/vectors.h
index 19b003877..d4149b747 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/vectors.h
+++ b/os/common/startup/ARMCMx/compilers/GCC/vectors.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/ARMCMx/compilers/IAR/cstartup.s b/os/common/startup/ARMCMx/compilers/IAR/cstartup.s
index fd6ece52a..fab03d4fc 100644
--- a/os/common/startup/ARMCMx/compilers/IAR/cstartup.s
+++ b/os/common/startup/ARMCMx/compilers/IAR/cstartup.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/ARMCMx/compilers/IAR/vectors.s b/os/common/startup/ARMCMx/compilers/IAR/vectors.s
index bf07dbf01..8b48a1aea 100644
--- a/os/common/startup/ARMCMx/compilers/IAR/vectors.s
+++ b/os/common/startup/ARMCMx/compilers/IAR/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/ARMCMx/compilers/RVCT/cstartup.s b/os/common/startup/ARMCMx/compilers/RVCT/cstartup.s
index c96e68641..a7e597ff8 100644
--- a/os/common/startup/ARMCMx/compilers/RVCT/cstartup.s
+++ b/os/common/startup/ARMCMx/compilers/RVCT/cstartup.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/ARMCMx/compilers/RVCT/vectors.s b/os/common/startup/ARMCMx/compilers/RVCT/vectors.s
index 09a56f6f7..0c9748029 100644
--- a/os/common/startup/ARMCMx/compilers/RVCT/vectors.s
+++ b/os/common/startup/ARMCMx/compilers/RVCT/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/ARMCMx/devices/K20x/cmparams.h b/os/common/startup/ARMCMx/devices/K20x/cmparams.h
index 8ee9abdd4..1c305ec35 100644
--- a/os/common/startup/ARMCMx/devices/K20x/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/K20x/cmparams.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/ARMCMx/devices/KL2x/cmparams.h b/os/common/startup/ARMCMx/devices/KL2x/cmparams.h
index dd89c7533..7da85c8aa 100644
--- a/os/common/startup/ARMCMx/devices/KL2x/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/KL2x/cmparams.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/ARMCMx/devices/STM32F0xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F0xx/cmparams.h
index 8bbc2bff4..fb2e3360e 100644
--- a/os/common/startup/ARMCMx/devices/STM32F0xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32F0xx/cmparams.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/ARMCMx/devices/STM32F1xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F1xx/cmparams.h
index 795ac0a2d..c7fa919d6 100644
--- a/os/common/startup/ARMCMx/devices/STM32F1xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32F1xx/cmparams.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/ARMCMx/devices/STM32F2xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F2xx/cmparams.h
index bfd54fd47..8b344e691 100644
--- a/os/common/startup/ARMCMx/devices/STM32F2xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32F2xx/cmparams.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/ARMCMx/devices/STM32F3xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F3xx/cmparams.h
index a18dd540e..cab4b5311 100644
--- a/os/common/startup/ARMCMx/devices/STM32F3xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32F3xx/cmparams.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/ARMCMx/devices/STM32F4xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h
index 4b4ea620a..6fe592ebe 100644
--- a/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.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/ARMCMx/devices/STM32F7xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F7xx/cmparams.h
index b3cf0c267..7a6599a7b 100644
--- a/os/common/startup/ARMCMx/devices/STM32F7xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32F7xx/cmparams.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/ARMCMx/devices/STM32L0xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h
index 47883f83c..4cf610399 100644
--- a/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.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/ARMCMx/devices/STM32L1xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32L1xx/cmparams.h
index 75e07eec8..ff6a282a7 100644
--- a/os/common/startup/ARMCMx/devices/STM32L1xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32L1xx/cmparams.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/ARMCMx/devices/STM32L4xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32L4xx/cmparams.h
index afa050c02..a72c7dc6d 100644
--- a/os/common/startup/ARMCMx/devices/STM32L4xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32L4xx/cmparams.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/e200/compilers/CW/crt0.s b/os/common/startup/e200/compilers/CW/crt0.s
index a1ba938da..5285730f1 100644
--- a/os/common/startup/e200/compilers/CW/crt0.s
+++ b/os/common/startup/e200/compilers/CW/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/e200/compilers/CW/unhandled.s b/os/common/startup/e200/compilers/CW/unhandled.s
index 304bd27b9..8c189e60e 100644
--- a/os/common/startup/e200/compilers/CW/unhandled.s
+++ b/os/common/startup/e200/compilers/CW/unhandled.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/e200/compilers/CW/vectors.h b/os/common/startup/e200/compilers/CW/vectors.h
index c40df96fc..26f7607df 100644
--- a/os/common/startup/e200/compilers/CW/vectors.h
+++ b/os/common/startup/e200/compilers/CW/vectors.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/e200/compilers/CW/vectors.s b/os/common/startup/e200/compilers/CW/vectors.s
index efcaeb044..e952d6bc8 100644
--- a/os/common/startup/e200/compilers/CW/vectors.s
+++ b/os/common/startup/e200/compilers/CW/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/e200/compilers/GCC/crt0.s b/os/common/startup/e200/compilers/GCC/crt0.s
index cdfecf42a..007b55d3b 100644
--- a/os/common/startup/e200/compilers/GCC/crt0.s
+++ b/os/common/startup/e200/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/e200/compilers/GCC/ld/SPC560B50.ld b/os/common/startup/e200/compilers/GCC/ld/SPC560B50.ld
index 687ce4548..a7b6eabe1 100644
--- a/os/common/startup/e200/compilers/GCC/ld/SPC560B50.ld
+++ b/os/common/startup/e200/compilers/GCC/ld/SPC560B50.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/e200/compilers/GCC/ld/SPC560B60.ld b/os/common/startup/e200/compilers/GCC/ld/SPC560B60.ld
index 8a71f291c..b2f85efbb 100644
--- a/os/common/startup/e200/compilers/GCC/ld/SPC560B60.ld
+++ b/os/common/startup/e200/compilers/GCC/ld/SPC560B60.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/e200/compilers/GCC/ld/SPC560B64.ld b/os/common/startup/e200/compilers/GCC/ld/SPC560B64.ld
index 2e8518c2f..019dd939b 100644
--- a/os/common/startup/e200/compilers/GCC/ld/SPC560B64.ld
+++ b/os/common/startup/e200/compilers/GCC/ld/SPC560B64.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/e200/compilers/GCC/ld/SPC560D40.ld b/os/common/startup/e200/compilers/GCC/ld/SPC560D40.ld
index 808d7b8df..2d3459fd4 100644
--- a/os/common/startup/e200/compilers/GCC/ld/SPC560D40.ld
+++ b/os/common/startup/e200/compilers/GCC/ld/SPC560D40.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/e200/compilers/GCC/ld/SPC560P50.ld b/os/common/startup/e200/compilers/GCC/ld/SPC560P50.ld
index d4b0cc41e..2b591d4d8 100644
--- a/os/common/startup/e200/compilers/GCC/ld/SPC560P50.ld
+++ b/os/common/startup/e200/compilers/GCC/ld/SPC560P50.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/e200/compilers/GCC/ld/SPC563M64.ld b/os/common/startup/e200/compilers/GCC/ld/SPC563M64.ld
index d5ce15923..eb6e1664d 100644
--- a/os/common/startup/e200/compilers/GCC/ld/SPC563M64.ld
+++ b/os/common/startup/e200/compilers/GCC/ld/SPC563M64.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/e200/compilers/GCC/ld/SPC564A70.ld b/os/common/startup/e200/compilers/GCC/ld/SPC564A70.ld
index ac345292d..af062aa88 100644
--- a/os/common/startup/e200/compilers/GCC/ld/SPC564A70.ld
+++ b/os/common/startup/e200/compilers/GCC/ld/SPC564A70.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/e200/compilers/GCC/ld/SPC564A80.ld b/os/common/startup/e200/compilers/GCC/ld/SPC564A80.ld
index 3873d55e1..53341a5dd 100644
--- a/os/common/startup/e200/compilers/GCC/ld/SPC564A80.ld
+++ b/os/common/startup/e200/compilers/GCC/ld/SPC564A80.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/e200/compilers/GCC/ld/SPC56EC74.ld b/os/common/startup/e200/compilers/GCC/ld/SPC56EC74.ld
index d94d63b42..e1fe154ed 100644
--- a/os/common/startup/e200/compilers/GCC/ld/SPC56EC74.ld
+++ b/os/common/startup/e200/compilers/GCC/ld/SPC56EC74.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/e200/compilers/GCC/ld/SPC56EL54_LSM.ld b/os/common/startup/e200/compilers/GCC/ld/SPC56EL54_LSM.ld
index b31c8bb46..177525eee 100644
--- a/os/common/startup/e200/compilers/GCC/ld/SPC56EL54_LSM.ld
+++ b/os/common/startup/e200/compilers/GCC/ld/SPC56EL54_LSM.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/e200/compilers/GCC/ld/SPC56EL60_LSM.ld b/os/common/startup/e200/compilers/GCC/ld/SPC56EL60_LSM.ld
index 3494e961d..d06f8b812 100644
--- a/os/common/startup/e200/compilers/GCC/ld/SPC56EL60_LSM.ld
+++ b/os/common/startup/e200/compilers/GCC/ld/SPC56EL60_LSM.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/e200/compilers/GCC/ld/SPC56EL70_LSM.ld b/os/common/startup/e200/compilers/GCC/ld/SPC56EL70_LSM.ld
index 1c1091a64..c336acece 100644
--- a/os/common/startup/e200/compilers/GCC/ld/SPC56EL70_LSM.ld
+++ b/os/common/startup/e200/compilers/GCC/ld/SPC56EL70_LSM.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/e200/compilers/GCC/ld/SPC57EM80_HSM.ld b/os/common/startup/e200/compilers/GCC/ld/SPC57EM80_HSM.ld
index 62fd8ceb1..8bd3dbbd9 100644
--- a/os/common/startup/e200/compilers/GCC/ld/SPC57EM80_HSM.ld
+++ b/os/common/startup/e200/compilers/GCC/ld/SPC57EM80_HSM.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/e200/compilers/GCC/rules_z0.ld b/os/common/startup/e200/compilers/GCC/rules_z0.ld
index 437b9136c..4b421b842 100644
--- a/os/common/startup/e200/compilers/GCC/rules_z0.ld
+++ b/os/common/startup/e200/compilers/GCC/rules_z0.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/e200/compilers/GCC/rules_z3.ld b/os/common/startup/e200/compilers/GCC/rules_z3.ld
index d4c12a04f..f69a01ff4 100644
--- a/os/common/startup/e200/compilers/GCC/rules_z3.ld
+++ b/os/common/startup/e200/compilers/GCC/rules_z3.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/e200/compilers/GCC/rules_z4.ld b/os/common/startup/e200/compilers/GCC/rules_z4.ld
index d4c12a04f..f69a01ff4 100644
--- a/os/common/startup/e200/compilers/GCC/rules_z4.ld
+++ b/os/common/startup/e200/compilers/GCC/rules_z4.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/e200/compilers/GCC/vectors.h b/os/common/startup/e200/compilers/GCC/vectors.h
index d995590de..052314a60 100644
--- a/os/common/startup/e200/compilers/GCC/vectors.h
+++ b/os/common/startup/e200/compilers/GCC/vectors.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/e200/compilers/GCC/vectors.s b/os/common/startup/e200/compilers/GCC/vectors.s
index c8fff809a..22e10b170 100644
--- a/os/common/startup/e200/compilers/GCC/vectors.s
+++ b/os/common/startup/e200/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/e200/devices/SPC560BCxx/boot.h b/os/common/startup/e200/devices/SPC560BCxx/boot.h
index 6100eb9fa..fbc145c90 100644
--- a/os/common/startup/e200/devices/SPC560BCxx/boot.h
+++ b/os/common/startup/e200/devices/SPC560BCxx/boot.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/e200/devices/SPC560BCxx/boot.s b/os/common/startup/e200/devices/SPC560BCxx/boot.s
index 6439c4c2f..f7a99c2d7 100644
--- a/os/common/startup/e200/devices/SPC560BCxx/boot.s
+++ b/os/common/startup/e200/devices/SPC560BCxx/boot.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/e200/devices/SPC560BCxx/intc.h b/os/common/startup/e200/devices/SPC560BCxx/intc.h
index 5c5c18072..392c22a4e 100644
--- a/os/common/startup/e200/devices/SPC560BCxx/intc.h
+++ b/os/common/startup/e200/devices/SPC560BCxx/intc.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/e200/devices/SPC560BCxx/ppcparams.h b/os/common/startup/e200/devices/SPC560BCxx/ppcparams.h
index bebb307a4..4590ffec0 100644
--- a/os/common/startup/e200/devices/SPC560BCxx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC560BCxx/ppcparams.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/e200/devices/SPC560Bxx/boot.h b/os/common/startup/e200/devices/SPC560Bxx/boot.h
index c583490a0..10f2a4c76 100644
--- a/os/common/startup/e200/devices/SPC560Bxx/boot.h
+++ b/os/common/startup/e200/devices/SPC560Bxx/boot.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/e200/devices/SPC560Bxx/boot.s b/os/common/startup/e200/devices/SPC560Bxx/boot.s
index 17e2c71f6..46af60294 100644
--- a/os/common/startup/e200/devices/SPC560Bxx/boot.s
+++ b/os/common/startup/e200/devices/SPC560Bxx/boot.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/e200/devices/SPC560Bxx/intc.h b/os/common/startup/e200/devices/SPC560Bxx/intc.h
index 2099775f9..b336e93b5 100644
--- a/os/common/startup/e200/devices/SPC560Bxx/intc.h
+++ b/os/common/startup/e200/devices/SPC560Bxx/intc.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/e200/devices/SPC560Bxx/ppcparams.h b/os/common/startup/e200/devices/SPC560Bxx/ppcparams.h
index 7e8db217a..afa7d1476 100644
--- a/os/common/startup/e200/devices/SPC560Bxx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC560Bxx/ppcparams.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/e200/devices/SPC560Dxx/boot.h b/os/common/startup/e200/devices/SPC560Dxx/boot.h
index ec1439904..10f478dfb 100644
--- a/os/common/startup/e200/devices/SPC560Dxx/boot.h
+++ b/os/common/startup/e200/devices/SPC560Dxx/boot.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/e200/devices/SPC560Dxx/boot.s b/os/common/startup/e200/devices/SPC560Dxx/boot.s
index 2754ef078..0c056f3f2 100644
--- a/os/common/startup/e200/devices/SPC560Dxx/boot.s
+++ b/os/common/startup/e200/devices/SPC560Dxx/boot.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/e200/devices/SPC560Dxx/boot_cw.s b/os/common/startup/e200/devices/SPC560Dxx/boot_cw.s
index b888be78f..5c00b32e9 100644
--- a/os/common/startup/e200/devices/SPC560Dxx/boot_cw.s
+++ b/os/common/startup/e200/devices/SPC560Dxx/boot_cw.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/e200/devices/SPC560Dxx/intc.h b/os/common/startup/e200/devices/SPC560Dxx/intc.h
index 454481e0b..d1886600e 100644
--- a/os/common/startup/e200/devices/SPC560Dxx/intc.h
+++ b/os/common/startup/e200/devices/SPC560Dxx/intc.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/e200/devices/SPC560Dxx/ppcparams.h b/os/common/startup/e200/devices/SPC560Dxx/ppcparams.h
index 8503a655a..953a1668e 100644
--- a/os/common/startup/e200/devices/SPC560Dxx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC560Dxx/ppcparams.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/e200/devices/SPC560Pxx/boot.h b/os/common/startup/e200/devices/SPC560Pxx/boot.h
index 8300c94aa..70b4f53fb 100644
--- a/os/common/startup/e200/devices/SPC560Pxx/boot.h
+++ b/os/common/startup/e200/devices/SPC560Pxx/boot.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/e200/devices/SPC560Pxx/boot.s b/os/common/startup/e200/devices/SPC560Pxx/boot.s
index e1aa0ec48..81b34158c 100644
--- a/os/common/startup/e200/devices/SPC560Pxx/boot.s
+++ b/os/common/startup/e200/devices/SPC560Pxx/boot.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/e200/devices/SPC560Pxx/intc.h b/os/common/startup/e200/devices/SPC560Pxx/intc.h
index 912f3319a..7727424da 100644
--- a/os/common/startup/e200/devices/SPC560Pxx/intc.h
+++ b/os/common/startup/e200/devices/SPC560Pxx/intc.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/e200/devices/SPC560Pxx/ppcparams.h b/os/common/startup/e200/devices/SPC560Pxx/ppcparams.h
index 51323da84..f85f416a8 100644
--- a/os/common/startup/e200/devices/SPC560Pxx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC560Pxx/ppcparams.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/e200/devices/SPC563Mxx/boot.h b/os/common/startup/e200/devices/SPC563Mxx/boot.h
index 2acb19a1a..42164e92e 100644
--- a/os/common/startup/e200/devices/SPC563Mxx/boot.h
+++ b/os/common/startup/e200/devices/SPC563Mxx/boot.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/e200/devices/SPC563Mxx/boot.s b/os/common/startup/e200/devices/SPC563Mxx/boot.s
index 24755f77e..1ba1b728d 100644
--- a/os/common/startup/e200/devices/SPC563Mxx/boot.s
+++ b/os/common/startup/e200/devices/SPC563Mxx/boot.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/e200/devices/SPC563Mxx/intc.h b/os/common/startup/e200/devices/SPC563Mxx/intc.h
index 2c0614736..78a68295a 100644
--- a/os/common/startup/e200/devices/SPC563Mxx/intc.h
+++ b/os/common/startup/e200/devices/SPC563Mxx/intc.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/e200/devices/SPC563Mxx/ppcparams.h b/os/common/startup/e200/devices/SPC563Mxx/ppcparams.h
index a20a9afbf..b0ffb913b 100644
--- a/os/common/startup/e200/devices/SPC563Mxx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC563Mxx/ppcparams.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/e200/devices/SPC564Axx/boot.h b/os/common/startup/e200/devices/SPC564Axx/boot.h
index 4226d943f..e6fba9918 100644
--- a/os/common/startup/e200/devices/SPC564Axx/boot.h
+++ b/os/common/startup/e200/devices/SPC564Axx/boot.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/e200/devices/SPC564Axx/boot.s b/os/common/startup/e200/devices/SPC564Axx/boot.s
index 7f4606dae..76c2b57ff 100644
--- a/os/common/startup/e200/devices/SPC564Axx/boot.s
+++ b/os/common/startup/e200/devices/SPC564Axx/boot.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/e200/devices/SPC564Axx/intc.h b/os/common/startup/e200/devices/SPC564Axx/intc.h
index f19499c67..404264db3 100644
--- a/os/common/startup/e200/devices/SPC564Axx/intc.h
+++ b/os/common/startup/e200/devices/SPC564Axx/intc.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/e200/devices/SPC564Axx/ppcparams.h b/os/common/startup/e200/devices/SPC564Axx/ppcparams.h
index 2de904811..6d4b26439 100644
--- a/os/common/startup/e200/devices/SPC564Axx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC564Axx/ppcparams.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/e200/devices/SPC56ECxx/boot.h b/os/common/startup/e200/devices/SPC56ECxx/boot.h
index 0668b54a7..a8115553d 100644
--- a/os/common/startup/e200/devices/SPC56ECxx/boot.h
+++ b/os/common/startup/e200/devices/SPC56ECxx/boot.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/e200/devices/SPC56ECxx/boot.s b/os/common/startup/e200/devices/SPC56ECxx/boot.s
index dddf3bf83..f6ba0b07d 100644
--- a/os/common/startup/e200/devices/SPC56ECxx/boot.s
+++ b/os/common/startup/e200/devices/SPC56ECxx/boot.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/e200/devices/SPC56ECxx/boot_cw.s b/os/common/startup/e200/devices/SPC56ECxx/boot_cw.s
index 1a3cfd2f3..1b2f0462f 100644
--- a/os/common/startup/e200/devices/SPC56ECxx/boot_cw.s
+++ b/os/common/startup/e200/devices/SPC56ECxx/boot_cw.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/e200/devices/SPC56ECxx/intc.h b/os/common/startup/e200/devices/SPC56ECxx/intc.h
index 17375e92e..40401b36f 100644
--- a/os/common/startup/e200/devices/SPC56ECxx/intc.h
+++ b/os/common/startup/e200/devices/SPC56ECxx/intc.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/e200/devices/SPC56ECxx/ppcparams.h b/os/common/startup/e200/devices/SPC56ECxx/ppcparams.h
index 7624a3280..e43abf108 100644
--- a/os/common/startup/e200/devices/SPC56ECxx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC56ECxx/ppcparams.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/e200/devices/SPC56ELxx/boot.h b/os/common/startup/e200/devices/SPC56ELxx/boot.h
index 6c6624aff..47ec4a128 100644
--- a/os/common/startup/e200/devices/SPC56ELxx/boot.h
+++ b/os/common/startup/e200/devices/SPC56ELxx/boot.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/e200/devices/SPC56ELxx/boot.s b/os/common/startup/e200/devices/SPC56ELxx/boot.s
index d053fb4c4..9446823e5 100644
--- a/os/common/startup/e200/devices/SPC56ELxx/boot.s
+++ b/os/common/startup/e200/devices/SPC56ELxx/boot.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/e200/devices/SPC56ELxx/intc.h b/os/common/startup/e200/devices/SPC56ELxx/intc.h
index 4bd42a828..0204449e2 100644
--- a/os/common/startup/e200/devices/SPC56ELxx/intc.h
+++ b/os/common/startup/e200/devices/SPC56ELxx/intc.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/e200/devices/SPC56ELxx/ppcparams.h b/os/common/startup/e200/devices/SPC56ELxx/ppcparams.h
index e6d5e5c67..e8cb36ed1 100644
--- a/os/common/startup/e200/devices/SPC56ELxx/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC56ELxx/ppcparams.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/e200/devices/SPC57EMxx_HSM/boot.h b/os/common/startup/e200/devices/SPC57EMxx_HSM/boot.h
index 65a0839a4..474113dbd 100644
--- a/os/common/startup/e200/devices/SPC57EMxx_HSM/boot.h
+++ b/os/common/startup/e200/devices/SPC57EMxx_HSM/boot.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/e200/devices/SPC57EMxx_HSM/boot.s b/os/common/startup/e200/devices/SPC57EMxx_HSM/boot.s
index 0bf5637f9..f9eb2d52d 100644
--- a/os/common/startup/e200/devices/SPC57EMxx_HSM/boot.s
+++ b/os/common/startup/e200/devices/SPC57EMxx_HSM/boot.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/e200/devices/SPC57EMxx_HSM/intc.h b/os/common/startup/e200/devices/SPC57EMxx_HSM/intc.h
index ce0314dc5..3ad685556 100644
--- a/os/common/startup/e200/devices/SPC57EMxx_HSM/intc.h
+++ b/os/common/startup/e200/devices/SPC57EMxx_HSM/intc.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/e200/devices/SPC57EMxx_HSM/ppcparams.h b/os/common/startup/e200/devices/SPC57EMxx_HSM/ppcparams.h
index 7b599f018..db0d44d54 100644
--- a/os/common/startup/e200/devices/SPC57EMxx_HSM/ppcparams.h
+++ b/os/common/startup/e200/devices/SPC57EMxx_HSM/ppcparams.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.