diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 20:38:22 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 20:38:22 +0300 |
commit | 3eb73174972d542425e82a107e3eae06cab2f9ca (patch) | |
tree | 116b9686b61f5dda66dbf9b8572c7a40cfe59e36 /unit-tests/scheduler | |
parent | 28fb279aba3af8bf1a57a9e36b2b183ef68c5454 (diff) |
Update copyright year
Diffstat (limited to 'unit-tests/scheduler')
-rw-r--r-- | unit-tests/scheduler/buildfile | 2 | ||||
-rw-r--r-- | unit-tests/scheduler/driver.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/scheduler/buildfile b/unit-tests/scheduler/buildfile index 23ee69f..c666bb1 100644 --- a/unit-tests/scheduler/buildfile +++ b/unit-tests/scheduler/buildfile @@ -1,5 +1,5 @@ # file : unit-tests/scheduler/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file include ../../build2/ diff --git a/unit-tests/scheduler/driver.cxx b/unit-tests/scheduler/driver.cxx index a966127..5f03523 100644 --- a/unit-tests/scheduler/driver.cxx +++ b/unit-tests/scheduler/driver.cxx @@ -1,5 +1,5 @@ // file : unit-tests/scheduler/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 <chrono> |