From 0a8568dda1ddbbd6b3207f95b62c5f8029bbceef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 14:23:50 +0200 Subject: Update copyright year --- mysql/Makefile.am | 2 +- mysql/custom/driver.cxx | 2 +- mysql/custom/makefile | 2 +- mysql/custom/query.hxx | 2 +- mysql/custom/test.hxx | 2 +- mysql/custom/traits.hxx | 2 +- mysql/database/driver.cxx | 2 +- mysql/database/makefile | 2 +- mysql/index/driver.cxx | 2 +- mysql/index/makefile | 2 +- mysql/index/test.hxx | 2 +- mysql/makefile | 2 +- mysql/native/driver.cxx | 2 +- mysql/native/makefile | 2 +- mysql/template/Makefile.am | 2 +- mysql/template/driver.cxx | 2 +- mysql/template/makefile | 2 +- mysql/template/test.hxx | 2 +- mysql/test.bat | 2 +- mysql/truncation/driver.cxx | 2 +- mysql/truncation/makefile | 2 +- mysql/truncation/test.hxx | 2 +- mysql/types/driver.cxx | 2 +- mysql/types/makefile | 2 +- mysql/types/test.hxx | 2 +- mysql/types/traits.hxx | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'mysql') diff --git a/mysql/Makefile.am b/mysql/Makefile.am index 06058df..6e08d73 100644 --- a/mysql/Makefile.am +++ b/mysql/Makefile.am @@ -1,5 +1,5 @@ # file : mysql/Makefile.am -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/mysql/custom/driver.cxx b/mysql/custom/driver.cxx index a7e0c4b..f59a0b2 100644 --- a/mysql/custom/driver.cxx +++ b/mysql/custom/driver.cxx @@ -1,5 +1,5 @@ // file : mysql/custom/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test custom database type mapping in MySQL. diff --git a/mysql/custom/makefile b/mysql/custom/makefile index 909196a..7cf0d03 100644 --- a/mysql/custom/makefile +++ b/mysql/custom/makefile @@ -1,5 +1,5 @@ # file : mysql/custom/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mysql/custom/query.hxx b/mysql/custom/query.hxx index 97c29d9..72c8516 100644 --- a/mysql/custom/query.hxx +++ b/mysql/custom/query.hxx @@ -1,5 +1,5 @@ // file : mysql/custom/query.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef QUERY_HXX diff --git a/mysql/custom/test.hxx b/mysql/custom/test.hxx index 0520d64..ed7c801 100644 --- a/mysql/custom/test.hxx +++ b/mysql/custom/test.hxx @@ -1,5 +1,5 @@ // file : mysql/custom/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/mysql/custom/traits.hxx b/mysql/custom/traits.hxx index 4725480..0a43bf6 100644 --- a/mysql/custom/traits.hxx +++ b/mysql/custom/traits.hxx @@ -1,5 +1,5 @@ // file : mysql/types/traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX diff --git a/mysql/database/driver.cxx b/mysql/database/driver.cxx index 371ea5e..46f0523 100644 --- a/mysql/database/driver.cxx +++ b/mysql/database/driver.cxx @@ -1,5 +1,5 @@ // file : mysql/database/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test that database constructors are unambiguous (compilation only). diff --git a/mysql/database/makefile b/mysql/database/makefile index 4bab781..0621716 100644 --- a/mysql/database/makefile +++ b/mysql/database/makefile @@ -1,5 +1,5 @@ # file : mysql/database/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mysql/index/driver.cxx b/mysql/index/driver.cxx index 69fb3bf..0d3c7a9 100644 --- a/mysql/index/driver.cxx +++ b/mysql/index/driver.cxx @@ -1,5 +1,5 @@ // file : mysql/index/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test MySQL index creation. See also the common test. diff --git a/mysql/index/makefile b/mysql/index/makefile index 7886b58..bb739fa 100644 --- a/mysql/index/makefile +++ b/mysql/index/makefile @@ -1,5 +1,5 @@ # file : mysql/index/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mysql/index/test.hxx b/mysql/index/test.hxx index ad3be65..d3dc130 100644 --- a/mysql/index/test.hxx +++ b/mysql/index/test.hxx @@ -1,5 +1,5 @@ // file : mysql/template/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/mysql/makefile b/mysql/makefile index db67a37..4a29217 100644 --- a/mysql/makefile +++ b/mysql/makefile @@ -1,5 +1,5 @@ # file : mysql/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/mysql/native/driver.cxx b/mysql/native/driver.cxx index 65abf30..fe340e3 100644 --- a/mysql/native/driver.cxx +++ b/mysql/native/driver.cxx @@ -1,5 +1,5 @@ // file : mysql/native/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test native SQL execution. diff --git a/mysql/native/makefile b/mysql/native/makefile index 3627642..a675733 100644 --- a/mysql/native/makefile +++ b/mysql/native/makefile @@ -1,5 +1,5 @@ # file : mysql/native/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mysql/template/Makefile.am b/mysql/template/Makefile.am index 00477d5..23c8b68 100644 --- a/mysql/template/Makefile.am +++ b/mysql/template/Makefile.am @@ -1,5 +1,5 @@ # file : mysql/template/Makefile.am -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file EXTRA_DIST = __file__(extra_dist) diff --git a/mysql/template/driver.cxx b/mysql/template/driver.cxx index c8358b1..795c574 100644 --- a/mysql/template/driver.cxx +++ b/mysql/template/driver.cxx @@ -1,5 +1,5 @@ // file : mysql/template/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // PLACE TEST DESCRIPTION HERE diff --git a/mysql/template/makefile b/mysql/template/makefile index 1effb38..9ad0707 100644 --- a/mysql/template/makefile +++ b/mysql/template/makefile @@ -1,5 +1,5 @@ # file : mysql/template/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mysql/template/test.hxx b/mysql/template/test.hxx index bf7f8da..c5bdc46 100644 --- a/mysql/template/test.hxx +++ b/mysql/template/test.hxx @@ -1,5 +1,5 @@ // file : mysql/template/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/mysql/test.bat b/mysql/test.bat index db32bb2..0ec343b 100644 --- a/mysql/test.bat +++ b/mysql/test.bat @@ -1,6 +1,6 @@ @echo off rem file : mysql/test.bat -rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file setlocal diff --git a/mysql/truncation/driver.cxx b/mysql/truncation/driver.cxx index 5222ce3..9e6aac2 100644 --- a/mysql/truncation/driver.cxx +++ b/mysql/truncation/driver.cxx @@ -1,5 +1,5 @@ // file : mysql/truncation/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test insufficient buffer/truncation handling. diff --git a/mysql/truncation/makefile b/mysql/truncation/makefile index 3b455a1..3bd68ce 100644 --- a/mysql/truncation/makefile +++ b/mysql/truncation/makefile @@ -1,5 +1,5 @@ # file : mysql/truncation/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mysql/truncation/test.hxx b/mysql/truncation/test.hxx index b602e89..2321aea 100644 --- a/mysql/truncation/test.hxx +++ b/mysql/truncation/test.hxx @@ -1,5 +1,5 @@ // file : mysql/truncation/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/mysql/types/driver.cxx b/mysql/types/driver.cxx index 46ad54e..cb67b7a 100644 --- a/mysql/types/driver.cxx +++ b/mysql/types/driver.cxx @@ -1,5 +1,5 @@ // file : mysql/types/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test MySQL type conversion. diff --git a/mysql/types/makefile b/mysql/types/makefile index 5b27a29..465a51a 100644 --- a/mysql/types/makefile +++ b/mysql/types/makefile @@ -1,5 +1,5 @@ # file : mysql/types/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mysql/types/test.hxx b/mysql/types/test.hxx index aaf6df7..63e5531 100644 --- a/mysql/types/test.hxx +++ b/mysql/types/test.hxx @@ -1,5 +1,5 @@ // file : mysql/types/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/mysql/types/traits.hxx b/mysql/types/traits.hxx index b25e0da..8ea15de 100644 --- a/mysql/types/traits.hxx +++ b/mysql/types/traits.hxx @@ -1,5 +1,5 @@ // file : mysql/types/traits.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX -- cgit v1.1