diff --git a/simulator/simulator/boards.cpp b/simulator/simulator/boards.cpp index 201295b266..67293759f8 100644 --- a/simulator/simulator/boards.cpp +++ b/simulator/simulator/boards.cpp @@ -2,7 +2,7 @@ * @file board.cpp * * @date Nov 15, 2013 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/simulator/simulator/framework.cpp b/simulator/simulator/framework.cpp index 1cdbc596de..0fef53b0ef 100644 --- a/simulator/simulator/framework.cpp +++ b/simulator/simulator/framework.cpp @@ -2,7 +2,7 @@ * @file framework.cpp * * @date Sep 25, 2014 - * @author Andrey Belomutskiy, (c) 2012-2014 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/simulator/simulator/rusEfiFunctionalTest.cpp b/simulator/simulator/rusEfiFunctionalTest.cpp index e64094b9dd..726eff5aa7 100644 --- a/simulator/simulator/rusEfiFunctionalTest.cpp +++ b/simulator/simulator/rusEfiFunctionalTest.cpp @@ -2,7 +2,7 @@ * @file rusEfiFunctionalTest.cpp * * @date Mar 1, 2014 - * @author Andrey Belomutskiy, (c) 2012-2016 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "global.h" diff --git a/unit_tests/main.cpp b/unit_tests/main.cpp index 3563130eed..a7c0f9076f 100644 --- a/unit_tests/main.cpp +++ b/unit_tests/main.cpp @@ -2,7 +2,7 @@ * @file main.cpp * @file First step towards unit-testing rusEfi algorithms * - * @author Andrey Belomutskiy (c) 2012-2014 + * @author Andrey Belomutskiy (c) 2012-2018 */ #include diff --git a/unit_tests/test_accel_enrichment.cpp b/unit_tests/test_accel_enrichment.cpp index 49d614998c..ac8839431a 100644 --- a/unit_tests/test_accel_enrichment.cpp +++ b/unit_tests/test_accel_enrichment.cpp @@ -3,7 +3,7 @@ * * Created on: apr 29, 2014 * Author: Dmitry Sidin - * Author: Andrey Belomutskiy, (c) 2012-2015 + * Author: Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/unit_tests/test_engine_math.cpp b/unit_tests/test_engine_math.cpp index d3ed553f5d..dc7bdfda97 100644 --- a/unit_tests/test_engine_math.cpp +++ b/unit_tests/test_engine_math.cpp @@ -2,7 +2,7 @@ * @file test_engine_math.c * * Created on: Nov 14, 2013 - * Author: Andrey Belomutskiy, (c) 2012-2015 + * Author: Andrey Belomutskiy, (c) 2012-2018 */ #include "test_engine_math.h" diff --git a/unit_tests/test_idle_controller.cpp b/unit_tests/test_idle_controller.cpp index 67d44cda85..d6f3eeefee 100644 --- a/unit_tests/test_idle_controller.cpp +++ b/unit_tests/test_idle_controller.cpp @@ -2,7 +2,7 @@ * @file test_idle_controller.cpp * * @date Oct 17, 2013 - * @author Andrey Belomutskiy, (c) 2012-2014 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include diff --git a/unit_tests/test_logic_expression.cpp b/unit_tests/test_logic_expression.cpp index 5a46dda9a8..dea0ac7a58 100644 --- a/unit_tests/test_logic_expression.cpp +++ b/unit_tests/test_logic_expression.cpp @@ -4,7 +4,7 @@ * https://sourceforge.net/p/rusefi/tickets/102/ * * @date Oct 3, 2014 - * @author Andrey Belomutskiy, (c) 2012-2014 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h" diff --git a/unit_tests/test_speed_density.cpp b/unit_tests/test_speed_density.cpp index 09e2d67c91..9a79c28a7f 100644 --- a/unit_tests/test_speed_density.cpp +++ b/unit_tests/test_speed_density.cpp @@ -2,7 +2,7 @@ * @file test_speed_density.cpp * * @date Jun 26, 2014 - * @author Andrey Belomutskiy, (c) 2012-2014 + * @author Andrey Belomutskiy, (c) 2012-2018 */ #include "main.h"