aboutsummaryrefslogtreecommitdiff
path: root/mysql/index
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 /mysql/index
parent73ec71168651c90160635fa9c990edc716c0dd34 (diff)
Update copyright year
Diffstat (limited to 'mysql/index')
-rw-r--r--mysql/index/driver.cxx2
-rw-r--r--mysql/index/makefile2
-rw-r--r--mysql/index/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/mysql/index/driver.cxx b/mysql/index/driver.cxx
index 3b1a1af..ac8b6e6 100644
--- a/mysql/index/driver.cxx
+++ b/mysql/index/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/index/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 MySQL index creation. See also the common test.
diff --git a/mysql/index/makefile b/mysql/index/makefile
index c594679..d3e7740 100644
--- a/mysql/index/makefile
+++ b/mysql/index/makefile
@@ -1,5 +1,5 @@
# file : mysql/index/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/mysql/index/test.hxx b/mysql/index/test.hxx
index 65870ff..ea12559 100644
--- a/mysql/index/test.hxx
+++ b/mysql/index/test.hxx
@@ -1,5 +1,5 @@
// file : mysql/template/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