From ee6639c3aa1e188bae0eb645373b6c594bddf2c6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Sep 2021 12:53:09 +0200 Subject: Finalize license --- tests/agent/buildfile | 2 +- tests/agent/testscript | 2 +- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/integration/buildfile | 2 +- tests/integration/testscript | 2 +- tests/integration/tftp-map | 2 +- tests/machine/buildfile | 2 +- tests/machine/testscript | 2 +- tests/worker/bootstrap.testscript | 2 +- tests/worker/build.testscript | 2 +- tests/worker/buildfile | 2 +- tests/worker/startup.testscript | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'tests') diff --git a/tests/agent/buildfile b/tests/agent/buildfile index 236674f..ea4659e 100644 --- a/tests/agent/buildfile +++ b/tests/agent/buildfile @@ -1,5 +1,5 @@ # file : tests/agent/buildfile -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file # Setup the bbot-agent that we are testing. # diff --git a/tests/agent/testscript b/tests/agent/testscript index c977c26..a193c39 100644 --- a/tests/agent/testscript +++ b/tests/agent/testscript @@ -1,5 +1,5 @@ # file : tests/agent/testscript -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file # The /build/machines directory should be on a btrfs filesystem and have the # following layout/contents: diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index b2c4297..c9187a6 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index 640afbb..cb9ba03 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file # Configure C++ module and specify the test target for cross-testing. # diff --git a/tests/buildfile b/tests/buildfile index a5c185f..556ed55 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,4 +1,4 @@ # file : tests/buildfile -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file ./: {*/ -build/} diff --git a/tests/integration/buildfile b/tests/integration/buildfile index 6167f06..43cb07f 100644 --- a/tests/integration/buildfile +++ b/tests/integration/buildfile @@ -1,5 +1,5 @@ # file : tests/integration/buildfile -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file # Setup the bbot-agent and bbot-worker that we are testing. # diff --git a/tests/integration/testscript b/tests/integration/testscript index 85dd91d..d59eec2 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -1,5 +1,5 @@ # file : tests/integration/testscript -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file #\ # Requirement: diff --git a/tests/integration/tftp-map b/tests/integration/tftp-map index 7a2b59a..cab223e 100644 --- a/tests/integration/tftp-map +++ b/tests/integration/tftp-map @@ -1,5 +1,5 @@ # file : tests/integration/tftp-map -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file # Test working directories relative to out_base: # diff --git a/tests/machine/buildfile b/tests/machine/buildfile index 061d474..a29df00 100644 --- a/tests/machine/buildfile +++ b/tests/machine/buildfile @@ -1,5 +1,5 @@ # file : tests/machine/buildfile -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file # Setup the bbot-agent that we are testing. # diff --git a/tests/machine/testscript b/tests/machine/testscript index f5e4320..1590f96 100644 --- a/tests/machine/testscript +++ b/tests/machine/testscript @@ -1,5 +1,5 @@ # file : tests/machine/testscript -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file # Note that if interrupted (^C) during machine execution, then have to # delete iptables rules manually. To list, use -S, to delete -D: diff --git a/tests/worker/bootstrap.testscript b/tests/worker/bootstrap.testscript index 01a0ce7..e84fef4 100644 --- a/tests/worker/bootstrap.testscript +++ b/tests/worker/bootstrap.testscript @@ -1,5 +1,5 @@ # file : tests/worker/bootstrap.testscript -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file test.options = --bootstrap diff --git a/tests/worker/build.testscript b/tests/worker/build.testscript index a28b504..e28c21c 100644 --- a/tests/worker/build.testscript +++ b/tests/worker/build.testscript @@ -1,5 +1,5 @@ # file : tests/worker/build.testscript -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file # Note: requires TFTP server (see buildfile). diff --git a/tests/worker/buildfile b/tests/worker/buildfile index fae11bb..b43544f 100644 --- a/tests/worker/buildfile +++ b/tests/worker/buildfile @@ -1,5 +1,5 @@ # file : tests/worker/buildfile -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file #\ diff --git a/tests/worker/startup.testscript b/tests/worker/startup.testscript index 7d68048..d78ae8b 100644 --- a/tests/worker/startup.testscript +++ b/tests/worker/startup.testscript @@ -1,5 +1,5 @@ # file : tests/worker/startup.testscript -# license : TBC; see accompanying LICENSE file +# license : MIT; see accompanying LICENSE file # Note: requires TFTP server (see buildfile). -- cgit v1.1