From 8c9286b6a9419178d17bc291502ea94536e208df Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:39:16 +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 62e9dd6..0b8039c 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.