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 /old-tests | |
parent | 28fb279aba3af8bf1a57a9e36b2b183ef68c5454 (diff) |
Update copyright year
Diffstat (limited to 'old-tests')
-rw-r--r-- | old-tests/depdb/buildfile | 2 | ||||
-rw-r--r-- | old-tests/depdb/driver.cxx | 2 | ||||
-rw-r--r-- | old-tests/lexer/buildfile | 2 | ||||
-rw-r--r-- | old-tests/lexer/driver.cxx | 2 | ||||
-rw-r--r-- | old-tests/parser/buildfile | 2 | ||||
-rw-r--r-- | old-tests/parser/driver.cxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/old-tests/depdb/buildfile b/old-tests/depdb/buildfile index de6fbe3..c8b9583 100644 --- a/old-tests/depdb/buildfile +++ b/old-tests/depdb/buildfile @@ -1,5 +1,5 @@ # file : tests/depdb/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/old-tests/depdb/driver.cxx b/old-tests/depdb/driver.cxx index c371dfd..b95d299 100644 --- a/old-tests/depdb/driver.cxx +++ b/old-tests/depdb/driver.cxx @@ -1,5 +1,5 @@ // file : tests/depdb/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 <iostream> diff --git a/old-tests/lexer/buildfile b/old-tests/lexer/buildfile index 613fcf5..534d01c 100644 --- a/old-tests/lexer/buildfile +++ b/old-tests/lexer/buildfile @@ -1,5 +1,5 @@ # file : tests/lexer/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/old-tests/lexer/driver.cxx b/old-tests/lexer/driver.cxx index 96ba0f4..0f4b578 100644 --- a/old-tests/lexer/driver.cxx +++ b/old-tests/lexer/driver.cxx @@ -1,5 +1,5 @@ // file : tests/build/lexer/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 <string> diff --git a/old-tests/parser/buildfile b/old-tests/parser/buildfile index 8f3cbf5..d5509ec 100644 --- a/old-tests/parser/buildfile +++ b/old-tests/parser/buildfile @@ -1,5 +1,5 @@ # file : tests/parser/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/old-tests/parser/driver.cxx b/old-tests/parser/driver.cxx index 037d266..4251f02 100644 --- a/old-tests/parser/driver.cxx +++ b/old-tests/parser/driver.cxx @@ -1,5 +1,5 @@ // file : tests/build/parser/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> |