diff --git a/firmware/config/engines/GY6_139QMB.cpp b/firmware/config/engines/GY6_139QMB.cpp index d45c444074..2d51e72fa3 100644 --- a/firmware/config/engines/GY6_139QMB.cpp +++ b/firmware/config/engines/GY6_139QMB.cpp @@ -4,7 +4,7 @@ * * @date Feb 13, 2014 * @author rus084, (c) 2015 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/MiniCooperR50.cpp b/firmware/config/engines/MiniCooperR50.cpp index 5b9869d57b..d6ec7e50ec 100644 --- a/firmware/config/engines/MiniCooperR50.cpp +++ b/firmware/config/engines/MiniCooperR50.cpp @@ -4,7 +4,7 @@ * MINI_COOPER_R50 = 13 * * @date Apr 9, 2014 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "MiniCooperR50.h" diff --git a/firmware/config/engines/acura_rsx.cpp b/firmware/config/engines/acura_rsx.cpp index 26cafdb8d6..4a65e3a5df 100644 --- a/firmware/config/engines/acura_rsx.cpp +++ b/firmware/config/engines/acura_rsx.cpp @@ -4,7 +4,7 @@ * set engine_type 27 * * @date Jan 16, 2015 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/audi_aan.cpp b/firmware/config/engines/audi_aan.cpp index 76b4d5ff77..8fab4cc380 100644 --- a/firmware/config/engines/audi_aan.cpp +++ b/firmware/config/engines/audi_aan.cpp @@ -3,7 +3,7 @@ * @brief Audo AAN default engine configuration * * @date Nov 24, 2013 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 * * This file is part of rusEfi - see http://rusefi.com * diff --git a/firmware/config/engines/bmw_e34.cpp b/firmware/config/engines/bmw_e34.cpp index 16ede56c7a..0c7a6452a0 100644 --- a/firmware/config/engines/bmw_e34.cpp +++ b/firmware/config/engines/bmw_e34.cpp @@ -8,7 +8,7 @@ * Injector groups: 1,2,3 & 4,5,6 * * @date Nov 5, 2014 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "global.h" diff --git a/firmware/config/engines/chevrolet_c20_1973.cpp b/firmware/config/engines/chevrolet_c20_1973.cpp index 1ac85a5614..4441d14a59 100644 --- a/firmware/config/engines/chevrolet_c20_1973.cpp +++ b/firmware/config/engines/chevrolet_c20_1973.cpp @@ -10,7 +10,7 @@ * * * @date Dec 20, 2015 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "chevrolet_c20_1973.h" diff --git a/firmware/config/engines/chevrolet_camaro_4.cpp b/firmware/config/engines/chevrolet_camaro_4.cpp index 3e3824b50f..a503ab1da8 100644 --- a/firmware/config/engines/chevrolet_camaro_4.cpp +++ b/firmware/config/engines/chevrolet_camaro_4.cpp @@ -5,7 +5,7 @@ * set engine_type 35 * * @date Oct 16, 2015 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "chevrolet_camaro_4.h" diff --git a/firmware/config/engines/citroenBerlingoTU3JP.cpp b/firmware/config/engines/citroenBerlingoTU3JP.cpp index a0c19a9bc4..c8c63e2bb2 100644 --- a/firmware/config/engines/citroenBerlingoTU3JP.cpp +++ b/firmware/config/engines/citroenBerlingoTU3JP.cpp @@ -9,7 +9,7 @@ * * * @date Apr 15, 2014 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "engine_math.h" diff --git a/firmware/config/engines/custom_engine.cpp b/firmware/config/engines/custom_engine.cpp index 7e061e34ea..cc2e1e2f74 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-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #ifndef CONFIG_ENGINES_CUSTOM_ENGINE_CPP_ #define CONFIG_ENGINES_CUSTOM_ENGINE_CPP_ diff --git a/firmware/config/engines/daihatsu.cpp b/firmware/config/engines/daihatsu.cpp index 728c24db7a..bf7aa179f4 100644 --- a/firmware/config/engines/daihatsu.cpp +++ b/firmware/config/engines/daihatsu.cpp @@ -5,7 +5,7 @@ * set engine_type 34 * * @date Sep 10, 2015 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/dodge_neon.cpp b/firmware/config/engines/dodge_neon.cpp index 33fe8c0f3c..3fb4131605 100644 --- a/firmware/config/engines/dodge_neon.cpp +++ b/firmware/config/engines/dodge_neon.cpp @@ -11,7 +11,7 @@ * This config overrides some values of the default configuration which is set by setDefaultConfiguration() method * * @date Dec 16, 2013 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/dodge_ram.cpp b/firmware/config/engines/dodge_ram.cpp index 515c594dc2..900766a50b 100644 --- a/firmware/config/engines/dodge_ram.cpp +++ b/firmware/config/engines/dodge_ram.cpp @@ -4,7 +4,7 @@ * set engine_type 31 * * @date Apr 22, 2015 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/dodge_stratus.cpp b/firmware/config/engines/dodge_stratus.cpp index 6f0c5104da..e5105a15b0 100644 --- a/firmware/config/engines/dodge_stratus.cpp +++ b/firmware/config/engines/dodge_stratus.cpp @@ -4,7 +4,7 @@ * set engine_type 33 * * @date Sep 5, 2015 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/engine_template.cpp b/firmware/config/engines/engine_template.cpp index 0f53d3cd94..81211e2d2f 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-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "engine_template.h" diff --git a/firmware/config/engines/ford_1995_inline_6.cpp b/firmware/config/engines/ford_1995_inline_6.cpp index 882340341a..01fbea4898 100644 --- a/firmware/config/engines/ford_1995_inline_6.cpp +++ b/firmware/config/engines/ford_1995_inline_6.cpp @@ -10,7 +10,7 @@ * set engine_type 7 * * @date Feb 12, 2014 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/ford_aspire.cpp b/firmware/config/engines/ford_aspire.cpp index 1da16ce398..aecc57a899 100644 --- a/firmware/config/engines/ford_aspire.cpp +++ b/firmware/config/engines/ford_aspire.cpp @@ -6,7 +6,7 @@ * set engine_type 3 * * @date Sep 9, 2013 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/ford_festiva.cpp b/firmware/config/engines/ford_festiva.cpp index 4353cb6378..30566ff17c 100644 --- a/firmware/config/engines/ford_festiva.cpp +++ b/firmware/config/engines/ford_festiva.cpp @@ -8,7 +8,7 @@ * http://rusefi.com/forum/viewtopic.php?f=3&t=822 * * @date Jan 3, 2016 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "ford_festiva.h" diff --git a/firmware/config/engines/ford_fiesta.cpp b/firmware/config/engines/ford_fiesta.cpp index ad9931ad75..313cb3bd4e 100644 --- a/firmware/config/engines/ford_fiesta.cpp +++ b/firmware/config/engines/ford_fiesta.cpp @@ -6,7 +6,7 @@ * set engine_type 4 * * @date Nov 22, 2013 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/geo_storm.cpp b/firmware/config/engines/geo_storm.cpp index b8e1beb291..df07c86bc5 100644 --- a/firmware/config/engines/geo_storm.cpp +++ b/firmware/config/engines/geo_storm.cpp @@ -2,7 +2,7 @@ * @file geo_storm.h * * @date Mar 26, 2016 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "geo_storm.h" diff --git a/firmware/config/engines/gm_2_2.cpp b/firmware/config/engines/gm_2_2.cpp index 336632abf5..2adb578376 100644 --- a/firmware/config/engines/gm_2_2.cpp +++ b/firmware/config/engines/gm_2_2.cpp @@ -4,7 +4,7 @@ * set engine_type 30 * * @date Apr 9, 2015 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "global.h" diff --git a/firmware/config/engines/honda_600.cpp b/firmware/config/engines/honda_600.cpp index 8b054311c7..4ffe03a615 100644 --- a/firmware/config/engines/honda_600.cpp +++ b/firmware/config/engines/honda_600.cpp @@ -4,7 +4,7 @@ * set engine_type 43 * * @date Jul 9, 2016 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "engine_template.h" diff --git a/firmware/config/engines/honda_accord.cpp b/firmware/config/engines/honda_accord.cpp index b2d326906d..86ffc7eb5c 100644 --- a/firmware/config/engines/honda_accord.cpp +++ b/firmware/config/engines/honda_accord.cpp @@ -24,7 +24,7 @@ * debug configurations to reproduce https://github.com/rusefi/rusefi/issues/363 * * @date Jan 12, 2014 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/lada_kalina.cpp b/firmware/config/engines/lada_kalina.cpp index 1f1bdf2668..30a7fd8a14 100644 --- a/firmware/config/engines/lada_kalina.cpp +++ b/firmware/config/engines/lada_kalina.cpp @@ -4,7 +4,7 @@ * set engine_type 39 * * @date Jan 21, 2016 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "lada_kalina.h" diff --git a/firmware/config/engines/mazda_323.cpp b/firmware/config/engines/mazda_323.cpp index b86e446ed2..0f95cc1bcd 100644 --- a/firmware/config/engines/mazda_323.cpp +++ b/firmware/config/engines/mazda_323.cpp @@ -2,7 +2,7 @@ * @file mazda_323.cpp * * @date Mar 8, 2014 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "mazda_323.h" diff --git a/firmware/config/engines/mazda_626.cpp b/firmware/config/engines/mazda_626.cpp index 4d2e8c2037..bfee042cb7 100644 --- a/firmware/config/engines/mazda_626.cpp +++ b/firmware/config/engines/mazda_626.cpp @@ -4,7 +4,7 @@ * set engine_type 28 * * @date Jan 16, 2015 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/mazda_miata.cpp b/firmware/config/engines/mazda_miata.cpp index 6b796a561f..ef54082b0d 100644 --- a/firmware/config/engines/mazda_miata.cpp +++ b/firmware/config/engines/mazda_miata.cpp @@ -12,7 +12,7 @@ * set engine_type 24 * * @date Apr 11, 2014 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "fsio_impl.h" diff --git a/firmware/config/engines/mazda_miata_1_6.cpp b/firmware/config/engines/mazda_miata_1_6.cpp index 52693c9431..bca33a8c0b 100644 --- a/firmware/config/engines/mazda_miata_1_6.cpp +++ b/firmware/config/engines/mazda_miata_1_6.cpp @@ -5,7 +5,7 @@ * set engine_type 41 * * @date Apr 16, 2016 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "engine_template.h" diff --git a/firmware/config/engines/mazda_miata_nb.cpp b/firmware/config/engines/mazda_miata_nb.cpp index a0eff2b767..617a08a22b 100644 --- a/firmware/config/engines/mazda_miata_nb.cpp +++ b/firmware/config/engines/mazda_miata_nb.cpp @@ -9,7 +9,7 @@ * http://rusefi.com/forum/viewtopic.php?t=987 * * @date Feb 18, 2014 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "mazda_miata_nb.h" diff --git a/firmware/config/engines/mazda_miata_vvt.cpp b/firmware/config/engines/mazda_miata_vvt.cpp index 47fa88824e..625f2c2ded 100644 --- a/firmware/config/engines/mazda_miata_vvt.cpp +++ b/firmware/config/engines/mazda_miata_vvt.cpp @@ -4,7 +4,7 @@ * set engine_type 47 * * @date Oct 4, 2016 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 * http://rusefi.com/forum/viewtopic.php?f=3&t=1095 * * todo: try ZM-DE 2000 protege 36/1 trigger wheel ZM 01-11-408 diff --git a/firmware/config/engines/mitsubishi.cpp b/firmware/config/engines/mitsubishi.cpp index 7003114bbc..3aec7d0274 100644 --- a/firmware/config/engines/mitsubishi.cpp +++ b/firmware/config/engines/mitsubishi.cpp @@ -6,7 +6,7 @@ * set engine_type 16 * * @date Aug 5, 2014 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "fsio_impl.h" diff --git a/firmware/config/engines/nissan_primera.cpp b/firmware/config/engines/nissan_primera.cpp index ae6418de88..5e9b71f43d 100644 --- a/firmware/config/engines/nissan_primera.cpp +++ b/firmware/config/engines/nissan_primera.cpp @@ -4,7 +4,7 @@ * engine_type 5 * * @date Oct 14, 2013 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/prometheus.cpp b/firmware/config/engines/prometheus.cpp index d5251340ae..c116b1c4b2 100644 --- a/firmware/config/engines/prometheus.cpp +++ b/firmware/config/engines/prometheus.cpp @@ -4,7 +4,7 @@ * set engine_type 100 * * @date May 6, 2017 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "prometheus.h" diff --git a/firmware/config/engines/rover_v8.cpp b/firmware/config/engines/rover_v8.cpp index c7ac89369e..42ec02de45 100644 --- a/firmware/config/engines/rover_v8.cpp +++ b/firmware/config/engines/rover_v8.cpp @@ -10,7 +10,7 @@ * ROVER_V8 = 10 * * @date Jun 27, 2014 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/sachs.cpp b/firmware/config/engines/sachs.cpp index 2dfabd3726..29c990e3b3 100644 --- a/firmware/config/engines/sachs.cpp +++ b/firmware/config/engines/sachs.cpp @@ -5,7 +5,7 @@ * http://rusefi.com/forum/viewtopic.php?f=3&t=396 * * @date Jan 26, 2015 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "sachs.h" diff --git a/firmware/config/engines/saturn_ion.cpp b/firmware/config/engines/saturn_ion.cpp index 91fb4d6dd6..f2b8d9dbc1 100644 --- a/firmware/config/engines/saturn_ion.cpp +++ b/firmware/config/engines/saturn_ion.cpp @@ -6,7 +6,7 @@ * 7x GM DIS trigger * * @date Mar 28, 2014 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "saturn_ion.h" diff --git a/firmware/config/engines/snow_blower.cpp b/firmware/config/engines/snow_blower.cpp index 1bdcf63f48..a73c1632cb 100644 --- a/firmware/config/engines/snow_blower.cpp +++ b/firmware/config/engines/snow_blower.cpp @@ -3,7 +3,7 @@ * @brief Default configuration of a single-cylinder engine * * @date Sep 9, 2013 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/subaru.cpp b/firmware/config/engines/subaru.cpp index a2a352705a..76c3ea6a62 100644 --- a/firmware/config/engines/subaru.cpp +++ b/firmware/config/engines/subaru.cpp @@ -5,7 +5,7 @@ * set engine_type 22 * * @date Sep 14, 2014 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "subaru.h" diff --git a/firmware/config/engines/suzuki_vitara.cpp b/firmware/config/engines/suzuki_vitara.cpp index 86985e8713..d3523a553d 100644 --- a/firmware/config/engines/suzuki_vitara.cpp +++ b/firmware/config/engines/suzuki_vitara.cpp @@ -3,7 +3,7 @@ * * set engine_type 36 * - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 * @date Oct 17, 2015 */ diff --git a/firmware/config/engines/test_engine.cpp b/firmware/config/engines/test_engine.cpp index 2f9cf4c508..c4b1dbec5f 100644 --- a/firmware/config/engines/test_engine.cpp +++ b/firmware/config/engines/test_engine.cpp @@ -8,7 +8,7 @@ * See also custom_engine.cpp * * @date Nov 14, 2014 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "engine.h" diff --git a/firmware/config/engines/toyota_jzs147.cpp b/firmware/config/engines/toyota_jzs147.cpp index af4e854aef..94173f2c12 100644 --- a/firmware/config/engines/toyota_jzs147.cpp +++ b/firmware/config/engines/toyota_jzs147.cpp @@ -14,7 +14,7 @@ * set engine_type 44 * * @date Dec 30, 2015 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "toyota_jzs147.h" diff --git a/firmware/config/engines/vw.cpp b/firmware/config/engines/vw.cpp index 8e0e159408..ea13d02380 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-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/firmware/config/engines/zil130.cpp b/firmware/config/engines/zil130.cpp index b082d10e19..6639056f02 100644 --- a/firmware/config/engines/zil130.cpp +++ b/firmware/config/engines/zil130.cpp @@ -6,7 +6,7 @@ * set engine_type 42 * * @date May 4, 2016 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "engine_template.h" diff --git a/unit_tests/boards.cpp b/unit_tests/boards.cpp index ac91c3c852..df8f51e46b 100644 --- a/unit_tests/boards.cpp +++ b/unit_tests/boards.cpp @@ -2,7 +2,7 @@ * @file board.c * * @date Nov 15, 2013 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "boards.h" diff --git a/unit_tests/map_resize.cpp b/unit_tests/map_resize.cpp index 8ce45092b4..db5728002a 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-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include diff --git a/unit_tests/test_basic_math/test_find_index.cpp b/unit_tests/test_basic_math/test_find_index.cpp index 7d1a5b90bb..bba611a6d5 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-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/unit_tests/test_basic_math/test_interpolation_3d.cpp b/unit_tests/test_basic_math/test_interpolation_3d.cpp index b77651bbef..dbf7f2a51b 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-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ /** diff --git a/unit_tests/test_fuel_map.cpp b/unit_tests/test_fuel_map.cpp index dffa289a3e..24877d6dd0 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-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "test_fuel_map.h" diff --git a/unit_tests/test_pid_auto.cpp b/unit_tests/test_pid_auto.cpp index b2610db9e7..d5935d9ca9 100644 --- a/unit_tests/test_pid_auto.cpp +++ b/unit_tests/test_pid_auto.cpp @@ -2,7 +2,7 @@ * test_pid_auto.cpp * * Created on: Sep 14, 2017 - * @author Andrey Belomutskiy, (c) 2012-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/unit_tests/test_sensors.cpp b/unit_tests/test_sensors.cpp index d39f7eaba6..691e68cba9 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-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/unit_tests/test_signal_executor.cpp b/unit_tests/test_signal_executor.cpp index 7a10a436ed..5a3fae5756 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-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include diff --git a/unit_tests/test_trigger_decoder.cpp b/unit_tests/test_trigger_decoder.cpp index eaf17ebd1b..4bffbd29c0 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-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/unit_tests/test_util.cpp b/unit_tests/test_util.cpp index 5ff3c65e92..abeb78ef3f 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-2017 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include