aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/QSPI-MFS
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-01-20 11:44:14 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-01-20 11:44:14 +0000
commitf063c4d19339144df89d6bc060ee2017b0572c5c (patch)
tree136e9f5c866e7bbed71a614100121a4ea1ed7013 /testhal/STM32/multi/QSPI-MFS
parente561c21f95c961f5a53ea2bb499bf55c5b045d0e (diff)
downloadChibiOS-f063c4d19339144df89d6bc060ee2017b0572c5c.tar.gz
ChibiOS-f063c4d19339144df89d6bc060ee2017b0572c5c.tar.bz2
ChibiOS-f063c4d19339144df89d6bc060ee2017b0572c5c.zip
Mass update of the Apache 2.0 license statement.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11361 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/multi/QSPI-MFS')
-rw-r--r--testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/chconf.h2
-rw-r--r--testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/halconf.h2
-rw-r--r--testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/mcuconf.h2
-rw-r--r--testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/portab.c2
-rw-r--r--testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/portab.h2
-rw-r--r--testhal/STM32/multi/QSPI-MFS/main.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/chconf.h b/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/chconf.h
index 7771cf7dc..f7588551f 100644
--- a/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/chconf.h
+++ b/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/chconf.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 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/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/halconf.h b/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/halconf.h
index e34c3c4bf..69accc1ed 100644
--- a/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/halconf.h
+++ b/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/halconf.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 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/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/mcuconf.h b/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/mcuconf.h
index 657efae66..8734a7042 100644
--- a/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/mcuconf.h
+++ b/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/mcuconf.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 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/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/portab.c b/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/portab.c
index 639e2f97e..878e69c05 100644
--- a/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/portab.c
+++ b/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/portab.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 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/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/portab.h b/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/portab.h
index 2f547774a..25f3c4d4c 100644
--- a/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/portab.h
+++ b/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/portab.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 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/STM32/multi/QSPI-MFS/main.c b/testhal/STM32/multi/QSPI-MFS/main.c
index 0be2a81e6..e553f9719 100644
--- a/testhal/STM32/multi/QSPI-MFS/main.c
+++ b/testhal/STM32/multi/QSPI-MFS/main.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 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.