aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspacecoaster <spacecoaster@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-09-11 02:39:40 +0000
committerspacecoaster <spacecoaster@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-09-11 02:39:40 +0000
commit05f8c30707338157d66beff3c28cbdb79b0646aa (patch)
treeaf029a363c8b037aefc0431d25da6465db9bffbe
parent7c72da516d918e96dfb0c7d5083c748e3c59c1c3 (diff)
downloadChibiOS-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
-rw-r--r--demos/KINETIS/RT-FREEDOM-K20D50M-EXT/main.c2
-rw-r--r--demos/KINETIS/RT-FREEDOM-KL25Z-EXT/main.c2
-rw-r--r--demos/KINETIS/RT-MCHCK-K20-GPT/main.c2
-rw-r--r--demos/KINETIS/RT-MCHCK-K20-SPI/main.c2
-rw-r--r--os/hal/ports/KINETIS/K20x/gpt_lld.c4
-rw-r--r--os/hal/ports/KINETIS/K20x/gpt_lld.h4
-rw-r--r--os/hal/ports/KINETIS/K20x/kinetis_registry.h2
-rw-r--r--os/hal/ports/KINETIS/K20x/spi_lld.c2
-rw-r--r--os/hal/ports/KINETIS/K20x/spi_lld.h2
-rw-r--r--os/hal/ports/KINETIS/KL2x/kinetis_registry.h2
-rw-r--r--os/hal/ports/KINETIS/LLD/ext_lld.c4
-rw-r--r--os/hal/ports/KINETIS/LLD/ext_lld.h4
12 files changed, 12 insertions, 20 deletions
diff --git a/demos/KINETIS/RT-FREEDOM-K20D50M-EXT/main.c b/demos/KINETIS/RT-FREEDOM-K20D50M-EXT/main.c
index af0080f63..e99ef4c33 100644
--- a/demos/KINETIS/RT-FREEDOM-K20D50M-EXT/main.c
+++ b/demos/KINETIS/RT-FREEDOM-K20D50M-EXT/main.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
+ ChibiOS/RT - 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/demos/KINETIS/RT-FREEDOM-KL25Z-EXT/main.c b/demos/KINETIS/RT-FREEDOM-KL25Z-EXT/main.c
index 77d76ad07..ad724481c 100644
--- a/demos/KINETIS/RT-FREEDOM-KL25Z-EXT/main.c
+++ b/demos/KINETIS/RT-FREEDOM-KL25Z-EXT/main.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
+ ChibiOS/RT - 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/demos/KINETIS/RT-MCHCK-K20-GPT/main.c b/demos/KINETIS/RT-MCHCK-K20-GPT/main.c
index fba729901..e05f1b1a0 100644
--- a/demos/KINETIS/RT-MCHCK-K20-GPT/main.c
+++ b/demos/KINETIS/RT-MCHCK-K20-GPT/main.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
+ ChibiOS/RT - 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/demos/KINETIS/RT-MCHCK-K20-SPI/main.c b/demos/KINETIS/RT-MCHCK-K20-SPI/main.c
index 878531991..08633ded7 100644
--- a/demos/KINETIS/RT-MCHCK-K20-SPI/main.c
+++ b/demos/KINETIS/RT-MCHCK-K20-SPI/main.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
+ ChibiOS/RT - 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/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.