From 0c06e917a690addef6356efc6d0a70ff49780bf7 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:39:46 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- .web-docs/metadata.hcl | 3 +++ .web-docs/scripts/compile-to-webdocs.sh | 3 +++ builder/hcloud/step_create_server_test.go | 3 +++ 3 files changed, 9 insertions(+) diff --git a/.web-docs/metadata.hcl b/.web-docs/metadata.hcl index 55e26c97..e5637b8e 100644 --- a/.web-docs/metadata.hcl +++ b/.web-docs/metadata.hcl @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + # For full specification on the configuration of this file visit: # https://github.com/hashicorp/integration-template#metadata-configuration integration { diff --git a/.web-docs/scripts/compile-to-webdocs.sh b/.web-docs/scripts/compile-to-webdocs.sh index 51a72383..2fc710b8 100755 --- a/.web-docs/scripts/compile-to-webdocs.sh +++ b/.web-docs/scripts/compile-to-webdocs.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + # Converts the folder name that the component documentation file # is stored in into the integration slug of the component. diff --git a/builder/hcloud/step_create_server_test.go b/builder/hcloud/step_create_server_test.go index d655b966..a124f39e 100644 --- a/builder/hcloud/step_create_server_test.go +++ b/builder/hcloud/step_create_server_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package hcloud import (