Skip to content

Commit ea54779

Browse files
author
synapticloop
committed
updated copyright notice
1 parent 52114c9 commit ea54779

35 files changed

+38
-38
lines changed

src/main/java/synapticloop/h2zero/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
/*
16-
* Copyright (c) 2012-2016 synapticloop.
16+
* Copyright (c) 2012-2017 synapticloop.
1717
*
1818
* All rights reserved.
1919
*

src/main/java/synapticloop/h2zero/base/exception/H2ZeroException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package synapticloop.h2zero.base.exception;
22

33
/*
4-
* Copyright (c) 2012-2016 synapticloop.
4+
* Copyright (c) 2012-2017 synapticloop.
55
* All rights reserved.
66
*
77
* This source code and any derived binaries are covered by the terms and

src/main/java/synapticloop/h2zero/base/exception/H2ZeroFinderException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package synapticloop.h2zero.base.exception;
22

33
/*
4-
* Copyright (c) 2012-2016 synapticloop.
4+
* Copyright (c) 2012-2017 synapticloop.
55
* All rights reserved.
66
*
77
* This source code and any derived binaries are covered by the terms and

src/main/java/synapticloop/h2zero/base/exception/H2ZeroPrimaryKeyException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package synapticloop.h2zero.base.exception;
22

33
/*
4-
* Copyright (c) 2013-2015 synapticloop.
4+
* Copyright (c) 2013-2017 synapticloop.
55
* All rights reserved.
66
*
77
* This source code and any derived binaries are covered by the terms and

src/main/java/synapticloop/h2zero/base/manager/ConnectionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package synapticloop.h2zero.base.manager;
22

33
/*
4-
* Copyright (c) 2012-2016 synapticloop.
4+
* Copyright (c) 2012-2017 synapticloop.
55
* All rights reserved.
66
*
77
* This source code and any derived binaries are covered by the terms and

src/main/java/synapticloop/h2zero/base/manager/mysql/ConnectionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package synapticloop.h2zero.base.manager.mysql;
22

33
/*
4-
* Copyright (c) 2012-2016 synapticloop.
4+
* Copyright (c) 2012-2017 synapticloop.
55
* All rights reserved.
66
*
77
* This source code and any derived binaries are covered by the terms and

src/main/java/synapticloop/h2zero/base/manager/sqlite/ConnectionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package synapticloop.h2zero.base.manager.sqlite;
22

33
/*
4-
* Copyright (c) 2015-2016 synapticloop.
4+
* Copyright (c) 2015-2017 synapticloop.
55
* All rights reserved.
66
*
77
* This source code and any derived binaries are covered by the terms and

src/main/java/synapticloop/h2zero/base/model/ModelBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package synapticloop.h2zero.base.model;
22

33
/*
4-
* Copyright (c) 2012-2016 synapticloop.
4+
* Copyright (c) 2012-2017 synapticloop.
55
* All rights reserved.
66
*
77
* This source code and any derived binaries are covered by the terms and

src/main/java/synapticloop/h2zero/model/Counter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package synapticloop.h2zero.model;
22

33
/*
4-
* Copyright (c) 2013-2015 synapticloop.
4+
* Copyright (c) 2013-2017 synapticloop.
55
*
66
* All rights reserved.
77
*

src/main/java/synapticloop/h2zero/model/Deleter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package synapticloop.h2zero.model;
22

33
/*
4-
* Copyright (c) 2013-2015 synapticloop.
4+
* Copyright (c) 2013-2017 synapticloop.
55
*
66
* All rights reserved.
77
*
@@ -33,4 +33,4 @@ public Deleter(Table table, JSONObject jsonObject) throws H2ZeroParseException {
3333
public String getType() {
3434
return("Deleter");
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)