aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:04:28 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:04:28 +0300
commitc2075916f5a69c1d8cfd48fabb5402c06684a0db (patch)
tree9be29b201cc892e4d36c1ddcb65e710d7b908ed7 /tests
parent470eced5567500dcce9020008f73ff4b397af46c (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.testscript2
-rw-r--r--tests/manifest/result-request.testscript2
-rw-r--r--tests/manifest/result.testscript2
-rw-r--r--tests/manifest/task-request.testscript2
-rw-r--r--tests/manifest/task-response.testscript2
-rw-r--r--tests/manifest/task.testscript2
14 files changed, 14 insertions, 14 deletions
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index 91bc3e9..b42a95d 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 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 2fdf665..126009d 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,5 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = latest
diff --git a/tests/buildfile b/tests/buildfile
index d248d2b..d914409 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: {*/ -build/}
diff --git a/tests/buildtab/buildfile b/tests/buildtab/buildfile
index fec7c4a..b038b08 100644
--- a/tests/buildtab/buildfile
+++ b/tests/buildtab/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildtab/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 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 604aaa9..c5fd24e 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 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 e029d47..0572335 100644
--- a/tests/buildtab/testscript
+++ b/tests/buildtab/testscript
@@ -1,5 +1,5 @@
# file : tests/buildtab/testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: valid
diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile
index ed1379f..dd469ab 100644
--- a/tests/manifest/buildfile
+++ b/tests/manifest/buildfile
@@ -1,5 +1,5 @@
# file : tests/manifest/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 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 15c9513..df5abf8 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <ios> // ios_base::failbit, ios_base::badbit
diff --git a/tests/manifest/machine-header.testscript b/tests/manifest/machine-header.testscript
index 6d33531..c9ea898 100644
--- a/tests/manifest/machine-header.testscript
+++ b/tests/manifest/machine-header.testscript
@@ -1,5 +1,5 @@
# file : tests/manifest/machine-header.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.options += -m
diff --git a/tests/manifest/result-request.testscript b/tests/manifest/result-request.testscript
index 20fbfbb..cd001c1 100644
--- a/tests/manifest/result-request.testscript
+++ b/tests/manifest/result-request.testscript
@@ -1,5 +1,5 @@
# file : tests/manifest/result-request.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.options += -rq
diff --git a/tests/manifest/result.testscript b/tests/manifest/result.testscript
index a3c35a9..b6c9785 100644
--- a/tests/manifest/result.testscript
+++ b/tests/manifest/result.testscript
@@ -1,5 +1,5 @@
# file : tests/manifest/result.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.options += -r
diff --git a/tests/manifest/task-request.testscript b/tests/manifest/task-request.testscript
index 5a60271..fecf849 100644
--- a/tests/manifest/task-request.testscript
+++ b/tests/manifest/task-request.testscript
@@ -1,5 +1,5 @@
# file : tests/manifest/task-request.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.options += -tq
diff --git a/tests/manifest/task-response.testscript b/tests/manifest/task-response.testscript
index b66313f..45bae22 100644
--- a/tests/manifest/task-response.testscript
+++ b/tests/manifest/task-response.testscript
@@ -1,5 +1,5 @@
# file : tests/manifest/task-response.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.options += -ts
diff --git a/tests/manifest/task.testscript b/tests/manifest/task.testscript
index 413338f..d1ea642 100644
--- a/tests/manifest/task.testscript
+++ b/tests/manifest/task.testscript
@@ -1,5 +1,5 @@
# file : tests/manifest/task.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.options += -t