aboutsummaryrefslogtreecommitdiff
path: root/mysql/types
diff options
context:
space:
mode:
Diffstat (limited to 'mysql/types')
-rw-r--r--mysql/types/driver.cxx2
-rw-r--r--mysql/types/makefile2
-rw-r--r--mysql/types/test.hxx2
-rw-r--r--mysql/types/traits.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/mysql/types/driver.cxx b/mysql/types/driver.cxx
index ef87afd..d4fa7ec 100644
--- a/mysql/types/driver.cxx
+++ b/mysql/types/driver.cxx
@@ -1,6 +1,6 @@
// file : mysql/types/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test MySQL type conversion.
diff --git a/mysql/types/makefile b/mysql/types/makefile
index d84614b..4d61eef 100644
--- a/mysql/types/makefile
+++ b/mysql/types/makefile
@@ -1,6 +1,6 @@
# file : mysql/types/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/mysql/types/test.hxx b/mysql/types/test.hxx
index d950a9a..80d1423 100644
--- a/mysql/types/test.hxx
+++ b/mysql/types/test.hxx
@@ -1,6 +1,6 @@
// file : mysql/types/test.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/mysql/types/traits.hxx b/mysql/types/traits.hxx
index 7d42798..9ab0b32 100644
--- a/mysql/types/traits.hxx
+++ b/mysql/types/traits.hxx
@@ -1,6 +1,6 @@
// file : mysql/types/traits.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX