aboutsummaryrefslogtreecommitdiff
path: root/mssql/custom
diff options
context:
space:
mode:
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 13282dc..338013d 100644
--- a/mssql/custom/driver.cxx
+++ b/mssql/custom/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/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 SQL Server.
diff --git a/mssql/custom/makefile b/mssql/custom/makefile
index 9d0220c..91fd40f 100644
--- a/mssql/custom/makefile
+++ b/mssql/custom/makefile
@@ -1,5 +1,5 @@
# file : mssql/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/mssql/custom/query.hxx b/mssql/custom/query.hxx
index 6d65f86..58a6edb 100644
--- a/mssql/custom/query.hxx
+++ b/mssql/custom/query.hxx
@@ -1,5 +1,5 @@
// file : mssql/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/mssql/custom/test.hxx b/mssql/custom/test.hxx
index 751669c..763cbfe 100644
--- a/mssql/custom/test.hxx
+++ b/mssql/custom/test.hxx
@@ -1,5 +1,5 @@
// file : mssql/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/mssql/custom/traits.cxx b/mssql/custom/traits.cxx
index 266dec3..3f7430d 100644
--- a/mssql/custom/traits.cxx
+++ b/mssql/custom/traits.cxx
@@ -1,5 +1,5 @@
// file : mssql/types/traits.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
#include "traits.hxx"
diff --git a/mssql/custom/traits.hxx b/mssql/custom/traits.hxx
index 30ca356..ec6ef25 100644
--- a/mssql/custom/traits.hxx
+++ b/mssql/custom/traits.hxx
@@ -1,5 +1,5 @@
// file : mssql/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