aboutsummaryrefslogtreecommitdiff
path: root/mssql
diff options
context:
space:
mode:
Diffstat (limited to 'mssql')
-rw-r--r--mssql/Makefile.am1
-rw-r--r--mssql/custom/driver.cxx1
-rw-r--r--mssql/custom/makefile1
-rw-r--r--mssql/custom/query.hxx1
-rw-r--r--mssql/custom/test.hxx1
-rw-r--r--mssql/custom/traits.cxx1
-rw-r--r--mssql/custom/traits.hxx1
-rw-r--r--mssql/database/driver.cxx1
-rw-r--r--mssql/database/makefile1
-rw-r--r--mssql/makefile1
-rw-r--r--mssql/native/driver.cxx1
-rw-r--r--mssql/native/makefile1
-rw-r--r--mssql/query/driver.cxx1
-rw-r--r--mssql/query/makefile1
-rw-r--r--mssql/query/test.hxx1
-rw-r--r--mssql/stored-proc/driver.cxx1
-rw-r--r--mssql/stored-proc/makefile1
-rw-r--r--mssql/stored-proc/test.hxx1
-rw-r--r--mssql/template/Makefile.am1
-rw-r--r--mssql/template/driver.cxx1
-rw-r--r--mssql/template/makefile1
-rw-r--r--mssql/template/test.hxx1
-rw-r--r--mssql/test.bat1
-rw-r--r--mssql/types/driver.cxx1
-rw-r--r--mssql/types/makefile1
-rw-r--r--mssql/types/test.hxx1
-rw-r--r--mssql/types/traits.hxx1
27 files changed, 0 insertions, 27 deletions
diff --git a/mssql/Makefile.am b/mssql/Makefile.am
index 2abec21..3df7091 100644
--- a/mssql/Makefile.am
+++ b/mssql/Makefile.am
@@ -1,5 +1,4 @@
# file : mssql/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/mssql/custom/driver.cxx b/mssql/custom/driver.cxx
index f8c5b50..bde7eb6 100644
--- a/mssql/custom/driver.cxx
+++ b/mssql/custom/driver.cxx
@@ -1,5 +1,4 @@
// file : mssql/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 SQL Server.
diff --git a/mssql/custom/makefile b/mssql/custom/makefile
index 89d11c9..5d8d5ae 100644
--- a/mssql/custom/makefile
+++ b/mssql/custom/makefile
@@ -1,5 +1,4 @@
# file : mssql/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/mssql/custom/query.hxx b/mssql/custom/query.hxx
index ad5d2ab..fc63378 100644
--- a/mssql/custom/query.hxx
+++ b/mssql/custom/query.hxx
@@ -1,5 +1,4 @@
// file : mssql/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/mssql/custom/test.hxx b/mssql/custom/test.hxx
index 26b466b..4b8a5d7 100644
--- a/mssql/custom/test.hxx
+++ b/mssql/custom/test.hxx
@@ -1,5 +1,4 @@
// file : mssql/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/mssql/custom/traits.cxx b/mssql/custom/traits.cxx
index 9fb30dd..3f14ae7 100644
--- a/mssql/custom/traits.cxx
+++ b/mssql/custom/traits.cxx
@@ -1,5 +1,4 @@
// file : mssql/types/traits.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include "traits.hxx"
diff --git a/mssql/custom/traits.hxx b/mssql/custom/traits.hxx
index 765f4c7..2bd99cb 100644
--- a/mssql/custom/traits.hxx
+++ b/mssql/custom/traits.hxx
@@ -1,5 +1,4 @@
// file : mssql/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/mssql/database/driver.cxx b/mssql/database/driver.cxx
index cb50b5e..08ad34f 100644
--- a/mssql/database/driver.cxx
+++ b/mssql/database/driver.cxx
@@ -1,5 +1,4 @@
// file : mssql/database/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL; see accompanying LICENSE file
// Test that database constructors are unambiguous (compilation only).
diff --git a/mssql/database/makefile b/mssql/database/makefile
index 3100663..58b9702 100644
--- a/mssql/database/makefile
+++ b/mssql/database/makefile
@@ -1,5 +1,4 @@
# file : mssql/database/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/mssql/makefile b/mssql/makefile
index b5df98c..05f25f0 100644
--- a/mssql/makefile
+++ b/mssql/makefile
@@ -1,5 +1,4 @@
# file : mssql/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/mssql/native/driver.cxx b/mssql/native/driver.cxx
index 21cd511..f4b4fd7 100644
--- a/mssql/native/driver.cxx
+++ b/mssql/native/driver.cxx
@@ -1,5 +1,4 @@
// file : mssql/native/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL; see accompanying LICENSE file
// Test native SQL execution.
diff --git a/mssql/native/makefile b/mssql/native/makefile
index acc05fa..ac27130 100644
--- a/mssql/native/makefile
+++ b/mssql/native/makefile
@@ -1,5 +1,4 @@
# file : mssql/native/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/mssql/query/driver.cxx b/mssql/query/driver.cxx
index 318d437..5600c81 100644
--- a/mssql/query/driver.cxx
+++ b/mssql/query/driver.cxx
@@ -1,5 +1,4 @@
// file : mssql/query/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test SQL Server-specific query support aspects.
diff --git a/mssql/query/makefile b/mssql/query/makefile
index 8f3e8d4..269a7f7 100644
--- a/mssql/query/makefile
+++ b/mssql/query/makefile
@@ -1,5 +1,4 @@
# file : mssql/query/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/mssql/query/test.hxx b/mssql/query/test.hxx
index 4f6de8a..85c644e 100644
--- a/mssql/query/test.hxx
+++ b/mssql/query/test.hxx
@@ -1,5 +1,4 @@
// file : mssql/query/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/mssql/stored-proc/driver.cxx b/mssql/stored-proc/driver.cxx
index af66316..2389798 100644
--- a/mssql/stored-proc/driver.cxx
+++ b/mssql/stored-proc/driver.cxx
@@ -1,5 +1,4 @@
// file : mssql/stored-proc/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test SQL Server stored procedure support.
diff --git a/mssql/stored-proc/makefile b/mssql/stored-proc/makefile
index 39636cf..c787dc0 100644
--- a/mssql/stored-proc/makefile
+++ b/mssql/stored-proc/makefile
@@ -1,5 +1,4 @@
# file : mssql/stored-proc/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/mssql/stored-proc/test.hxx b/mssql/stored-proc/test.hxx
index 23fe5bd..5958ea3 100644
--- a/mssql/stored-proc/test.hxx
+++ b/mssql/stored-proc/test.hxx
@@ -1,5 +1,4 @@
// file : mssql/stored-proc/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/mssql/template/Makefile.am b/mssql/template/Makefile.am
index e0aac1a..8db5c16 100644
--- a/mssql/template/Makefile.am
+++ b/mssql/template/Makefile.am
@@ -1,5 +1,4 @@
# file : mssql/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/mssql/template/driver.cxx b/mssql/template/driver.cxx
index 0bc2536..ded03f1 100644
--- a/mssql/template/driver.cxx
+++ b/mssql/template/driver.cxx
@@ -1,5 +1,4 @@
// file : mssql/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/mssql/template/makefile b/mssql/template/makefile
index 8a6c727..18a665d 100644
--- a/mssql/template/makefile
+++ b/mssql/template/makefile
@@ -1,5 +1,4 @@
# file : mssql/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/mssql/template/test.hxx b/mssql/template/test.hxx
index 6d99a4b..0bc1f95 100644
--- a/mssql/template/test.hxx
+++ b/mssql/template/test.hxx
@@ -1,5 +1,4 @@
// file : mssql/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/mssql/test.bat b/mssql/test.bat
index 1940399..4da8fa5 100644
--- a/mssql/test.bat
+++ b/mssql/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : mssql/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/mssql/types/driver.cxx b/mssql/types/driver.cxx
index 6e3981f..d900a95 100644
--- a/mssql/types/driver.cxx
+++ b/mssql/types/driver.cxx
@@ -1,5 +1,4 @@
// file : mssql/types/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test SQL Server type conversion.
diff --git a/mssql/types/makefile b/mssql/types/makefile
index 08ccf5e..5b96d57 100644
--- a/mssql/types/makefile
+++ b/mssql/types/makefile
@@ -1,5 +1,4 @@
# file : mssql/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/mssql/types/test.hxx b/mssql/types/test.hxx
index 1b0d74f..5d651a8 100644
--- a/mssql/types/test.hxx
+++ b/mssql/types/test.hxx
@@ -1,5 +1,4 @@
// file : mssql/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/mssql/types/traits.hxx b/mssql/types/traits.hxx
index d50eecc..5881f50 100644
--- a/mssql/types/traits.hxx
+++ b/mssql/types/traits.hxx
@@ -1,5 +1,4 @@
// file : mssql/types/traits.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX