Skip to content

Commit c53d885

Browse files
committed
Update copyright notice to 2016
1 parent e9a2c9b commit c53d885

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012-2015 Sebastien Rombauts ([email protected])
1+
# Copyright (c) 2012-2016 Sebastien Rombauts ([email protected])
22

33
language: cpp
44

@@ -30,4 +30,4 @@ script:
3030

3131
# publish GCov coveralls results
3232
after_success:
33-
- coveralls -e build/CMakeFiles -e examples -e googletest -e sqlite3 -e tests
33+
- coveralls -e build/CMakeFiles -e examples -e googletest -e sqlite3 -e tests

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2012-2015 Sebastien Rombauts ([email protected])
3+
Copyright (c) 2012-2016 Sebastien Rombauts ([email protected])
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1919
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
20-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012-2015 Sebastien Rombauts ([email protected])
1+
# Copyright (c) 2012-2016 Sebastien Rombauts ([email protected])
22

33
# build format
44
version: "{build}"

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@REM Copyright (c) 2012-2015 Sebastien Rombauts ([email protected])
1+
@REM Copyright (c) 2012-2016 Sebastien Rombauts ([email protected])
22
@REM
33
@REM Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
44
@REM or copy at http://opensource.org/licenses/MIT)

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012-2015 Sébastien Rombauts ([email protected])
1+
# Copyright (c) 2012-2016 Sébastien Rombauts ([email protected])
22
#
33
# Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
44
# or copy at http://opensource.org/licenses/MIT)

examples/example1/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Demonstrates how-to use the SQLite++ wrapper
66
*
7-
* Copyright (c) 2012-2015 Sebastien Rombauts ([email protected])
7+
* Copyright (c) 2012-2016 Sebastien Rombauts ([email protected])
88
*
99
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
1010
* or copy at http://opensource.org/licenses/MIT)

include/SQLiteCpp/Column.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @ingroup SQLiteCpp
44
* @brief Encapsulation of a Column in a row of the result pointed by the prepared SQLite::Statement.
55
*
6-
* Copyright (c) 2012-2015 Sebastien Rombauts ([email protected])
6+
* Copyright (c) 2012-2016 Sebastien Rombauts ([email protected])
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

include/SQLiteCpp/Database.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @ingroup SQLiteCpp
44
* @brief Management of a SQLite Database Connection.
55
*
6-
* Copyright (c) 2012-2015 Sebastien Rombauts ([email protected])
6+
* Copyright (c) 2012-2016 Sebastien Rombauts ([email protected])
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

include/SQLiteCpp/SQLiteCpp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Include this main header file in your project to gain access to all functionality provided by the wrapper.
77
*
8-
* Copyright (c) 2012-2015 Sebastien Rombauts ([email protected])
8+
* Copyright (c) 2012-2016 Sebastien Rombauts ([email protected])
99
*
1010
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
1111
* or copy at http://opensource.org/licenses/MIT)

include/SQLiteCpp/Statement.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @ingroup SQLiteCpp
44
* @brief A prepared SQLite Statement is a compiled SQL query ready to be executed, pointing to a row of result.
55
*
6-
* Copyright (c) 2012-2015 Sebastien Rombauts ([email protected])
6+
* Copyright (c) 2012-2016 Sebastien Rombauts ([email protected])
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)