aboutsummaryrefslogtreecommitdiff
path: root/sqlite/auto
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite/auto')
-rw-r--r--sqlite/auto/driver.cxx2
-rw-r--r--sqlite/auto/makefile2
-rw-r--r--sqlite/auto/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sqlite/auto/driver.cxx b/sqlite/auto/driver.cxx
index bb6d547..f4da9e8 100644
--- a/sqlite/auto/driver.cxx
+++ b/sqlite/auto/driver.cxx
@@ -1,5 +1,5 @@
// file : sqlite/auto/driver.cxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 dfafa22..501da48 100644
--- a/sqlite/auto/makefile
+++ b/sqlite/auto/makefile
@@ -1,5 +1,5 @@
# file : sqlite/auto/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 3d3afe7..90d92e8 100644
--- a/sqlite/auto/test.hxx
+++ b/sqlite/auto/test.hxx
@@ -1,5 +1,5 @@
// file : sqlite/auto/test.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX