aboutsummaryrefslogtreecommitdiff
path: root/sqlite
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 14:10:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 14:10:04 +0300
commit6da43dcf1dfabb382a4e2c2d7d5e0c66f159738b (patch)
tree376a090d0237d45dc4f0046ce84040466fc9382d /sqlite
parentd0f70a73a427364693ca529f45ce218ef7c036c3 (diff)
Drop copyright notice from source code
Diffstat (limited to 'sqlite')
-rw-r--r--sqlite/Makefile.am1
-rw-r--r--sqlite/auto/driver.cxx1
-rw-r--r--sqlite/auto/makefile1
-rw-r--r--sqlite/auto/test.hxx1
-rw-r--r--sqlite/custom/driver.cxx1
-rw-r--r--sqlite/custom/makefile1
-rw-r--r--sqlite/custom/test.hxx1
-rw-r--r--sqlite/database/driver.cxx1
-rw-r--r--sqlite/database/makefile1
-rw-r--r--sqlite/makefile1
-rw-r--r--sqlite/native/driver.cxx1
-rw-r--r--sqlite/native/makefile1
-rw-r--r--sqlite/stream/driver.cxx1
-rw-r--r--sqlite/stream/makefile1
-rw-r--r--sqlite/stream/test.hxx1
-rw-r--r--sqlite/template/Makefile.am1
-rw-r--r--sqlite/template/driver.cxx1
-rw-r--r--sqlite/template/makefile1
-rw-r--r--sqlite/template/test.hxx1
-rw-r--r--sqlite/test.bat1
-rw-r--r--sqlite/transaction/driver.cxx1
-rw-r--r--sqlite/transaction/makefile1
-rw-r--r--sqlite/transaction/test.hxx1
-rw-r--r--sqlite/truncation/driver.cxx1
-rw-r--r--sqlite/truncation/makefile1
-rw-r--r--sqlite/truncation/test.hxx1
-rw-r--r--sqlite/types/driver.cxx1
-rw-r--r--sqlite/types/makefile1
-rw-r--r--sqlite/types/test.hxx1
-rw-r--r--sqlite/types/traits.hxx1
30 files changed, 0 insertions, 30 deletions
diff --git a/sqlite/Makefile.am b/sqlite/Makefile.am
index 3fd06e0..998e823 100644
--- a/sqlite/Makefile.am
+++ b/sqlite/Makefile.am
@@ -1,5 +1,4 @@
# file : sqlite/Makefile.am
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/sqlite/auto/driver.cxx b/sqlite/auto/driver.cxx
index 2b295fe..4ac29b3 100644
--- a/sqlite/auto/driver.cxx
+++ b/sqlite/auto/driver.cxx
@@ -1,5 +1,4 @@
// file : sqlite/auto/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 7c25bd0..6da7071 100644
--- a/sqlite/auto/makefile
+++ b/sqlite/auto/makefile
@@ -1,5 +1,4 @@
# file : sqlite/auto/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/auto/test.hxx b/sqlite/auto/test.hxx
index 7430d97..9905182 100644
--- a/sqlite/auto/test.hxx
+++ b/sqlite/auto/test.hxx
@@ -1,5 +1,4 @@
// file : sqlite/auto/test.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
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
diff --git a/sqlite/database/driver.cxx b/sqlite/database/driver.cxx
index 0fae510..d0fe198 100644
--- a/sqlite/database/driver.cxx
+++ b/sqlite/database/driver.cxx
@@ -1,5 +1,4 @@
// file : sqlite/database/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test that database constructors are unambiguous and some other things.
diff --git a/sqlite/database/makefile b/sqlite/database/makefile
index d03b7b5..4a2a5ef 100644
--- a/sqlite/database/makefile
+++ b/sqlite/database/makefile
@@ -1,5 +1,4 @@
# file : sqlite/database/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/makefile b/sqlite/makefile
index d653033..a644c33 100644
--- a/sqlite/makefile
+++ b/sqlite/makefile
@@ -1,5 +1,4 @@
# file : sqlite/makefile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/sqlite/native/driver.cxx b/sqlite/native/driver.cxx
index 2253187..10a6b05 100644
--- a/sqlite/native/driver.cxx
+++ b/sqlite/native/driver.cxx
@@ -1,5 +1,4 @@
// file : sqlite/native/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test native SQL execution.
diff --git a/sqlite/native/makefile b/sqlite/native/makefile
index 6e00b81..c5434f0 100644
--- a/sqlite/native/makefile
+++ b/sqlite/native/makefile
@@ -1,5 +1,4 @@
# file : sqlite/native/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/stream/driver.cxx b/sqlite/stream/driver.cxx
index 15e2cc9..7049b8b 100644
--- a/sqlite/stream/driver.cxx
+++ b/sqlite/stream/driver.cxx
@@ -1,5 +1,4 @@
// file : sqlite/stream/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test SQLite BLOB/TEXT incremental I/O.
diff --git a/sqlite/stream/makefile b/sqlite/stream/makefile
index fdf8e15..1a46b62 100644
--- a/sqlite/stream/makefile
+++ b/sqlite/stream/makefile
@@ -1,5 +1,4 @@
# file : sqlite/stream/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/stream/test.hxx b/sqlite/stream/test.hxx
index f4760a1..9189a87 100644
--- a/sqlite/stream/test.hxx
+++ b/sqlite/stream/test.hxx
@@ -1,5 +1,4 @@
// file : sqlite/stream/test.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/sqlite/template/Makefile.am b/sqlite/template/Makefile.am
index 049ee1c..b922bf1 100644
--- a/sqlite/template/Makefile.am
+++ b/sqlite/template/Makefile.am
@@ -1,5 +1,4 @@
# file : sqlite/template/Makefile.am
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/sqlite/template/driver.cxx b/sqlite/template/driver.cxx
index 69f3955..95fdfb0 100644
--- a/sqlite/template/driver.cxx
+++ b/sqlite/template/driver.cxx
@@ -1,5 +1,4 @@
// file : sqlite/template/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// PLACE TEST DESCRIPTION HERE
diff --git a/sqlite/template/makefile b/sqlite/template/makefile
index 943f54a..45ba099 100644
--- a/sqlite/template/makefile
+++ b/sqlite/template/makefile
@@ -1,5 +1,4 @@
# file : sqlite/template/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/template/test.hxx b/sqlite/template/test.hxx
index 4b2e29d..63e07d5 100644
--- a/sqlite/template/test.hxx
+++ b/sqlite/template/test.hxx
@@ -1,5 +1,4 @@
// file : sqlite/template/test.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/sqlite/test.bat b/sqlite/test.bat
index fdf5596..ab29f82 100644
--- a/sqlite/test.bat
+++ b/sqlite/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : sqlite/test.bat
-rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal
diff --git a/sqlite/transaction/driver.cxx b/sqlite/transaction/driver.cxx
index b996990..8eb8f2c 100644
--- a/sqlite/transaction/driver.cxx
+++ b/sqlite/transaction/driver.cxx
@@ -1,5 +1,4 @@
// file : sqlite/transaction/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test esoteric SQLite transaction semantics aspects.
diff --git a/sqlite/transaction/makefile b/sqlite/transaction/makefile
index b90561a..14e4ca0 100644
--- a/sqlite/transaction/makefile
+++ b/sqlite/transaction/makefile
@@ -1,5 +1,4 @@
# file : sqlite/transaction/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/transaction/test.hxx b/sqlite/transaction/test.hxx
index 94ef54c..bfb981b 100644
--- a/sqlite/transaction/test.hxx
+++ b/sqlite/transaction/test.hxx
@@ -1,5 +1,4 @@
// file : sqlite/transaction/test.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
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
diff --git a/sqlite/types/driver.cxx b/sqlite/types/driver.cxx
index 3ffef1c..8f25330 100644
--- a/sqlite/types/driver.cxx
+++ b/sqlite/types/driver.cxx
@@ -1,5 +1,4 @@
// file : sqlite/types/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test SQLite type conversion.
diff --git a/sqlite/types/makefile b/sqlite/types/makefile
index e7d284c..f3810b2 100644
--- a/sqlite/types/makefile
+++ b/sqlite/types/makefile
@@ -1,5 +1,4 @@
# file : sqlite/types/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/types/test.hxx b/sqlite/types/test.hxx
index 40b4298..f642738 100644
--- a/sqlite/types/test.hxx
+++ b/sqlite/types/test.hxx
@@ -1,5 +1,4 @@
// file : sqlite/types/test.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/sqlite/types/traits.hxx b/sqlite/types/traits.hxx
index 3f4172c..9483f58 100644
--- a/sqlite/types/traits.hxx
+++ b/sqlite/types/traits.hxx
@@ -1,5 +1,4 @@
// file : sqlite/types/traits.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX