diff --git a/firmware/config/boards/me7_pnp/board_configuration.cpp b/firmware/config/boards/me7_pnp/board_configuration.cpp index b4c5bce7cf..c31eb165d8 100644 --- a/firmware/config/boards/me7_pnp/board_configuration.cpp +++ b/firmware/config/boards/me7_pnp/board_configuration.cpp @@ -3,7 +3,7 @@ * * @brief In this file we can override engine_configuration.cpp. * - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" #include "engine.h" diff --git a/firmware/config/chconf_common.h b/firmware/config/chconf_common.h index abfc5ea1b2..6eec83ff68 100644 --- a/firmware/config/chconf_common.h +++ b/firmware/config/chconf_common.h @@ -2,7 +2,7 @@ * @file chconf_common.h * * @date Apr 20, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef CONFIG_CHCONF_COMMON_H_ diff --git a/firmware/config/engines/GY6_139QMB.cpp b/firmware/config/engines/GY6_139QMB.cpp index 9b59b7da51..fab1a1416d 100644 --- a/firmware/config/engines/GY6_139QMB.cpp +++ b/firmware/config/engines/GY6_139QMB.cpp @@ -8,7 +8,7 @@ * * @date Feb 13, 2014 * @author rus084, (c) 2015 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/config/engines/GY6_139QMB.h b/firmware/config/engines/GY6_139QMB.h index 2f07cbbc1a..aaf8343070 100644 --- a/firmware/config/engines/GY6_139QMB.h +++ b/firmware/config/engines/GY6_139QMB.h @@ -3,7 +3,7 @@ * * @date 13 Feb 2014 * @author rus084 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef GY6_139QMB_H_ diff --git a/firmware/config/engines/bmw_m73.cpp b/firmware/config/engines/bmw_m73.cpp index 0f52463f3b..111d9b33b9 100644 --- a/firmware/config/engines/bmw_m73.cpp +++ b/firmware/config/engines/bmw_m73.cpp @@ -60,7 +60,7 @@ * https://raw.githubusercontent.com/wiki/rusefi/rusefi_documentation/oem_docs/VAG/Bosch_0280750009_pinout.jpg * * @date Nov 1, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_template.h" diff --git a/firmware/config/engines/bmw_m73.h b/firmware/config/engines/bmw_m73.h index 8f2e51c7c0..6f9a3875e0 100644 --- a/firmware/config/engines/bmw_m73.h +++ b/firmware/config/engines/bmw_m73.h @@ -2,7 +2,7 @@ * @file engine_template.h * * @date Nov 1, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/config/engines/custom_engine.cpp b/firmware/config/engines/custom_engine.cpp index 72b7645f7d..3ecee9aa19 100644 --- a/firmware/config/engines/custom_engine.cpp +++ b/firmware/config/engines/custom_engine.cpp @@ -8,7 +8,7 @@ * Frankenso QA 12 cylinder engine * * @date Jan 18, 2015 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "custom_engine.h" diff --git a/firmware/config/engines/custom_engine.h b/firmware/config/engines/custom_engine.h index 3b38f369a0..b65364af23 100644 --- a/firmware/config/engines/custom_engine.h +++ b/firmware/config/engines/custom_engine.h @@ -2,7 +2,7 @@ * @file custom_engine.h * * @date Jan 18, 2015 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/config/engines/engine_template.cpp b/firmware/config/engines/engine_template.cpp index 966a79cc67..60c62d2aa2 100644 --- a/firmware/config/engines/engine_template.cpp +++ b/firmware/config/engines/engine_template.cpp @@ -2,7 +2,7 @@ * @file engine_template.cpp * * @date - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_template.h" diff --git a/firmware/config/engines/engine_template.h b/firmware/config/engines/engine_template.h index af1f39c769..f19a308101 100644 --- a/firmware/config/engines/engine_template.h +++ b/firmware/config/engines/engine_template.h @@ -2,7 +2,7 @@ * @file engine_template.h * * @date - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/config/engines/mazda_miata_custom_hunchback.cpp b/firmware/config/engines/mazda_miata_custom_hunchback.cpp index 6efaf285dd..d337092435 100644 --- a/firmware/config/engines/mazda_miata_custom_hunchback.cpp +++ b/firmware/config/engines/mazda_miata_custom_hunchback.cpp @@ -11,7 +11,7 @@ * MAZDA_MIATA_2003_NA_RAIL * * @date Sep 20, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "mazda_miata_vvt.h" diff --git a/firmware/config/engines/mazda_miata_vvt.cpp b/firmware/config/engines/mazda_miata_vvt.cpp index 896a73a057..db3d16e121 100644 --- a/firmware/config/engines/mazda_miata_vvt.cpp +++ b/firmware/config/engines/mazda_miata_vvt.cpp @@ -16,7 +16,7 @@ * COP ion #3 GPIOD_9 * * @date Oct 4, 2016 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 * http://rusefi.com/forum/viewtopic.php?f=3&t=1095 * * diff --git a/firmware/config/engines/nissan_primera.cpp b/firmware/config/engines/nissan_primera.cpp index b9bc7639fb..6113c24213 100644 --- a/firmware/config/engines/nissan_primera.cpp +++ b/firmware/config/engines/nissan_primera.cpp @@ -5,7 +5,7 @@ * set engine_type 5 * * @date Oct 14, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/config/engines/nissan_primera.h b/firmware/config/engines/nissan_primera.h index 17daf37936..636ce285e1 100644 --- a/firmware/config/engines/nissan_primera.h +++ b/firmware/config/engines/nissan_primera.h @@ -2,7 +2,7 @@ * @file nissan_primera.h * * @date Oct 14, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/config/engines/vw.cpp b/firmware/config/engines/vw.cpp index 968487ef8f..6840cbca3c 100644 --- a/firmware/config/engines/vw.cpp +++ b/firmware/config/engines/vw.cpp @@ -4,7 +4,7 @@ * set engine_type 32 * * @date May 24, 2015 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/config/engines/vw.h b/firmware/config/engines/vw.h index d8528faf64..b79996de1e 100644 --- a/firmware/config/engines/vw.h +++ b/firmware/config/engines/vw.h @@ -2,7 +2,7 @@ * @file vw.h * * @date May 24, 2015 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/config/engines/vw_b6.cpp b/firmware/config/engines/vw_b6.cpp index 813a550586..0a485768db 100644 --- a/firmware/config/engines/vw_b6.cpp +++ b/firmware/config/engines/vw_b6.cpp @@ -2,7 +2,7 @@ * @file vw_b6.cpp * * @date Dec 26, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine.h" diff --git a/firmware/config/engines/vw_b6.h b/firmware/config/engines/vw_b6.h index b679aa10a1..f1fe40c227 100644 --- a/firmware/config/engines/vw_b6.h +++ b/firmware/config/engines/vw_b6.h @@ -2,7 +2,7 @@ * @file vw_b6.h * * @date Dec 26, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/config/stm32f4ems/efifeatures.h b/firmware/config/stm32f4ems/efifeatures.h index cf208105a9..88c18d35c9 100644 --- a/firmware/config/stm32f4ems/efifeatures.h +++ b/firmware/config/stm32f4ems/efifeatures.h @@ -4,7 +4,7 @@ * @brief In this header we can configure which firmware modules are used. * * @date Aug 29, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/console/status_loop.h b/firmware/console/status_loop.h index 54dac6d5b7..24f3ecfd11 100644 --- a/firmware/console/status_loop.h +++ b/firmware/console/status_loop.h @@ -2,7 +2,7 @@ * @file status_loop.h * * @date Mar 15, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/actuators/aux_pid.h b/firmware/controllers/actuators/aux_pid.h index f48560aff0..66c7705234 100644 --- a/firmware/controllers/actuators/aux_pid.h +++ b/firmware/controllers/actuators/aux_pid.h @@ -2,7 +2,7 @@ * @file aux_pid.h * * @date Jun 26, 2016 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef CONTROLLERS_ALGO_AUX_PID_H_ diff --git a/firmware/controllers/actuators/electronic_throttle.h b/firmware/controllers/actuators/electronic_throttle.h index c09e697bcf..b5cb156a50 100644 --- a/firmware/controllers/actuators/electronic_throttle.h +++ b/firmware/controllers/actuators/electronic_throttle.h @@ -2,7 +2,7 @@ * @file electronic_throttle.h * * @date Dec 7, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/actuators/idle_thread.h b/firmware/controllers/actuators/idle_thread.h index 638b859e3f..9818f65287 100644 --- a/firmware/controllers/actuators/idle_thread.h +++ b/firmware/controllers/actuators/idle_thread.h @@ -3,7 +3,7 @@ * @brief Idle Valve Control thread * * @date May 23, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/algo/advance_map.cpp b/firmware/controllers/algo/advance_map.cpp index 46bfb5674e..279f42d501 100644 --- a/firmware/controllers/algo/advance_map.cpp +++ b/firmware/controllers/algo/advance_map.cpp @@ -2,7 +2,7 @@ * @file advance_map.cpp * * @date Mar 27, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 * * This file is part of rusEfi - see http://rusefi.com * diff --git a/firmware/controllers/algo/engine.cpp b/firmware/controllers/algo/engine.cpp index fe12ff128b..31c3f0e7e3 100644 --- a/firmware/controllers/algo/engine.cpp +++ b/firmware/controllers/algo/engine.cpp @@ -6,7 +6,7 @@ * express myself in C/C++. I am open for suggestions :) * * @date May 21, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/controllers/algo/engine.h b/firmware/controllers/algo/engine.h index 3488ecd487..6cdcafe93e 100644 --- a/firmware/controllers/algo/engine.h +++ b/firmware/controllers/algo/engine.h @@ -2,7 +2,7 @@ * @file engine.h * * @date May 21, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/algo/engine2.cpp b/firmware/controllers/algo/engine2.cpp index e586c91cb8..44810e969c 100644 --- a/firmware/controllers/algo/engine2.cpp +++ b/firmware/controllers/algo/engine2.cpp @@ -2,7 +2,7 @@ * engine2.cpp * * @date Jan 5, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ // todo: move this code to more proper locations diff --git a/firmware/controllers/algo/engine_configuration.cpp b/firmware/controllers/algo/engine_configuration.cpp index 1b5c6f56e4..4f49f75508 100644 --- a/firmware/controllers/algo/engine_configuration.cpp +++ b/firmware/controllers/algo/engine_configuration.cpp @@ -3,7 +3,7 @@ * @brief Utility method related to the engine configuration data structure. * * @date Nov 22, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 * * This file is part of rusEfi - see http://rusefi.com * diff --git a/firmware/controllers/algo/engine_configuration.h b/firmware/controllers/algo/engine_configuration.h index bb69496650..97ed15c0da 100644 --- a/firmware/controllers/algo/engine_configuration.h +++ b/firmware/controllers/algo/engine_configuration.h @@ -3,7 +3,7 @@ * @brief Main engine configuration data structure. * * @date Oct 30, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/algo/engine_parts.h b/firmware/controllers/algo/engine_parts.h index 3618373230..32c9ac61ce 100644 --- a/firmware/controllers/algo/engine_parts.h +++ b/firmware/controllers/algo/engine_parts.h @@ -2,7 +2,7 @@ * @file engine_parts.h * * @date May 27, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/algo/firing_order.h b/firmware/controllers/algo/firing_order.h index 9c7cbba3a9..caa71c0a7b 100644 --- a/firmware/controllers/algo/firing_order.h +++ b/firmware/controllers/algo/firing_order.h @@ -4,7 +4,7 @@ * See also FiringOrderTSLogic.java * * @date Jul 20, 2016 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "rusefi_enums.h" diff --git a/firmware/controllers/algo/rusefi_enums.h b/firmware/controllers/algo/rusefi_enums.h index 07f1fde8cf..cc98ee3625 100644 --- a/firmware/controllers/algo/rusefi_enums.h +++ b/firmware/controllers/algo/rusefi_enums.h @@ -5,7 +5,7 @@ * @note this file should probably not include any other files * * @date Jan 14, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/algo/rusefi_hw_enums.h b/firmware/controllers/algo/rusefi_hw_enums.h index b4b4279048..f77dc16854 100644 --- a/firmware/controllers/algo/rusefi_hw_enums.h +++ b/firmware/controllers/algo/rusefi_hw_enums.h @@ -2,7 +2,7 @@ * @file rusefi_hw_enums.h * * @date Jun 2, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef RUSEFI_HW_ENUMS_H_ diff --git a/firmware/controllers/core/error_handling.cpp b/firmware/controllers/core/error_handling.cpp index 75feeea2b1..7ea2198586 100644 --- a/firmware/controllers/core/error_handling.cpp +++ b/firmware/controllers/core/error_handling.cpp @@ -2,7 +2,7 @@ * @file error_handling.cpp * * @date Apr 1, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/controllers/core/fsio_impl.cpp b/firmware/controllers/core/fsio_impl.cpp index bcbc454787..16a2ba741a 100644 --- a/firmware/controllers/core/fsio_impl.cpp +++ b/firmware/controllers/core/fsio_impl.cpp @@ -8,7 +8,7 @@ * 'fsioinfo' command in console shows current state of FSIO - formulas and current value * * @date Oct 5, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/controllers/core/fsio_impl.h b/firmware/controllers/core/fsio_impl.h index 4ef5cd8f82..e9b011e2d4 100644 --- a/firmware/controllers/core/fsio_impl.h +++ b/firmware/controllers/core/fsio_impl.h @@ -3,7 +3,7 @@ * @brief FSIO as it's used for GPIO * * @date Oct 5, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/core/state_sequence.h b/firmware/controllers/core/state_sequence.h index b549d9affc..beac99c09a 100644 --- a/firmware/controllers/core/state_sequence.h +++ b/firmware/controllers/core/state_sequence.h @@ -2,7 +2,7 @@ * @file state_sequence.h * * @date May 18, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/engine_controller.cpp b/firmware/controllers/engine_controller.cpp index 92e020649a..46f03a5846 100644 --- a/firmware/controllers/engine_controller.cpp +++ b/firmware/controllers/engine_controller.cpp @@ -5,7 +5,7 @@ * * * @date Feb 7, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 * * This file is part of rusEfi - see http://rusefi.com * @@ -839,6 +839,6 @@ int getRusEfiVersion(void) { if (initBootloader() != 0) return 123; #endif /* EFI_BOOTLOADER_INCLUDE_CODE */ - return 20191222; + return 201200107; } #endif /* EFI_UNIT_TEST */ diff --git a/firmware/controllers/engine_controller.h b/firmware/controllers/engine_controller.h index 307f06cab2..b4740ce7e5 100644 --- a/firmware/controllers/engine_controller.h +++ b/firmware/controllers/engine_controller.h @@ -3,7 +3,7 @@ * @brief Controllers package entry point header * * @date Feb 7, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/engine_cycle/aux_valves.cpp b/firmware/controllers/engine_cycle/aux_valves.cpp index 615cc9761e..c09b02ad80 100644 --- a/firmware/controllers/engine_cycle/aux_valves.cpp +++ b/firmware/controllers/engine_cycle/aux_valves.cpp @@ -10,7 +10,7 @@ * https://github.com/rusefi/rusefi/issues/490 * * @date Nov 25, 2017 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_math.h" diff --git a/firmware/controllers/engine_cycle/aux_valves.h b/firmware/controllers/engine_cycle/aux_valves.h index 3f28d16e8f..b2acdfb55c 100644 --- a/firmware/controllers/engine_cycle/aux_valves.h +++ b/firmware/controllers/engine_cycle/aux_valves.h @@ -2,7 +2,7 @@ * @file aux_valves.h * * @date Nov 25, 2017 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/engine_cycle/main_trigger_callback.cpp b/firmware/controllers/engine_cycle/main_trigger_callback.cpp index a7981cdb70..be8ad368fd 100644 --- a/firmware/controllers/engine_cycle/main_trigger_callback.cpp +++ b/firmware/controllers/engine_cycle/main_trigger_callback.cpp @@ -5,7 +5,7 @@ * See http://rusefi.com/docs/html/ * * @date Feb 7, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 * * This file is part of rusEfi - see http://rusefi.com * diff --git a/firmware/controllers/engine_cycle/main_trigger_callback.h b/firmware/controllers/engine_cycle/main_trigger_callback.h index 884ebaf8e2..048867939f 100644 --- a/firmware/controllers/engine_cycle/main_trigger_callback.h +++ b/firmware/controllers/engine_cycle/main_trigger_callback.h @@ -4,7 +4,7 @@ * * * @date Feb 9, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/engine_cycle/rpm_calculator.cpp b/firmware/controllers/engine_cycle/rpm_calculator.cpp index 3ae50b0eba..0082536b6d 100644 --- a/firmware/controllers/engine_cycle/rpm_calculator.cpp +++ b/firmware/controllers/engine_cycle/rpm_calculator.cpp @@ -10,7 +10,7 @@ * instant RPM instead of cycle RPM more often. * * @date Jan 1, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "globalaccess.h" diff --git a/firmware/controllers/engine_cycle/rpm_calculator.h b/firmware/controllers/engine_cycle/rpm_calculator.h index ddad763866..96e6f61254 100644 --- a/firmware/controllers/engine_cycle/rpm_calculator.h +++ b/firmware/controllers/engine_cycle/rpm_calculator.h @@ -3,7 +3,7 @@ * @brief Shaft position sensor(s) decoder header * * @date Jan 1, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/engine_cycle/spark_logic.cpp b/firmware/controllers/engine_cycle/spark_logic.cpp index 4197bbce09..66cba484fb 100644 --- a/firmware/controllers/engine_cycle/spark_logic.cpp +++ b/firmware/controllers/engine_cycle/spark_logic.cpp @@ -2,7 +2,7 @@ * @file spark_logic.cpp * * @date Sep 15, 2016 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "spark_logic.h" diff --git a/firmware/controllers/engine_cycle/spark_logic.h b/firmware/controllers/engine_cycle/spark_logic.h index 84af812885..ce12164b59 100644 --- a/firmware/controllers/engine_cycle/spark_logic.h +++ b/firmware/controllers/engine_cycle/spark_logic.h @@ -2,7 +2,7 @@ * @file spark_logic.h * * @date Sep 15, 2016 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/gauges/lcd_controller.h b/firmware/controllers/gauges/lcd_controller.h index 0651ee07fa..b229ca5a4a 100644 --- a/firmware/controllers/gauges/lcd_controller.h +++ b/firmware/controllers/gauges/lcd_controller.h @@ -2,7 +2,7 @@ * @file lcd_controller.h * * @date Aug 14, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/global_shared.h b/firmware/controllers/global_shared.h index 91ba1adb65..7f205e0e35 100644 --- a/firmware/controllers/global_shared.h +++ b/firmware/controllers/global_shared.h @@ -5,7 +5,7 @@ * See also common_headers.h * * Dec 25, 2018 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/injector_central.h b/firmware/controllers/injector_central.h index b66dd85fa8..3bcdcdf5a0 100644 --- a/firmware/controllers/injector_central.h +++ b/firmware/controllers/injector_central.h @@ -5,7 +5,7 @@ * todo: rename this file * * @date Sep 8, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/math/config_engine_specs.h b/firmware/controllers/math/config_engine_specs.h index 50d551432e..892e0d84d8 100644 --- a/firmware/controllers/math/config_engine_specs.h +++ b/firmware/controllers/math/config_engine_specs.h @@ -2,7 +2,7 @@ * @file config_engine_specs.h * * @date Jan 28, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/math/speed_density.h b/firmware/controllers/math/speed_density.h index 05806ef020..67b9ebb0ef 100644 --- a/firmware/controllers/math/speed_density.h +++ b/firmware/controllers/math/speed_density.h @@ -2,7 +2,7 @@ * @file speed_density.h * * @date May 29, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/sensors/maf2map.cpp b/firmware/controllers/sensors/maf2map.cpp index 19975d4e51..4e2178cfe0 100644 --- a/firmware/controllers/sensors/maf2map.cpp +++ b/firmware/controllers/sensors/maf2map.cpp @@ -1,7 +1,7 @@ /* * @file maf2map.cpp * - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 * @date Jan 20, 2018 */ diff --git a/firmware/controllers/sensors/maf2map.h b/firmware/controllers/sensors/maf2map.h index 3063e4665a..90d48d9b74 100644 --- a/firmware/controllers/sensors/maf2map.h +++ b/firmware/controllers/sensors/maf2map.h @@ -1,7 +1,7 @@ /* * @file maf2map.h * - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 * @date Jan 20, 2018 */ diff --git a/firmware/controllers/sensors/tps.cpp b/firmware/controllers/sensors/tps.cpp index 177389cb5b..60981b02d9 100644 --- a/firmware/controllers/sensors/tps.cpp +++ b/firmware/controllers/sensors/tps.cpp @@ -1,5 +1,5 @@ /** - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine.h" #include "tps.h" diff --git a/firmware/controllers/system/efi_gpio.h b/firmware/controllers/system/efi_gpio.h index b59cab4ed9..32561b2762 100644 --- a/firmware/controllers/system/efi_gpio.h +++ b/firmware/controllers/system/efi_gpio.h @@ -4,7 +4,7 @@ * * * @date Sep 26, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/system/periodic_task.cpp b/firmware/controllers/system/periodic_task.cpp index 1b8ffe89b0..78f6cd5188 100644 --- a/firmware/controllers/system/periodic_task.cpp +++ b/firmware/controllers/system/periodic_task.cpp @@ -2,7 +2,7 @@ * @file periodic_task.cpp * * @date: Jul 8, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "periodic_task.h" diff --git a/firmware/controllers/system/periodic_task.h b/firmware/controllers/system/periodic_task.h index c1586c1a9e..7ac5880d50 100644 --- a/firmware/controllers/system/periodic_task.h +++ b/firmware/controllers/system/periodic_task.h @@ -2,7 +2,7 @@ * @file periodic_task.h * * @date Jul 8, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/system/timer/scheduler.h b/firmware/controllers/system/timer/scheduler.h index c23a8e2b90..a6a541744b 100644 --- a/firmware/controllers/system/timer/scheduler.h +++ b/firmware/controllers/system/timer/scheduler.h @@ -2,7 +2,7 @@ * @file scheduler.h * * @date May 18, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/trigger/decoders/trigger_structure.h b/firmware/controllers/trigger/decoders/trigger_structure.h index 6176e011d8..ebbacd8ab3 100644 --- a/firmware/controllers/trigger/decoders/trigger_structure.h +++ b/firmware/controllers/trigger/decoders/trigger_structure.h @@ -2,7 +2,7 @@ * @file trigger_structure.h * * @date Dec 22, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/trigger/trigger_central.cpp b/firmware/controllers/trigger/trigger_central.cpp index 3d7c82583f..4e31290a51 100644 --- a/firmware/controllers/trigger/trigger_central.cpp +++ b/firmware/controllers/trigger/trigger_central.cpp @@ -3,7 +3,7 @@ * Here we have a bunch of higher-level methods which are not directly related to actual signal decoding * * @date Feb 23, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/controllers/trigger/trigger_central.h b/firmware/controllers/trigger/trigger_central.h index 0a81c26416..12f0c3857b 100644 --- a/firmware/controllers/trigger/trigger_central.h +++ b/firmware/controllers/trigger/trigger_central.h @@ -2,7 +2,7 @@ * @file trigger_central.h * * @date Feb 23, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/trigger/trigger_decoder.cpp b/firmware/controllers/trigger/trigger_decoder.cpp index 6db793f07b..fdd9d6e2cf 100644 --- a/firmware/controllers/trigger/trigger_decoder.cpp +++ b/firmware/controllers/trigger/trigger_decoder.cpp @@ -2,7 +2,7 @@ * @file trigger_decoder.cpp * * @date Dec 24, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 * * * diff --git a/firmware/controllers/trigger/trigger_decoder.h b/firmware/controllers/trigger/trigger_decoder.h index a07c60490f..8e0f17bfd9 100644 --- a/firmware/controllers/trigger/trigger_decoder.h +++ b/firmware/controllers/trigger/trigger_decoder.h @@ -2,7 +2,7 @@ * @file trigger_decoder.h * * @date Dec 24, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/controllers/trigger/trigger_simulator.h b/firmware/controllers/trigger/trigger_simulator.h index 44fa8c0d01..9b739dfd09 100644 --- a/firmware/controllers/trigger/trigger_simulator.h +++ b/firmware/controllers/trigger/trigger_simulator.h @@ -3,7 +3,7 @@ * @brief This class knows how to produce synthetic shaft signals based on triggerShape * * @date Sep 23, 2015 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/development/engine_sniffer.cpp b/firmware/development/engine_sniffer.cpp index 32c7eba405..931508eee9 100644 --- a/firmware/development/engine_sniffer.cpp +++ b/firmware/development/engine_sniffer.cpp @@ -8,7 +8,7 @@ * Both external events (see logic_analyzer.cpp) and internal (see signal executors) are supported * * @date Jun 23, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 * * This file is part of rusEfi - see http://rusefi.com * diff --git a/firmware/development/logic_analyzer.cpp b/firmware/development/logic_analyzer.cpp index cc48f30c44..636fb37be1 100644 --- a/firmware/development/logic_analyzer.cpp +++ b/firmware/development/logic_analyzer.cpp @@ -8,7 +8,7 @@ * this is rusEfi build-in logic analyzer * * @date Jan 7, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "logic_analyzer.h" diff --git a/firmware/development/logic_analyzer.h b/firmware/development/logic_analyzer.h index 3be7f561af..0f8a107753 100644 --- a/firmware/development/logic_analyzer.h +++ b/firmware/development/logic_analyzer.h @@ -2,7 +2,7 @@ * @file logic_analyzer.h * * @date Jan 7, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/development/sensor_chart.h b/firmware/development/sensor_chart.h index 91a02390ef..59eff43806 100644 --- a/firmware/development/sensor_chart.h +++ b/firmware/development/sensor_chart.h @@ -2,7 +2,7 @@ * @file sensor_chart.h * * @date Dec 20, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/globalaccess.h b/firmware/globalaccess.h index ddfb90bcd0..98a62609cb 100644 --- a/firmware/globalaccess.h +++ b/firmware/globalaccess.h @@ -6,7 +6,7 @@ * unit_tests have a more meaningful version of this header * * @date Jan 28, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/hw_layer/adc_inputs.h b/firmware/hw_layer/adc_inputs.h index 45bb08e880..08c06bbcde 100644 --- a/firmware/hw_layer/adc_inputs.h +++ b/firmware/hw_layer/adc_inputs.h @@ -3,7 +3,7 @@ * @brief Low level internal ADC code * * @date Jan 14, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef ADC_INPUTS_H_ diff --git a/firmware/hw_layer/can_hw.h b/firmware/hw_layer/can_hw.h index 539bbada5b..ce4ec27bbc 100644 --- a/firmware/hw_layer/can_hw.h +++ b/firmware/hw_layer/can_hw.h @@ -2,7 +2,7 @@ * @file can_hw.h * * @date Dec 11, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/hw_layer/cdm_ion_sense.cpp b/firmware/hw_layer/cdm_ion_sense.cpp index ae509a22ce..1d119c2699 100644 --- a/firmware/hw_layer/cdm_ion_sense.cpp +++ b/firmware/hw_layer/cdm_ion_sense.cpp @@ -6,7 +6,7 @@ * See https://github.com/rusefi/rusefi_documentation/tree/master/misc/Saab_Trionic_8_Combustion%20Detection%20Module_on_Mazda_Miata_running_rusEfi * * Created on: Dec 31, 2018 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "cdm_ion_sense.h" diff --git a/firmware/hw_layer/cdm_ion_sense.h b/firmware/hw_layer/cdm_ion_sense.h index 444f55aa96..2e4be711a6 100644 --- a/firmware/hw_layer/cdm_ion_sense.h +++ b/firmware/hw_layer/cdm_ion_sense.h @@ -2,7 +2,7 @@ * @file cdm_ion_sense.h * * @date Dec 31, 2018 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef HW_LAYER_CDM_ION_SENSE_H_ diff --git a/firmware/hw_layer/digital_input.cpp b/firmware/hw_layer/digital_input.cpp index dc0550b324..0a87d25d10 100644 --- a/firmware/hw_layer/digital_input.cpp +++ b/firmware/hw_layer/digital_input.cpp @@ -2,7 +2,7 @@ * @file digital_input.cpp * * @date Nov 11, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "digital_input.h" diff --git a/firmware/hw_layer/digital_input.h b/firmware/hw_layer/digital_input.h index a428ee4312..eeced5010e 100644 --- a/firmware/hw_layer/digital_input.h +++ b/firmware/hw_layer/digital_input.h @@ -2,7 +2,7 @@ * @file digital_input.h * * @date Nov 11, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/hw_layer/digital_input_exti.h b/firmware/hw_layer/digital_input_exti.h index 6ac0de9967..643eb4876a 100644 --- a/firmware/hw_layer/digital_input_exti.h +++ b/firmware/hw_layer/digital_input_exti.h @@ -2,7 +2,7 @@ * digital_input_exti.h * * Created on: Dec 18, 2018 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "digital_input.h" diff --git a/firmware/hw_layer/digital_input_icu.h b/firmware/hw_layer/digital_input_icu.h index 54d8c0436e..efdfabece7 100644 --- a/firmware/hw_layer/digital_input_icu.h +++ b/firmware/hw_layer/digital_input_icu.h @@ -2,7 +2,7 @@ * @file digital_input_icu.h * * @date Jun 23, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/hw_layer/drivers/gpio/tle8888.c b/firmware/hw_layer/drivers/gpio/tle8888.c index e5265e6b78..5828f67fb6 100644 --- a/firmware/hw_layer/drivers/gpio/tle8888.c +++ b/firmware/hw_layer/drivers/gpio/tle8888.c @@ -7,7 +7,7 @@ * All SPI and CS pin in OM_DEFAULT mode * * @date Mar 25, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 * * 3.2 Pin Definitions and Functions * diff --git a/firmware/hw_layer/drivers/gpio/tle8888.h b/firmware/hw_layer/drivers/gpio/tle8888.h index 17ea9e244f..5aefd6365e 100644 --- a/firmware/hw_layer/drivers/gpio/tle8888.h +++ b/firmware/hw_layer/drivers/gpio/tle8888.h @@ -2,7 +2,7 @@ * @file tle8888.h * * Mar 25, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef HW_LAYER_DRIVERS_GPIO_TLE8888_H_ diff --git a/firmware/hw_layer/hardware.cpp b/firmware/hw_layer/hardware.cpp index 5263c00f61..3b5f7f2514 100644 --- a/firmware/hw_layer/hardware.cpp +++ b/firmware/hw_layer/hardware.cpp @@ -3,7 +3,7 @@ * @brief Hardware package entry point * * @date May 27, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/hw_layer/hip9011.h b/firmware/hw_layer/hip9011.h index 065ba71143..e337071b87 100644 --- a/firmware/hw_layer/hip9011.h +++ b/firmware/hw_layer/hip9011.h @@ -3,7 +3,7 @@ * @brief HIP9011/TPIC8101 driver * * @date Nov 27, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef HIP9011_H_ diff --git a/firmware/hw_layer/hip9011_logic.cpp b/firmware/hw_layer/hip9011_logic.cpp index 68c315c06a..bccbfe4fda 100644 --- a/firmware/hw_layer/hip9011_logic.cpp +++ b/firmware/hw_layer/hip9011_logic.cpp @@ -2,7 +2,7 @@ * @file HIP9011_logic.cpp * * Created on: Jan 3, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/hw_layer/hip9011_logic.h b/firmware/hw_layer/hip9011_logic.h index 9c946d1f15..c40bbb85ea 100644 --- a/firmware/hw_layer/hip9011_logic.h +++ b/firmware/hw_layer/hip9011_logic.h @@ -2,7 +2,7 @@ * @file HIP9011_logic.h * * Created on: Jan 3, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef HW_LAYER_HIP9011_LOGIC_H_ diff --git a/firmware/hw_layer/max31855.h b/firmware/hw_layer/max31855.h index 570cd3712d..508515a601 100644 --- a/firmware/hw_layer/max31855.h +++ b/firmware/hw_layer/max31855.h @@ -2,7 +2,7 @@ * @file max31855.h * * @date Sep 17, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef MAX31855_H_ diff --git a/firmware/hw_layer/mc33816.cpp b/firmware/hw_layer/mc33816.cpp index b904e16a84..2ef446503d 100644 --- a/firmware/hw_layer/mc33816.cpp +++ b/firmware/hw_layer/mc33816.cpp @@ -8,7 +8,7 @@ * https://www.nxp.com/docs/en/application-note/AN5203.pdf * * @date May 3, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/hw_layer/mc33816.h b/firmware/hw_layer/mc33816.h index 4d3c30c986..72a0cdfde2 100644 --- a/firmware/hw_layer/mc33816.h +++ b/firmware/hw_layer/mc33816.h @@ -2,7 +2,7 @@ * @file mc33816.h * * @date May 3, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef HW_LAYER_MC33816_H_ diff --git a/firmware/hw_layer/mc33816_data.h b/firmware/hw_layer/mc33816_data.h index 5e7fe7694b..ddbed415d1 100644 --- a/firmware/hw_layer/mc33816_data.h +++ b/firmware/hw_layer/mc33816_data.h @@ -2,7 +2,7 @@ * mc33816_data.h * * @date May 3, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef HW_LAYER_MC33816_DATA_H_ diff --git a/firmware/hw_layer/mcp3208.c b/firmware/hw_layer/mcp3208.c index 1c5b221e87..565f8b495a 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-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/hw_layer/ports/kinetis/kinetis_pins.cpp b/firmware/hw_layer/ports/kinetis/kinetis_pins.cpp index 118e5def6b..4748a63445 100644 --- a/firmware/hw_layer/ports/kinetis/kinetis_pins.cpp +++ b/firmware/hw_layer/ports/kinetis/kinetis_pins.cpp @@ -3,7 +3,7 @@ * @brief Kinetis-compatible GPIO code * * @date Jun 02, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 * @author andreika */ diff --git a/firmware/hw_layer/ports/stm32/stm32_common.cpp b/firmware/hw_layer/ports/stm32/stm32_common.cpp index a41f550b7b..15aba2c2c0 100644 --- a/firmware/hw_layer/ports/stm32/stm32_common.cpp +++ b/firmware/hw_layer/ports/stm32/stm32_common.cpp @@ -3,7 +3,7 @@ * @brief Low level common STM32 code * * @date Mar 28, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/hw_layer/ports/stm32/stm32_common_mpu_util.h b/firmware/hw_layer/ports/stm32/stm32_common_mpu_util.h index ef22c44ff8..500073d27a 100644 --- a/firmware/hw_layer/ports/stm32/stm32_common_mpu_util.h +++ b/firmware/hw_layer/ports/stm32/stm32_common_mpu_util.h @@ -3,7 +3,7 @@ * @brief Low level common STM32 header * * @date Aug 3, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ // burnout or 'Burn Out' diff --git a/firmware/hw_layer/ports/stm32/stm32_pins.cpp b/firmware/hw_layer/ports/stm32/stm32_pins.cpp index 3b88ab3574..4b96a862e1 100644 --- a/firmware/hw_layer/ports/stm32/stm32_pins.cpp +++ b/firmware/hw_layer/ports/stm32/stm32_pins.cpp @@ -3,7 +3,7 @@ * @brief STM32-compatible GPIO code * * @date Jun 02, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/hw_layer/ports/stm32/stm32f4/mpu_util.h b/firmware/hw_layer/ports/stm32/stm32f4/mpu_util.h index a69eb8784b..81e2e9db8b 100644 --- a/firmware/hw_layer/ports/stm32/stm32f4/mpu_util.h +++ b/firmware/hw_layer/ports/stm32/stm32f4/mpu_util.h @@ -2,7 +2,7 @@ * @file mpu_util.h * * @date Jul 27, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/hw_layer/ports/stm32/stm32f7/mpu_util.h b/firmware/hw_layer/ports/stm32/stm32f7/mpu_util.h index 937b4aba3f..6d70da76c5 100644 --- a/firmware/hw_layer/ports/stm32/stm32f7/mpu_util.h +++ b/firmware/hw_layer/ports/stm32/stm32f7/mpu_util.h @@ -2,7 +2,7 @@ * @file mpu_util.h * * @date Jul 27, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/hw_layer/sensors/cj125_logic.cpp b/firmware/hw_layer/sensors/cj125_logic.cpp index 3411f815cc..fa2332b9ad 100644 --- a/firmware/hw_layer/sensors/cj125_logic.cpp +++ b/firmware/hw_layer/sensors/cj125_logic.cpp @@ -2,7 +2,7 @@ * @file CJ125_logic.cpp * * @date Feb 1, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "cj125_logic.h" diff --git a/firmware/hw_layer/sensors/cj125_logic.h b/firmware/hw_layer/sensors/cj125_logic.h index e2b326fff2..5bd2a192a8 100644 --- a/firmware/hw_layer/sensors/cj125_logic.h +++ b/firmware/hw_layer/sensors/cj125_logic.h @@ -2,7 +2,7 @@ * @file CJ125_logic.h * * @date Feb 1, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef HW_LAYER_SENSORS_CJ125_LOGIC_H_ diff --git a/firmware/hw_layer/sensors/joystick.h b/firmware/hw_layer/sensors/joystick.h index cb88f46ac9..a273e9c5a4 100644 --- a/firmware/hw_layer/sensors/joystick.h +++ b/firmware/hw_layer/sensors/joystick.h @@ -2,7 +2,7 @@ * @file joystick.h * * @date Jan 2, 2015 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/hw_layer/sensors/yaw_rate_sensor.h b/firmware/hw_layer/sensors/yaw_rate_sensor.h index 58aee052b1..ce3d08384e 100644 --- a/firmware/hw_layer/sensors/yaw_rate_sensor.h +++ b/firmware/hw_layer/sensors/yaw_rate_sensor.h @@ -2,7 +2,7 @@ * @file yaw_rate_sensor.h * * @date Oct 16, 2018 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/firmware/hw_layer/smart_gpio.cpp b/firmware/hw_layer/smart_gpio.cpp index ca5f82d89d..343ad17038 100644 --- a/firmware/hw_layer/smart_gpio.cpp +++ b/firmware/hw_layer/smart_gpio.cpp @@ -2,7 +2,7 @@ * @file smart_gpio.cpp * * @date Apr 13, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/hw_layer/smart_gpio.h b/firmware/hw_layer/smart_gpio.h index 6e8afc81fa..afec2e1364 100644 --- a/firmware/hw_layer/smart_gpio.h +++ b/firmware/hw_layer/smart_gpio.h @@ -2,7 +2,7 @@ * @file smart_gpio.h * * @date Apr 13, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef HW_LAYER_SMART_GPIO_H_ diff --git a/firmware/hw_layer/trigger_input.cpp b/firmware/hw_layer/trigger_input.cpp index db74c4a4e6..24bfdaec6b 100644 --- a/firmware/hw_layer/trigger_input.cpp +++ b/firmware/hw_layer/trigger_input.cpp @@ -2,7 +2,7 @@ * @file trigger_input.cpp * * @date Nov 11, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/hw_layer/trigger_input.h b/firmware/hw_layer/trigger_input.h index 852c88ddca..3a83f46f6b 100644 --- a/firmware/hw_layer/trigger_input.h +++ b/firmware/hw_layer/trigger_input.h @@ -3,7 +3,7 @@ * @brief Position sensor hardware layer * * @date Dec 30, 2012 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef CRANK_INPUT_H_ diff --git a/firmware/hw_layer/trigger_input_comp.cpp b/firmware/hw_layer/trigger_input_comp.cpp index c854db0f4f..9b42efe066 100644 --- a/firmware/hw_layer/trigger_input_comp.cpp +++ b/firmware/hw_layer/trigger_input_comp.cpp @@ -3,7 +3,7 @@ * @brief Position sensor hardware layer, Using hardware comparator * * @date Apr 13, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 * @author andreika */ diff --git a/firmware/hw_layer/trigger_input_exti.cpp b/firmware/hw_layer/trigger_input_exti.cpp index 1028790b00..9662392647 100644 --- a/firmware/hw_layer/trigger_input_exti.cpp +++ b/firmware/hw_layer/trigger_input_exti.cpp @@ -7,7 +7,7 @@ * see digital_input_icu.cp * * @date Dec 30, 2012 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/hw_layer/trigger_input_icu.cpp b/firmware/hw_layer/trigger_input_icu.cpp index 3639155857..b3fb6320c3 100644 --- a/firmware/hw_layer/trigger_input_icu.cpp +++ b/firmware/hw_layer/trigger_input_icu.cpp @@ -9,7 +9,7 @@ * see digital_input_icu.cpp * * @date Dec 30, 2012 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/firmware/os_access.h b/firmware/os_access.h index fc125c3372..39487685b0 100644 --- a/firmware/os_access.h +++ b/firmware/os_access.h @@ -4,7 +4,7 @@ * OS access is not part of global.h in order to help separate synchronous code from asynchronous * * Created on: Jul 3, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef OS_ACCESS_H_ diff --git a/firmware/util/containers/counter64.cpp b/firmware/util/containers/counter64.cpp index 62cb45a752..b541c1ca72 100644 --- a/firmware/util/containers/counter64.cpp +++ b/firmware/util/containers/counter64.cpp @@ -2,7 +2,7 @@ * counter64.cpp * * Created on: Mar 31, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "counter64.h" diff --git a/firmware/util/containers/counter64.h b/firmware/util/containers/counter64.h index 5f7cd7c9ee..963f738f2d 100644 --- a/firmware/util/containers/counter64.h +++ b/firmware/util/containers/counter64.h @@ -2,7 +2,7 @@ * @file counter64.h * * Created on: Mar 31, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef UTIL_CONTAINERS_COUNTER64_H_ diff --git a/firmware/util/containers/data_buffer.h b/firmware/util/containers/data_buffer.h index 865066f94d..c484113552 100644 --- a/firmware/util/containers/data_buffer.h +++ b/firmware/util/containers/data_buffer.h @@ -2,7 +2,7 @@ * data_buffer.h * * @date Dec 8, 2012 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef DATA_BUFFER_H_ diff --git a/firmware/util/os_util.c b/firmware/util/os_util.c index 0b9407640b..dbe305d491 100644 --- a/firmware/util/os_util.c +++ b/firmware/util/os_util.c @@ -3,7 +3,7 @@ * @brief Utility methods related to operating system usage * * @date Nov 15, 2012 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 * * This file is part of rusEfi - see http://rusefi.com * diff --git a/simulator/simulator/efifeatures.h b/simulator/simulator/efifeatures.h index 94f57ab33d..d1499e4d3f 100644 --- a/simulator/simulator/efifeatures.h +++ b/simulator/simulator/efifeatures.h @@ -2,7 +2,7 @@ * efifeatures.h * * @date Mar 7, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef EFIFEATURES_H_ diff --git a/simulator/simulator/globalaccess.h b/simulator/simulator/globalaccess.h index 96b2a406f3..2ad2996a62 100644 --- a/simulator/simulator/globalaccess.h +++ b/simulator/simulator/globalaccess.h @@ -3,7 +3,7 @@ * @file See firmware/globalaccesss.h for more details. * * @date Jan 28, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/simulator/simulator/os_access.h b/simulator/simulator/os_access.h index 05a3ee5aa9..2a60d97240 100644 --- a/simulator/simulator/os_access.h +++ b/simulator/simulator/os_access.h @@ -4,7 +4,7 @@ * OS access is not part of global.h in order to help separate synchronous code from asynchronous * * Created on: Jul 3, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef OS_ACCESS_H_ diff --git a/unit_tests/boards.h b/unit_tests/boards.h index f59bcf0add..8841d6fc72 100644 --- a/unit_tests/boards.h +++ b/unit_tests/boards.h @@ -2,7 +2,7 @@ * @file boards.h * * @date Nov 15, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/unit_tests/engine_test_helper.h b/unit_tests/engine_test_helper.h index 7522aea166..57b9e13421 100644 --- a/unit_tests/engine_test_helper.h +++ b/unit_tests/engine_test_helper.h @@ -2,7 +2,7 @@ * @file engine_test_helper.h * * @date Jun 26, 2014 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/unit_tests/global_execution_queue.h b/unit_tests/global_execution_queue.h index 27753880bf..b89ee14bc9 100644 --- a/unit_tests/global_execution_queue.h +++ b/unit_tests/global_execution_queue.h @@ -2,7 +2,7 @@ * @file global_execution_queue.h * * Created on: Jan 9, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef GLOBAL_EXECUTION_QUEUE_H_ diff --git a/unit_tests/globalaccess.h b/unit_tests/globalaccess.h index 82ba659ac6..cf943278c3 100644 --- a/unit_tests/globalaccess.h +++ b/unit_tests/globalaccess.h @@ -2,7 +2,7 @@ * @file globalaccess.h * * @date Jan 28, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once diff --git a/unit_tests/os_access.h b/unit_tests/os_access.h index 9d339687e6..60e1de3860 100644 --- a/unit_tests/os_access.h +++ b/unit_tests/os_access.h @@ -4,7 +4,7 @@ * It's probably a sign of a problem that this file is needed. * * Created on: Jul 3, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef OS_ACCESS_H_ diff --git a/unit_tests/tests/test_cam_vtt_input.cpp b/unit_tests/tests/test_cam_vtt_input.cpp index 19224f3cfc..e50a8f4d40 100644 --- a/unit_tests/tests/test_cam_vtt_input.cpp +++ b/unit_tests/tests/test_cam_vtt_input.cpp @@ -2,7 +2,7 @@ * test_cam_vtt_input.cpp * * Created on: Jan 13, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_test_helper.h" diff --git a/unit_tests/tests/test_cj125.cpp b/unit_tests/tests/test_cj125.cpp index bfad9fe863..f44baf045f 100644 --- a/unit_tests/tests/test_cj125.cpp +++ b/unit_tests/tests/test_cj125.cpp @@ -2,7 +2,7 @@ * @file test_cj125.cpp * * Created on: Jan 3, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "cj125_logic.h" diff --git a/unit_tests/tests/test_cpp_memory_layout.cpp b/unit_tests/tests/test_cpp_memory_layout.cpp index 5bed449f4d..fa3bac2994 100644 --- a/unit_tests/tests/test_cpp_memory_layout.cpp +++ b/unit_tests/tests/test_cpp_memory_layout.cpp @@ -2,7 +2,7 @@ * test_cpp_memory_layout.cpp * * Jun 15, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "unit_test_framework.h" diff --git a/unit_tests/tests/test_dwell_corner_case_issue_796.cpp b/unit_tests/tests/test_dwell_corner_case_issue_796.cpp index 4a32cb1c07..9c2cd55dd0 100644 --- a/unit_tests/tests/test_dwell_corner_case_issue_796.cpp +++ b/unit_tests/tests/test_dwell_corner_case_issue_796.cpp @@ -2,7 +2,7 @@ * test_dwell_corner_case_issue_796.cpp * * Created on: Jul 1, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_test_helper.h" diff --git a/unit_tests/tests/test_engine_math.cpp b/unit_tests/tests/test_engine_math.cpp index 3e35d2a9f5..dd3cc9fdc0 100644 --- a/unit_tests/tests/test_engine_math.cpp +++ b/unit_tests/tests/test_engine_math.cpp @@ -2,7 +2,7 @@ * @file test_engine_math.c * * @date Nov 14, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_math.h" diff --git a/unit_tests/tests/test_etb.cpp b/unit_tests/tests/test_etb.cpp index 1571264036..ee31447da9 100644 --- a/unit_tests/tests/test_etb.cpp +++ b/unit_tests/tests/test_etb.cpp @@ -2,7 +2,7 @@ * @file test_etb.cpp * * @date Dec 13, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_test_helper.h" diff --git a/unit_tests/tests/test_fuelCut.cpp b/unit_tests/tests/test_fuelCut.cpp index 20b0040c35..c56c2e4a9a 100644 --- a/unit_tests/tests/test_fuelCut.cpp +++ b/unit_tests/tests/test_fuelCut.cpp @@ -2,7 +2,7 @@ * @file test_fuelCut.cpp * * @date Mar 22, 2018 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_math.h" diff --git a/unit_tests/tests/test_fuel_map.cpp b/unit_tests/tests/test_fuel_map.cpp index 32d8617fdf..f971159994 100644 --- a/unit_tests/tests/test_fuel_map.cpp +++ b/unit_tests/tests/test_fuel_map.cpp @@ -2,7 +2,7 @@ * @file test_fuel_map.cpp * * @date Nov 6, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "fuel_math.h" diff --git a/unit_tests/tests/test_fuel_wall_wetting.cpp b/unit_tests/tests/test_fuel_wall_wetting.cpp index de6581b22f..aa7e1bf548 100644 --- a/unit_tests/tests/test_fuel_wall_wetting.cpp +++ b/unit_tests/tests/test_fuel_wall_wetting.cpp @@ -4,7 +4,7 @@ * See also test_accel_enrichment.cpp * * @date Oct 16, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_test_helper.h" diff --git a/unit_tests/tests/test_idle_controller.cpp b/unit_tests/tests/test_idle_controller.cpp index b0557b2a6b..573b8665c3 100644 --- a/unit_tests/tests/test_idle_controller.cpp +++ b/unit_tests/tests/test_idle_controller.cpp @@ -2,7 +2,7 @@ * @file test_idle_controller.cpp * * @date Oct 17, 2013 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_test_helper.h" diff --git a/unit_tests/tests/test_ignition_scheduling.cpp b/unit_tests/tests/test_ignition_scheduling.cpp index f2a9535f4f..0880fd0e15 100644 --- a/unit_tests/tests/test_ignition_scheduling.cpp +++ b/unit_tests/tests/test_ignition_scheduling.cpp @@ -2,7 +2,7 @@ * @file test_ignition_scheduling.cpp * * @date Nov 17, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_test_helper.h" diff --git a/unit_tests/tests/test_ion.cpp b/unit_tests/tests/test_ion.cpp index fca66ff6b4..7afc03a696 100644 --- a/unit_tests/tests/test_ion.cpp +++ b/unit_tests/tests/test_ion.cpp @@ -2,7 +2,7 @@ * @file test_ion.cpp * * @date Jan 4, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "gtest/gtest.h" diff --git a/unit_tests/tests/test_issue_898.cpp b/unit_tests/tests/test_issue_898.cpp index e26398fa51..e032141050 100644 --- a/unit_tests/tests/test_issue_898.cpp +++ b/unit_tests/tests/test_issue_898.cpp @@ -2,7 +2,7 @@ * @file test_issue_898.cpp * * @date Aug 8, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_test_helper.h" diff --git a/unit_tests/tests/test_maf2map.cpp b/unit_tests/tests/test_maf2map.cpp index 7854384e0f..7ef8aa80f1 100644 --- a/unit_tests/tests/test_maf2map.cpp +++ b/unit_tests/tests/test_maf2map.cpp @@ -2,7 +2,7 @@ * @file test_maf2map.cpp * * @date Jan 13, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_test_helper.h" diff --git a/unit_tests/tests/test_miata_na6_real_cranking.cpp b/unit_tests/tests/test_miata_na6_real_cranking.cpp index cc47a4252e..20c68bbbab 100644 --- a/unit_tests/tests/test_miata_na6_real_cranking.cpp +++ b/unit_tests/tests/test_miata_na6_real_cranking.cpp @@ -2,7 +2,7 @@ * test_miata_na6_real_cranking.cpp * * @date May 11, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_test_helper.h" diff --git a/unit_tests/tests/test_on_demand_parameters.cpp b/unit_tests/tests/test_on_demand_parameters.cpp index a6372a7d65..42b264b8c6 100644 --- a/unit_tests/tests/test_on_demand_parameters.cpp +++ b/unit_tests/tests/test_on_demand_parameters.cpp @@ -2,7 +2,7 @@ * @file test_on_demand_parameters.cpp * * Created on: Jan 16, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "unit_test_framework.h" diff --git a/unit_tests/tests/test_one_cylinder_logic.cpp b/unit_tests/tests/test_one_cylinder_logic.cpp index 343210b170..feb61434dd 100644 --- a/unit_tests/tests/test_one_cylinder_logic.cpp +++ b/unit_tests/tests/test_one_cylinder_logic.cpp @@ -1,6 +1,6 @@ /** * @file test_one_cylinder_logic.cpp - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_test_helper.h" diff --git a/unit_tests/tests/test_parameters.h b/unit_tests/tests/test_parameters.h index d00a40eafb..24d8ce7e62 100644 --- a/unit_tests/tests/test_parameters.h +++ b/unit_tests/tests/test_parameters.h @@ -2,7 +2,7 @@ * test_parameters.h * * Created on: Jan 17, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #ifndef TESTS_TEST_PARAMETERS_H_ diff --git a/unit_tests/tests/test_pid.cpp b/unit_tests/tests/test_pid.cpp index 8852f0656f..f3b845206a 100644 --- a/unit_tests/tests/test_pid.cpp +++ b/unit_tests/tests/test_pid.cpp @@ -2,7 +2,7 @@ * @file test_pid_auto.cpp * * @date Sep 29, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ // see also idle.timingPid test diff --git a/unit_tests/tests/test_pid_auto.cpp b/unit_tests/tests/test_pid_auto.cpp index 6183759df4..4ec3fb98eb 100644 --- a/unit_tests/tests/test_pid_auto.cpp +++ b/unit_tests/tests/test_pid_auto.cpp @@ -2,7 +2,7 @@ * @file test_pid_auto.cpp * * @date Sep 14, 2017 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "global.h" diff --git a/unit_tests/tests/test_trigger_multi_sync.cpp b/unit_tests/tests/test_trigger_multi_sync.cpp index 1d8ad39258..1a4a04002d 100644 --- a/unit_tests/tests/test_trigger_multi_sync.cpp +++ b/unit_tests/tests/test_trigger_multi_sync.cpp @@ -2,7 +2,7 @@ * @file test_trigger_multi_sync.cpp * * @date Feb 2, 2019 - * @author Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_test_helper.h"