diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-13 12:48:40 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-13 12:48:40 +0300 |
commit | db06aa25c9dc259f6da5ff42b703d6d535bceb8d (patch) | |
tree | 0e663f1e8ae559a476aca535404f768b80615324 /tests/basics | |
parent | b805d6b7c75c243a52dc65f4a49cb0a2556c0615 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'tests/basics')
-rw-r--r-- | tests/basics/buildfile | 1 | ||||
-rw-r--r-- | tests/basics/driver.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/basics/buildfile b/tests/basics/buildfile index 9759243..5d671d3 100644 --- a/tests/basics/buildfile +++ b/tests/basics/buildfile @@ -1,5 +1,4 @@ # file : tests/basics/buildfile -# 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 053d76b..b998574 100644 --- a/tests/basics/driver.cxx +++ b/tests/basics/driver.cxx @@ -1,5 +1,4 @@ // file : tests/basics/driver.cxx -// 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 |