diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 21:40:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 21:40:13 +0300 |
commit | 703343585b9182eca908e6fc4fdb0d886e6a96c0 (patch) | |
tree | 71a79c86aa0bae11dfc142ea91ac84e36079fe3a /tests | |
parent | 4f7038f39171bd7e52d1c18ddb61ce900d95021c (diff) |
Update copyright year
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basics/buildfile | 2 | ||||
-rw-r--r-- | tests/basics/driver.cxx | 2 | ||||
-rw-r--r-- | tests/build/bootstrap.build | 2 | ||||
-rw-r--r-- | tests/build/root.build | 2 | ||||
-rw-r--r-- | tests/buildfile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/basics/buildfile b/tests/basics/buildfile index 4c6b67a..c5090b4 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 : 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 c49b0b1..3b02b7c 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 : 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 cc1f8f2..e7cecda 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# 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 db02854..2b26f05 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file cxx.std = 11 diff --git a/tests/buildfile b/tests/buildfile index 6bf7425..ac3bd71 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file ./: {*/ -build/} |