aboutsummaryrefslogtreecommitdiff
path: root/mssql/native
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/native
parent73ec71168651c90160635fa9c990edc716c0dd34 (diff)
Update copyright year
Diffstat (limited to 'mssql/native')
-rw-r--r--mssql/native/driver.cxx2
-rw-r--r--mssql/native/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mssql/native/driver.cxx b/mssql/native/driver.cxx
index 710c3c5..588b3fd 100644
--- a/mssql/native/driver.cxx
+++ b/mssql/native/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/native/driver.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 3a09c6c..17ff8a5 100644
--- a/mssql/native/makefile
+++ b/mssql/native/makefile
@@ -1,5 +1,5 @@
# file : mssql/native/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make