aboutsummaryrefslogtreecommitdiff
path: root/mssql/native
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:52:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:52:04 +0200
commitad0fc0d9e6d9ad4e9aef6c76e1150ccf8885b217 (patch)
tree7262c62890f5ed4da48b9cf85c84379dc7638486 /mssql/native
parentdae71f180120d7a7e22262220410913d77aa1767 (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 fd23648..562583c 100644
--- a/mssql/native/driver.cxx
+++ b/mssql/native/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/native/driver.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 cb14a9c..6d6c474 100644
--- a/mssql/native/makefile
+++ b/mssql/native/makefile
@@ -1,5 +1,5 @@
# file : mssql/native/makefile
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make