diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-12 14:47:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-13 14:51:19 +0300 |
commit | 680c743e30c8cb3a1293085f9fd4dcacead2ede5 (patch) | |
tree | d86df10fb300d86d649bfa76dcbdba607557eb55 /tests/basics | |
parent | 26da0d4131d488ca58ea54e80863f76ca3375f08 (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 f3a74bd..c148079 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-boost%lib{odb-boost} diff --git a/tests/basics/driver.cxx b/tests/basics/driver.cxx index d8a1d7c..a9c9c3d 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 |