diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-24 21:49:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-24 21:49:03 +0300 |
commit | 2b15e7170936eb165b20e2aacd88fa9ea73a8854 (patch) | |
tree | 6e5d61fdb631be2a4f3e72429d9758016deb9edc /tests/basics | |
parent | 486ffc735be4df2e06ad65484eba8a0fd165d9af (diff) |
Update copyright year
Diffstat (limited to 'tests/basics')
-rw-r--r-- | tests/basics/buildfile | 2 | ||||
-rw-r--r-- | tests/basics/driver.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/basics/buildfile b/tests/basics/buildfile index 7c6a464..9d376c9 100644 --- a/tests/basics/buildfile +++ b/tests/basics/buildfile @@ -1,5 +1,5 @@ # file : tests/basics/buildfile -# 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 import libs = libodb-mysql%lib{odb-mysql} diff --git a/tests/basics/driver.cxx b/tests/basics/driver.cxx index 81ab938..7a3b36a 100644 --- a/tests/basics/driver.cxx +++ b/tests/basics/driver.cxx @@ -1,5 +1,5 @@ // file : tests/basics/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 // Basic test to make sure the library is usable. Functionality testing |