diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 16:57:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 16:57:28 +0200 |
commit | db5b409f5e6e5c5d3771febd8046240cdb3e06e4 (patch) | |
tree | d1b060bdfb0095eaaec63a4ade71a4b4b69fb96d /mysql/types | |
parent | 3fd22b7b86ebad8fbd4b66da3d63e6d9c1ca829c (diff) |
Copyright update
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 ef87afd..d4fa7ec 100644 --- a/mysql/types/driver.cxx +++ b/mysql/types/driver.cxx @@ -1,6 +1,6 @@ // file : mysql/types/driver.cxx // author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 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 d84614b..4d61eef 100644 --- a/mysql/types/makefile +++ b/mysql/types/makefile @@ -1,6 +1,6 @@ # file : mysql/types/makefile # author : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 d950a9a..80d1423 100644 --- a/mysql/types/test.hxx +++ b/mysql/types/test.hxx @@ -1,6 +1,6 @@ // file : mysql/types/test.hxx // author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 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 7d42798..9ab0b32 100644 --- a/mysql/types/traits.hxx +++ b/mysql/types/traits.hxx @@ -1,6 +1,6 @@ // file : mysql/types/traits.hxx // author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX |