diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/buildfile | 2 | ||||
-rw-r--r-- | tests/lexer/buildfile | 2 | ||||
-rw-r--r-- | tests/lexer/driver.cxx | 2 | ||||
-rw-r--r-- | tests/parser/buildfile | 2 | ||||
-rw-r--r-- | tests/parser/driver.cxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/buildfile b/tests/buildfile index d53e326..a051c4d 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file d= diff --git a/tests/lexer/buildfile b/tests/lexer/buildfile index a6976cf..9a17904 100644 --- a/tests/lexer/buildfile +++ b/tests/lexer/buildfile @@ -1,5 +1,5 @@ # file : tests/lexer/buildfile -# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/lexer/driver.cxx b/tests/lexer/driver.cxx index 269a6c1..8ba71a5 100644 --- a/tests/lexer/driver.cxx +++ b/tests/lexer/driver.cxx @@ -1,5 +1,5 @@ // file : tests/build/lexer/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <string> diff --git a/tests/parser/buildfile b/tests/parser/buildfile index c3eda28..ec158fa 100644 --- a/tests/parser/buildfile +++ b/tests/parser/buildfile @@ -1,5 +1,5 @@ # file : tests/parser/buildfile -# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/parser/driver.cxx b/tests/parser/driver.cxx index ffafcea..7c73937 100644 --- a/tests/parser/driver.cxx +++ b/tests/parser/driver.cxx @@ -1,5 +1,5 @@ // file : tests/build/parser/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <cassert> |