summaryrefslogtreecommitdiffstats
path: root/unit-tests/cc
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/cc')
-rw-r--r--unit-tests/cc/lexer/buildfile2
-rw-r--r--unit-tests/cc/lexer/char-literal.testscript2
-rw-r--r--unit-tests/cc/lexer/comment.testscript2
-rw-r--r--unit-tests/cc/lexer/driver.cxx2
-rw-r--r--unit-tests/cc/lexer/line.testscript2
-rw-r--r--unit-tests/cc/lexer/number.testscript2
-rw-r--r--unit-tests/cc/lexer/preprocessor.testscript2
-rw-r--r--unit-tests/cc/lexer/raw-string-literal.testscript2
-rw-r--r--unit-tests/cc/lexer/string-literal.testscript2
-rw-r--r--unit-tests/cc/parser/buildfile2
-rw-r--r--unit-tests/cc/parser/driver.cxx2
-rw-r--r--unit-tests/cc/parser/module.testscript2
12 files changed, 12 insertions, 12 deletions
diff --git a/unit-tests/cc/lexer/buildfile b/unit-tests/cc/lexer/buildfile
index 479465fb..4eaef440 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-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
include ../../../build2/
diff --git a/unit-tests/cc/lexer/char-literal.testscript b/unit-tests/cc/lexer/char-literal.testscript
index dac66e2c..cbcb462f 100644
--- a/unit-tests/cc/lexer/char-literal.testscript
+++ b/unit-tests/cc/lexer/char-literal.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/cc/lexer/char-literal.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test character literals.
diff --git a/unit-tests/cc/lexer/comment.testscript b/unit-tests/cc/lexer/comment.testscript
index d4ad675f..347c2e72 100644
--- a/unit-tests/cc/lexer/comment.testscript
+++ b/unit-tests/cc/lexer/comment.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/cc/lexer/comment.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 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 3314a388..ebbb9ab9 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cassert>
diff --git a/unit-tests/cc/lexer/line.testscript b/unit-tests/cc/lexer/line.testscript
index 01961ebd..9dcd7e38 100644
--- a/unit-tests/cc/lexer/line.testscript
+++ b/unit-tests/cc/lexer/line.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/cc/lexer/line.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test line continuations.
diff --git a/unit-tests/cc/lexer/number.testscript b/unit-tests/cc/lexer/number.testscript
index cb82d5f2..0b4c888c 100644
--- a/unit-tests/cc/lexer/number.testscript
+++ b/unit-tests/cc/lexer/number.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/cc/lexer/number.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test numbers.
diff --git a/unit-tests/cc/lexer/preprocessor.testscript b/unit-tests/cc/lexer/preprocessor.testscript
index 1d86115d..e8261445 100644
--- a/unit-tests/cc/lexer/preprocessor.testscript
+++ b/unit-tests/cc/lexer/preprocessor.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/cc/lexer/preprocessor.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test preprocessor lines.
diff --git a/unit-tests/cc/lexer/raw-string-literal.testscript b/unit-tests/cc/lexer/raw-string-literal.testscript
index df475ef1..4ab08f78 100644
--- a/unit-tests/cc/lexer/raw-string-literal.testscript
+++ b/unit-tests/cc/lexer/raw-string-literal.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/cc/lexer/raw-string-literal.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test raw string literals.
diff --git a/unit-tests/cc/lexer/string-literal.testscript b/unit-tests/cc/lexer/string-literal.testscript
index e5eb189c..db3798f5 100644
--- a/unit-tests/cc/lexer/string-literal.testscript
+++ b/unit-tests/cc/lexer/string-literal.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/cc/lexer/string-literal.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test string literals (except raw).
diff --git a/unit-tests/cc/parser/buildfile b/unit-tests/cc/parser/buildfile
index 019da19e..d9e3e282 100644
--- a/unit-tests/cc/parser/buildfile
+++ b/unit-tests/cc/parser/buildfile
@@ -1,5 +1,5 @@
# file : unit-tests/cc/parser/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
include ../../../build2/
diff --git a/unit-tests/cc/parser/driver.cxx b/unit-tests/cc/parser/driver.cxx
index 7332b2df..19a2133c 100644
--- a/unit-tests/cc/parser/driver.cxx
+++ b/unit-tests/cc/parser/driver.cxx
@@ -1,5 +1,5 @@
// file : unit-tests/cc/parser/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cassert>
diff --git a/unit-tests/cc/parser/module.testscript b/unit-tests/cc/parser/module.testscript
index c6a7e31f..dc7f3e4c 100644
--- a/unit-tests/cc/parser/module.testscript
+++ b/unit-tests/cc/parser/module.testscript
@@ -1,5 +1,5 @@
# file : unit-tests/cc/parser/module.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test C++ module constructs.