From 3e887885ec753f2cb0a9bba6fb4e856e51194a5c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 Jan 2019 11:24:18 +0300 Subject: Update copyright year --- pgsql/Makefile.am | 2 +- pgsql/custom/driver.cxx | 2 +- pgsql/custom/makefile | 2 +- pgsql/custom/query.hxx | 2 +- pgsql/custom/test.hxx | 2 +- pgsql/custom/traits.hxx | 2 +- pgsql/database/driver.cxx | 2 +- pgsql/database/makefile | 2 +- pgsql/index/driver.cxx | 2 +- pgsql/index/makefile | 2 +- pgsql/index/test.hxx | 2 +- pgsql/makefile | 2 +- pgsql/native/driver.cxx | 2 +- pgsql/native/makefile | 2 +- pgsql/template/Makefile.am | 2 +- pgsql/template/driver.cxx | 2 +- pgsql/template/makefile | 2 +- pgsql/template/test.hxx | 2 +- pgsql/test.bat | 2 +- pgsql/truncation/driver.cxx | 2 +- pgsql/truncation/makefile | 2 +- pgsql/truncation/test.hxx | 2 +- pgsql/types/driver.cxx | 2 +- pgsql/types/makefile | 2 +- pgsql/types/test.hxx | 2 +- pgsql/types/traits.hxx | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'pgsql') diff --git a/pgsql/Makefile.am b/pgsql/Makefile.am index e2b3aed..d3f4c0a 100644 --- a/pgsql/Makefile.am +++ b/pgsql/Makefile.am @@ -1,5 +1,5 @@ # file : pgsql/Makefile.am -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# 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 7797632..d844229 100644 --- a/pgsql/custom/driver.cxx +++ b/pgsql/custom/driver.cxx @@ -1,5 +1,5 @@ // file : pgsql/custom/driver.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 9c1a107..d15c8e4 100644 --- a/pgsql/custom/makefile +++ b/pgsql/custom/makefile @@ -1,5 +1,5 @@ # file : pgsql/custom/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# 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 fc912f3..b6f5368 100644 --- a/pgsql/custom/query.hxx +++ b/pgsql/custom/query.hxx @@ -1,5 +1,5 @@ // file : pgsql/custom/query.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 122b7cd..347b083 100644 --- a/pgsql/custom/test.hxx +++ b/pgsql/custom/test.hxx @@ -1,5 +1,5 @@ // file : pgsql/custom/test.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 cdd9cf0..3e7ce6c 100644 --- a/pgsql/custom/traits.hxx +++ b/pgsql/custom/traits.hxx @@ -1,5 +1,5 @@ // file : pgsql/custom/traits.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 3eba943..6f729f1 100644 --- a/pgsql/database/driver.cxx +++ b/pgsql/database/driver.cxx @@ -1,5 +1,5 @@ // file : pgsql/database/driver.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 5a03e5e..5930f45 100644 --- a/pgsql/database/makefile +++ b/pgsql/database/makefile @@ -1,5 +1,5 @@ # file : pgsql/database/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# 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 6a5d5eb..d07518d 100644 --- a/pgsql/index/driver.cxx +++ b/pgsql/index/driver.cxx @@ -1,5 +1,5 @@ // file : pgsql/index/driver.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 9c7e7ef..d81cf67 100644 --- a/pgsql/index/makefile +++ b/pgsql/index/makefile @@ -1,5 +1,5 @@ # file : pgsql/index/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# 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 8f99019..dac84ab 100644 --- a/pgsql/index/test.hxx +++ b/pgsql/index/test.hxx @@ -1,5 +1,5 @@ // file : pgsql/index/test.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 35ed117..5d309ba 100644 --- a/pgsql/makefile +++ b/pgsql/makefile @@ -1,5 +1,5 @@ # file : pgsql/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# 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 f1c028e..ee1a74b 100644 --- a/pgsql/native/driver.cxx +++ b/pgsql/native/driver.cxx @@ -1,5 +1,5 @@ // file : pgsql/native/driver.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 00056e2..72877de 100644 --- a/pgsql/native/makefile +++ b/pgsql/native/makefile @@ -1,5 +1,5 @@ # file : pgsql/native/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# 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 fb65fef..f224c98 100644 --- a/pgsql/template/Makefile.am +++ b/pgsql/template/Makefile.am @@ -1,5 +1,5 @@ # file : pgsql/template/Makefile.am -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# 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 b96fbfe..121140f 100644 --- a/pgsql/template/driver.cxx +++ b/pgsql/template/driver.cxx @@ -1,5 +1,5 @@ // file : pgsql/template/driver.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 529bb73..e9434ab 100644 --- a/pgsql/template/makefile +++ b/pgsql/template/makefile @@ -1,5 +1,5 @@ # file : pgsql/template/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# 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 98b3850..9550514 100644 --- a/pgsql/template/test.hxx +++ b/pgsql/template/test.hxx @@ -1,5 +1,5 @@ // file : pgsql/template/test.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 5971f7a..6db5f84 100644 --- a/pgsql/test.bat +++ b/pgsql/test.bat @@ -1,6 +1,6 @@ @echo off rem file : pgsql/test.bat -rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +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 935b061..654f683 100644 --- a/pgsql/truncation/driver.cxx +++ b/pgsql/truncation/driver.cxx @@ -1,5 +1,5 @@ // file : pgsql/truncation/driver.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 74000ad..b49fcba 100644 --- a/pgsql/truncation/makefile +++ b/pgsql/truncation/makefile @@ -1,5 +1,5 @@ # file : pgsql/truncation/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# 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 c06aa7e..172e0c2 100644 --- a/pgsql/truncation/test.hxx +++ b/pgsql/truncation/test.hxx @@ -1,5 +1,5 @@ // file : pgsql/truncation/test.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 f20fb94..479a43b 100644 --- a/pgsql/types/driver.cxx +++ b/pgsql/types/driver.cxx @@ -1,5 +1,5 @@ // file : pgsql/types/driver.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 ccc4d70..b2509bd 100644 --- a/pgsql/types/makefile +++ b/pgsql/types/makefile @@ -1,5 +1,5 @@ # file : pgsql/types/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# 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 b96ea3c..9dcbfba 100644 --- a/pgsql/types/test.hxx +++ b/pgsql/types/test.hxx @@ -1,5 +1,5 @@ // file : pgsql/types/test.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// 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 69a3435..604f923 100644 --- a/pgsql/types/traits.hxx +++ b/pgsql/types/traits.hxx @@ -1,5 +1,5 @@ // file : pgsql/types/traits.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX -- cgit v1.1