aboutsummaryrefslogtreecommitdiff
path: root/sqlite
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-17 11:24:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-17 11:24:18 +0300
commit3e887885ec753f2cb0a9bba6fb4e856e51194a5c (patch)
tree26efdd7835d804dcf41bc4600db468f2e79d6395 /sqlite
parente93146629aa6abf64ee86994c52b0efc35f7275a (diff)
Update copyright year
Diffstat (limited to 'sqlite')
-rw-r--r--sqlite/Makefile.am2
-rw-r--r--sqlite/auto/driver.cxx2
-rw-r--r--sqlite/auto/makefile2
-rw-r--r--sqlite/auto/test.hxx2
-rw-r--r--sqlite/custom/driver.cxx2
-rw-r--r--sqlite/custom/makefile2
-rw-r--r--sqlite/custom/test.hxx2
-rw-r--r--sqlite/database/driver.cxx2
-rw-r--r--sqlite/database/makefile2
-rw-r--r--sqlite/makefile2
-rw-r--r--sqlite/native/driver.cxx2
-rw-r--r--sqlite/native/makefile2
-rw-r--r--sqlite/stream/driver.cxx2
-rw-r--r--sqlite/stream/makefile2
-rw-r--r--sqlite/stream/test.hxx2
-rw-r--r--sqlite/template/Makefile.am2
-rw-r--r--sqlite/template/driver.cxx2
-rw-r--r--sqlite/template/makefile2
-rw-r--r--sqlite/template/test.hxx2
-rw-r--r--sqlite/test.bat2
-rw-r--r--sqlite/transaction/driver.cxx2
-rw-r--r--sqlite/transaction/makefile2
-rw-r--r--sqlite/transaction/test.hxx2
-rw-r--r--sqlite/truncation/driver.cxx2
-rw-r--r--sqlite/truncation/makefile2
-rw-r--r--sqlite/truncation/test.hxx2
-rw-r--r--sqlite/types/driver.cxx2
-rw-r--r--sqlite/types/makefile2
-rw-r--r--sqlite/types/test.hxx2
-rw-r--r--sqlite/types/traits.hxx2
30 files changed, 30 insertions, 30 deletions
diff --git a/sqlite/Makefile.am b/sqlite/Makefile.am
index 7cfd03c..3fd06e0 100644
--- a/sqlite/Makefile.am
+++ b/sqlite/Makefile.am
@@ -1,5 +1,5 @@
# file : sqlite/Makefile.am
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 f4da9e8..2b295fe 100644
--- a/sqlite/auto/driver.cxx
+++ b/sqlite/auto/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/auto/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 501da48..7c25bd0 100644
--- a/sqlite/auto/makefile
+++ b/sqlite/auto/makefile
@@ -1,5 +1,5 @@
# file : sqlite/auto/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 90d92e8..7430d97 100644
--- a/sqlite/auto/test.hxx
+++ b/sqlite/auto/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/auto/test.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 b2ed2d9..6c2b96b 100644
--- a/sqlite/custom/driver.cxx
+++ b/sqlite/custom/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/custom/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 450f68e..ae57bd3 100644
--- a/sqlite/custom/makefile
+++ b/sqlite/custom/makefile
@@ -1,5 +1,5 @@
# file : sqlite/custom/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 7e6bfaf..cf65c89 100644
--- a/sqlite/custom/test.hxx
+++ b/sqlite/custom/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/custom/test.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 e9e3221..0fae510 100644
--- a/sqlite/database/driver.cxx
+++ b/sqlite/database/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/database/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 74f5679..d03b7b5 100644
--- a/sqlite/database/makefile
+++ b/sqlite/database/makefile
@@ -1,5 +1,5 @@
# file : sqlite/database/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 72bc6cc..d653033 100644
--- a/sqlite/makefile
+++ b/sqlite/makefile
@@ -1,5 +1,5 @@
# file : sqlite/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 c075b0b..2253187 100644
--- a/sqlite/native/driver.cxx
+++ b/sqlite/native/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/native/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 114296d..6e00b81 100644
--- a/sqlite/native/makefile
+++ b/sqlite/native/makefile
@@ -1,5 +1,5 @@
# file : sqlite/native/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 226650f..15e2cc9 100644
--- a/sqlite/stream/driver.cxx
+++ b/sqlite/stream/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/stream/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 cbfae24..fdf8e15 100644
--- a/sqlite/stream/makefile
+++ b/sqlite/stream/makefile
@@ -1,5 +1,5 @@
# file : sqlite/stream/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 edbac11..f4760a1 100644
--- a/sqlite/stream/test.hxx
+++ b/sqlite/stream/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/stream/test.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 a2a37e9..049ee1c 100644
--- a/sqlite/template/Makefile.am
+++ b/sqlite/template/Makefile.am
@@ -1,5 +1,5 @@
# file : sqlite/template/Makefile.am
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 044475b..69f3955 100644
--- a/sqlite/template/driver.cxx
+++ b/sqlite/template/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/template/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 8a5e99f..943f54a 100644
--- a/sqlite/template/makefile
+++ b/sqlite/template/makefile
@@ -1,5 +1,5 @@
# file : sqlite/template/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 57c5bc7..4b2e29d 100644
--- a/sqlite/template/test.hxx
+++ b/sqlite/template/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/template/test.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 68cb805..fdf5596 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-2018 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2019 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 c33f6e7..b996990 100644
--- a/sqlite/transaction/driver.cxx
+++ b/sqlite/transaction/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/transaction/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 c60ebfc..b90561a 100644
--- a/sqlite/transaction/makefile
+++ b/sqlite/transaction/makefile
@@ -1,5 +1,5 @@
# file : sqlite/transaction/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 8ab70b7..94ef54c 100644
--- a/sqlite/transaction/test.hxx
+++ b/sqlite/transaction/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/transaction/test.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 c22ef26..b7016e9 100644
--- a/sqlite/truncation/driver.cxx
+++ b/sqlite/truncation/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/truncation/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 d2c2fbe..6302950 100644
--- a/sqlite/truncation/makefile
+++ b/sqlite/truncation/makefile
@@ -1,5 +1,5 @@
# file : sqlite/truncation/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 0a0490f..96846df 100644
--- a/sqlite/truncation/test.hxx
+++ b/sqlite/truncation/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/truncation/test.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 266808e..3ffef1c 100644
--- a/sqlite/types/driver.cxx
+++ b/sqlite/types/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/types/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 9177641..e7d284c 100644
--- a/sqlite/types/makefile
+++ b/sqlite/types/makefile
@@ -1,5 +1,5 @@
# file : sqlite/types/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 c98b94a..40b4298 100644
--- a/sqlite/types/test.hxx
+++ b/sqlite/types/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/types/test.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 db5e264..3f4172c 100644
--- a/sqlite/types/traits.hxx
+++ b/sqlite/types/traits.hxx
@@ -1,5 +1,5 @@
// file : sqlite/types/traits.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX