aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/LPC
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 /os/hal/ports/LPC
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 'os/hal/ports/LPC')
-rw-r--r--os/hal/ports/LPC/LPC214x/hal_lld.c2
-rw-r--r--os/hal/ports/LPC/LPC214x/hal_lld.h2
-rw-r--r--os/hal/ports/LPC/LPC214x/hal_pal_lld.c2
-rw-r--r--os/hal/ports/LPC/LPC214x/hal_pal_lld.h2
-rw-r--r--os/hal/ports/LPC/LPC214x/hal_serial_lld.c2
-rw-r--r--os/hal/ports/LPC/LPC214x/hal_serial_lld.h2
-rw-r--r--os/hal/ports/LPC/LPC214x/hal_spi_lld.c2
-rw-r--r--os/hal/ports/LPC/LPC214x/hal_spi_lld.h2
-rw-r--r--os/hal/ports/LPC/LPC214x/hal_st_lld.c2
-rw-r--r--os/hal/ports/LPC/LPC214x/hal_st_lld.h2
-rw-r--r--os/hal/ports/LPC/LPC214x/vic.c2
-rw-r--r--os/hal/ports/LPC/LPC214x/vic.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/os/hal/ports/LPC/LPC214x/hal_lld.c b/os/hal/ports/LPC/LPC214x/hal_lld.c
index 37d3b5c65..9763e62b8 100644
--- a/os/hal/ports/LPC/LPC214x/hal_lld.c
+++ b/os/hal/ports/LPC/LPC214x/hal_lld.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/os/hal/ports/LPC/LPC214x/hal_lld.h b/os/hal/ports/LPC/LPC214x/hal_lld.h
index bc4b62e1f..5189b148c 100644
--- a/os/hal/ports/LPC/LPC214x/hal_lld.h
+++ b/os/hal/ports/LPC/LPC214x/hal_lld.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/os/hal/ports/LPC/LPC214x/hal_pal_lld.c b/os/hal/ports/LPC/LPC214x/hal_pal_lld.c
index 5903df2ea..b93642988 100644
--- a/os/hal/ports/LPC/LPC214x/hal_pal_lld.c
+++ b/os/hal/ports/LPC/LPC214x/hal_pal_lld.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/os/hal/ports/LPC/LPC214x/hal_pal_lld.h b/os/hal/ports/LPC/LPC214x/hal_pal_lld.h
index f771c787f..cf4157bf0 100644
--- a/os/hal/ports/LPC/LPC214x/hal_pal_lld.h
+++ b/os/hal/ports/LPC/LPC214x/hal_pal_lld.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/os/hal/ports/LPC/LPC214x/hal_serial_lld.c b/os/hal/ports/LPC/LPC214x/hal_serial_lld.c
index d5f3d9ec2..fb4514d36 100644
--- a/os/hal/ports/LPC/LPC214x/hal_serial_lld.c
+++ b/os/hal/ports/LPC/LPC214x/hal_serial_lld.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/os/hal/ports/LPC/LPC214x/hal_serial_lld.h b/os/hal/ports/LPC/LPC214x/hal_serial_lld.h
index d18a67f6c..559393038 100644
--- a/os/hal/ports/LPC/LPC214x/hal_serial_lld.h
+++ b/os/hal/ports/LPC/LPC214x/hal_serial_lld.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/os/hal/ports/LPC/LPC214x/hal_spi_lld.c b/os/hal/ports/LPC/LPC214x/hal_spi_lld.c
index f93389029..f607527ff 100644
--- a/os/hal/ports/LPC/LPC214x/hal_spi_lld.c
+++ b/os/hal/ports/LPC/LPC214x/hal_spi_lld.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/os/hal/ports/LPC/LPC214x/hal_spi_lld.h b/os/hal/ports/LPC/LPC214x/hal_spi_lld.h
index 49e29bdf6..fd9ef578a 100644
--- a/os/hal/ports/LPC/LPC214x/hal_spi_lld.h
+++ b/os/hal/ports/LPC/LPC214x/hal_spi_lld.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/os/hal/ports/LPC/LPC214x/hal_st_lld.c b/os/hal/ports/LPC/LPC214x/hal_st_lld.c
index 4a20bd222..65777bfbd 100644
--- a/os/hal/ports/LPC/LPC214x/hal_st_lld.c
+++ b/os/hal/ports/LPC/LPC214x/hal_st_lld.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/os/hal/ports/LPC/LPC214x/hal_st_lld.h b/os/hal/ports/LPC/LPC214x/hal_st_lld.h
index ce25d5292..f8b611da7 100644
--- a/os/hal/ports/LPC/LPC214x/hal_st_lld.h
+++ b/os/hal/ports/LPC/LPC214x/hal_st_lld.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/os/hal/ports/LPC/LPC214x/vic.c b/os/hal/ports/LPC/LPC214x/vic.c
index af806c507..862a014ff 100644
--- a/os/hal/ports/LPC/LPC214x/vic.c
+++ b/os/hal/ports/LPC/LPC214x/vic.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/os/hal/ports/LPC/LPC214x/vic.h b/os/hal/ports/LPC/LPC214x/vic.h
index 1961ae359..221a67bff 100644
--- a/os/hal/ports/LPC/LPC214x/vic.h
+++ b/os/hal/ports/LPC/LPC214x/vic.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.