aboutsummaryrefslogtreecommitdiff
path: root/mssql/custom
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-17 11:24:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-17 11:24:18 +0300
commit3e887885ec753f2cb0a9bba6fb4e856e51194a5c (patch)
tree26efdd7835d804dcf41bc4600db468f2e79d6395 /mssql/custom
parente93146629aa6abf64ee86994c52b0efc35f7275a (diff)
Update copyright year
Diffstat (limited to 'mssql/custom')
-rw-r--r--mssql/custom/driver.cxx2
-rw-r--r--mssql/custom/makefile2
-rw-r--r--mssql/custom/query.hxx2
-rw-r--r--mssql/custom/test.hxx2
-rw-r--r--mssql/custom/traits.cxx2
-rw-r--r--mssql/custom/traits.hxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/mssql/custom/driver.cxx b/mssql/custom/driver.cxx
index 28f3a38..f8c5b50 100644
--- a/mssql/custom/driver.cxx
+++ b/mssql/custom/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/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 SQL Server.
diff --git a/mssql/custom/makefile b/mssql/custom/makefile
index 2772d91..89d11c9 100644
--- a/mssql/custom/makefile
+++ b/mssql/custom/makefile
@@ -1,5 +1,5 @@
# file : mssql/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/mssql/custom/query.hxx b/mssql/custom/query.hxx
index 8d29386..ad5d2ab 100644
--- a/mssql/custom/query.hxx
+++ b/mssql/custom/query.hxx
@@ -1,5 +1,5 @@
// file : mssql/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/mssql/custom/test.hxx b/mssql/custom/test.hxx
index a787c6f..26b466b 100644
--- a/mssql/custom/test.hxx
+++ b/mssql/custom/test.hxx
@@ -1,5 +1,5 @@
// file : mssql/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/mssql/custom/traits.cxx b/mssql/custom/traits.cxx
index 4583fef..9fb30dd 100644
--- a/mssql/custom/traits.cxx
+++ b/mssql/custom/traits.cxx
@@ -1,5 +1,5 @@
// file : mssql/types/traits.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
#include "traits.hxx"
diff --git a/mssql/custom/traits.hxx b/mssql/custom/traits.hxx
index c4673df..765f4c7 100644
--- a/mssql/custom/traits.hxx
+++ b/mssql/custom/traits.hxx
@@ -1,5 +1,5 @@
// file : mssql/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