From 137daa7293d4f3a651635ab0f2c181c303fcaea7 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:44:55 -0500 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers (#199) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- internal/provider/example_function.go | 3 +++ internal/provider/example_function_test.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/internal/provider/example_function.go b/internal/provider/example_function.go index f6bad73..1106e7d 100644 --- a/internal/provider/example_function.go +++ b/internal/provider/example_function.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package provider import ( diff --git a/internal/provider/example_function_test.go b/internal/provider/example_function_test.go index d234ef3..d04f99a 100644 --- a/internal/provider/example_function_test.go +++ b/internal/provider/example_function_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package provider import (