about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-11-30T14·57+0200
committerclbot <clbot@tvl.fyi>2023-12-05T12·31+0000
commitd32baeff6ce02f0b3480694096eeb7e28b9963a6 (patch)
tree8d4d39ae31724938e337040c8cbcaa8d79546ecd /ops
parent7637e92b8c1dd6df3c46bdebd426ea484796e515 (diff)
chore(ops/terraform): add license information r/7111
This is the result of a `"reuse annotate --copyright "The TVL Authors"
--license MIT"` in that directory, making it conformant with the REUSE
Specification:

https://reuse.software/spec

Change-Id: I13e069b4621e8d5ccb7a09c12f772d70dea40a11
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10170
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops')
-rw-r--r--ops/terraform/deploy-nixos/README.md6
-rw-r--r--ops/terraform/deploy-nixos/main.tf4
-rwxr-xr-xops/terraform/deploy-nixos/nixos-copy.sh5
-rwxr-xr-xops/terraform/deploy-nixos/nixos-eval.sh5
4 files changed, 20 insertions, 0 deletions
diff --git a/ops/terraform/deploy-nixos/README.md b/ops/terraform/deploy-nixos/README.md
index ae876b45b9..fd0bd1b442 100644
--- a/ops/terraform/deploy-nixos/README.md
+++ b/ops/terraform/deploy-nixos/README.md
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2023 The TVL Authors
+
+SPDX-License-Identifier: MIT
+-->
+
 deploy-nixos
 ============
 
diff --git a/ops/terraform/deploy-nixos/main.tf b/ops/terraform/deploy-nixos/main.tf
index e07e9eb956..00023fba69 100644
--- a/ops/terraform/deploy-nixos/main.tf
+++ b/ops/terraform/deploy-nixos/main.tf
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2023 The TVL Authors
+#
+# SPDX-License-Identifier: MIT
+
 # This module deploys a NixOS host by building a system closure
 # located at the specified attribute in the current repository.
 #
diff --git a/ops/terraform/deploy-nixos/nixos-copy.sh b/ops/terraform/deploy-nixos/nixos-copy.sh
index 449002bbe5..6b843c3a49 100755
--- a/ops/terraform/deploy-nixos/nixos-copy.sh
+++ b/ops/terraform/deploy-nixos/nixos-copy.sh
@@ -1,4 +1,9 @@
 #!/usr/bin/env bash
+
+# SPDX-FileCopyrightText: 2023 The TVL Authors
+#
+# SPDX-License-Identifier: MIT
+
 #
 # Copies a NixOS system to a target host, using the provided key,
 # or whatever ambient key is configured if the key is not set.
diff --git a/ops/terraform/deploy-nixos/nixos-eval.sh b/ops/terraform/deploy-nixos/nixos-eval.sh
index 38f036bba9..0b645daeb5 100755
--- a/ops/terraform/deploy-nixos/nixos-eval.sh
+++ b/ops/terraform/deploy-nixos/nixos-eval.sh
@@ -1,4 +1,9 @@
 #!/usr/bin/env bash
+
+# SPDX-FileCopyrightText: 2023 The TVL Authors
+#
+# SPDX-License-Identifier: MIT
+
 #
 # Builds a NixOS system configuration at the given attribute path.
 set -ueo pipefail