aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-27 12:53:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-27 12:53:09 +0200
commitee6639c3aa1e188bae0eb645373b6c594bddf2c6 (patch)
treec37519d8184812280bf9bfe5ecc79cbb67195e95 /tests
parent18baf3784407f28f61d9e8d90daf1ce99c7e86d3 (diff)
Finalize license
Diffstat (limited to 'tests')
-rw-r--r--tests/agent/buildfile2
-rw-r--r--tests/agent/testscript2
-rw-r--r--tests/build/bootstrap.build2
-rw-r--r--tests/build/root.build2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/integration/buildfile2
-rw-r--r--tests/integration/testscript2
-rw-r--r--tests/integration/tftp-map2
-rw-r--r--tests/machine/buildfile2
-rw-r--r--tests/machine/testscript2
-rw-r--r--tests/worker/bootstrap.testscript2
-rw-r--r--tests/worker/build.testscript2
-rw-r--r--tests/worker/buildfile2
-rw-r--r--tests/worker/startup.testscript2
14 files changed, 14 insertions, 14 deletions
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).