summaryrefslogtreecommitdiff
path: root/mssql/custom
diff options
context:
space:
mode:
Diffstat (limited to 'mssql/custom')
-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
6 files changed, 0 insertions, 6 deletions
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