From 312d435f3d6f24cd6e771a4dbbe2e3fa0d007058 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:52:10 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- api_helpers/post-api-helpers.sh | 3 +++ api_helpers/pre-api-helpers.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/api_helpers/post-api-helpers.sh b/api_helpers/post-api-helpers.sh index 79f1e9a..815b8b2 100644 --- a/api_helpers/post-api-helpers.sh +++ b/api_helpers/post-api-helpers.sh @@ -1,3 +1,6 @@ #!/bin/bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + echo "Executing Post-API Helpers" \ No newline at end of file diff --git a/api_helpers/pre-api-helpers.sh b/api_helpers/pre-api-helpers.sh index fd2dc40..8a5a372 100644 --- a/api_helpers/pre-api-helpers.sh +++ b/api_helpers/pre-api-helpers.sh @@ -1,3 +1,6 @@ #!/bin/bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + echo "Executing Pre-API Helpers" \ No newline at end of file