diff options
Diffstat (limited to 'unit-tests/lexer')
-rw-r--r-- | unit-tests/lexer/buildfile | 2 | ||||
-rw-r--r-- | unit-tests/lexer/buildspec.test | 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 |
6 files changed, 6 insertions, 6 deletions
diff --git a/unit-tests/lexer/buildfile b/unit-tests/lexer/buildfile index 6df2a72..2e14979 100644 --- a/unit-tests/lexer/buildfile +++ b/unit-tests/lexer/buildfile @@ -1,5 +1,5 @@ # file : unit-tests/lexer/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file include ../../build2/ diff --git a/unit-tests/lexer/buildspec.test b/unit-tests/lexer/buildspec.test index 81eeb00..9aa0f55 100644 --- a/unit-tests/lexer/buildspec.test +++ b/unit-tests/lexer/buildspec.test @@ -1,5 +1,5 @@ # file : unit-tests/lexer/buildspec.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.arguments = buildspec diff --git a/unit-tests/lexer/comment.test b/unit-tests/lexer/comment.test index 6840219..8e0ef2e 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-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : single-line diff --git a/unit-tests/lexer/driver.cxx b/unit-tests/lexer/driver.cxx index 5bbefb9..4e6a47d 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-2017 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2018 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 a377cf5..4bd33c4 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-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 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 a44d6af..708e904 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-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -q |