diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-27 12:53:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-27 12:53:09 +0200 |
commit | ee6639c3aa1e188bae0eb645373b6c594bddf2c6 (patch) | |
tree | c37519d8184812280bf9bfe5ecc79cbb67195e95 /tests/worker | |
parent | 18baf3784407f28f61d9e8d90daf1ce99c7e86d3 (diff) |
Finalize license
Diffstat (limited to 'tests/worker')
-rw-r--r-- | tests/worker/bootstrap.testscript | 2 | ||||
-rw-r--r-- | tests/worker/build.testscript | 2 | ||||
-rw-r--r-- | tests/worker/buildfile | 2 | ||||
-rw-r--r-- | tests/worker/startup.testscript | 2 |
4 files changed, 4 insertions, 4 deletions
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). |