From 01ffbb9b89515fd744b5806688c803196cbdbaba Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 5 Mar 2017 21:59:00 -0500 Subject: [PATCH] standard header --- firmware/hw_layer/adc_external.h | 2 +- unit_tests/efifeatures.h | 4 ++-- unit_tests/global.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware/hw_layer/adc_external.h b/firmware/hw_layer/adc_external.h index d777cdc7b2..a3b9399a3c 100644 --- a/firmware/hw_layer/adc_external.h +++ b/firmware/hw_layer/adc_external.h @@ -3,7 +3,7 @@ * * * @date Aug 18, 2013 - * @author pc + * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef ADC_EXTERNAL_H_ diff --git a/unit_tests/efifeatures.h b/unit_tests/efifeatures.h index d78f68c30a..4c5f414f53 100644 --- a/unit_tests/efifeatures.h +++ b/unit_tests/efifeatures.h @@ -1,8 +1,8 @@ /** * @file efifeatures.h * - * Created on: Mar 7, 2014 - * Author: Andrey + * @date Mar 7, 2014 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef EFIFEATURES_H_ diff --git a/unit_tests/global.h b/unit_tests/global.h index e4bc8dfa81..f62c3f3383 100644 --- a/unit_tests/global.h +++ b/unit_tests/global.h @@ -2,7 +2,7 @@ * @file global.h * * @date Nov 28, 2013 - * @author pc + * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef GLOBAL_H_