diff options
Diffstat (limited to 'unit-tests/cc/lexer')
-rw-r--r-- | unit-tests/cc/lexer/buildfile | 2 | ||||
-rw-r--r-- | unit-tests/cc/lexer/char-literal.test | 2 | ||||
-rw-r--r-- | unit-tests/cc/lexer/comment.test | 2 | ||||
-rw-r--r-- | unit-tests/cc/lexer/driver.cxx | 2 | ||||
-rw-r--r-- | unit-tests/cc/lexer/line.test | 2 | ||||
-rw-r--r-- | unit-tests/cc/lexer/number.test | 2 | ||||
-rw-r--r-- | unit-tests/cc/lexer/preprocessor.test | 2 | ||||
-rw-r--r-- | unit-tests/cc/lexer/raw-string-literal.test | 2 | ||||
-rw-r--r-- | unit-tests/cc/lexer/string-literal.test | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/unit-tests/cc/lexer/buildfile b/unit-tests/cc/lexer/buildfile index 8c20552..bf7c1c5 100644 --- a/unit-tests/cc/lexer/buildfile +++ b/unit-tests/cc/lexer/buildfile @@ -1,5 +1,5 @@ # file : unit-tests/cc/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/cc/lexer/char-literal.test b/unit-tests/cc/lexer/char-literal.test index f2c6249..6253096 100644 --- a/unit-tests/cc/lexer/char-literal.test +++ b/unit-tests/cc/lexer/char-literal.test @@ -1,5 +1,5 @@ # file : unit-tests/cc/lexer/char-literal.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test character literals. diff --git a/unit-tests/cc/lexer/comment.test b/unit-tests/cc/lexer/comment.test index e90d8e0..2b5d81e 100644 --- a/unit-tests/cc/lexer/comment.test +++ b/unit-tests/cc/lexer/comment.test @@ -1,5 +1,5 @@ # file : unit-tests/cc/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 # Test C and C++ comments. diff --git a/unit-tests/cc/lexer/driver.cxx b/unit-tests/cc/lexer/driver.cxx index 53910a6..3314a38 100644 --- a/unit-tests/cc/lexer/driver.cxx +++ b/unit-tests/cc/lexer/driver.cxx @@ -1,5 +1,5 @@ // file : unit-tests/cc/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/cc/lexer/line.test b/unit-tests/cc/lexer/line.test index 9eda9c3..83ebbeb 100644 --- a/unit-tests/cc/lexer/line.test +++ b/unit-tests/cc/lexer/line.test @@ -1,5 +1,5 @@ # file : unit-tests/cc/lexer/line.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test line continuations. diff --git a/unit-tests/cc/lexer/number.test b/unit-tests/cc/lexer/number.test index 1d9b9c5..7336037 100644 --- a/unit-tests/cc/lexer/number.test +++ b/unit-tests/cc/lexer/number.test @@ -1,5 +1,5 @@ # file : unit-tests/cc/lexer/number.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test numbers. diff --git a/unit-tests/cc/lexer/preprocessor.test b/unit-tests/cc/lexer/preprocessor.test index 13b8baf..fbe578d 100644 --- a/unit-tests/cc/lexer/preprocessor.test +++ b/unit-tests/cc/lexer/preprocessor.test @@ -1,5 +1,5 @@ # file : unit-tests/cc/lexer/preprocessor.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test preprocessor lines. diff --git a/unit-tests/cc/lexer/raw-string-literal.test b/unit-tests/cc/lexer/raw-string-literal.test index 7d5b920..09b54b5 100644 --- a/unit-tests/cc/lexer/raw-string-literal.test +++ b/unit-tests/cc/lexer/raw-string-literal.test @@ -1,5 +1,5 @@ # file : unit-tests/cc/lexer/raw-string-literal.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test raw string literals. diff --git a/unit-tests/cc/lexer/string-literal.test b/unit-tests/cc/lexer/string-literal.test index f726c76..b21b1d2 100644 --- a/unit-tests/cc/lexer/string-literal.test +++ b/unit-tests/cc/lexer/string-literal.test @@ -1,5 +1,5 @@ # file : unit-tests/cc/lexer/string-literal.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test string literals (except raw). |