diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-09 08:46:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-09 08:46:34 +0200 |
commit | 57a26d5e4ecad011cd4a74a19e47cd955c77e9e9 (patch) | |
tree | 93c5b9de645db47e760e9b7495b3ee261215ff5c /tests | |
parent | 9fb791e9fad6c63fc1dac49f4d05ae63b8a3db9b (diff) |
Update copyright year
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> |