summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:55:52 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:55:52 +0300
commitf59897f058c63399f1e218fffa3b7f5da5ded203 (patch)
tree4bb616c4e109adebfaa27d6a910c27d062894adb /tests
parent93b2fdca9283b73ffca25170a01e262297e8e254 (diff)
downloadbdep-f59897f058c63399f1e218fffa3b7f5da5ded203.tar.gz
bdep-f59897f058c63399f1e218fffa3b7f5da5ded203.tar.xz
bdep-f59897f058c63399f1e218fffa3b7f5da5ded203.zip
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/ci.testscript2
-rw-r--r--tests/common.testscript2
-rw-r--r--tests/config.testscript2
-rw-r--r--tests/fetch.testscript2
-rw-r--r--tests/init.testscript2
-rw-r--r--tests/new.testscript2
-rw-r--r--tests/project.testscript2
-rw-r--r--tests/publish.testscript2
-rw-r--r--tests/release.testscript2
-rw-r--r--tests/status.testscript2
-rw-r--r--tests/sync.testscript2
-rw-r--r--tests/test.testscript2
-rw-r--r--tests/update.testscript2
16 files changed, 16 insertions, 16 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 8176e9e..b725dbc 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
# We need to configure C++ module to pass the compiler path to some of bdep
diff --git a/tests/buildfile b/tests/buildfile
index 0640b2f..9fdcb36 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
define common: file
diff --git a/tests/ci.testscript b/tests/ci.testscript
index 07d1923..bea287d 100644
--- a/tests/ci.testscript
+++ b/tests/ci.testscript
@@ -1,5 +1,5 @@
# file : tests/ci.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript project.testscript
diff --git a/tests/common.testscript b/tests/common.testscript
index 5397fe1..1914625 100644
--- a/tests/common.testscript
+++ b/tests/common.testscript
@@ -1,5 +1,5 @@
# file : tests/common.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Commonly-used variables setup and driver command line.
diff --git a/tests/config.testscript b/tests/config.testscript
index 68e504c..6147756 100644
--- a/tests/config.testscript
+++ b/tests/config.testscript
@@ -1,5 +1,5 @@
# file : tests/config.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note that we test the list sub-command while testing other sub-commands.
diff --git a/tests/fetch.testscript b/tests/fetch.testscript
index 2564470..9d5ad18 100644
--- a/tests/fetch.testscript
+++ b/tests/fetch.testscript
@@ -1,5 +1,5 @@
# file : tests/fetch.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript project.testscript
diff --git a/tests/init.testscript b/tests/init.testscript
index 17af7e2..4b4c8c7 100644
--- a/tests/init.testscript
+++ b/tests/init.testscript
@@ -1,5 +1,5 @@
# file : tests/init.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Here we test both init and deinit commands.
diff --git a/tests/new.testscript b/tests/new.testscript
index f114ce8..8bfdc36 100644
--- a/tests/new.testscript
+++ b/tests/new.testscript
@@ -1,5 +1,5 @@
# file : tests/new.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript
diff --git a/tests/project.testscript b/tests/project.testscript
index 69288aa..673a728 100644
--- a/tests/project.testscript
+++ b/tests/project.testscript
@@ -1,5 +1,5 @@
# file : tests/project.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Create and initialize a sample build2 C++ executable project that will be
diff --git a/tests/publish.testscript b/tests/publish.testscript
index 97a0dfb..7913272 100644
--- a/tests/publish.testscript
+++ b/tests/publish.testscript
@@ -1,5 +1,5 @@
# file : tests/publish.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript project.testscript
diff --git a/tests/release.testscript b/tests/release.testscript
index 0aba92b..98fddad 100644
--- a/tests/release.testscript
+++ b/tests/release.testscript
@@ -1,5 +1,5 @@
# file : tests/release.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript project.testscript
diff --git a/tests/status.testscript b/tests/status.testscript
index 905281e..d8e1be9 100644
--- a/tests/status.testscript
+++ b/tests/status.testscript
@@ -1,5 +1,5 @@
# file : tests/status.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript project.testscript
diff --git a/tests/sync.testscript b/tests/sync.testscript
index d01550b..faef7d6 100644
--- a/tests/sync.testscript
+++ b/tests/sync.testscript
@@ -1,5 +1,5 @@
# file : tests/sync.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript
diff --git a/tests/test.testscript b/tests/test.testscript
index dec9177..c39ddb5 100644
--- a/tests/test.testscript
+++ b/tests/test.testscript
@@ -1,5 +1,5 @@
# file : tests/test.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript
diff --git a/tests/update.testscript b/tests/update.testscript
index 947abab..d97fcf3 100644
--- a/tests/update.testscript
+++ b/tests/update.testscript
@@ -1,5 +1,5 @@
# file : tests/update.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Here we test both update and clean commands.