aboutsummaryrefslogtreecommitdiff
path: root/mssql/query
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:19 +0200
commitd56f7077de2a985b9e105df3fd70253381a01401 (patch)
tree517733baa1781534f20ad16db9faf86ff52a90db /mssql/query
parent73ec71168651c90160635fa9c990edc716c0dd34 (diff)
Update copyright year
Diffstat (limited to 'mssql/query')
-rw-r--r--mssql/query/driver.cxx2
-rw-r--r--mssql/query/makefile2
-rw-r--r--mssql/query/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/mssql/query/driver.cxx b/mssql/query/driver.cxx
index 03b3284..bb0b740 100644
--- a/mssql/query/driver.cxx
+++ b/mssql/query/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/query/driver.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 cd3a457..98d1f68 100644
--- a/mssql/query/makefile
+++ b/mssql/query/makefile
@@ -1,5 +1,5 @@
# file : mssql/query/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 ae1a76e..7f1c1f6 100644
--- a/mssql/query/test.hxx
+++ b/mssql/query/test.hxx
@@ -1,5 +1,5 @@
// file : mssql/query/test.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX