aboutsummaryrefslogtreecommitdiff
path: root/mysql/template
diff options
context:
space:
mode:
Diffstat (limited to 'mysql/template')
-rw-r--r--mysql/template/Makefile.am2
-rw-r--r--mysql/template/driver.cxx2
-rw-r--r--mysql/template/makefile2
-rw-r--r--mysql/template/test.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/mysql/template/Makefile.am b/mysql/template/Makefile.am
index 31eea41..7571e28 100644
--- a/mysql/template/Makefile.am
+++ b/mysql/template/Makefile.am
@@ -1,6 +1,6 @@
# file : mysql/template/Makefile.am
# 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
EXTRA_DIST = __file__(extra_dist)
diff --git a/mysql/template/driver.cxx b/mysql/template/driver.cxx
index 5e4d6b3..d7fecdf 100644
--- a/mysql/template/driver.cxx
+++ b/mysql/template/driver.cxx
@@ -1,6 +1,6 @@
// file : mysql/template/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
// PLACE TEST DESCRIPTION HERE
diff --git a/mysql/template/makefile b/mysql/template/makefile
index 05285ec..6362ab2 100644
--- a/mysql/template/makefile
+++ b/mysql/template/makefile
@@ -1,6 +1,6 @@
# file : mysql/template/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/template/test.hxx b/mysql/template/test.hxx
index abac96e..e5a593f 100644
--- a/mysql/template/test.hxx
+++ b/mysql/template/test.hxx
@@ -1,6 +1,6 @@
// file : mysql/template/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