summaryrefslogtreecommitdiffstats
path: root/unit-tests/cc/lexer
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 20:35:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 20:35:36 +0300
commitf7a0e23b391a5fd7a96734d62ac76916f128376e (patch)
tree4001f19d18ff42343a183b39e8ec6822ea202778 /unit-tests/cc/lexer
parent3fce45aadf75d5d5e1f9fea19f5a1bf04726ab68 (diff)
downloadbuild2-f7a0e23b391a5fd7a96734d62ac76916f128376e.tar.gz
build2-f7a0e23b391a5fd7a96734d62ac76916f128376e.tar.xz
build2-f7a0e23b391a5fd7a96734d62ac76916f128376e.zip
Update copyright year
Diffstat (limited to 'unit-tests/cc/lexer')
-rw-r--r--unit-tests/cc/lexer/buildfile2
-rw-r--r--unit-tests/cc/lexer/char-literal.test2
-rw-r--r--unit-tests/cc/lexer/comment.test2
-rw-r--r--unit-tests/cc/lexer/driver.cxx2
-rw-r--r--unit-tests/cc/lexer/line.test2
-rw-r--r--unit-tests/cc/lexer/number.test2
-rw-r--r--unit-tests/cc/lexer/preprocessor.test2
-rw-r--r--unit-tests/cc/lexer/raw-string-literal.test2
-rw-r--r--unit-tests/cc/lexer/string-literal.test2
9 files changed, 9 insertions, 9 deletions
diff --git a/unit-tests/cc/lexer/buildfile b/unit-tests/cc/lexer/buildfile
index 8c20552d..bf7c1c58 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 f2c62491..6253096c 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 e90d8e0b..2b5d81e7 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 53910a6e..3314a388 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 9eda9c39..83ebbebf 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 1d9b9c5b..73360378 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 13b8bafd..fbe578db 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 7d5b9205..09b54b59 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 f726c769..b21b1d2d 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).