From 8a9e967b6a2e9659dd647f2acb827bc47eda5512 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:04:47 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- expirable/expirable_lru.go | 3 +++ expirable/expirable_lru_test.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/expirable/expirable_lru.go b/expirable/expirable_lru.go index b1612b9..005f1a0 100644 --- a/expirable/expirable_lru.go +++ b/expirable/expirable_lru.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package expirable import ( diff --git a/expirable/expirable_lru_test.go b/expirable/expirable_lru_test.go index 5ad2fef..cc328e3 100644 --- a/expirable/expirable_lru_test.go +++ b/expirable/expirable_lru_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package expirable import (