aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/build/bootstrap.build2
-rw-r--r--tests/build/root.build2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/parser/buildfile2
-rw-r--r--tests/parser/driver.cxx2
-rw-r--r--tests/roundtrip/buildfile2
-rw-r--r--tests/roundtrip/driver.cxx2
-rw-r--r--tests/roundtrip/testscript2
-rw-r--r--tests/serializer/buildfile2
-rw-r--r--tests/serializer/driver.cxx2
10 files changed, 10 insertions, 10 deletions
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index 3a9b241..5ed47c6 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/tests/build/root.build b/tests/build/root.build
index 377bb0b..0989b93 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,5 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = 11
diff --git a/tests/buildfile b/tests/buildfile
index fcea29f..08eb84a 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
./: {*/ -build/}
diff --git a/tests/parser/buildfile b/tests/parser/buildfile
index cf63348..68196ac 100644
--- a/tests/parser/buildfile
+++ b/tests/parser/buildfile
@@ -1,5 +1,5 @@
# file : tests/parser/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/tests/parser/driver.cxx b/tests/parser/driver.cxx
index c144f22..d283eed 100644
--- a/tests/parser/driver.cxx
+++ b/tests/parser/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/parser/driver.cxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef NDEBUG
diff --git a/tests/roundtrip/buildfile b/tests/roundtrip/buildfile
index 29cf618..73035b2 100644
--- a/tests/roundtrip/buildfile
+++ b/tests/roundtrip/buildfile
@@ -1,5 +1,5 @@
# file : tests/roundtrip/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx
index 856b956..a4e9c45 100644
--- a/tests/roundtrip/driver.cxx
+++ b/tests/roundtrip/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/roundtrip/driver.cxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/roundtrip/testscript b/tests/roundtrip/testscript
index 0cb18a2..2eba084 100644
--- a/tests/roundtrip/testscript
+++ b/tests/roundtrip/testscript
@@ -1,5 +1,5 @@
# file : tests/roundtrip/testscript
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
# We are using external files for parsing/matching not to break make-based
diff --git a/tests/serializer/buildfile b/tests/serializer/buildfile
index 91c2f45..5fcb30e 100644
--- a/tests/serializer/buildfile
+++ b/tests/serializer/buildfile
@@ -1,5 +1,5 @@
# file : tests/serializer/buildfile
-# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/tests/serializer/driver.cxx b/tests/serializer/driver.cxx
index 554a721..7b74707 100644
--- a/tests/serializer/driver.cxx
+++ b/tests/serializer/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/serializer/driver.cxx
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef NDEBUG