aboutsummaryrefslogtreecommitdiff
path: root/mysql/truncation
diff options
context:
space:
mode:
Diffstat (limited to 'mysql/truncation')
-rw-r--r--mysql/truncation/driver.cxx2
-rw-r--r--mysql/truncation/makefile2
-rw-r--r--mysql/truncation/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/mysql/truncation/driver.cxx b/mysql/truncation/driver.cxx
index c12a4cd..2b391cf 100644
--- a/mysql/truncation/driver.cxx
+++ b/mysql/truncation/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/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/mysql/truncation/makefile b/mysql/truncation/makefile
index 449f033..52c3e10 100644
--- a/mysql/truncation/makefile
+++ b/mysql/truncation/makefile
@@ -1,5 +1,5 @@
# file : mysql/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/mysql/truncation/test.hxx b/mysql/truncation/test.hxx
index d668cd2..67a2224 100644
--- a/mysql/truncation/test.hxx
+++ b/mysql/truncation/test.hxx
@@ -1,5 +1,5 @@
// file : mysql/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