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 2563560..84344d1 100644
--- a/mssql/Makefile.am
+++ b/mssql/Makefile.am
@@ -1,5 +1,5 @@
# file : mssql/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 ebaa790..13282dc 100644
--- a/mssql/custom/driver.cxx
+++ b/mssql/custom/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/custom/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 8966239..9d0220c 100644
--- a/mssql/custom/makefile
+++ b/mssql/custom/makefile
@@ -1,5 +1,5 @@
# file : mssql/custom/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 d2e29e6..6d65f86 100644
--- a/mssql/custom/query.hxx
+++ b/mssql/custom/query.hxx
@@ -1,5 +1,5 @@
// file : mssql/custom/query.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 7e6e81c..751669c 100644
--- a/mssql/custom/test.hxx
+++ b/mssql/custom/test.hxx
@@ -1,5 +1,5 @@
// file : mssql/types/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 80fe42f..266dec3 100644
--- a/mssql/custom/traits.cxx
+++ b/mssql/custom/traits.cxx
@@ -1,5 +1,5 @@
// file : mssql/types/traits.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 a35fa49..30ca356 100644
--- a/mssql/custom/traits.hxx
+++ b/mssql/custom/traits.hxx
@@ -1,5 +1,5 @@
// file : mssql/types/traits.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 2dd4fec..aabd65e 100644
--- a/mssql/database/driver.cxx
+++ b/mssql/database/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/database/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 8d26113..7cd791d 100644
--- a/mssql/database/makefile
+++ b/mssql/database/makefile
@@ -1,5 +1,5 @@
# file : mssql/database/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 646e776..da1bd48 100644
--- a/mssql/makefile
+++ b/mssql/makefile
@@ -1,5 +1,5 @@
# file : mssql/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 588b3fd..c36cf3f 100644
--- a/mssql/native/driver.cxx
+++ b/mssql/native/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/native/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 03d9a3a..128e9ca 100644
--- a/mssql/native/makefile
+++ b/mssql/native/makefile
@@ -1,5 +1,5 @@
# file : mssql/native/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 bb0b740..897ccb9 100644
--- a/mssql/query/driver.cxx
+++ b/mssql/query/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/query/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 b1382ff..651709b 100644
--- a/mssql/query/makefile
+++ b/mssql/query/makefile
@@ -1,5 +1,5 @@
# file : mssql/query/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 7f1c1f6..5818830 100644
--- a/mssql/query/test.hxx
+++ b/mssql/query/test.hxx
@@ -1,5 +1,5 @@
// file : mssql/query/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 afb5fe5..a834847 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 f590150..2933a05 100644
--- a/mssql/stored-proc/makefile
+++ b/mssql/stored-proc/makefile
@@ -1,5 +1,5 @@
# file : mssql/stored-proc/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 cb02920..8537096 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 379b77a..48d0a84 100644
--- a/mssql/template/Makefile.am
+++ b/mssql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : mssql/template/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 9e6b481..aec5c21 100644
--- a/mssql/template/driver.cxx
+++ b/mssql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/template/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 b4cc8c0..c2f8f41 100644
--- a/mssql/template/makefile
+++ b/mssql/template/makefile
@@ -1,5 +1,5 @@
# file : mssql/template/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 7eca09b..61de2e1 100644
--- a/mssql/template/test.hxx
+++ b/mssql/template/test.hxx
@@ -1,5 +1,5 @@
// file : mssql/template/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 2fbfb34..8150a39 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-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 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 55e4c68..09e13c5 100644
--- a/mssql/types/driver.cxx
+++ b/mssql/types/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/types/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 50625ee..a8c4b25 100644
--- a/mssql/types/makefile
+++ b/mssql/types/makefile
@@ -1,5 +1,5 @@
# file : mssql/types/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 9d9ab89..0b4653e 100644
--- a/mssql/types/test.hxx
+++ b/mssql/types/test.hxx
@@ -1,5 +1,5 @@
// file : mssql/types/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 725e449..d59ec00 100644
--- a/mssql/types/traits.hxx
+++ b/mssql/types/traits.hxx
@@ -1,5 +1,5 @@
// file : mssql/types/traits.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX