diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 21:38:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 21:38:28 +0300 |
commit | f01f5df3d8253bce857f127b9b0d44b722454101 (patch) | |
tree | e78a730aac78a3fbb747f0550b44f14acd3f09b5 /tests | |
parent | 9bd250a6abcadd7c81c41dc22be141882d21a3a0 (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 9d376c9..ed31a8f 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 : GNU GPL v2; see accompanying LICENSE file import libs = libodb-mysql%lib{odb-mysql} diff --git a/tests/basics/driver.cxx b/tests/basics/driver.cxx index 7a3b36a..55e745f 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 : GNU GPL v2; 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 805bc82..c5c067b 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 : GNU GPL v2; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index 8aff1ee..ac9d361 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 : GNU GPL v2; see accompanying LICENSE file cxx.std = 11 diff --git a/tests/buildfile b/tests/buildfile index bb1ce38..3614001 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 : GNU GPL v2; see accompanying LICENSE file ./: {*/ -build/} |