aboutsummaryrefslogtreecommitdiff
path: root/mssql/stored-proc
diff options
context:
space:
mode:
Diffstat (limited to 'mssql/stored-proc')
-rw-r--r--mssql/stored-proc/driver.cxx2
-rw-r--r--mssql/stored-proc/makefile2
-rw-r--r--mssql/stored-proc/test.hxx2
3 files changed, 3 insertions, 3 deletions
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