aboutsummaryrefslogtreecommitdiff
path: root/mysql/custom
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:31:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:31:17 +0200
commit9c304207722ff9e2794ba25bb496858f089e4a2a (patch)
tree2b714ef3d2bb2a8c8c450649b7996c7a2cab0096 /mysql/custom
parentd7318daf46ac3539f6f7651f99cc75921ffa4a37 (diff)
Update copyright
Diffstat (limited to 'mysql/custom')
-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
5 files changed, 5 insertions, 5 deletions
diff --git a/mysql/custom/driver.cxx b/mysql/custom/driver.cxx
index 5170e76..a7e0c4b 100644
--- a/mysql/custom/driver.cxx
+++ b/mysql/custom/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/custom/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 ca8c67d..909196a 100644
--- a/mysql/custom/makefile
+++ b/mysql/custom/makefile
@@ -1,5 +1,5 @@
# file : mysql/custom/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 ad607b1..97c29d9 100644
--- a/mysql/custom/query.hxx
+++ b/mysql/custom/query.hxx
@@ -1,5 +1,5 @@
// file : mysql/custom/query.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 510082b..0520d64 100644
--- a/mysql/custom/test.hxx
+++ b/mysql/custom/test.hxx
@@ -1,5 +1,5 @@
// file : mysql/custom/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 45eee48..4725480 100644
--- a/mysql/custom/traits.hxx
+++ b/mysql/custom/traits.hxx
@@ -1,5 +1,5 @@
// file : mysql/types/traits.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX