aboutsummaryrefslogtreecommitdiff
path: root/mysql/types
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:23:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:23:50 +0200
commit0a8568dda1ddbbd6b3207f95b62c5f8029bbceef (patch)
tree263bc53b94a59c496ecb6a045a90e7532bcb7a87 /mysql/types
parentb66317f7c2d2a46ec0886a2a42bc90687d0fb871 (diff)
Update copyright year
Diffstat (limited to 'mysql/types')
-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
4 files changed, 4 insertions, 4 deletions
diff --git a/mysql/types/driver.cxx b/mysql/types/driver.cxx
index 46ad54e..cb67b7a 100644
--- a/mysql/types/driver.cxx
+++ b/mysql/types/driver.cxx
@@ -1,5 +1,5 @@
// file : mysql/types/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 5b27a29..465a51a 100644
--- a/mysql/types/makefile
+++ b/mysql/types/makefile
@@ -1,5 +1,5 @@
# file : mysql/types/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 aaf6df7..63e5531 100644
--- a/mysql/types/test.hxx
+++ b/mysql/types/test.hxx
@@ -1,5 +1,5 @@
// file : mysql/types/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 b25e0da..8ea15de 100644
--- a/mysql/types/traits.hxx
+++ b/mysql/types/traits.hxx
@@ -1,5 +1,5 @@
// file : mysql/types/traits.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX