From bae786de3bdfc77fa0dda0581e76c3e5744687df Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 13 Mar 2024 17:22:19 +0200 Subject: [PATCH] nix-build.sh: correct copyright header This file was initially vendored from the TVL repo. abe836b4f223ea3f3b89ce106c0d258074680589 accidentially updated the copyright header with the default TII header, but the actual copyright header needs to be preserved. Signed-off-by: Florian Klink --- terraform/modules/azurerm-nix-vm-image/nix-build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terraform/modules/azurerm-nix-vm-image/nix-build.sh b/terraform/modules/azurerm-nix-vm-image/nix-build.sh index e298e40d..0e194f56 100755 --- a/terraform/modules/azurerm-nix-vm-image/nix-build.sh +++ b/terraform/modules/azurerm-nix-vm-image/nix-build.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors +# SPDX-FileCopyrightText: 2023 The TVL Authors +# # SPDX-License-Identifier: MIT #