diff options
Diffstat (limited to 'mysql/database')
-rw-r--r-- | mysql/database/driver.cxx | 2 | ||||
-rw-r--r-- | mysql/database/makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mysql/database/driver.cxx b/mysql/database/driver.cxx index 46f0523..28950e0 100644 --- a/mysql/database/driver.cxx +++ b/mysql/database/driver.cxx @@ -1,5 +1,5 @@ // file : mysql/database/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test that database constructors are unambiguous (compilation only). diff --git a/mysql/database/makefile b/mysql/database/makefile index 0621716..012db1e 100644 --- a/mysql/database/makefile +++ b/mysql/database/makefile @@ -1,5 +1,5 @@ # file : mysql/database/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make |