diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 21:33:30 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 21:33:30 +0300 |
commit | c4ccd3db7b83b2cf015c1dee328ea83e526e6402 (patch) | |
tree | b9647b45aca830ac55c337cb6c98a904ceff895d /tests/basics | |
parent | e026811c699a92a497be5efaf9a5b4c1dc74183e (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 7a4df2a..9759243 100644 --- a/tests/basics/buildfile +++ b/tests/basics/buildfile @@ -1,5 +1,5 @@ # file : tests/basics/buildfile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file import libs = libodb-sqlite%lib{odb-sqlite} diff --git a/tests/basics/driver.cxx b/tests/basics/driver.cxx index ab7f67e..053d76b 100644 --- a/tests/basics/driver.cxx +++ b/tests/basics/driver.cxx @@ -1,5 +1,5 @@ // file : tests/basics/driver.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Basic test to make sure the library is usable. Functionality testing |