aboutsummaryrefslogtreecommitdiff
path: root/sqlite/truncation
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite/truncation')
-rw-r--r--sqlite/truncation/driver.cxx2
-rw-r--r--sqlite/truncation/makefile2
-rw-r--r--sqlite/truncation/test.hxx2
3 files changed, 3 insertions, 3 deletions
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