consistency

This commit is contained in:
rusefi 2020-04-18 22:46:22 -04:00
parent c413b64844
commit c5a0da2db7
5 changed files with 5 additions and 5 deletions

View File

@ -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();

View File

@ -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
*/

View File

@ -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"

View File

@ -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"

View File

@ -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 <stdlib.h>