diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-09 10:19:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-09 10:19:19 +0200 |
commit | d56f7077de2a985b9e105df3fd70253381a01401 (patch) | |
tree | 517733baa1781534f20ad16db9faf86ff52a90db /mysql/types | |
parent | 73ec71168651c90160635fa9c990edc716c0dd34 (diff) |
Update copyright year
Diffstat (limited to 'mysql/types')
-rw-r--r-- | mysql/types/driver.cxx | 2 | ||||
-rw-r--r-- | mysql/types/makefile | 2 | ||||
-rw-r--r-- | mysql/types/test.hxx | 2 | ||||
-rw-r--r-- | mysql/types/traits.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
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 |