aboutsummaryrefslogtreecommitdiff
path: root/sqlite/custom
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite/custom')
-rw-r--r--sqlite/custom/driver.cxx1
-rw-r--r--sqlite/custom/makefile1
-rw-r--r--sqlite/custom/test.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/sqlite/custom/driver.cxx b/sqlite/custom/driver.cxx
index 6c2b96b..b53c0f6 100644
--- a/sqlite/custom/driver.cxx
+++ b/sqlite/custom/driver.cxx
@@ -1,5 +1,4 @@
// file : sqlite/custom/driver.cxx
-// 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 ae57bd3..39f1c76 100644
--- a/sqlite/custom/makefile
+++ b/sqlite/custom/makefile
@@ -1,5 +1,4 @@
# file : sqlite/custom/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/custom/test.hxx b/sqlite/custom/test.hxx
index cf65c89..54a2ba3 100644
--- a/sqlite/custom/test.hxx
+++ b/sqlite/custom/test.hxx
@@ -1,5 +1,4 @@
// file : sqlite/custom/test.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX