From 2bbc9d9334f90380b5838e715fbdef7bf9671d9e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 20:45:57 +0300 Subject: Update copyright year --- tests/auth.test | 2 +- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/cfg-create.test | 2 +- tests/common.test | 2 +- tests/config.test | 2 +- tests/pkg-build.test | 2 +- tests/pkg-checkout.test | 2 +- tests/pkg-clean.test | 2 +- tests/pkg-configure.test | 2 +- tests/pkg-drop.test | 2 +- tests/pkg-fetch.test | 2 +- tests/pkg-purge.test | 2 +- tests/pkg-status.test | 2 +- tests/pkg-system.test | 2 +- tests/pkg-test.test | 2 +- tests/pkg-unpack.test | 2 +- tests/pkg-update.test | 2 +- tests/pkg-verify.test | 2 +- tests/remote-git.test | 2 +- tests/remote.test | 2 +- tests/rep-add.test | 2 +- tests/rep-auth.test | 2 +- tests/rep-create.test | 2 +- tests/rep-fetch-git-commit.test | 2 +- tests/rep-fetch-git-refname.test | 2 +- tests/rep-fetch-git.test | 2 +- tests/rep-fetch.test | 2 +- tests/rep-info.test | 2 +- tests/rep-list.test | 2 +- tests/rep-remove.test | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) (limited to 'tests') 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 -- cgit v1.1