Skip to content

Commit 2cb3cb2

Browse files
committed
Update copyright notice
1 parent 4f60c90 commit 2cb3cb2

30 files changed

+32
-33
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
1+
# Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
22

33
# request for Ubuntu 14.04 Trusty VM
44
sudo: true

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Main CMake file for compiling the library itself, examples and tests.
22
#
3-
# Copyright (c) 2012-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
3+
# Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
44
#
55
# Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
66
# or copy at http://opensource.org/licenses/MIT)

LICENSE.txt

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

3-
Copyright (c) 2012-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
3+
Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ with a few intuitive and well documented C++ classes.
2020

2121
### License:
2222

23-
Copyright (c) 2012-2018 Sébastien Rombauts (sebastien.rombauts@gmail.com)
23+
Copyright (c) 2012-2019 Sébastien Rombauts (sebastien.rombauts@gmail.com)
2424
<a href="https://www.paypal.me/SRombauts" title="Pay Me a Beer! Donate with PayPal :)"><img src="https://www.paypalobjects.com/webstatic/paypalme/images/pp_logo_small.png" width="118"></a>
2525

2626
Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
@@ -66,14 +66,14 @@ and then is always valid until destroyed.
6666

6767
Developements and tests are done under the following OSs:
6868
- Ubuntu 14.04 (Travis CI)
69-
- Windows XP/10
69+
- Windows 10, and Windows Server 2012 R2 & Windows Server 2016 (AppVeyor)
7070
- OS X 10.11 (Travis CI)
7171

7272
And the following IDEs/Compilers
7373
- GCC 4.8.4, 4.9.3, 5.3.0 and 6.1.1 (C++03, C++11, C++14, C++1z)
7474
- Clang 3.5 and 3.8
7575
- Xcode 8
76-
- Visual Studio Community 2015
76+
- Visual Studio Community 2017, and VS 2013 & 2015 (AppVeyor)
7777
- Eclipse CDT under Linux
7878

7979
### Dependencies

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
1+
# Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
22

33
# build format
44
version: "{build}"
@@ -13,7 +13,6 @@ image:
1313
- Visual Studio 2013
1414

1515
# configurations to add to build matrix
16-
# TODO: VS2010->VS2015 and Win32/Win64 (see https://github.com/google/googletest/blob/master/appveyor.yml)
1716
# TODO: MinGW Makefiles and MSYS Makefiles
1817
configuration:
1918
- Debug

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-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
1+
@REM Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
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,5 +1,5 @@
11
#!/bin/sh
2-
# Copyright (c) 2012-2018 Sébastien Rombauts (sebastien.rombauts@gmail.com)
2+
# Copyright (c) 2012-2019 Sébastien Rombauts (sebastien.rombauts@gmail.com)
33
#
44
# Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
55
# 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-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
88
*
99
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
1010
* or copy at http://opensource.org/licenses/MIT)

include/SQLiteCpp/Assertion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @ingroup SQLiteCpp
44
* @brief Definition of the SQLITECPP_ASSERT() macro.
55
*
6-
* Copyright (c) 2012-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

include/SQLiteCpp/Backup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @brief Backup is used to backup a database file in a safe and online way.
55
*
66
* Copyright (c) 2015 Shibao HONG (shibaohong@outlook.com)
7-
* Copyright (c) 2015-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7+
* Copyright (c) 2015-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
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-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
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-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

include/SQLiteCpp/Exception.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 the error message from SQLite3 on a std::runtime_error.
55
*
6-
* Copyright (c) 2012-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
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-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
8+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
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-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

include/SQLiteCpp/Transaction.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 Transaction is way to group multiple SQL statements into an atomic secured operation.
55
*
6-
* Copyright (c) 2012-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

include/SQLiteCpp/Utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @ingroup SQLiteCpp
44
* @brief Shared utility macros and functions.
55
*
6-
* Copyright (c) 2013-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2013-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

include/SQLiteCpp/VariadicBind.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @brief Convenience function for Statement::bind(...)
55
*
66
* Copyright (c) 2016 Paul Dreik (github@pauldreik.se)
7-
* Copyright (c) 2016-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7+
* Copyright (c) 2016-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
88
*
99
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
1010
* or copy at http://opensource.org/licenses/MIT)

src/Backup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @brief Backup is used to backup a database file in a safe and online way.
55
*
66
* Copyright (c) 2015 Shibao HONG (shibaohong@outlook.com)
7-
* Copyright (c) 2015-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7+
* Copyright (c) 2015-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
88
*
99
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
1010
* or copy at http://opensource.org/licenses/MIT)

src/Column.cpp

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-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

src/Database.cpp

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-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

src/Exception.cpp

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 the error message from SQLite3 on a std::runtime_error.
55
*
6-
* Copyright (c) 2012-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

src/Statement.cpp

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-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

tests/Backup_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @brief Test of a SQLite Backup.
55
*
66
* Copyright (c) 2015 Shibao HONG (shibaohong@outlook.com)
7-
* Copyright (c) 2015-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7+
* Copyright (c) 2015-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
88
*
99
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
1010
* or copy at http://opensource.org/licenses/MIT)

tests/Column_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @ingroup tests
44
* @brief Test of a SQLiteCpp Column.
55
*
6-
* Copyright (c) 2012-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

tests/Database_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @ingroup tests
44
* @brief Test of a SQLiteCpp Database.
55
*
6-
* Copyright (c) 2012-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

tests/Exception_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @ingroup tests
44
* @brief Test of a SQLite Transaction.
55
*
6-
* Copyright (c) 2012-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

tests/Statement_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @ingroup tests
44
* @brief Test of a SQLiteCpp Statement.
55
*
6-
* Copyright (c) 2012-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

tests/Transaction_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @ingroup tests
44
* @brief Test of a SQLite Transaction.
55
*
6-
* Copyright (c) 2012-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
6+
* Copyright (c) 2012-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
77
*
88
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
99
* or copy at http://opensource.org/licenses/MIT)

tests/VariadicBind_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @brief Test of variadic bind
55
*
66
* Copyright (c) 2016 Paul Dreik (github@pauldreik.se)
7-
* Copyright (c) 2016-2018 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7+
* Copyright (c) 2016-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)
88
*
99
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
1010
* or copy at http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)