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.