aboutsummaryrefslogtreecommitdiff
path: root/mssql/custom
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 /mssql/custom
parentd0f70a73a427364693ca529f45ce218ef7c036c3 (diff)
Drop copyright notice from source code
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