From 80750c5e1ddbd4b64f1ca2aa71bb9780dc75462b Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:27:24 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- auth/workload/token.go | 3 +++ auth/workload/token_test.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/auth/workload/token.go b/auth/workload/token.go index 7a624243..f67dd6c6 100644 --- a/auth/workload/token.go +++ b/auth/workload/token.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package workload import "fmt" diff --git a/auth/workload/token_test.go b/auth/workload/token_test.go index 7111e4fc..1dee91d8 100644 --- a/auth/workload/token_test.go +++ b/auth/workload/token_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package workload import (