aboutsummaryrefslogtreecommitdiff
path: root/mysql/template
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 /mysql/template
parentdae71f180120d7a7e22262220410913d77aa1767 (diff)
Update copyright year
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 b508146..cd3f9b5 100644
--- a/mysql/template/Makefile.am
+++ b/mysql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : mysql/template/Makefile.am
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 a7b3980..636af43 100644
--- a/mysql/template/driver.cxx
+++ b/mysql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/template/driver.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 a92574c..a5aacdd 100644
--- a/mysql/template/makefile
+++ b/mysql/template/makefile
@@ -1,5 +1,5 @@
# file : mysql/template/makefile
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 31abd3d..48d084d 100644
--- a/mysql/template/test.hxx
+++ b/mysql/template/test.hxx
@@ -1,5 +1,5 @@
// file : mysql/template/test.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX