aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 21:15:21 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 21:15:21 +0300
commit6782634f4e4606a1a934dfda5cf52543f74f78cc (patch)
tree21f404e895b350c0d4d4b219fb23135b4150bbd6 /tests
parent8726d137978cc0deaccce643e998dee01c318752 (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/buildtab/buildfile2
-rw-r--r--tests/buildtab/driver.cxx2
-rw-r--r--tests/buildtab/testscript2
-rw-r--r--tests/manifest/buildfile2
-rw-r--r--tests/manifest/driver.cxx2
-rw-r--r--tests/manifest/machine-header.test2
-rw-r--r--tests/manifest/result-request.test2
-rw-r--r--tests/manifest/result.test2
-rw-r--r--tests/manifest/task-request.test2
-rw-r--r--tests/manifest/task-response.test2
-rw-r--r--tests/manifest/task.test2
14 files changed, 14 insertions, 14 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 3f39ff5..d915191 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 = latest
diff --git a/tests/buildfile b/tests/buildfile
index 9eea969..d248d2b 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
./: {*/ -build/}
diff --git a/tests/buildtab/buildfile b/tests/buildtab/buildfile
index 99b93e1..fec7c4a 100644
--- a/tests/buildtab/buildfile
+++ b/tests/buildtab/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildtab/buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
diff --git a/tests/buildtab/driver.cxx b/tests/buildtab/driver.cxx
index 1ea2f93..097b3d9 100644
--- a/tests/buildtab/driver.cxx
+++ b/tests/buildtab/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/buildtab/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 <ios> // ios::failbit, ios::badbit
diff --git a/tests/buildtab/testscript b/tests/buildtab/testscript
index dee069a..6adc4bc 100644
--- a/tests/buildtab/testscript
+++ b/tests/buildtab/testscript
@@ -1,5 +1,5 @@
# file : tests/buildtab/testscript
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: valid
diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile
index 62b3686..589ef02 100644
--- a/tests/manifest/buildfile
+++ b/tests/manifest/buildfile
@@ -1,5 +1,5 @@
# file : tests/manifest/buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx
index 91fd512..15c9513 100644
--- a/tests/manifest/driver.cxx
+++ b/tests/manifest/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/manifest/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 <ios> // ios_base::failbit, ios_base::badbit
diff --git a/tests/manifest/machine-header.test b/tests/manifest/machine-header.test
index c70be7f..6b880b1 100644
--- a/tests/manifest/machine-header.test
+++ b/tests/manifest/machine-header.test
@@ -1,5 +1,5 @@
# file : tests/manifest/machine-header.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.options += -m
diff --git a/tests/manifest/result-request.test b/tests/manifest/result-request.test
index f4845e6..7b03ce1 100644
--- a/tests/manifest/result-request.test
+++ b/tests/manifest/result-request.test
@@ -1,5 +1,5 @@
# file : tests/manifest/result-request.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.options += -rq
diff --git a/tests/manifest/result.test b/tests/manifest/result.test
index 52964e0..2735e53 100644
--- a/tests/manifest/result.test
+++ b/tests/manifest/result.test
@@ -1,5 +1,5 @@
# file : tests/manifest/result.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.options += -r
diff --git a/tests/manifest/task-request.test b/tests/manifest/task-request.test
index e3b0cd7..c8c4150 100644
--- a/tests/manifest/task-request.test
+++ b/tests/manifest/task-request.test
@@ -1,5 +1,5 @@
# file : tests/manifest/task-request.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.options += -tq
diff --git a/tests/manifest/task-response.test b/tests/manifest/task-response.test
index 58c880c..f92e43f 100644
--- a/tests/manifest/task-response.test
+++ b/tests/manifest/task-response.test
@@ -1,5 +1,5 @@
# file : tests/manifest/task-response.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.options += -ts
diff --git a/tests/manifest/task.test b/tests/manifest/task.test
index 4013f52..c78ce19 100644
--- a/tests/manifest/task.test
+++ b/tests/manifest/task.test
@@ -1,5 +1,5 @@
# file : tests/manifest/task.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.options += -t