From 6a2f093efe865bdef22abe8d863ab29b18232f66 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 15:35:26 +0100 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers (#199) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- internal/hmac/hmac_test.go | 3 +++ test/bats/configs/vault/hmac-secret-role.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/internal/hmac/hmac_test.go b/internal/hmac/hmac_test.go index 64f3cc3..1402bd4 100644 --- a/internal/hmac/hmac_test.go +++ b/internal/hmac/hmac_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package hmac import ( diff --git a/test/bats/configs/vault/hmac-secret-role.yaml b/test/bats/configs/vault/hmac-secret-role.yaml index cce66ed..e1b145a 100644 --- a/test/bats/configs/vault/hmac-secret-role.yaml +++ b/test/bats/configs/vault/hmac-secret-role.yaml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + # TODO: Remove when helm chart has this role baked in. apiVersion: rbac.authorization.k8s.io/v1 kind: Role