From 26ffee7a7bf301d12229191ce57c11defac4e8e4 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:35:46 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- .web-docs/metadata.hcl | 3 +++ .web-docs/scripts/compile-to-webdocs.sh | 3 +++ 2 files changed, 6 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.