aboutsummaryrefslogtreecommitdiff
path: root/mssql
diff options
context:
space:
mode:
Diffstat (limited to 'mssql')
-rw-r--r--mssql/Makefile.am2
-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
-rw-r--r--mssql/database/driver.cxx2
-rw-r--r--mssql/database/makefile2
-rw-r--r--mssql/makefile2
-rw-r--r--mssql/native/driver.cxx2
-rw-r--r--mssql/native/makefile2
-rw-r--r--mssql/query/driver.cxx2
-rw-r--r--mssql/query/makefile2
-rw-r--r--mssql/query/test.hxx2
-rw-r--r--mssql/stored-proc/driver.cxx2
-rw-r--r--mssql/stored-proc/makefile2
-rw-r--r--mssql/stored-proc/test.hxx2
-rw-r--r--mssql/template/Makefile.am2
-rw-r--r--mssql/template/driver.cxx2
-rw-r--r--mssql/template/makefile2
-rw-r--r--mssql/template/test.hxx2
-rw-r--r--mssql/test.bat2
-rw-r--r--mssql/types/driver.cxx2
-rw-r--r--mssql/types/makefile2
-rw-r--r--mssql/types/test.hxx2
-rw-r--r--mssql/types/traits.hxx2
27 files changed, 27 insertions, 27 deletions
diff --git a/mssql/Makefile.am b/mssql/Makefile.am
index fcc42d0..2abec21 100644
--- a/mssql/Makefile.am
+++ b/mssql/Makefile.am
@@ -1,5 +1,5 @@
# file : mssql/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/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
diff --git a/mssql/database/driver.cxx b/mssql/database/driver.cxx
index c781c11..cb50b5e 100644
--- a/mssql/database/driver.cxx
+++ b/mssql/database/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/database/driver.cxx
-// 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
// Test that database constructors are unambiguous (compilation only).
diff --git a/mssql/database/makefile b/mssql/database/makefile
index c01d9a0..3100663 100644
--- a/mssql/database/makefile
+++ b/mssql/database/makefile
@@ -1,5 +1,5 @@
# file : mssql/database/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/mssql/makefile b/mssql/makefile
index c834388..b5df98c 100644
--- a/mssql/makefile
+++ b/mssql/makefile
@@ -1,5 +1,5 @@
# file : mssql/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/mssql/native/driver.cxx b/mssql/native/driver.cxx
index 2210f50..21cd511 100644
--- a/mssql/native/driver.cxx
+++ b/mssql/native/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/native/driver.cxx
-// 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
// Test native SQL execution.
diff --git a/mssql/native/makefile b/mssql/native/makefile
index 7b70116..acc05fa 100644
--- a/mssql/native/makefile
+++ b/mssql/native/makefile
@@ -1,5 +1,5 @@
# file : mssql/native/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/mssql/query/driver.cxx b/mssql/query/driver.cxx
index e921ffb..318d437 100644
--- a/mssql/query/driver.cxx
+++ b/mssql/query/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/query/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 SQL Server-specific query support aspects.
diff --git a/mssql/query/makefile b/mssql/query/makefile
index d67db93..8f3e8d4 100644
--- a/mssql/query/makefile
+++ b/mssql/query/makefile
@@ -1,5 +1,5 @@
# file : mssql/query/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/query/test.hxx b/mssql/query/test.hxx
index 9553307..4f6de8a 100644
--- a/mssql/query/test.hxx
+++ b/mssql/query/test.hxx
@@ -1,5 +1,5 @@
// file : mssql/query/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/stored-proc/driver.cxx b/mssql/stored-proc/driver.cxx
index 2d14cd5..af66316 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 b74ed6a..39636cf 100644
--- a/mssql/stored-proc/makefile
+++ b/mssql/stored-proc/makefile
@@ -1,5 +1,5 @@
# file : mssql/stored-proc/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/stored-proc/test.hxx b/mssql/stored-proc/test.hxx
index 5dc775c..23fe5bd 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-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/template/Makefile.am b/mssql/template/Makefile.am
index 0231baa..e0aac1a 100644
--- a/mssql/template/Makefile.am
+++ b/mssql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : mssql/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/mssql/template/driver.cxx b/mssql/template/driver.cxx
index cb7cece..0bc2536 100644
--- a/mssql/template/driver.cxx
+++ b/mssql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/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/mssql/template/makefile b/mssql/template/makefile
index fafc2dd..8a6c727 100644
--- a/mssql/template/makefile
+++ b/mssql/template/makefile
@@ -1,5 +1,5 @@
# file : mssql/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/mssql/template/test.hxx b/mssql/template/test.hxx
index 3319eda..6d99a4b 100644
--- a/mssql/template/test.hxx
+++ b/mssql/template/test.hxx
@@ -1,5 +1,5 @@
// file : mssql/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/mssql/test.bat b/mssql/test.bat
index d00f1db..1940399 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-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/mssql/types/driver.cxx b/mssql/types/driver.cxx
index 30b775c..6e3981f 100644
--- a/mssql/types/driver.cxx
+++ b/mssql/types/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/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 SQL Server type conversion.
diff --git a/mssql/types/makefile b/mssql/types/makefile
index 026cc31..08ccf5e 100644
--- a/mssql/types/makefile
+++ b/mssql/types/makefile
@@ -1,5 +1,5 @@
# file : mssql/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/mssql/types/test.hxx b/mssql/types/test.hxx
index 34dab5b..1b0d74f 100644
--- a/mssql/types/test.hxx
+++ b/mssql/types/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/types/traits.hxx b/mssql/types/traits.hxx
index fd80118..d50eecc 100644
--- a/mssql/types/traits.hxx
+++ b/mssql/types/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