diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-13 12:23:41 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-13 14:54:39 +0300 |
commit | b363b6ecf12d9652cc20043c7782424df4a1c543 (patch) | |
tree | 02353118f3388c33081147c646766dd499e187ae /tests | |
parent | 8465132c2e013d40fdbbe10d446f0717e4064f8a (diff) |
Drop copyright notice from source code
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basics/buildfile | 1 | ||||
-rw-r--r-- | tests/basics/driver.cxx | 1 | ||||
-rw-r--r-- | tests/build/bootstrap.build | 1 | ||||
-rw-r--r-- | tests/build/root.build | 1 | ||||
-rw-r--r-- | tests/buildfile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/tests/basics/buildfile b/tests/basics/buildfile index c5090b4..e963685 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 : ODB NCUEL; see accompanying LICENSE file import libs = libodb-oracle%lib{odb-oracle} diff --git a/tests/basics/driver.cxx b/tests/basics/driver.cxx index 3b02b7c..38ec6d2 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 : ODB NCUEL; see accompanying LICENSE file // Basic test to make sure the library is usable. Functionality testing diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index e7cecda..895126c 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,4 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index 7b3693c..bbd3781 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,4 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file cxx.std = latest diff --git a/tests/buildfile b/tests/buildfile index ac3bd71..fd73adc 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,4 @@ # file : tests/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file ./: {*/ -build/} |