diff options
Diffstat (limited to 'qt/mysql/template')
-rw-r--r-- | qt/mysql/template/Makefile.am | 2 | ||||
-rw-r--r-- | qt/mysql/template/driver.cxx | 2 | ||||
-rw-r--r-- | qt/mysql/template/makefile | 2 | ||||
-rw-r--r-- | qt/mysql/template/test.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/qt/mysql/template/Makefile.am b/qt/mysql/template/Makefile.am index 708d76e..28f56a4 100644 --- a/qt/mysql/template/Makefile.am +++ b/qt/mysql/template/Makefile.am @@ -1,5 +1,5 @@ # file : qt/mysql/template/Makefile.am -# 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 EXTRA_DIST = __file__(extra_dist) diff --git a/qt/mysql/template/driver.cxx b/qt/mysql/template/driver.cxx index 9d5cf37..dbac8d5 100644 --- a/qt/mysql/template/driver.cxx +++ b/qt/mysql/template/driver.cxx @@ -1,5 +1,5 @@ // file : qt/mysql/template/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 // PLACE TEST DESCRIPTION HERE diff --git a/qt/mysql/template/makefile b/qt/mysql/template/makefile index a58012b..1f579ea 100644 --- a/qt/mysql/template/makefile +++ b/qt/mysql/template/makefile @@ -1,5 +1,5 @@ # file : qt/mysql/template/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/qt/mysql/template/test.hxx b/qt/mysql/template/test.hxx index fe1d7f7..c9d94aa 100644 --- a/qt/mysql/template/test.hxx +++ b/qt/mysql/template/test.hxx @@ -1,5 +1,5 @@ // file : qt/mysql/template/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 |