aboutsummaryrefslogtreecommitdiff
path: root/mysql
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 /mysql
parentd0f70a73a427364693ca529f45ce218ef7c036c3 (diff)
Drop copyright notice from source code
Diffstat (limited to 'mysql')
-rw-r--r--mysql/Makefile.am1
-rw-r--r--mysql/custom/driver.cxx1
-rw-r--r--mysql/custom/makefile1
-rw-r--r--mysql/custom/query.hxx1
-rw-r--r--mysql/custom/test.hxx1
-rw-r--r--mysql/custom/traits.hxx1
-rw-r--r--mysql/database/driver.cxx1
-rw-r--r--mysql/database/makefile1
-rw-r--r--mysql/index/driver.cxx1
-rw-r--r--mysql/index/makefile1
-rw-r--r--mysql/index/test.hxx1
-rw-r--r--mysql/makefile1
-rw-r--r--mysql/native/driver.cxx1
-rw-r--r--mysql/native/makefile1
-rw-r--r--mysql/template/Makefile.am1
-rw-r--r--mysql/template/driver.cxx1
-rw-r--r--mysql/template/makefile1
-rw-r--r--mysql/template/test.hxx1
-rw-r--r--mysql/test.bat1
-rw-r--r--mysql/truncation/driver.cxx1
-rw-r--r--mysql/truncation/makefile1
-rw-r--r--mysql/truncation/test.hxx1
-rw-r--r--mysql/types/driver.cxx1
-rw-r--r--mysql/types/makefile1
-rw-r--r--mysql/types/test.hxx1
-rw-r--r--mysql/types/traits.hxx1
26 files changed, 0 insertions, 26 deletions
diff --git a/mysql/Makefile.am b/mysql/Makefile.am
index 47e0f53..05ffc60 100644
--- a/mysql/Makefile.am
+++ b/mysql/Makefile.am
@@ -1,5 +1,4 @@
# file : mysql/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/mysql/custom/driver.cxx b/mysql/custom/driver.cxx
index 71d5f9e..e9cc7d9 100644
--- a/mysql/custom/driver.cxx
+++ b/mysql/custom/driver.cxx
@@ -1,5 +1,4 @@
// file : mysql/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 MySQL.
diff --git a/mysql/custom/makefile b/mysql/custom/makefile
index 9417f38..575cfa6 100644
--- a/mysql/custom/makefile
+++ b/mysql/custom/makefile
@@ -1,5 +1,4 @@
# file : mysql/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/mysql/custom/query.hxx b/mysql/custom/query.hxx
index 115bf96..aa0c9ed 100644
--- a/mysql/custom/query.hxx
+++ b/mysql/custom/query.hxx
@@ -1,5 +1,4 @@
// file : mysql/custom/query.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef QUERY_HXX
diff --git a/mysql/custom/test.hxx b/mysql/custom/test.hxx
index 701959b..b6c2c86 100644
--- a/mysql/custom/test.hxx
+++ b/mysql/custom/test.hxx
@@ -1,5 +1,4 @@
// file : mysql/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/mysql/custom/traits.hxx b/mysql/custom/traits.hxx
index 103aa36..9c9ec93 100644
--- a/mysql/custom/traits.hxx
+++ b/mysql/custom/traits.hxx
@@ -1,5 +1,4 @@
// file : mysql/types/traits.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX
diff --git a/mysql/database/driver.cxx b/mysql/database/driver.cxx
index 0b436de..aebb251 100644
--- a/mysql/database/driver.cxx
+++ b/mysql/database/driver.cxx
@@ -1,5 +1,4 @@
// file : mysql/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 (compilation only).
diff --git a/mysql/database/makefile b/mysql/database/makefile
index bd2b5b2..746fc9e 100644
--- a/mysql/database/makefile
+++ b/mysql/database/makefile
@@ -1,5 +1,4 @@
# file : mysql/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/mysql/index/driver.cxx b/mysql/index/driver.cxx
index 600da20..99138d3 100644
--- a/mysql/index/driver.cxx
+++ b/mysql/index/driver.cxx
@@ -1,5 +1,4 @@
// file : mysql/index/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test MySQL index creation. See also the common test.
diff --git a/mysql/index/makefile b/mysql/index/makefile
index 5ee2c47..4bca75c 100644
--- a/mysql/index/makefile
+++ b/mysql/index/makefile
@@ -1,5 +1,4 @@
# file : mysql/index/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/mysql/index/test.hxx b/mysql/index/test.hxx
index 65418fb..b4f6ae8 100644
--- a/mysql/index/test.hxx
+++ b/mysql/index/test.hxx
@@ -1,5 +1,4 @@
// file : mysql/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/mysql/makefile b/mysql/makefile
index 776e137..a4b86a0 100644
--- a/mysql/makefile
+++ b/mysql/makefile
@@ -1,5 +1,4 @@
# file : mysql/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/mysql/native/driver.cxx b/mysql/native/driver.cxx
index 764fede..0a7dffb 100644
--- a/mysql/native/driver.cxx
+++ b/mysql/native/driver.cxx
@@ -1,5 +1,4 @@
// file : mysql/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/mysql/native/makefile b/mysql/native/makefile
index 8cad758..f3bf417 100644
--- a/mysql/native/makefile
+++ b/mysql/native/makefile
@@ -1,5 +1,4 @@
# file : mysql/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/mysql/template/Makefile.am b/mysql/template/Makefile.am
index 20d6b47..2568e1e 100644
--- a/mysql/template/Makefile.am
+++ b/mysql/template/Makefile.am
@@ -1,5 +1,4 @@
# file : mysql/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/mysql/template/driver.cxx b/mysql/template/driver.cxx
index 3f0cd2f..7034a95 100644
--- a/mysql/template/driver.cxx
+++ b/mysql/template/driver.cxx
@@ -1,5 +1,4 @@
// file : mysql/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/mysql/template/makefile b/mysql/template/makefile
index 5b68362..9ed17ca 100644
--- a/mysql/template/makefile
+++ b/mysql/template/makefile
@@ -1,5 +1,4 @@
# file : mysql/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/mysql/template/test.hxx b/mysql/template/test.hxx
index 19afe31..5f16f63 100644
--- a/mysql/template/test.hxx
+++ b/mysql/template/test.hxx
@@ -1,5 +1,4 @@
// file : mysql/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/mysql/test.bat b/mysql/test.bat
index ddc4782..f9d3af0 100644
--- a/mysql/test.bat
+++ b/mysql/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : mysql/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/mysql/truncation/driver.cxx b/mysql/truncation/driver.cxx
index 2b391cf..9f044e6 100644
--- a/mysql/truncation/driver.cxx
+++ b/mysql/truncation/driver.cxx
@@ -1,5 +1,4 @@
// file : mysql/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/mysql/truncation/makefile b/mysql/truncation/makefile
index 52c3e10..358a136 100644
--- a/mysql/truncation/makefile
+++ b/mysql/truncation/makefile
@@ -1,5 +1,4 @@
# file : mysql/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/mysql/truncation/test.hxx b/mysql/truncation/test.hxx
index 67a2224..1883b0e 100644
--- a/mysql/truncation/test.hxx
+++ b/mysql/truncation/test.hxx
@@ -1,5 +1,4 @@
// file : mysql/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/mysql/types/driver.cxx b/mysql/types/driver.cxx
index d046755..04c8ebf 100644
--- a/mysql/types/driver.cxx
+++ b/mysql/types/driver.cxx
@@ -1,5 +1,4 @@
// file : mysql/types/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test MySQL type conversion.
diff --git a/mysql/types/makefile b/mysql/types/makefile
index 1d8eb2a..779f9b1 100644
--- a/mysql/types/makefile
+++ b/mysql/types/makefile
@@ -1,5 +1,4 @@
# file : mysql/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/mysql/types/test.hxx b/mysql/types/test.hxx
index a1e9434..12eb4e0 100644
--- a/mysql/types/test.hxx
+++ b/mysql/types/test.hxx
@@ -1,5 +1,4 @@
// file : mysql/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/mysql/types/traits.hxx b/mysql/types/traits.hxx
index 1f587f5..d4ce200 100644
--- a/mysql/types/traits.hxx
+++ b/mysql/types/traits.hxx
@@ -1,5 +1,4 @@
// file : mysql/types/traits.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX