aboutsummaryrefslogtreecommitdiff
path: root/mssql/types
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/types
parent73ec71168651c90160635fa9c990edc716c0dd34 (diff)
Update copyright year
Diffstat (limited to 'mssql/types')
-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
4 files changed, 4 insertions, 4 deletions
diff --git a/mssql/types/driver.cxx b/mssql/types/driver.cxx
index 6276bab..1c2d7d8 100644
--- a/mssql/types/driver.cxx
+++ b/mssql/types/driver.cxx
@@ -1,5 +1,5 @@
// file : mssql/types/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 type conversion.
diff --git a/mssql/types/makefile b/mssql/types/makefile
index fcac4f3..eeb9d8b 100644
--- a/mssql/types/makefile
+++ b/mssql/types/makefile
@@ -1,5 +1,5 @@
# file : mssql/types/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/types/test.hxx b/mssql/types/test.hxx
index 884db35..82f8147 100644
--- a/mssql/types/test.hxx
+++ b/mssql/types/test.hxx
@@ -1,5 +1,5 @@
// file : mssql/types/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
diff --git a/mssql/types/traits.hxx b/mssql/types/traits.hxx
index 659a89e..725e449 100644
--- a/mssql/types/traits.hxx
+++ b/mssql/types/traits.hxx
@@ -1,5 +1,5 @@
// file : mssql/types/traits.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 TRAITS_HXX