diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 20:45:00 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 20:45:00 +0300 |
commit | 2ad811b3fbb5e8101111ea24a58fa7ffce7f06dd (patch) | |
tree | 084d33c38c3c64e9417c432eb07a97c9d5e61e74 /tests/process | |
parent | 78be8e1604f183b28527159047bab69a5cbe9232 (diff) |
Update copyright year
Diffstat (limited to 'tests/process')
-rw-r--r-- | tests/process/buildfile | 2 | ||||
-rw-r--r-- | tests/process/driver.cxx | 2 | ||||
-rw-r--r-- | tests/process/testscript | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/process/buildfile b/tests/process/buildfile index 8548c4b..8c932d8 100644 --- a/tests/process/buildfile +++ b/tests/process/buildfile @@ -1,5 +1,5 @@ # file : tests/process/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/process/driver.cxx b/tests/process/driver.cxx index 18017a7..ea42c07 100644 --- a/tests/process/driver.cxx +++ b/tests/process/driver.cxx @@ -1,5 +1,5 @@ // file : tests/process/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <cassert> diff --git a/tests/process/testscript b/tests/process/testscript index fd0badc..ee6d7a6 100644 --- a/tests/process/testscript +++ b/tests/process/testscript @@ -1,5 +1,5 @@ # file : tests/process/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file if ($cxx.target.class == 'windows') |