auto-sync

This commit is contained in:
rusEfi 2016-06-12 15:01:50 -04:00
parent b39171aaea
commit 8a0af195a4
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ import java.util.Date;
/**
* 12/27/2014
* Andrey Belomutskiy, (c) 2012-2015
* Andrey Belomutskiy, (c) 2012-2016
*/
@SuppressWarnings("StringConcatenationInsideStringBufferAppend")
public class TS2C {

View File

@ -38,7 +38,7 @@ public class StartupFrame {
// todo: figure out a better way to work with absolute path
private static final String APPICON = "appicon.png";
private static final String LOGO = "logo.gif";
private static final String LINK_TEXT = "rusEfi (c) 2012-2015";
private static final String LINK_TEXT = "rusEfi (c) 2012-2016";
private static final String URI = "http://rusefi.com/?java_console";
private static final String VCP_DRIVER_TEXT = "vcp driver";
private static final String VCP_DRIVER_URI = "http://www.st.com/st-web-ui/static/active/en/st_prod_software_internet/resource/technical/software/driver/stsw-stm32102.zip";

View File

@ -1,7 +1,7 @@
package com.rusefi.logic;
/**
* (c) Andrey Belomutskiy 2012-2015
* (c) Andrey Belomutskiy 2012-2016
* 12/24/2015
*/
public class IgnitionMapBuilder {

View File

@ -8,7 +8,7 @@ import static com.rusefi.logic.IgnitionMapBuilder.ChamberStyle.*;
import static junit.framework.Assert.assertEquals;
/**
* (c) Andrey Belomutskiy 2012-2015
* (c) Andrey Belomutskiy 2012-2016
* 12/24/2015
*/
public class IgnitionMapBuilderTest {