diff options
Diffstat (limited to 'tests/process')
-rw-r--r-- | tests/process/buildfile | 2 | ||||
-rw-r--r-- | tests/process/driver.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/process/buildfile b/tests/process/buildfile index f3d2cd4..ae765c4 100644 --- a/tests/process/buildfile +++ b/tests/process/buildfile @@ -1,5 +1,5 @@ # file : tests/process/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} ../../butl/lib{butl} diff --git a/tests/process/driver.cxx b/tests/process/driver.cxx index d2a8172..cc806f2 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <stdlib.h> // getenv(), setenv(), _putenv() |