diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-03 14:17:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-03 14:17:06 +0200 |
commit | 3444573e660a6238f4223baeef0a46e749875e89 (patch) | |
tree | 09aa0dc7e4234b7b6131da548228e7fb27974b85 /tests/basics | |
parent | 00f6312d8360bf6db0ef69d8dbc40d6952ebbcb6 (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 24d1759..1a95a8a 100644 --- a/tests/basics/buildfile +++ b/tests/basics/buildfile @@ -1,5 +1,5 @@ # file : tests/basics/buildfile -# 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 import libs = libodb-pgsql%lib{odb-pgsql} diff --git a/tests/basics/driver.cxx b/tests/basics/driver.cxx index 609975d..4373635 100644 --- a/tests/basics/driver.cxx +++ b/tests/basics/driver.cxx @@ -1,5 +1,5 @@ // file : tests/basics/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 // Basic test to make sure the library is usable. Functionality testing |