From 0a8568dda1ddbbd6b3207f95b62c5f8029bbceef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 14:23:50 +0200 Subject: Update copyright year --- sqlite/Makefile.am | 2 +- sqlite/auto/driver.cxx | 2 +- sqlite/auto/makefile | 2 +- sqlite/auto/test.hxx | 2 +- sqlite/custom/driver.cxx | 2 +- sqlite/custom/makefile | 2 +- sqlite/custom/test.hxx | 2 +- sqlite/database/driver.cxx | 2 +- sqlite/database/makefile | 2 +- sqlite/makefile | 2 +- sqlite/native/driver.cxx | 2 +- sqlite/native/makefile | 2 +- sqlite/stream/driver.cxx | 2 +- sqlite/stream/makefile | 2 +- sqlite/stream/test.hxx | 2 +- sqlite/template/Makefile.am | 2 +- sqlite/template/driver.cxx | 2 +- sqlite/template/makefile | 2 +- sqlite/template/test.hxx | 2 +- sqlite/test.bat | 2 +- sqlite/transaction/driver.cxx | 2 +- sqlite/transaction/makefile | 2 +- sqlite/transaction/test.hxx | 2 +- sqlite/truncation/driver.cxx | 2 +- sqlite/truncation/makefile | 2 +- sqlite/truncation/test.hxx | 2 +- sqlite/types/driver.cxx | 2 +- sqlite/types/makefile | 2 +- sqlite/types/test.hxx | 2 +- sqlite/types/traits.hxx | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) (limited to 'sqlite') diff --git a/sqlite/Makefile.am b/sqlite/Makefile.am index 7012eb5..76be78d 100644 --- a/sqlite/Makefile.am +++ b/sqlite/Makefile.am @@ -1,5 +1,5 @@ # file : sqlite/Makefile.am -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/sqlite/auto/driver.cxx b/sqlite/auto/driver.cxx index 4841e03..bb6d547 100644 --- a/sqlite/auto/driver.cxx +++ b/sqlite/auto/driver.cxx @@ -1,5 +1,5 @@ // file : sqlite/auto/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test manual/automatic id assignment. diff --git a/sqlite/auto/makefile b/sqlite/auto/makefile index 502743e..dfafa22 100644 --- a/sqlite/auto/makefile +++ b/sqlite/auto/makefile @@ -1,5 +1,5 @@ # file : sqlite/auto/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/sqlite/auto/test.hxx b/sqlite/auto/test.hxx index 1ee8dbe..3d3afe7 100644 --- a/sqlite/auto/test.hxx +++ b/sqlite/auto/test.hxx @@ -1,5 +1,5 @@ // file : sqlite/auto/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/sqlite/custom/driver.cxx b/sqlite/custom/driver.cxx index 6e9afcb..2087621 100644 --- a/sqlite/custom/driver.cxx +++ b/sqlite/custom/driver.cxx @@ -1,5 +1,5 @@ // file : sqlite/custom/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test custom database type mapping in SQLite. diff --git a/sqlite/custom/makefile b/sqlite/custom/makefile index 8695915..6b947b5 100644 --- a/sqlite/custom/makefile +++ b/sqlite/custom/makefile @@ -1,5 +1,5 @@ # file : sqlite/custom/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/sqlite/custom/test.hxx b/sqlite/custom/test.hxx index f3752c1..4448f5d 100644 --- a/sqlite/custom/test.hxx +++ b/sqlite/custom/test.hxx @@ -1,5 +1,5 @@ // file : sqlite/custom/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/sqlite/database/driver.cxx b/sqlite/database/driver.cxx index 7ae1fe2..e978269 100644 --- a/sqlite/database/driver.cxx +++ b/sqlite/database/driver.cxx @@ -1,5 +1,5 @@ // file : sqlite/database/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test that database constructors are unambiguous and some other things. diff --git a/sqlite/database/makefile b/sqlite/database/makefile index ed2cfbb..8b9ef2e 100644 --- a/sqlite/database/makefile +++ b/sqlite/database/makefile @@ -1,5 +1,5 @@ # file : sqlite/database/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/sqlite/makefile b/sqlite/makefile index 1cd7f14..00b9b48 100644 --- a/sqlite/makefile +++ b/sqlite/makefile @@ -1,5 +1,5 @@ # file : sqlite/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/sqlite/native/driver.cxx b/sqlite/native/driver.cxx index 8b0a4af..5174afe 100644 --- a/sqlite/native/driver.cxx +++ b/sqlite/native/driver.cxx @@ -1,5 +1,5 @@ // file : sqlite/native/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test native SQL execution. diff --git a/sqlite/native/makefile b/sqlite/native/makefile index 2bb205d..3b78ae8 100644 --- a/sqlite/native/makefile +++ b/sqlite/native/makefile @@ -1,5 +1,5 @@ # file : sqlite/native/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/sqlite/stream/driver.cxx b/sqlite/stream/driver.cxx index 5f708ba..98211e5 100644 --- a/sqlite/stream/driver.cxx +++ b/sqlite/stream/driver.cxx @@ -1,5 +1,5 @@ // file : sqlite/stream/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test SQLite BLOB/TEXT incremental I/O. diff --git a/sqlite/stream/makefile b/sqlite/stream/makefile index 5f63159..1b8d326 100644 --- a/sqlite/stream/makefile +++ b/sqlite/stream/makefile @@ -1,5 +1,5 @@ # file : sqlite/stream/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/sqlite/stream/test.hxx b/sqlite/stream/test.hxx index 32c29e3..db2eeea 100644 --- a/sqlite/stream/test.hxx +++ b/sqlite/stream/test.hxx @@ -1,5 +1,5 @@ // file : sqlite/stream/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/sqlite/template/Makefile.am b/sqlite/template/Makefile.am index 44a4fc3..ec503c5 100644 --- a/sqlite/template/Makefile.am +++ b/sqlite/template/Makefile.am @@ -1,5 +1,5 @@ # file : sqlite/template/Makefile.am -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file EXTRA_DIST = __file__(extra_dist) diff --git a/sqlite/template/driver.cxx b/sqlite/template/driver.cxx index c7b9390..f66d396 100644 --- a/sqlite/template/driver.cxx +++ b/sqlite/template/driver.cxx @@ -1,5 +1,5 @@ // file : sqlite/template/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // PLACE TEST DESCRIPTION HERE diff --git a/sqlite/template/makefile b/sqlite/template/makefile index 4e39a1c..7665813 100644 --- a/sqlite/template/makefile +++ b/sqlite/template/makefile @@ -1,5 +1,5 @@ # file : sqlite/template/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/sqlite/template/test.hxx b/sqlite/template/test.hxx index df83439..dabcc78 100644 --- a/sqlite/template/test.hxx +++ b/sqlite/template/test.hxx @@ -1,5 +1,5 @@ // file : sqlite/template/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/sqlite/test.bat b/sqlite/test.bat index a57e5cf..737868d 100644 --- a/sqlite/test.bat +++ b/sqlite/test.bat @@ -1,6 +1,6 @@ @echo off rem file : sqlite/test.bat -rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file setlocal diff --git a/sqlite/transaction/driver.cxx b/sqlite/transaction/driver.cxx index 0089b70..de171c6 100644 --- a/sqlite/transaction/driver.cxx +++ b/sqlite/transaction/driver.cxx @@ -1,5 +1,5 @@ // file : sqlite/transaction/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test esoteric SQLite transaction semantics aspects. diff --git a/sqlite/transaction/makefile b/sqlite/transaction/makefile index 8c2e96f..446d2ae 100644 --- a/sqlite/transaction/makefile +++ b/sqlite/transaction/makefile @@ -1,5 +1,5 @@ # file : sqlite/transaction/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/sqlite/transaction/test.hxx b/sqlite/transaction/test.hxx index deb79dd..f6b2fe2 100644 --- a/sqlite/transaction/test.hxx +++ b/sqlite/transaction/test.hxx @@ -1,5 +1,5 @@ // file : sqlite/transaction/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/sqlite/truncation/driver.cxx b/sqlite/truncation/driver.cxx index f9e3d25..20b71ba 100644 --- a/sqlite/truncation/driver.cxx +++ b/sqlite/truncation/driver.cxx @@ -1,5 +1,5 @@ // file : sqlite/truncation/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test insufficient buffer/truncation handling. diff --git a/sqlite/truncation/makefile b/sqlite/truncation/makefile index c7f55b0..c55dbeb 100644 --- a/sqlite/truncation/makefile +++ b/sqlite/truncation/makefile @@ -1,5 +1,5 @@ # file : sqlite/truncation/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/sqlite/truncation/test.hxx b/sqlite/truncation/test.hxx index 7593518..3fde8cc 100644 --- a/sqlite/truncation/test.hxx +++ b/sqlite/truncation/test.hxx @@ -1,5 +1,5 @@ // file : sqlite/truncation/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/sqlite/types/driver.cxx b/sqlite/types/driver.cxx index bdd643a..0dc3a22 100644 --- a/sqlite/types/driver.cxx +++ b/sqlite/types/driver.cxx @@ -1,5 +1,5 @@ // file : sqlite/types/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test SQLite type conversion. diff --git a/sqlite/types/makefile b/sqlite/types/makefile index 7ec5d76..a1a752e 100644 --- a/sqlite/types/makefile +++ b/sqlite/types/makefile @@ -1,5 +1,5 @@ # file : sqlite/types/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/sqlite/types/test.hxx b/sqlite/types/test.hxx index 5a0bb41..2880c1b 100644 --- a/sqlite/types/test.hxx +++ b/sqlite/types/test.hxx @@ -1,5 +1,5 @@ // file : sqlite/types/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/sqlite/types/traits.hxx b/sqlite/types/traits.hxx index 4ffa483..a1ad680 100644 --- a/sqlite/types/traits.hxx +++ b/sqlite/types/traits.hxx @@ -1,5 +1,5 @@ // file : sqlite/types/traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX -- cgit v1.1