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 --- pgsql/Makefile.am | 1 - pgsql/custom/driver.cxx | 1 - pgsql/custom/makefile | 1 - pgsql/custom/query.hxx | 1 - pgsql/custom/test.hxx | 1 - pgsql/custom/traits.hxx | 1 - pgsql/database/driver.cxx | 1 - pgsql/database/makefile | 1 - pgsql/index/driver.cxx | 1 - pgsql/index/makefile | 1 - pgsql/index/test.hxx | 1 - pgsql/makefile | 1 - pgsql/native/driver.cxx | 1 - pgsql/native/makefile | 1 - pgsql/template/Makefile.am | 1 - pgsql/template/driver.cxx | 1 - pgsql/template/makefile | 1 - pgsql/template/test.hxx | 1 - pgsql/test.bat | 1 - pgsql/truncation/driver.cxx | 1 - pgsql/truncation/makefile | 1 - pgsql/truncation/test.hxx | 1 - pgsql/types/driver.cxx | 1 - pgsql/types/makefile | 1 - pgsql/types/test.hxx | 1 - pgsql/types/traits.hxx | 1 - 26 files changed, 26 deletions(-) (limited to 'pgsql') diff --git a/pgsql/Makefile.am b/pgsql/Makefile.am index d3f4c0a..fcf14e8 100644 --- a/pgsql/Makefile.am +++ b/pgsql/Makefile.am @@ -1,5 +1,4 @@ # file : pgsql/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/pgsql/custom/driver.cxx b/pgsql/custom/driver.cxx index d844229..bc52674 100644 --- a/pgsql/custom/driver.cxx +++ b/pgsql/custom/driver.cxx @@ -1,5 +1,4 @@ // file : pgsql/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 PostgreSQL. diff --git a/pgsql/custom/makefile b/pgsql/custom/makefile index d15c8e4..18f11e6 100644 --- a/pgsql/custom/makefile +++ b/pgsql/custom/makefile @@ -1,5 +1,4 @@ # file : pgsql/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/pgsql/custom/query.hxx b/pgsql/custom/query.hxx index b6f5368..8b89047 100644 --- a/pgsql/custom/query.hxx +++ b/pgsql/custom/query.hxx @@ -1,5 +1,4 @@ // file : pgsql/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/pgsql/custom/test.hxx b/pgsql/custom/test.hxx index 347b083..ec3d496 100644 --- a/pgsql/custom/test.hxx +++ b/pgsql/custom/test.hxx @@ -1,5 +1,4 @@ // file : pgsql/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/pgsql/custom/traits.hxx b/pgsql/custom/traits.hxx index 3e7ce6c..c45dec0 100644 --- a/pgsql/custom/traits.hxx +++ b/pgsql/custom/traits.hxx @@ -1,5 +1,4 @@ // file : pgsql/custom/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/pgsql/database/driver.cxx b/pgsql/database/driver.cxx index 6f729f1..5673caa 100644 --- a/pgsql/database/driver.cxx +++ b/pgsql/database/driver.cxx @@ -1,5 +1,4 @@ // file : pgsql/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/pgsql/database/makefile b/pgsql/database/makefile index 5930f45..2948467 100644 --- a/pgsql/database/makefile +++ b/pgsql/database/makefile @@ -1,5 +1,4 @@ # file : pgsql/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/pgsql/index/driver.cxx b/pgsql/index/driver.cxx index d07518d..eb7de4b 100644 --- a/pgsql/index/driver.cxx +++ b/pgsql/index/driver.cxx @@ -1,5 +1,4 @@ // file : pgsql/index/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test PostgreSQL index creation. See also the common test. diff --git a/pgsql/index/makefile b/pgsql/index/makefile index d81cf67..9db50ce 100644 --- a/pgsql/index/makefile +++ b/pgsql/index/makefile @@ -1,5 +1,4 @@ # file : pgsql/index/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/pgsql/index/test.hxx b/pgsql/index/test.hxx index dac84ab..d728188 100644 --- a/pgsql/index/test.hxx +++ b/pgsql/index/test.hxx @@ -1,5 +1,4 @@ // file : pgsql/index/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/pgsql/makefile b/pgsql/makefile index 5d309ba..91520b2 100644 --- a/pgsql/makefile +++ b/pgsql/makefile @@ -1,5 +1,4 @@ # file : pgsql/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/pgsql/native/driver.cxx b/pgsql/native/driver.cxx index ee1a74b..2cea8dd 100644 --- a/pgsql/native/driver.cxx +++ b/pgsql/native/driver.cxx @@ -1,5 +1,4 @@ // file : pgsql/native/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test PostgreSQL native SQL execution. diff --git a/pgsql/native/makefile b/pgsql/native/makefile index 72877de..f82e0fc 100644 --- a/pgsql/native/makefile +++ b/pgsql/native/makefile @@ -1,5 +1,4 @@ # file : pgsql/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/pgsql/template/Makefile.am b/pgsql/template/Makefile.am index f224c98..a9c40d3 100644 --- a/pgsql/template/Makefile.am +++ b/pgsql/template/Makefile.am @@ -1,5 +1,4 @@ # file : pgsql/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/pgsql/template/driver.cxx b/pgsql/template/driver.cxx index 121140f..98ce17a 100644 --- a/pgsql/template/driver.cxx +++ b/pgsql/template/driver.cxx @@ -1,5 +1,4 @@ // file : pgsql/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/pgsql/template/makefile b/pgsql/template/makefile index e9434ab..70b23c3 100644 --- a/pgsql/template/makefile +++ b/pgsql/template/makefile @@ -1,5 +1,4 @@ # file : pgsql/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/pgsql/template/test.hxx b/pgsql/template/test.hxx index 9550514..01670b1 100644 --- a/pgsql/template/test.hxx +++ b/pgsql/template/test.hxx @@ -1,5 +1,4 @@ // file : pgsql/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/pgsql/test.bat b/pgsql/test.bat index 6db5f84..6b4dd61 100644 --- a/pgsql/test.bat +++ b/pgsql/test.bat @@ -1,6 +1,5 @@ @echo off rem file : pgsql/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/pgsql/truncation/driver.cxx b/pgsql/truncation/driver.cxx index 654f683..63135d4 100644 --- a/pgsql/truncation/driver.cxx +++ b/pgsql/truncation/driver.cxx @@ -1,5 +1,4 @@ // file : pgsql/truncation/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test insufficient buffer/truncation handling. diff --git a/pgsql/truncation/makefile b/pgsql/truncation/makefile index b49fcba..9519291 100644 --- a/pgsql/truncation/makefile +++ b/pgsql/truncation/makefile @@ -1,5 +1,4 @@ # file : pgsql/truncation/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/pgsql/truncation/test.hxx b/pgsql/truncation/test.hxx index 172e0c2..73110c0 100644 --- a/pgsql/truncation/test.hxx +++ b/pgsql/truncation/test.hxx @@ -1,5 +1,4 @@ // file : pgsql/truncation/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/pgsql/types/driver.cxx b/pgsql/types/driver.cxx index 479a43b..c2b54be 100644 --- a/pgsql/types/driver.cxx +++ b/pgsql/types/driver.cxx @@ -1,5 +1,4 @@ // file : pgsql/types/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test PostgreSQL type conversion. diff --git a/pgsql/types/makefile b/pgsql/types/makefile index b2509bd..c3321b7 100644 --- a/pgsql/types/makefile +++ b/pgsql/types/makefile @@ -1,5 +1,4 @@ # file : pgsql/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/pgsql/types/test.hxx b/pgsql/types/test.hxx index 9dcbfba..f44d73e 100644 --- a/pgsql/types/test.hxx +++ b/pgsql/types/test.hxx @@ -1,5 +1,4 @@ // file : pgsql/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/pgsql/types/traits.hxx b/pgsql/types/traits.hxx index 604f923..a1c8fbe 100644 --- a/pgsql/types/traits.hxx +++ b/pgsql/types/traits.hxx @@ -1,5 +1,4 @@ // file : pgsql/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