diff options
author | spacecoaster <spacecoaster@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-09-11 02:39:40 +0000 |
---|---|---|
committer | spacecoaster <spacecoaster@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-09-11 02:39:40 +0000 |
commit | 05f8c30707338157d66beff3c28cbdb79b0646aa (patch) | |
tree | af029a363c8b037aefc0431d25da6465db9bffbe /os/hal/ports/KINETIS/LLD | |
parent | 7c72da516d918e96dfb0c7d5083c748e3c59c1c3 (diff) | |
download | ChibiOS-05f8c30707338157d66beff3c28cbdb79b0646aa.tar.gz ChibiOS-05f8c30707338157d66beff3c28cbdb79b0646aa.tar.bz2 ChibiOS-05f8c30707338157d66beff3c28cbdb79b0646aa.zip |
[KINETIS] Corrected copyright assignment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7259 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/KINETIS/LLD')
-rw-r--r-- | os/hal/ports/KINETIS/LLD/ext_lld.c | 4 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/ext_lld.h | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/os/hal/ports/KINETIS/LLD/ext_lld.c b/os/hal/ports/KINETIS/LLD/ext_lld.c index 225f2dc72..2e331d0be 100644 --- a/os/hal/ports/KINETIS/LLD/ext_lld.c +++ b/os/hal/ports/KINETIS/LLD/ext_lld.c @@ -1,5 +1,5 @@ /* - ChibiOS/HAL - Copyright (C) 2014 Fabio Utzig + ChibiOS/HAL - Copyright (C) 2014 Derek Mulcahy Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -14,8 +14,6 @@ limitations under the License. */ -/* This driver was contributed by Derek Mulcahy */ - /** * @file KINETIS/LLD/ext_lld.c * @brief KINETIS EXT subsystem low level driver source. diff --git a/os/hal/ports/KINETIS/LLD/ext_lld.h b/os/hal/ports/KINETIS/LLD/ext_lld.h index 80e9f9744..6f9a499ba 100644 --- a/os/hal/ports/KINETIS/LLD/ext_lld.h +++ b/os/hal/ports/KINETIS/LLD/ext_lld.h @@ -1,5 +1,5 @@ /* - ChibiOS/HAL - Copyright (C) 2014 Fabio Utzig + ChibiOS/HAL - Copyright (C) 2014 Derek Mulcahy Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -14,8 +14,6 @@ limitations under the License. */ -/* This driver was contributed by Derek Mulcahy */ - /** * @file KINETIS/LLD/ext_lld.h * @brief KINETIS EXT subsystem low level driver header. |