diff options
Diffstat (limited to 'mysql/types')
-rw-r--r-- | mysql/types/driver.cxx | 1 | ||||
-rw-r--r-- | mysql/types/makefile | 1 | ||||
-rw-r--r-- | mysql/types/test.hxx | 1 | ||||
-rw-r--r-- | mysql/types/traits.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/mysql/types/driver.cxx b/mysql/types/driver.cxx index d046755..04c8ebf 100644 --- a/mysql/types/driver.cxx +++ b/mysql/types/driver.cxx @@ -1,5 +1,4 @@ // file : mysql/types/driver.cxx -// copyright : Copyright (c) 2009-2019 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 1d8eb2a..779f9b1 100644 --- a/mysql/types/makefile +++ b/mysql/types/makefile @@ -1,5 +1,4 @@ # file : mysql/types/makefile -# copyright : Copyright (c) 2009-2019 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 a1e9434..12eb4e0 100644 --- a/mysql/types/test.hxx +++ b/mysql/types/test.hxx @@ -1,5 +1,4 @@ // file : mysql/types/test.hxx -// copyright : Copyright (c) 2009-2019 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 1f587f5..d4ce200 100644 --- a/mysql/types/traits.hxx +++ b/mysql/types/traits.hxx @@ -1,5 +1,4 @@ // file : mysql/types/traits.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX |