From c5a0da2db765c126ccb7fd713af7d32e4e29e433 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 18 Apr 2020 22:46:22 -0400 Subject: [PATCH] consistency --- java_console/opensr5/src/com/opensr5/Main.java | 2 +- unit_tests/main.cpp | 2 +- unit_tests/tests/test_accel_enrichment.cpp | 2 +- unit_tests/tests/test_aux_valves.cpp | 2 +- unit_tests/unit_test_framework.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java_console/opensr5/src/com/opensr5/Main.java b/java_console/opensr5/src/com/opensr5/Main.java index 89e3c6b75a..0886be4fcf 100644 --- a/java_console/opensr5/src/com/opensr5/Main.java +++ b/java_console/opensr5/src/com/opensr5/Main.java @@ -10,7 +10,7 @@ public class Main { public static void main(String[] args) { System.out.println("OpenSR5 - load/program tune via serial port utility"); - System.out.println(" (c) Andrey Belomutskiy 2012-2019"); + System.out.println(" Andrey Belomutskiy, (c) 2012-2020\n"); System.out.println(" https://github.com/rusefi/opensr5_flash"); System.out.flush(); diff --git a/unit_tests/main.cpp b/unit_tests/main.cpp index bf659906ba..fbceeed41b 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-2018 + * @author Andrey Belomutskiy, (c) 2012-2020 */ diff --git a/unit_tests/tests/test_accel_enrichment.cpp b/unit_tests/tests/test_accel_enrichment.cpp index fffbf3895d..8259f6f4c1 100644 --- a/unit_tests/tests/test_accel_enrichment.cpp +++ b/unit_tests/tests/test_accel_enrichment.cpp @@ -5,7 +5,7 @@ * * @date Apr 29, 2014 * Author: Dmitry Sidin - * Author: Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_test_helper.h" diff --git a/unit_tests/tests/test_aux_valves.cpp b/unit_tests/tests/test_aux_valves.cpp index cf550d13a3..0f5426941f 100644 --- a/unit_tests/tests/test_aux_valves.cpp +++ b/unit_tests/tests/test_aux_valves.cpp @@ -2,7 +2,7 @@ * @file test_aux_valves.cpp * * @date: Nov 23, 2019 - * @Author: Andrey Belomutskiy, (c) 2012-2019 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include "engine_test_helper.h" diff --git a/unit_tests/unit_test_framework.cpp b/unit_tests/unit_test_framework.cpp index a1ea3b3e73..3718966e07 100644 --- a/unit_tests/unit_test_framework.cpp +++ b/unit_tests/unit_test_framework.cpp @@ -2,7 +2,7 @@ * @file unit_test_framework.cpp * * Created on: Mar 4, 2018 - * Author: Andrey Belomutskiy, (c) 2012-2018 + * @author Andrey Belomutskiy, (c) 2012-2020 */ #include