From 6da43dcf1dfabb382a4e2c2d7d5e0c66f159738b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Feb 2020 14:10:04 +0300 Subject: Drop copyright notice from source code --- mssql/custom/driver.cxx | 1 - mssql/custom/makefile | 1 - mssql/custom/query.hxx | 1 - mssql/custom/test.hxx | 1 - mssql/custom/traits.cxx | 1 - mssql/custom/traits.hxx | 1 - 6 files changed, 6 deletions(-) (limited to 'mssql/custom') 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 -- cgit v1.1