aboutsummaryrefslogtreecommitdiff
path: root/mysql
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
parent73ec71168651c90160635fa9c990edc716c0dd34 (diff)
Update copyright year
Diffstat (limited to 'mysql')
-rw-r--r--mysql/Makefile.am2
-rw-r--r--mysql/custom/driver.cxx2
-rw-r--r--mysql/custom/makefile2
-rw-r--r--mysql/custom/query.hxx2
-rw-r--r--mysql/custom/test.hxx2
-rw-r--r--mysql/custom/traits.hxx2
-rw-r--r--mysql/database/driver.cxx2
-rw-r--r--mysql/database/makefile2
-rw-r--r--mysql/index/driver.cxx2
-rw-r--r--mysql/index/makefile2
-rw-r--r--mysql/index/test.hxx2
-rw-r--r--mysql/makefile2
-rw-r--r--mysql/native/driver.cxx2
-rw-r--r--mysql/native/makefile2
-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
-rw-r--r--mysql/test.bat2
-rw-r--r--mysql/truncation/driver.cxx2
-rw-r--r--mysql/truncation/makefile2
-rw-r--r--mysql/truncation/test.hxx2
-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
26 files changed, 26 insertions, 26 deletions
diff --git a/mysql/Makefile.am b/mysql/Makefile.am
index 49bac08..a51fee2 100644
--- a/mysql/Makefile.am
+++ b/mysql/Makefile.am
@@ -1,5 +1,5 @@
# file : mysql/Makefile.am
-# 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
SUBDIRS = __path__(dirs)
diff --git a/mysql/custom/driver.cxx b/mysql/custom/driver.cxx
index 83aac7e..95b3517 100644
--- a/mysql/custom/driver.cxx
+++ b/mysql/custom/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/custom/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 custom database type mapping in MySQL.
diff --git a/mysql/custom/makefile b/mysql/custom/makefile
index 7700323..91c0a89 100644
--- a/mysql/custom/makefile
+++ b/mysql/custom/makefile
@@ -1,5 +1,5 @@
# file : mysql/custom/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/custom/query.hxx b/mysql/custom/query.hxx
index ccd00e7..ad607b1 100644
--- a/mysql/custom/query.hxx
+++ b/mysql/custom/query.hxx
@@ -1,5 +1,5 @@
// file : mysql/custom/query.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 QUERY_HXX
diff --git a/mysql/custom/test.hxx b/mysql/custom/test.hxx
index 5d739a1..510082b 100644
--- a/mysql/custom/test.hxx
+++ b/mysql/custom/test.hxx
@@ -1,5 +1,5 @@
// file : mysql/custom/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/mysql/custom/traits.hxx b/mysql/custom/traits.hxx
index bf4ceb4..45eee48 100644
--- a/mysql/custom/traits.hxx
+++ b/mysql/custom/traits.hxx
@@ -1,5 +1,5 @@
// file : mysql/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
diff --git a/mysql/database/driver.cxx b/mysql/database/driver.cxx
index f385b3f..bdafff1 100644
--- a/mysql/database/driver.cxx
+++ b/mysql/database/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/database/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 that database constructors are unambiguous (compilation only).
diff --git a/mysql/database/makefile b/mysql/database/makefile
index d6d9787..ef3e673 100644
--- a/mysql/database/makefile
+++ b/mysql/database/makefile
@@ -1,5 +1,5 @@
# file : mysql/database/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/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
diff --git a/mysql/makefile b/mysql/makefile
index eec0791..e657da7 100644
--- a/mysql/makefile
+++ b/mysql/makefile
@@ -1,5 +1,5 @@
# file : mysql/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/mysql/native/driver.cxx b/mysql/native/driver.cxx
index 9eaf504..2912a91 100644
--- a/mysql/native/driver.cxx
+++ b/mysql/native/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/native/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 native SQL execution.
diff --git a/mysql/native/makefile b/mysql/native/makefile
index 4a43cc4..ce0a283 100644
--- a/mysql/native/makefile
+++ b/mysql/native/makefile
@@ -1,5 +1,5 @@
# file : mysql/native/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/template/Makefile.am b/mysql/template/Makefile.am
index 0ba50ba..1e7e7a7 100644
--- a/mysql/template/Makefile.am
+++ b/mysql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : mysql/template/Makefile.am
-# 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
EXTRA_DIST = __file__(extra_dist)
diff --git a/mysql/template/driver.cxx b/mysql/template/driver.cxx
index 0789891..7d9ff71 100644
--- a/mysql/template/driver.cxx
+++ b/mysql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/template/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
// PLACE TEST DESCRIPTION HERE
diff --git a/mysql/template/makefile b/mysql/template/makefile
index 6bb505f..c4afa1e 100644
--- a/mysql/template/makefile
+++ b/mysql/template/makefile
@@ -1,5 +1,5 @@
# file : mysql/template/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/template/test.hxx b/mysql/template/test.hxx
index 48d084d..ce6436e 100644
--- a/mysql/template/test.hxx
+++ b/mysql/template/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
diff --git a/mysql/test.bat b/mysql/test.bat
index 1cd54e2..81f3864 100644
--- a/mysql/test.bat
+++ b/mysql/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : mysql/test.bat
-rem copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal
diff --git a/mysql/truncation/driver.cxx b/mysql/truncation/driver.cxx
index da870d0..df69b5e 100644
--- a/mysql/truncation/driver.cxx
+++ b/mysql/truncation/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/truncation/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 insufficient buffer/truncation handling.
diff --git a/mysql/truncation/makefile b/mysql/truncation/makefile
index 95f951b..0825d67 100644
--- a/mysql/truncation/makefile
+++ b/mysql/truncation/makefile
@@ -1,5 +1,5 @@
# file : mysql/truncation/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/truncation/test.hxx b/mysql/truncation/test.hxx
index b1aae1a..03bb120 100644
--- a/mysql/truncation/test.hxx
+++ b/mysql/truncation/test.hxx
@@ -1,5 +1,5 @@
// file : mysql/truncation/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/mysql/types/driver.cxx b/mysql/types/driver.cxx
index 0a7155e..07487a2 100644
--- a/mysql/types/driver.cxx
+++ b/mysql/types/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/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 MySQL type conversion.
diff --git a/mysql/types/makefile b/mysql/types/makefile
index 0770d8b..ef1fe9f 100644
--- a/mysql/types/makefile
+++ b/mysql/types/makefile
@@ -1,5 +1,5 @@
# file : mysql/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/mysql/types/test.hxx b/mysql/types/test.hxx
index bc4c773..73160c2 100644
--- a/mysql/types/test.hxx
+++ b/mysql/types/test.hxx
@@ -1,5 +1,5 @@
// file : mysql/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/mysql/types/traits.hxx b/mysql/types/traits.hxx
index c437faa..f1d98b7 100644
--- a/mysql/types/traits.hxx
+++ b/mysql/types/traits.hxx
@@ -1,5 +1,5 @@
// file : mysql/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