aboutsummaryrefslogtreecommitdiff
path: root/sqlite/truncation
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite/truncation')
-rw-r--r--sqlite/truncation/driver.cxx1
-rw-r--r--sqlite/truncation/makefile1
-rw-r--r--sqlite/truncation/test.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/sqlite/truncation/driver.cxx b/sqlite/truncation/driver.cxx
index b7016e9..5ab6c29 100644
--- a/sqlite/truncation/driver.cxx
+++ b/sqlite/truncation/driver.cxx
@@ -1,5 +1,4 @@
// file : sqlite/truncation/driver.cxx
-// 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 6302950..4e7e0e3 100644
--- a/sqlite/truncation/makefile
+++ b/sqlite/truncation/makefile
@@ -1,5 +1,4 @@
# file : sqlite/truncation/makefile
-# 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 96846df..8ca44ea 100644
--- a/sqlite/truncation/test.hxx
+++ b/sqlite/truncation/test.hxx
@@ -1,5 +1,4 @@
// file : sqlite/truncation/test.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX