Skip to content

Commit

Permalink
Update src copyright year to 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Jan 1, 2018
1 parent ec654b6 commit 4fa3f8a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

###### cordova-sqlite-legacy-express-core 1.0.5-pre01

TBD

###### cordova-sqlite-legacy-express-core 1.0.4

- Cleaned up workaround solution to BUG 666: close db before opening (ignore close error)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-sqlite-legacy-express-core",
"version": "1.0.4",
"version": "1.0.5-pre01",
"description": "Native interface to SQLite for PhoneGap/Cordova (legacy express core version)",
"cordova": {
"id": "cordova-sqlite-legacy-express-core",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-sqlite-legacy-express-core"
version="1.0.4">
version="1.0.5-pre01">

<name>Cordova sqlite storage plugin - legacy express core version</name>

Expand Down
2 changes: 1 addition & 1 deletion src/android/io/sqlc/SQLiteAndroidDatabase.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2017: Christopher J. Brody (aka Chris Brody)
* Copyright (c) 2012-2018: Christopher J. Brody (aka Chris Brody)
* Copyright (c) 2005-2010, Nitobi Software Inc.
* Copyright (c) 2010, IBM Corporation
*/
Expand Down
2 changes: 1 addition & 1 deletion src/android/io/sqlc/SQLitePlugin.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2017: Christopher J. Brody (aka Chris Brody)
* Copyright (c) 2012-2018: Christopher J. Brody (aka Chris Brody)
* Copyright (c) 2005-2010, Nitobi Software Inc.
* Copyright (c) 2010, IBM Corporation
*/
Expand Down
2 changes: 1 addition & 1 deletion src/ios/SQLitePlugin.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2017: Christopher J. Brody (aka Chris Brody)
* Copyright (c) 2012-2018: Christopher J. Brody (aka Chris Brody)
* Copyright (C) 2011 Davide Bertola
*
* This library is available under the terms of the MIT License (2008).
Expand Down
2 changes: 1 addition & 1 deletion src/ios/SQLitePlugin.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2017: Christopher J. Brody (aka Chris Brody)
* Copyright (c) 2012-2018: Christopher J. Brody (aka Chris Brody)
* Copyright (C) 2011 Davide Bertola
*
* This library is available under the terms of the MIT License (2008).
Expand Down

0 comments on commit 4fa3f8a

Please sign in to comment.