diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-01-18 10:12:44 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-01-18 10:12:44 +0000 |
commit | 9e2ba7f5b7a7b1862ac846f719d2395844e5b479 (patch) | |
tree | 710f06a85d7ab66bc746ecf536602e340a4bf679 /os/hal/ports/KINETIS | |
parent | 80ee1191b315e8bbe90127d0b7b94b48810c3c2f (diff) | |
download | ChibiOS-9e2ba7f5b7a7b1862ac846f719d2395844e5b479.tar.gz ChibiOS-9e2ba7f5b7a7b1862ac846f719d2395844e5b479.tar.bz2 ChibiOS-9e2ba7f5b7a7b1862ac846f719d2395844e5b479.zip |
copyright error
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7632 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/KINETIS')
-rw-r--r-- | os/hal/ports/KINETIS/KL2x/kinetis_tpm.h | 2 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/KL2x/pwm_lld.c | 2 | ||||
-rw-r--r-- | os/hal/ports/KINETIS/KL2x/pwm_lld.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/KINETIS/KL2x/kinetis_tpm.h b/os/hal/ports/KINETIS/KL2x/kinetis_tpm.h index 7455d7609..137a352ed 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 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/pwm_lld.c b/os/hal/ports/KINETIS/KL2x/pwm_lld.c index e04eb53b1..fd18262e3 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 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/pwm_lld.h b/os/hal/ports/KINETIS/KL2x/pwm_lld.h index 8eb11253d..fe255bd99 100644 --- a/os/hal/ports/KINETIS/KL2x/pwm_lld.h +++ b/os/hal/ports/KINETIS/KL2x/pwm_lld.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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.
|