From b5f5e8571e25bf64f49282904f787a97a3e8f95c Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:36:56 +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 a6fe2ca..a5c8ab7 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 51a7238..2fc710b 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.