aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2015-03-31 22:52:24 +0000
committerFabio Utzig <utzig@utzig.org>2015-03-31 22:52:24 +0000
commitbee88358cf88c94fbb55fb44cc0e183b6bf9f1af (patch)
tree1a6af9c9f266f37743819d6554995e189684abca
parent2ec209bdfa4f8ae78102a6379206f77502e0607a (diff)
downloadChibiOS-bee88358cf88c94fbb55fb44cc0e183b6bf9f1af.tar.gz
ChibiOS-bee88358cf88c94fbb55fb44cc0e183b6bf9f1af.tar.bz2
ChibiOS-bee88358cf88c94fbb55fb44cc0e183b6bf9f1af.zip
[KINETIS] Fix to restore correct copyright attributions
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7838 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/ports/KINETIS/K20x/gpt_lld.c2
-rw-r--r--os/hal/ports/KINETIS/K20x/gpt_lld.h2
-rw-r--r--os/hal/ports/KINETIS/K20x/hal_lld.c2
-rw-r--r--os/hal/ports/KINETIS/K20x/hal_lld.h2
-rw-r--r--os/hal/ports/KINETIS/K20x/kinetis_registry.h2
-rw-r--r--os/hal/ports/KINETIS/K20x/pal_lld.c2
-rw-r--r--os/hal/ports/KINETIS/K20x/pal_lld.h2
-rw-r--r--os/hal/ports/KINETIS/K20x/platform.dox2
-rw-r--r--os/hal/ports/KINETIS/K20x/serial_lld.c2
-rw-r--r--os/hal/ports/KINETIS/K20x/serial_lld.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/K20x/st_lld.c2
-rw-r--r--os/hal/ports/KINETIS/K20x/st_lld.h2
-rw-r--r--os/hal/ports/KINETIS/KL2x/hal_lld.c2
-rw-r--r--os/hal/ports/KINETIS/KL2x/hal_lld.h2
-rw-r--r--os/hal/ports/KINETIS/KL2x/kinetis_registry.h2
-rw-r--r--os/hal/ports/KINETIS/KL2x/kinetis_tpm.h2
-rw-r--r--os/hal/ports/KINETIS/KL2x/pal_lld.h2
-rw-r--r--os/hal/ports/KINETIS/KL2x/pwm_lld.c2
-rw-r--r--os/hal/ports/KINETIS/KL2x/serial_lld.c2
-rw-r--r--os/hal/ports/KINETIS/KL2x/serial_lld.h2
-rw-r--r--os/hal/ports/KINETIS/KL2x/st_lld.c2
-rw-r--r--os/hal/ports/KINETIS/KL2x/st_lld.h2
-rw-r--r--os/hal/ports/KINETIS/LLD/adc_lld.c2
-rw-r--r--os/hal/ports/KINETIS/LLD/adc_lld.h2
-rw-r--r--os/hal/ports/KINETIS/LLD/ext_lld.c2
-rw-r--r--os/hal/ports/KINETIS/LLD/ext_lld.h2
-rw-r--r--os/hal/ports/KINETIS/LLD/i2c_lld.c2
-rw-r--r--os/hal/ports/KINETIS/LLD/i2c_lld.h2
30 files changed, 30 insertions, 30 deletions
diff --git a/os/hal/ports/KINETIS/K20x/gpt_lld.c b/os/hal/ports/KINETIS/K20x/gpt_lld.c
index 725d0c423..2503c2526 100644
--- a/os/hal/ports/KINETIS/K20x/gpt_lld.c
+++ b/os/hal/ports/KINETIS/K20x/gpt_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - 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.h b/os/hal/ports/KINETIS/K20x/gpt_lld.h
index 400c96788..0e72309cd 100644
--- a/os/hal/ports/KINETIS/K20x/gpt_lld.h
+++ b/os/hal/ports/KINETIS/K20x/gpt_lld.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - 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/hal_lld.c b/os/hal/ports/KINETIS/K20x/hal_lld.c
index 7ec38a1b7..fe98a05c4 100644
--- a/os/hal/ports/KINETIS/K20x/hal_lld.c
+++ b/os/hal/ports/KINETIS/K20x/hal_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
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/hal_lld.h b/os/hal/ports/KINETIS/K20x/hal_lld.h
index ef1f2e229..3544797d9 100644
--- a/os/hal/ports/KINETIS/K20x/hal_lld.h
+++ b/os/hal/ports/KINETIS/K20x/hal_lld.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
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/kinetis_registry.h b/os/hal/ports/KINETIS/K20x/kinetis_registry.h
index 4afc159d7..4a74fb917 100644
--- a/os/hal/ports/KINETIS/K20x/kinetis_registry.h
+++ b/os/hal/ports/KINETIS/K20x/kinetis_registry.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - 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/pal_lld.c b/os/hal/ports/KINETIS/K20x/pal_lld.c
index 385250c85..101d5749e 100644
--- a/os/hal/ports/KINETIS/K20x/pal_lld.c
+++ b/os/hal/ports/KINETIS/K20x/pal_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
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/pal_lld.h b/os/hal/ports/KINETIS/K20x/pal_lld.h
index 3529b700b..e1ee001b3 100644
--- a/os/hal/ports/KINETIS/K20x/pal_lld.h
+++ b/os/hal/ports/KINETIS/K20x/pal_lld.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
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/platform.dox b/os/hal/ports/KINETIS/K20x/platform.dox
index 3a0b77d43..3fb142d2c 100644
--- a/os/hal/ports/KINETIS/K20x/platform.dox
+++ b/os/hal/ports/KINETIS/K20x/platform.dox
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
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/serial_lld.c b/os/hal/ports/KINETIS/K20x/serial_lld.c
index a32a7c466..2bb7e55a9 100644
--- a/os/hal/ports/KINETIS/K20x/serial_lld.c
+++ b/os/hal/ports/KINETIS/K20x/serial_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
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/serial_lld.h b/os/hal/ports/KINETIS/K20x/serial_lld.h
index 721401e74..736cfe3ce 100644
--- a/os/hal/ports/KINETIS/K20x/serial_lld.h
+++ b/os/hal/ports/KINETIS/K20x/serial_lld.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
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 eafadc3c5..132580f21 100644
--- a/os/hal/ports/KINETIS/K20x/spi_lld.c
+++ b/os/hal/ports/KINETIS/K20x/spi_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
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 004bc146f..23c6812b5 100644
--- a/os/hal/ports/KINETIS/K20x/spi_lld.h
+++ b/os/hal/ports/KINETIS/K20x/spi_lld.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
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/st_lld.c b/os/hal/ports/KINETIS/K20x/st_lld.c
index 00a3fb1df..1f8cb6320 100644
--- a/os/hal/ports/KINETIS/K20x/st_lld.c
+++ b/os/hal/ports/KINETIS/K20x/st_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
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/st_lld.h b/os/hal/ports/KINETIS/K20x/st_lld.h
index 173e71f18..24044e5f7 100644
--- a/os/hal/ports/KINETIS/K20x/st_lld.h
+++ b/os/hal/ports/KINETIS/K20x/st_lld.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
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/hal_lld.c b/os/hal/ports/KINETIS/KL2x/hal_lld.c
index 59146f528..2352b1179 100644
--- a/os/hal/ports/KINETIS/KL2x/hal_lld.c
+++ b/os/hal/ports/KINETIS/KL2x/hal_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2013-2015 Fabio Utzig
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/hal_lld.h b/os/hal/ports/KINETIS/KL2x/hal_lld.h
index c152020b8..f93d920b6 100644
--- a/os/hal/ports/KINETIS/KL2x/hal_lld.h
+++ b/os/hal/ports/KINETIS/KL2x/hal_lld.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2013-2015 Fabio Utzig
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 a7e88214b..6a7f93dba 100644
--- a/os/hal/ports/KINETIS/KL2x/kinetis_registry.h
+++ b/os/hal/ports/KINETIS/KL2x/kinetis_registry.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - 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_tpm.h b/os/hal/ports/KINETIS/KL2x/kinetis_tpm.h
index 137a352ed..99ffc9cbf 100644
--- a/os/hal/ports/KINETIS/KL2x/kinetis_tpm.h
+++ b/os/hal/ports/KINETIS/KL2x/kinetis_tpm.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2015 Adam J. Porter
+ ChibiOS - Copyright (C) 2014 Adam J. Porter
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/pal_lld.h b/os/hal/ports/KINETIS/KL2x/pal_lld.h
index f3958853f..e08d77dfb 100644
--- a/os/hal/ports/KINETIS/KL2x/pal_lld.h
+++ b/os/hal/ports/KINETIS/KL2x/pal_lld.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2013-2015 Fabio Utzig
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/pwm_lld.c b/os/hal/ports/KINETIS/KL2x/pwm_lld.c
index fd18262e3..4ba7d6e3f 100644
--- a/os/hal/ports/KINETIS/KL2x/pwm_lld.c
+++ b/os/hal/ports/KINETIS/KL2x/pwm_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2015 Adam J. Porter
+ ChibiOS - Copyright (C) 2014 Adam J. Porter
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/serial_lld.c b/os/hal/ports/KINETIS/KL2x/serial_lld.c
index 4682e1dc6..e6d1ae836 100644
--- a/os/hal/ports/KINETIS/KL2x/serial_lld.c
+++ b/os/hal/ports/KINETIS/KL2x/serial_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2013-2015 Fabio Utzig
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/serial_lld.h b/os/hal/ports/KINETIS/KL2x/serial_lld.h
index bfbc886c0..2d003b078 100644
--- a/os/hal/ports/KINETIS/KL2x/serial_lld.h
+++ b/os/hal/ports/KINETIS/KL2x/serial_lld.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2013-2015 Fabio Utzig
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/st_lld.c b/os/hal/ports/KINETIS/KL2x/st_lld.c
index 00a3fb1df..1f8cb6320 100644
--- a/os/hal/ports/KINETIS/KL2x/st_lld.c
+++ b/os/hal/ports/KINETIS/KL2x/st_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
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/st_lld.h b/os/hal/ports/KINETIS/KL2x/st_lld.h
index 173e71f18..24044e5f7 100644
--- a/os/hal/ports/KINETIS/KL2x/st_lld.h
+++ b/os/hal/ports/KINETIS/KL2x/st_lld.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
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/adc_lld.c b/os/hal/ports/KINETIS/LLD/adc_lld.c
index 13dbeac49..3082ee06c 100644
--- a/os/hal/ports/KINETIS/LLD/adc_lld.c
+++ b/os/hal/ports/KINETIS/LLD/adc_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - 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/adc_lld.h b/os/hal/ports/KINETIS/LLD/adc_lld.h
index f6db4d037..22db2c046 100644
--- a/os/hal/ports/KINETIS/LLD/adc_lld.h
+++ b/os/hal/ports/KINETIS/LLD/adc_lld.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - 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 94355d891..c0800cd9f 100644
--- a/os/hal/ports/KINETIS/LLD/ext_lld.c
+++ b/os/hal/ports/KINETIS/LLD/ext_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - 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.h b/os/hal/ports/KINETIS/LLD/ext_lld.h
index b9dcf11d8..465bb89fa 100644
--- a/os/hal/ports/KINETIS/LLD/ext_lld.h
+++ b/os/hal/ports/KINETIS/LLD/ext_lld.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - 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/i2c_lld.c b/os/hal/ports/KINETIS/LLD/i2c_lld.c
index 1d7b03218..d9980ab79 100644
--- a/os/hal/ports/KINETIS/LLD/i2c_lld.c
+++ b/os/hal/ports/KINETIS/LLD/i2c_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
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/i2c_lld.h b/os/hal/ports/KINETIS/LLD/i2c_lld.h
index c5f9f4eec..11de3ae9d 100644
--- a/os/hal/ports/KINETIS/LLD/i2c_lld.h
+++ b/os/hal/ports/KINETIS/LLD/i2c_lld.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2013..2015 Fabio Utzig
+ ChibiOS - Copyright (C) 2014-2015 Fabio Utzig
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.