diff options
author | marcoveeneman <marco-veeneman@hotmail.com> | 2017-04-20 19:47:50 +0200 |
---|---|---|
committer | marcoveeneman <marco-veeneman@hotmail.com> | 2017-04-20 19:47:50 +0200 |
commit | 2841fd88cde83b00d79c77e4d5c9441ddd9e22aa (patch) | |
tree | 7ac7b3767be87e2977384907ce15ab69b0a9825a /os/hal/ports/TIVA/LLD/SSI | |
parent | cfbd190b1e161029c6d8e87325697fedfd2a5816 (diff) | |
download | ChibiOS-Contrib-2841fd88cde83b00d79c77e4d5c9441ddd9e22aa.tar.gz ChibiOS-Contrib-2841fd88cde83b00d79c77e4d5c9441ddd9e22aa.tar.bz2 ChibiOS-Contrib-2841fd88cde83b00d79c77e4d5c9441ddd9e22aa.zip |
Updated license headers
Diffstat (limited to 'os/hal/ports/TIVA/LLD/SSI')
-rw-r--r-- | os/hal/ports/TIVA/LLD/SSI/hal_spi_lld.c | 2 | ||||
-rw-r--r-- | os/hal/ports/TIVA/LLD/SSI/hal_spi_lld.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/ports/TIVA/LLD/SSI/hal_spi_lld.c b/os/hal/ports/TIVA/LLD/SSI/hal_spi_lld.c index 7c8e071..98defed 100644 --- a/os/hal/ports/TIVA/LLD/SSI/hal_spi_lld.c +++ b/os/hal/ports/TIVA/LLD/SSI/hal_spi_lld.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2014..2016 Marco Veeneman + Copyright (C) 2014..2017 Marco Veeneman 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/TIVA/LLD/SSI/hal_spi_lld.h b/os/hal/ports/TIVA/LLD/SSI/hal_spi_lld.h index 4b88ca8..64560eb 100644 --- a/os/hal/ports/TIVA/LLD/SSI/hal_spi_lld.h +++ b/os/hal/ports/TIVA/LLD/SSI/hal_spi_lld.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014..2016 Marco Veeneman + Copyright (C) 2014..2017 Marco Veeneman Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |