From 9ac5aa544c5c5d34d1bb1ef11886b777ddd3ae77 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Tue, 3 Jan 2017 14:05:36 -0500 Subject: [PATCH] auto-sync --- firmware/controllers/algo/map_adjuster.c | 2 +- firmware/controllers/algo/nmea.c | 2 +- firmware/controllers/core/signal_filtering.c | 2 +- firmware/controllers/obd2viaCAN.c | 2 +- firmware/hw_layer/mcp3208.c | 2 +- firmware/hw_layer/serial_over_usb/usbconsole.c | 2 +- firmware/util/crc.c | 2 +- firmware/util/data_buffer.c | 2 +- firmware/util/histogram.c | 2 +- firmware/util/rfiutil.c | 2 +- unit_tests/map_resize.cpp | 2 +- unit_tests/map_resize.h | 2 +- unit_tests/test_basic_math/test_find_index.cpp | 2 +- unit_tests/test_basic_math/test_find_index.h | 2 +- unit_tests/test_basic_math/test_interpolation_3d.cpp | 2 +- unit_tests/test_data_structures/test_event_registry.cpp | 2 +- unit_tests/test_data_structures/test_event_registry.h | 2 +- unit_tests/test_fuel_map.cpp | 2 +- unit_tests/test_sensors.cpp | 2 +- unit_tests/test_sensors.h | 2 +- unit_tests/test_signal_executor.cpp | 2 +- unit_tests/test_signal_executor.h | 2 +- unit_tests/test_trigger_decoder.cpp | 2 +- unit_tests/test_trigger_decoder.h | 2 +- unit_tests/test_util.cpp | 2 +- unit_tests/test_util.h | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/firmware/controllers/algo/map_adjuster.c b/firmware/controllers/algo/map_adjuster.c index b81f25da8e..9201ffad59 100644 --- a/firmware/controllers/algo/map_adjuster.c +++ b/firmware/controllers/algo/map_adjuster.c @@ -2,7 +2,7 @@ * map_adjuster.c * * @date Jul 23, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 * * * This file is part of rusEfi - see http://rusefi.com diff --git a/firmware/controllers/algo/nmea.c b/firmware/controllers/algo/nmea.c index 4bb3c56949..ae0d079404 100644 --- a/firmware/controllers/algo/nmea.c +++ b/firmware/controllers/algo/nmea.c @@ -1,7 +1,7 @@ /** * @date Dec 20, 2013 * - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 * @author Kot_dnz * * This file is part of rusEfi - see http://rusefi.com diff --git a/firmware/controllers/core/signal_filtering.c b/firmware/controllers/core/signal_filtering.c index 4e6ec07a82..c385ccf363 100644 --- a/firmware/controllers/core/signal_filtering.c +++ b/firmware/controllers/core/signal_filtering.c @@ -2,7 +2,7 @@ * @file signal_filtering.c * * @date Aug 5, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef SIGNAL_FILTERING_C_ diff --git a/firmware/controllers/obd2viaCAN.c b/firmware/controllers/obd2viaCAN.c index f3a73d1158..77a7b96812 100644 --- a/firmware/controllers/obd2viaCAN.c +++ b/firmware/controllers/obd2viaCAN.c @@ -6,7 +6,7 @@ * standards.sae.org/j2284/ * * @date Feb 14, 2014 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #include "main.h" diff --git a/firmware/hw_layer/mcp3208.c b/firmware/hw_layer/mcp3208.c index 522d2d4913..b080be3f4e 100644 --- a/firmware/hw_layer/mcp3208.c +++ b/firmware/hw_layer/mcp3208.c @@ -3,7 +3,7 @@ * @brief MCP3208 external ADC chip implementation. Not really used right now. * * @date Aug 12, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #include "main.h" diff --git a/firmware/hw_layer/serial_over_usb/usbconsole.c b/firmware/hw_layer/serial_over_usb/usbconsole.c index 1c1c37df0c..aa5116211f 100644 --- a/firmware/hw_layer/serial_over_usb/usbconsole.c +++ b/firmware/hw_layer/serial_over_usb/usbconsole.c @@ -3,7 +3,7 @@ * @brief USB-over-serial configuration * * @date Oct 14, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #include "main.h" diff --git a/firmware/util/crc.c b/firmware/util/crc.c index 60e303dd91..7d5c40b58d 100644 --- a/firmware/util/crc.c +++ b/firmware/util/crc.c @@ -1,7 +1,7 @@ /** * @file crc.c * @date Sep 20, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #include "crc.h" diff --git a/firmware/util/data_buffer.c b/firmware/util/data_buffer.c index af256bc740..adbd3b50ed 100644 --- a/firmware/util/data_buffer.c +++ b/firmware/util/data_buffer.c @@ -2,7 +2,7 @@ * @file data_buffer.c * * @date Dec 8, 2012 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #include "data_buffer.h" diff --git a/firmware/util/histogram.c b/firmware/util/histogram.c index 54314d762c..c036e7519d 100644 --- a/firmware/util/histogram.c +++ b/firmware/util/histogram.c @@ -6,7 +6,7 @@ * and a couple of median values for a series of measurments. * * @date Dec 18, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #include diff --git a/firmware/util/rfiutil.c b/firmware/util/rfiutil.c index c540846df9..f6e725592b 100644 --- a/firmware/util/rfiutil.c +++ b/firmware/util/rfiutil.c @@ -3,7 +3,7 @@ * @brief Number to string conversion code * * @date Nov 15, 2012 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 * * This file is part of rusEfi - see http://rusefi.com * diff --git a/unit_tests/map_resize.cpp b/unit_tests/map_resize.cpp index fbaf8fc2b6..899b51cac8 100644 --- a/unit_tests/map_resize.cpp +++ b/unit_tests/map_resize.cpp @@ -2,7 +2,7 @@ * @file map_resize.c * * @date Jan 12, 2014 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #include diff --git a/unit_tests/map_resize.h b/unit_tests/map_resize.h index 7ae48d4c31..f6d428622b 100644 --- a/unit_tests/map_resize.h +++ b/unit_tests/map_resize.h @@ -2,7 +2,7 @@ * @file map_resize.h * * @date Jan 12, 2014 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef MAP_RESIZE_H_ diff --git a/unit_tests/test_basic_math/test_find_index.cpp b/unit_tests/test_basic_math/test_find_index.cpp index 4c4ab8d234..7ee0358903 100644 --- a/unit_tests/test_basic_math/test_find_index.cpp +++ b/unit_tests/test_basic_math/test_find_index.cpp @@ -2,7 +2,7 @@ * test_find_index.cpp * * Created on: Oct 30, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #include "main.h" diff --git a/unit_tests/test_basic_math/test_find_index.h b/unit_tests/test_basic_math/test_find_index.h index 88df7d36c8..d98d9457a3 100644 --- a/unit_tests/test_basic_math/test_find_index.h +++ b/unit_tests/test_basic_math/test_find_index.h @@ -2,7 +2,7 @@ * test_find_index.h * * Created on: Oct 30, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef TEST_FIND_INDEX_H_ diff --git a/unit_tests/test_basic_math/test_interpolation_3d.cpp b/unit_tests/test_basic_math/test_interpolation_3d.cpp index 1af51835b1..4fa997e6c2 100644 --- a/unit_tests/test_basic_math/test_interpolation_3d.cpp +++ b/unit_tests/test_basic_math/test_interpolation_3d.cpp @@ -1,6 +1,6 @@ /* * Created on: Oct 17, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ /** diff --git a/unit_tests/test_data_structures/test_event_registry.cpp b/unit_tests/test_data_structures/test_event_registry.cpp index 123c6b945f..fc042d2b3c 100644 --- a/unit_tests/test_data_structures/test_event_registry.cpp +++ b/unit_tests/test_data_structures/test_event_registry.cpp @@ -2,7 +2,7 @@ * test_event_registry.cpp * * Created on: Nov 27, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #include "event_registry.h" diff --git a/unit_tests/test_data_structures/test_event_registry.h b/unit_tests/test_data_structures/test_event_registry.h index 73588add49..20e078cceb 100644 --- a/unit_tests/test_data_structures/test_event_registry.h +++ b/unit_tests/test_data_structures/test_event_registry.h @@ -2,7 +2,7 @@ * test_event_registry.h * * Created on: Nov 27, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef TEST_EVENT_REGISTRY_H_ diff --git a/unit_tests/test_fuel_map.cpp b/unit_tests/test_fuel_map.cpp index d982e0f36d..8127cb8fd4 100644 --- a/unit_tests/test_fuel_map.cpp +++ b/unit_tests/test_fuel_map.cpp @@ -2,7 +2,7 @@ * @file test_fuel_map.cpp * * @date Nov 6, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #include "test_fuel_map.h" diff --git a/unit_tests/test_sensors.cpp b/unit_tests/test_sensors.cpp index 730c41a2b9..dc7573a085 100644 --- a/unit_tests/test_sensors.cpp +++ b/unit_tests/test_sensors.cpp @@ -2,7 +2,7 @@ * @file test_sensors.cpp * * @date Dec 7, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #include "main.h" diff --git a/unit_tests/test_sensors.h b/unit_tests/test_sensors.h index d8abdda250..fce06df95a 100644 --- a/unit_tests/test_sensors.h +++ b/unit_tests/test_sensors.h @@ -2,7 +2,7 @@ * @file test_sensors.h * * @date Dec 7, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef TEST_SENSORS_H_ diff --git a/unit_tests/test_signal_executor.cpp b/unit_tests/test_signal_executor.cpp index de8de4d228..9a02e602de 100644 --- a/unit_tests/test_signal_executor.cpp +++ b/unit_tests/test_signal_executor.cpp @@ -2,7 +2,7 @@ * @file test_signal_executor.cpp * * @date Nov 28, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #include diff --git a/unit_tests/test_signal_executor.h b/unit_tests/test_signal_executor.h index c31d4623bb..beb6ca1f82 100644 --- a/unit_tests/test_signal_executor.h +++ b/unit_tests/test_signal_executor.h @@ -2,7 +2,7 @@ * @file test_signal_executor.h * * @date Nov 28, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef TEST_SIGNAL_EXECUTOR_H_ diff --git a/unit_tests/test_trigger_decoder.cpp b/unit_tests/test_trigger_decoder.cpp index 2858c79dfd..7050c0ca38 100644 --- a/unit_tests/test_trigger_decoder.cpp +++ b/unit_tests/test_trigger_decoder.cpp @@ -2,7 +2,7 @@ * @file test_trigger_decoder.cpp * * @date Dec 24, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #include "main.h" diff --git a/unit_tests/test_trigger_decoder.h b/unit_tests/test_trigger_decoder.h index dca20ce1ec..fe13726135 100644 --- a/unit_tests/test_trigger_decoder.h +++ b/unit_tests/test_trigger_decoder.h @@ -2,7 +2,7 @@ * @file test_trigger_decoder.h * * @date Dec 24, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef TEST_TRIGGER_DECODER_H_ diff --git a/unit_tests/test_util.cpp b/unit_tests/test_util.cpp index 8dbedd4628..5ff3c65e92 100644 --- a/unit_tests/test_util.cpp +++ b/unit_tests/test_util.cpp @@ -2,7 +2,7 @@ * @file test_util.c * * @date Dec 8, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #include diff --git a/unit_tests/test_util.h b/unit_tests/test_util.h index 0c0598c4c8..947a420f2f 100644 --- a/unit_tests/test_util.h +++ b/unit_tests/test_util.h @@ -2,7 +2,7 @@ * @file test_cyclic_buffer.h * * @date Dec 8, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef TEST_CYCLIC_BUFFER_H_