aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 20:45:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 20:45:57 +0300
commit2bbc9d9334f90380b5838e715fbdef7bf9671d9e (patch)
tree8d1005657e081ea26322a635e427baf49bcc289d /tests
parent0de5118f54606c5654ef2c2148e49f6f14713f88 (diff)
Update copyright year
Diffstat (limited to 'tests')
-rw-r--r--tests/auth.test2
-rw-r--r--tests/build/bootstrap.build2
-rw-r--r--tests/build/root.build2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/cfg-create.test2
-rw-r--r--tests/common.test2
-rw-r--r--tests/config.test2
-rw-r--r--tests/pkg-build.test2
-rw-r--r--tests/pkg-checkout.test2
-rw-r--r--tests/pkg-clean.test2
-rw-r--r--tests/pkg-configure.test2
-rw-r--r--tests/pkg-drop.test2
-rw-r--r--tests/pkg-fetch.test2
-rw-r--r--tests/pkg-purge.test2
-rw-r--r--tests/pkg-status.test2
-rw-r--r--tests/pkg-system.test2
-rw-r--r--tests/pkg-test.test2
-rw-r--r--tests/pkg-unpack.test2
-rw-r--r--tests/pkg-update.test2
-rw-r--r--tests/pkg-verify.test2
-rw-r--r--tests/remote-git.test2
-rw-r--r--tests/remote.test2
-rw-r--r--tests/rep-add.test2
-rw-r--r--tests/rep-auth.test2
-rw-r--r--tests/rep-create.test2
-rw-r--r--tests/rep-fetch-git-commit.test2
-rw-r--r--tests/rep-fetch-git-refname.test2
-rw-r--r--tests/rep-fetch-git.test2
-rw-r--r--tests/rep-fetch.test2
-rw-r--r--tests/rep-info.test2
-rw-r--r--tests/rep-list.test2
-rw-r--r--tests/rep-remove.test2
32 files changed, 32 insertions, 32 deletions
diff --git a/tests/auth.test b/tests/auth.test
index bb5fdfd..0bac0e7 100644
--- a/tests/auth.test
+++ b/tests/auth.test
@@ -1,5 +1,5 @@
# file : tests/auth.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# OpenSSL passwordless private key.
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 e3865ee..5818ec1 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
# We need to configure C++ module to pass the compiler path to some of bpkg
diff --git a/tests/buildfile b/tests/buildfile
index d37b8f0..0990548 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
define common: file
diff --git a/tests/cfg-create.test b/tests/cfg-create.test
index c2f70e7..5466a6e 100644
--- a/tests/cfg-create.test
+++ b/tests/cfg-create.test
@@ -1,5 +1,5 @@
# file : tests/cfg-create.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test
diff --git a/tests/common.test b/tests/common.test
index 21c7801..ebf0b43 100644
--- a/tests/common.test
+++ b/tests/common.test
@@ -1,5 +1,5 @@
# file : tests/common.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Commonly-used variables setup and driver command line.
diff --git a/tests/config.test b/tests/config.test
index 0050fb3..cd5eb12 100644
--- a/tests/config.test
+++ b/tests/config.test
@@ -1,5 +1,5 @@
# file : tests/config.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Create an empty configuration that will be copied by subsequent tests and
diff --git a/tests/pkg-build.test b/tests/pkg-build.test
index a44b45a..88d069a 100644
--- a/tests/pkg-build.test
+++ b/tests/pkg-build.test
@@ -1,5 +1,5 @@
# file : tests/pkg-build.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test config.test remote.test remote-git.test
diff --git a/tests/pkg-checkout.test b/tests/pkg-checkout.test
index 81aeba1..7203bfb 100644
--- a/tests/pkg-checkout.test
+++ b/tests/pkg-checkout.test
@@ -1,5 +1,5 @@
# file : tests/pkg-checkout.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test config.test remote-git.test
diff --git a/tests/pkg-clean.test b/tests/pkg-clean.test
index 80b077b..746f196 100644
--- a/tests/pkg-clean.test
+++ b/tests/pkg-clean.test
@@ -1,5 +1,5 @@
# file : tests/pkg-clean.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test auth.test config.test remote.test
diff --git a/tests/pkg-configure.test b/tests/pkg-configure.test
index f950f68..0813084 100644
--- a/tests/pkg-configure.test
+++ b/tests/pkg-configure.test
@@ -1,5 +1,5 @@
# file : tests/pkg-configure.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Here we test both pkg-configure and pkg-disfigure commands.
diff --git a/tests/pkg-drop.test b/tests/pkg-drop.test
index 438e12d..c035837 100644
--- a/tests/pkg-drop.test
+++ b/tests/pkg-drop.test
@@ -1,5 +1,5 @@
# file : tests/pkg-drop.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test config.test remote.test
diff --git a/tests/pkg-fetch.test b/tests/pkg-fetch.test
index f7b8be2..dfc2ff0 100644
--- a/tests/pkg-fetch.test
+++ b/tests/pkg-fetch.test
@@ -1,5 +1,5 @@
# file : tests/pkg-fetch.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test auth.test config.test remote.test
diff --git a/tests/pkg-purge.test b/tests/pkg-purge.test
index b4ccc32..8bbd3a8 100644
--- a/tests/pkg-purge.test
+++ b/tests/pkg-purge.test
@@ -1,5 +1,5 @@
# file : tests/pkg-purge.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test config.test
diff --git a/tests/pkg-status.test b/tests/pkg-status.test
index d59121f..2845e55 100644
--- a/tests/pkg-status.test
+++ b/tests/pkg-status.test
@@ -1,5 +1,5 @@
# file : tests/pkg-status.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test config.test remote.test remote-git.test
diff --git a/tests/pkg-system.test b/tests/pkg-system.test
index e66f1c5..ebe3b94 100644
--- a/tests/pkg-system.test
+++ b/tests/pkg-system.test
@@ -1,5 +1,5 @@
# file : tests/pkg-system.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test auth.test config.test remote.test
diff --git a/tests/pkg-test.test b/tests/pkg-test.test
index cfc7eb2..a54cdff 100644
--- a/tests/pkg-test.test
+++ b/tests/pkg-test.test
@@ -1,5 +1,5 @@
# file : tests/pkg-test.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test config.test remote.test
diff --git a/tests/pkg-unpack.test b/tests/pkg-unpack.test
index a518f01..1e20b22 100644
--- a/tests/pkg-unpack.test
+++ b/tests/pkg-unpack.test
@@ -1,5 +1,5 @@
# file : tests/pkg-unpack.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test auth.test config.test remote.test remote-git.test
diff --git a/tests/pkg-update.test b/tests/pkg-update.test
index 965c0b0..295aac4 100644
--- a/tests/pkg-update.test
+++ b/tests/pkg-update.test
@@ -1,5 +1,5 @@
# file : tests/pkg-update.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test auth.test config.test remote.test
diff --git a/tests/pkg-verify.test b/tests/pkg-verify.test
index 9d9c714..d40b525 100644
--- a/tests/pkg-verify.test
+++ b/tests/pkg-verify.test
@@ -1,5 +1,5 @@
# file : tests/pkg-verify.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test
diff --git a/tests/remote-git.test b/tests/remote-git.test
index 37d5438..878f297 100644
--- a/tests/remote-git.test
+++ b/tests/remote-git.test
@@ -1,5 +1,5 @@
# file : tests/remote-git.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Tests for commands that accept git repository location must be able to run
diff --git a/tests/remote.test b/tests/remote.test
index 78a65af..51a52bc 100644
--- a/tests/remote.test
+++ b/tests/remote.test
@@ -1,5 +1,5 @@
# file : tests/remote.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Tests for commands that accept pkg repository location must be able to run
diff --git a/tests/rep-add.test b/tests/rep-add.test
index 30653e2..f53724c 100644
--- a/tests/rep-add.test
+++ b/tests/rep-add.test
@@ -1,5 +1,5 @@
# file : tests/rep-add.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test config.test
diff --git a/tests/rep-auth.test b/tests/rep-auth.test
index 0cf3fcf..e27aae2 100644
--- a/tests/rep-auth.test
+++ b/tests/rep-auth.test
@@ -1,5 +1,5 @@
# file : tests/rep-auth.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test auth.test config.test remote.test
diff --git a/tests/rep-create.test b/tests/rep-create.test
index 7967181..1fa236f 100644
--- a/tests/rep-create.test
+++ b/tests/rep-create.test
@@ -1,5 +1,5 @@
# file : tests/rep-create.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test auth.test
diff --git a/tests/rep-fetch-git-commit.test b/tests/rep-fetch-git-commit.test
index c756552..58c9ffe 100644
--- a/tests/rep-fetch-git-commit.test
+++ b/tests/rep-fetch-git-commit.test
@@ -1,5 +1,5 @@
# file : tests/rep-fetch-git-commit.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
+git clone "$rep_git/state0/style-basic.git" 2>! &style-basic/***
diff --git a/tests/rep-fetch-git-refname.test b/tests/rep-fetch-git-refname.test
index a9842d5..a6f9065 100644
--- a/tests/rep-fetch-git-refname.test
+++ b/tests/rep-fetch-git-refname.test
@@ -1,5 +1,5 @@
# file : tests/rep-fetch-git-refname.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: fetch
diff --git a/tests/rep-fetch-git.test b/tests/rep-fetch-git.test
index d92bf4a..b687cda 100644
--- a/tests/rep-fetch-git.test
+++ b/tests/rep-fetch-git.test
@@ -1,5 +1,5 @@
# file : tests/rep-fetch-git.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# All tests use the same repository infrastructure present in the initial and
diff --git a/tests/rep-fetch.test b/tests/rep-fetch.test
index 2264462..bd91ebf 100644
--- a/tests/rep-fetch.test
+++ b/tests/rep-fetch.test
@@ -1,5 +1,5 @@
# file : tests/rep-fetch.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test auth.test config.test remote.test remote-git.test
diff --git a/tests/rep-info.test b/tests/rep-info.test
index 66da689..46c91c5 100644
--- a/tests/rep-info.test
+++ b/tests/rep-info.test
@@ -1,5 +1,5 @@
# file : tests/rep-info.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test auth.test remote.test remote-git.test
diff --git a/tests/rep-list.test b/tests/rep-list.test
index c1f0841..63d95ed 100644
--- a/tests/rep-list.test
+++ b/tests/rep-list.test
@@ -1,5 +1,5 @@
# file : tests/rep-list.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test config.test remote.test remote-git.test
diff --git a/tests/rep-remove.test b/tests/rep-remove.test
index 7e7b5b4..c49ee3e 100644
--- a/tests/rep-remove.test
+++ b/tests/rep-remove.test
@@ -1,5 +1,5 @@
# file : tests/rep-remove.test
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.test config.test remote.test remote-git.test