consistency
This commit is contained in:
parent
c413b64844
commit
c5a0da2db7
|
@ -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();
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue