From d32baeff6ce02f0b3480694096eeb7e28b9963a6 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 30 Nov 2023 16:57:03 +0200 Subject: chore(ops/terraform): add license information 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 Tested-by: BuildkiteCI Reviewed-by: tazjin --- ops/terraform/deploy-nixos/nixos-eval.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ops/terraform/deploy-nixos/nixos-eval.sh') diff --git a/ops/terraform/deploy-nixos/nixos-eval.sh b/ops/terraform/deploy-nixos/nixos-eval.sh index 38f036bba936..0b645daeb59b 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 -- cgit 1.4.1