diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-05 16:01:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-05 16:01:24 +0200 |
commit | 4598656934424b42be1e7d6c513c7f005881ad90 (patch) | |
tree | 6a521c8af79334c93a2890e4231ed11f3a6878e6 /unit-tests/lexer | |
parent | f5ea93b1711b9f50bdbbd20f3b34f2e8fcb47665 (diff) |
Update copyright year
Diffstat (limited to 'unit-tests/lexer')
-rw-r--r-- | unit-tests/lexer/buildfile | 2 | ||||
-rw-r--r-- | unit-tests/lexer/comment.test | 2 | ||||
-rw-r--r-- | unit-tests/lexer/driver.cxx | 2 | ||||
-rw-r--r-- | unit-tests/lexer/eval.test | 2 | ||||
-rw-r--r-- | unit-tests/lexer/quoting.test | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/unit-tests/lexer/buildfile b/unit-tests/lexer/buildfile index bdd8dd1..3ad0ac6 100644 --- a/unit-tests/lexer/buildfile +++ b/unit-tests/lexer/buildfile @@ -1,5 +1,5 @@ # file : unit-tests/lexer/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file #@@ Temporary until we get utility library support. diff --git a/unit-tests/lexer/comment.test b/unit-tests/lexer/comment.test index 65e768c..025b0a2 100644 --- a/unit-tests/lexer/comment.test +++ b/unit-tests/lexer/comment.test @@ -1,5 +1,5 @@ # file : unit-tests/lexer/comment.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Single-line comments. diff --git a/unit-tests/lexer/driver.cxx b/unit-tests/lexer/driver.cxx index 326ac8a..e9ccd63 100644 --- a/unit-tests/lexer/driver.cxx +++ b/unit-tests/lexer/driver.cxx @@ -1,5 +1,5 @@ // file : unit-tests/lexer/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 <cassert> diff --git a/unit-tests/lexer/eval.test b/unit-tests/lexer/eval.test index 0f4f79b..a377cf5 100644 --- a/unit-tests/lexer/eval.test +++ b/unit-tests/lexer/eval.test @@ -1,5 +1,5 @@ # file : unit-tests/lexer/eval.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.arguments = eval diff --git a/unit-tests/lexer/quoting.test b/unit-tests/lexer/quoting.test index efe5e05..84818fc 100644 --- a/unit-tests/lexer/quoting.test +++ b/unit-tests/lexer/quoting.test @@ -1,5 +1,5 @@ # file : unit-tests/lexer/quoting.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -q |