diff options
Diffstat (limited to 'os/hal/ports')
-rw-r--r-- | os/hal/ports/KINETIS/K20x/gpt_lld.c | 4 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/K20x/gpt_lld.h | 4 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/K20x/kinetis_registry.h | 2 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/K20x/spi_lld.c | 2 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/K20x/spi_lld.h | 2 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/KL2x/kinetis_registry.h | 2 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/ext_lld.c | 4 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/LLD/ext_lld.h | 4 |
8 files changed, 8 insertions, 16 deletions
diff --git a/os/hal/ports/KINETIS/K20x/gpt_lld.c b/os/hal/ports/KINETIS/K20x/gpt_lld.c index 8109f4ed4..678cce2b0 100644 --- a/os/hal/ports/KINETIS/K20x/gpt_lld.c +++ b/os/hal/ports/KINETIS/K20x/gpt_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/gpt_lld.c
* @brief KINETIS GPT subsystem low level driver source.
diff --git a/os/hal/ports/KINETIS/K20x/gpt_lld.h b/os/hal/ports/KINETIS/K20x/gpt_lld.h index 4178389ce..f38579632 100644 --- a/os/hal/ports/KINETIS/K20x/gpt_lld.h +++ b/os/hal/ports/KINETIS/K20x/gpt_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/gpt_lld.h
* @brief KINETIS GPT subsystem low level driver header.
diff --git a/os/hal/ports/KINETIS/K20x/kinetis_registry.h b/os/hal/ports/KINETIS/K20x/kinetis_registry.h index 9d1b0d753..5eeaa4e92 100644 --- a/os/hal/ports/KINETIS/K20x/kinetis_registry.h +++ b/os/hal/ports/KINETIS/K20x/kinetis_registry.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. diff --git a/os/hal/ports/KINETIS/K20x/spi_lld.c b/os/hal/ports/KINETIS/K20x/spi_lld.c index ee645e686..4288d747d 100644 --- a/os/hal/ports/KINETIS/K20x/spi_lld.c +++ b/os/hal/ports/KINETIS/K20x/spi_lld.c @@ -1,5 +1,5 @@ /*
- ChibiOS/HAL - Copyright (C) 2006-2014 Giovanni Di Sirio
+ 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.
diff --git a/os/hal/ports/KINETIS/K20x/spi_lld.h b/os/hal/ports/KINETIS/K20x/spi_lld.h index 8ad716e73..5ab97116e 100644 --- a/os/hal/ports/KINETIS/K20x/spi_lld.h +++ b/os/hal/ports/KINETIS/K20x/spi_lld.h @@ -1,5 +1,5 @@ /*
- ChibiOS/HAL - Copyright (C) 2006-2014 Giovanni Di Sirio
+ 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.
diff --git a/os/hal/ports/KINETIS/KL2x/kinetis_registry.h b/os/hal/ports/KINETIS/KL2x/kinetis_registry.h index d76c059bf..1e1471053 100644 --- a/os/hal/ports/KINETIS/KL2x/kinetis_registry.h +++ b/os/hal/ports/KINETIS/KL2x/kinetis_registry.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. 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. |