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 --- oracle/Makefile.am | 1 - oracle/custom/driver.cxx | 1 - oracle/custom/makefile | 1 - oracle/custom/test.hxx | 1 - oracle/custom/traits.hxx | 1 - oracle/database/driver.cxx | 1 - oracle/database/makefile | 1 - oracle/makefile | 1 - oracle/native/driver.cxx | 1 - oracle/native/makefile | 1 - oracle/template/Makefile.am | 1 - oracle/template/driver.cxx | 1 - oracle/template/makefile | 1 - oracle/template/test.hxx | 1 - oracle/test.bat | 1 - oracle/types/driver.cxx | 1 - oracle/types/makefile | 1 - oracle/types/test.hxx | 1 - oracle/types/traits.hxx | 1 - 19 files changed, 19 deletions(-) (limited to 'oracle') diff --git a/oracle/Makefile.am b/oracle/Makefile.am index da7ac11..e3f50e7 100644 --- a/oracle/Makefile.am +++ b/oracle/Makefile.am @@ -1,5 +1,4 @@ # file : oracle/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/oracle/custom/driver.cxx b/oracle/custom/driver.cxx index 0ffd180..45f0a4e 100644 --- a/oracle/custom/driver.cxx +++ b/oracle/custom/driver.cxx @@ -1,5 +1,4 @@ // file : oracle/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 Oracle. diff --git a/oracle/custom/makefile b/oracle/custom/makefile index eee9ccc..63e3a32 100644 --- a/oracle/custom/makefile +++ b/oracle/custom/makefile @@ -1,5 +1,4 @@ # file : oracle/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/oracle/custom/test.hxx b/oracle/custom/test.hxx index dd9a607..523d50b 100644 --- a/oracle/custom/test.hxx +++ b/oracle/custom/test.hxx @@ -1,5 +1,4 @@ // file : oracle/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/oracle/custom/traits.hxx b/oracle/custom/traits.hxx index e260c4a..8df2f91 100644 --- a/oracle/custom/traits.hxx +++ b/oracle/custom/traits.hxx @@ -1,5 +1,4 @@ // file : oracle/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/oracle/database/driver.cxx b/oracle/database/driver.cxx index 82c926e..499f136 100644 --- a/oracle/database/driver.cxx +++ b/oracle/database/driver.cxx @@ -1,5 +1,4 @@ // file : oracle/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/oracle/database/makefile b/oracle/database/makefile index 33e0b01..0554681 100644 --- a/oracle/database/makefile +++ b/oracle/database/makefile @@ -1,5 +1,4 @@ # file : oracle/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/oracle/makefile b/oracle/makefile index bae778f..cb457a3 100644 --- a/oracle/makefile +++ b/oracle/makefile @@ -1,5 +1,4 @@ # file : oracle/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/oracle/native/driver.cxx b/oracle/native/driver.cxx index f01c4b7..541d21e 100644 --- a/oracle/native/driver.cxx +++ b/oracle/native/driver.cxx @@ -1,5 +1,4 @@ // file : oracle/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/oracle/native/makefile b/oracle/native/makefile index 4618620..195fb62 100644 --- a/oracle/native/makefile +++ b/oracle/native/makefile @@ -1,5 +1,4 @@ # file : oracle/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/oracle/template/Makefile.am b/oracle/template/Makefile.am index d1bf0f3..b3b60e9 100644 --- a/oracle/template/Makefile.am +++ b/oracle/template/Makefile.am @@ -1,5 +1,4 @@ # file : oracle/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/oracle/template/driver.cxx b/oracle/template/driver.cxx index 171b771..13317df 100644 --- a/oracle/template/driver.cxx +++ b/oracle/template/driver.cxx @@ -1,5 +1,4 @@ // file : oracle/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/oracle/template/makefile b/oracle/template/makefile index 2948160..e2a64f7 100644 --- a/oracle/template/makefile +++ b/oracle/template/makefile @@ -1,5 +1,4 @@ # file : oracle/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/oracle/template/test.hxx b/oracle/template/test.hxx index 9b6fa5b..bfa9cc9 100644 --- a/oracle/template/test.hxx +++ b/oracle/template/test.hxx @@ -1,5 +1,4 @@ // file : oracle/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/oracle/test.bat b/oracle/test.bat index 2101825..5105054 100644 --- a/oracle/test.bat +++ b/oracle/test.bat @@ -1,6 +1,5 @@ @echo off rem file : oracle/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/oracle/types/driver.cxx b/oracle/types/driver.cxx index 966eab9..2e3e2e7 100644 --- a/oracle/types/driver.cxx +++ b/oracle/types/driver.cxx @@ -1,5 +1,4 @@ // file : oracle/types/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test Oracle type conversion. diff --git a/oracle/types/makefile b/oracle/types/makefile index a37dd9f..5378617 100644 --- a/oracle/types/makefile +++ b/oracle/types/makefile @@ -1,5 +1,4 @@ # file : oracle/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/oracle/types/test.hxx b/oracle/types/test.hxx index 0dfb2ac..255bc08 100644 --- a/oracle/types/test.hxx +++ b/oracle/types/test.hxx @@ -1,5 +1,4 @@ // file : oracle/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/oracle/types/traits.hxx b/oracle/types/traits.hxx index 379fc77..ad747d8 100644 --- a/oracle/types/traits.hxx +++ b/oracle/types/traits.hxx @@ -1,5 +1,4 @@ // file : oracle/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