From b25dfae44bb228d6d982861e72e4fe46b4761f97 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:05:04 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- level.go | 3 +++ level_benchmark_test.go | 3 +++ level_test.go | 3 +++ 3 files changed, 9 insertions(+) diff --git a/level.go b/level.go index 6381bf1..283cd9b 100644 --- a/level.go +++ b/level.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + // Package logutils augments the standard log package with levels. package logutils diff --git a/level_benchmark_test.go b/level_benchmark_test.go index 3c2caf7..521edc6 100644 --- a/level_benchmark_test.go +++ b/level_benchmark_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package logutils import ( diff --git a/level_test.go b/level_test.go index f6b6ac3..6494d6f 100644 --- a/level_test.go +++ b/level_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package logutils import (