From 68a31ac90d11b2f0294e82eb887bd03fde85fbb1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 24 May 2018 21:55:43 +0300 Subject: Update copyright year --- mssql/Makefile.am | 2 +- mssql/custom/driver.cxx | 2 +- mssql/custom/makefile | 2 +- mssql/custom/query.hxx | 2 +- mssql/custom/test.hxx | 2 +- mssql/custom/traits.cxx | 2 +- mssql/custom/traits.hxx | 2 +- mssql/database/driver.cxx | 2 +- mssql/database/makefile | 2 +- mssql/makefile | 2 +- mssql/native/driver.cxx | 2 +- mssql/native/makefile | 2 +- mssql/query/driver.cxx | 2 +- mssql/query/makefile | 2 +- mssql/query/test.hxx | 2 +- mssql/stored-proc/driver.cxx | 2 +- mssql/stored-proc/makefile | 2 +- mssql/stored-proc/test.hxx | 2 +- mssql/template/Makefile.am | 2 +- mssql/template/driver.cxx | 2 +- mssql/template/makefile | 2 +- mssql/template/test.hxx | 2 +- mssql/test.bat | 2 +- mssql/types/driver.cxx | 2 +- mssql/types/makefile | 2 +- mssql/types/test.hxx | 2 +- mssql/types/traits.hxx | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) (limited to 'mssql') diff --git a/mssql/Makefile.am b/mssql/Makefile.am index 8283699..fcc42d0 100644 --- a/mssql/Makefile.am +++ b/mssql/Makefile.am @@ -1,5 +1,5 @@ # file : mssql/Makefile.am -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/mssql/custom/driver.cxx b/mssql/custom/driver.cxx index 338013d..28f3a38 100644 --- a/mssql/custom/driver.cxx +++ b/mssql/custom/driver.cxx @@ -1,5 +1,5 @@ // file : mssql/custom/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 91fd40f..2772d91 100644 --- a/mssql/custom/makefile +++ b/mssql/custom/makefile @@ -1,5 +1,5 @@ # file : mssql/custom/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 58a6edb..8d29386 100644 --- a/mssql/custom/query.hxx +++ b/mssql/custom/query.hxx @@ -1,5 +1,5 @@ // file : mssql/custom/query.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 763cbfe..a787c6f 100644 --- a/mssql/custom/test.hxx +++ b/mssql/custom/test.hxx @@ -1,5 +1,5 @@ // file : mssql/types/test.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 3f7430d..4583fef 100644 --- a/mssql/custom/traits.cxx +++ b/mssql/custom/traits.cxx @@ -1,5 +1,5 @@ // file : mssql/types/traits.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 ec6ef25..c4673df 100644 --- a/mssql/custom/traits.hxx +++ b/mssql/custom/traits.hxx @@ -1,5 +1,5 @@ // file : mssql/types/traits.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX diff --git a/mssql/database/driver.cxx b/mssql/database/driver.cxx index 0a4ee4b..c781c11 100644 --- a/mssql/database/driver.cxx +++ b/mssql/database/driver.cxx @@ -1,5 +1,5 @@ // file : mssql/database/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL; see accompanying LICENSE file // Test that database constructors are unambiguous (compilation only). diff --git a/mssql/database/makefile b/mssql/database/makefile index 21782b9..c01d9a0 100644 --- a/mssql/database/makefile +++ b/mssql/database/makefile @@ -1,5 +1,5 @@ # file : mssql/database/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mssql/makefile b/mssql/makefile index 0dcc23c..c834388 100644 --- a/mssql/makefile +++ b/mssql/makefile @@ -1,5 +1,5 @@ # file : mssql/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/mssql/native/driver.cxx b/mssql/native/driver.cxx index 03df585..2210f50 100644 --- a/mssql/native/driver.cxx +++ b/mssql/native/driver.cxx @@ -1,5 +1,5 @@ // file : mssql/native/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL; see accompanying LICENSE file // Test native SQL execution. diff --git a/mssql/native/makefile b/mssql/native/makefile index b6b76d1..7b70116 100644 --- a/mssql/native/makefile +++ b/mssql/native/makefile @@ -1,5 +1,5 @@ # file : mssql/native/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mssql/query/driver.cxx b/mssql/query/driver.cxx index f932b6f..e921ffb 100644 --- a/mssql/query/driver.cxx +++ b/mssql/query/driver.cxx @@ -1,5 +1,5 @@ // file : mssql/query/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test SQL Server-specific query support aspects. diff --git a/mssql/query/makefile b/mssql/query/makefile index 6c8bf4c..d67db93 100644 --- a/mssql/query/makefile +++ b/mssql/query/makefile @@ -1,5 +1,5 @@ # file : mssql/query/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mssql/query/test.hxx b/mssql/query/test.hxx index d9c14df..9553307 100644 --- a/mssql/query/test.hxx +++ b/mssql/query/test.hxx @@ -1,5 +1,5 @@ // file : mssql/query/test.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/mssql/stored-proc/driver.cxx b/mssql/stored-proc/driver.cxx index f8199c3..2d14cd5 100644 --- a/mssql/stored-proc/driver.cxx +++ b/mssql/stored-proc/driver.cxx @@ -1,5 +1,5 @@ // file : mssql/stored-proc/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test SQL Server stored procedure support. diff --git a/mssql/stored-proc/makefile b/mssql/stored-proc/makefile index e5ef70b..b74ed6a 100644 --- a/mssql/stored-proc/makefile +++ b/mssql/stored-proc/makefile @@ -1,5 +1,5 @@ # file : mssql/stored-proc/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mssql/stored-proc/test.hxx b/mssql/stored-proc/test.hxx index e57c1ec..5dc775c 100644 --- a/mssql/stored-proc/test.hxx +++ b/mssql/stored-proc/test.hxx @@ -1,5 +1,5 @@ // file : mssql/stored-proc/test.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/mssql/template/Makefile.am b/mssql/template/Makefile.am index 6c54eaa..0231baa 100644 --- a/mssql/template/Makefile.am +++ b/mssql/template/Makefile.am @@ -1,5 +1,5 @@ # file : mssql/template/Makefile.am -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file EXTRA_DIST = __file__(extra_dist) diff --git a/mssql/template/driver.cxx b/mssql/template/driver.cxx index 978e4fa..cb7cece 100644 --- a/mssql/template/driver.cxx +++ b/mssql/template/driver.cxx @@ -1,5 +1,5 @@ // file : mssql/template/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // PLACE TEST DESCRIPTION HERE diff --git a/mssql/template/makefile b/mssql/template/makefile index 3ff90ba..fafc2dd 100644 --- a/mssql/template/makefile +++ b/mssql/template/makefile @@ -1,5 +1,5 @@ # file : mssql/template/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mssql/template/test.hxx b/mssql/template/test.hxx index c3c661b..3319eda 100644 --- a/mssql/template/test.hxx +++ b/mssql/template/test.hxx @@ -1,5 +1,5 @@ // file : mssql/template/test.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/mssql/test.bat b/mssql/test.bat index caf5dc0..d00f1db 100644 --- a/mssql/test.bat +++ b/mssql/test.bat @@ -1,6 +1,6 @@ @echo off rem file : mssql/test.bat -rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file setlocal diff --git a/mssql/types/driver.cxx b/mssql/types/driver.cxx index 49c586a..30b775c 100644 --- a/mssql/types/driver.cxx +++ b/mssql/types/driver.cxx @@ -1,5 +1,5 @@ // file : mssql/types/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test SQL Server type conversion. diff --git a/mssql/types/makefile b/mssql/types/makefile index fb16fb5..026cc31 100644 --- a/mssql/types/makefile +++ b/mssql/types/makefile @@ -1,5 +1,5 @@ # file : mssql/types/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/mssql/types/test.hxx b/mssql/types/test.hxx index 8f0c521..34dab5b 100644 --- a/mssql/types/test.hxx +++ b/mssql/types/test.hxx @@ -1,5 +1,5 @@ // file : mssql/types/test.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/mssql/types/traits.hxx b/mssql/types/traits.hxx index 1352529..fd80118 100644 --- a/mssql/types/traits.hxx +++ b/mssql/types/traits.hxx @@ -1,5 +1,5 @@ // file : mssql/types/traits.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX -- cgit v1.1