aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 21:20:10 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 21:20:10 +0300
commit332babd296ddafeb34819bb65bb9ff47738ae5b0 (patch)
tree0b670a37755f273c2f42e5acbb64bd6037baa9f6 /tests
parentf59eb706bb3c30e509f0c3aa51077acf9aec4345 (diff)
Update copyright year
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/driver.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index 355a05a..91bc3e9 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/tests/build/root.build b/tests/build/root.build
index 42d528e..60c5381 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,5 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = experimental
diff --git a/tests/buildfile b/tests/buildfile
index 2129897..a675f58 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
if! $cxx.features.modules
diff --git a/tests/driver.cxx b/tests/driver.cxx
index 64a5fb1..61ab288 100644
--- a/tests/driver.cxx
+++ b/tests/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/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
import std.core;