aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ci/buildfile2
-rw-r--r--tests/ci/ci-dir.testscript2
-rw-r--r--tests/ci/ci-load.testscript2
-rw-r--r--tests/ci/data.testscript2
-rw-r--r--tests/load/buildfile2
-rw-r--r--tests/load/driver.cxx2
-rw-r--r--tests/submit/buildfile2
-rw-r--r--tests/submit/data.testscript2
-rw-r--r--tests/submit/submit-dir.testscript2
-rw-r--r--tests/submit/submit-git.testscript2
-rw-r--r--tests/web/xhtml/buildfile2
-rw-r--r--tests/web/xhtml/driver.cxx2
12 files changed, 12 insertions, 12 deletions
diff --git a/tests/ci/buildfile b/tests/ci/buildfile
index ffd5196..c5097ba 100644
--- a/tests/ci/buildfile
+++ b/tests/ci/buildfile
@@ -1,5 +1,5 @@
# file : tests/ci/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define common: file
diff --git a/tests/ci/ci-dir.testscript b/tests/ci/ci-dir.testscript
index f6ff9d3..66a1042 100644
--- a/tests/ci/ci-dir.testscript
+++ b/tests/ci/ci-dir.testscript
@@ -1,5 +1,5 @@
# file : tests/ci/ci-dir.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include data.testscript
diff --git a/tests/ci/ci-load.testscript b/tests/ci/ci-load.testscript
index ce8daf9..9de6b75 100644
--- a/tests/ci/ci-load.testscript
+++ b/tests/ci/ci-load.testscript
@@ -1,5 +1,5 @@
# file : tests/ci/ci-load.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include data.testscript
diff --git a/tests/ci/data.testscript b/tests/ci/data.testscript
index 662a14c..f584bc6 100644
--- a/tests/ci/data.testscript
+++ b/tests/ci/data.testscript
@@ -1,5 +1,5 @@
# file : tests/ci/data.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Pre-created CI request data directory that will be copied by subsequent
diff --git a/tests/load/buildfile b/tests/load/buildfile
index df5c6df..61ec037 100644
--- a/tests/load/buildfile
+++ b/tests/load/buildfile
@@ -1,5 +1,5 @@
# file : tests/load/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 += libbpkg%lib{bpkg}
diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx
index 17da60e..82a1447 100644
--- a/tests/load/driver.cxx
+++ b/tests/load/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/load/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 <iostream>
diff --git a/tests/submit/buildfile b/tests/submit/buildfile
index db4fe00..e4dc657 100644
--- a/tests/submit/buildfile
+++ b/tests/submit/buildfile
@@ -1,5 +1,5 @@
# file : tests/submit/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define common: file
diff --git a/tests/submit/data.testscript b/tests/submit/data.testscript
index 0be9ffa..70507d5 100644
--- a/tests/submit/data.testscript
+++ b/tests/submit/data.testscript
@@ -1,5 +1,5 @@
# file : tests/submit/data.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Pre-created submission data directory that will be copied by subsequent
diff --git a/tests/submit/submit-dir.testscript b/tests/submit/submit-dir.testscript
index 8018d01..4a0c619 100644
--- a/tests/submit/submit-dir.testscript
+++ b/tests/submit/submit-dir.testscript
@@ -1,5 +1,5 @@
# file : tests/submit/submit-dir.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include data.testscript
diff --git a/tests/submit/submit-git.testscript b/tests/submit/submit-git.testscript
index a0d76f5..83e39a7 100644
--- a/tests/submit/submit-git.testscript
+++ b/tests/submit/submit-git.testscript
@@ -1,5 +1,5 @@
# file : tests/submit/submit-git.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include data.testscript
diff --git a/tests/web/xhtml/buildfile b/tests/web/xhtml/buildfile
index 91cc07c..b5d591c 100644
--- a/tests/web/xhtml/buildfile
+++ b/tests/web/xhtml/buildfile
@@ -1,5 +1,5 @@
# file : tests/web/xhtml/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
include ../../../web/
diff --git a/tests/web/xhtml/driver.cxx b/tests/web/xhtml/driver.cxx
index d72d888..9b35ae8 100644
--- a/tests/web/xhtml/driver.cxx
+++ b/tests/web/xhtml/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/web/xhtml/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 <iostream>