From 64ba49f50be6fd71346718e3c0e47c4c54f52ac3 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 01:22:13 +0000 Subject: [PATCH] [COMPLIANCE] Add/Update Copyright Headers --- LICENSE | 2 +- level.go | 2 ++ level_benchmark_test.go | 2 ++ level_test.go | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index e3ff754..bfbd0aa 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright IBM Corp. 2013, 2025 +Copyright IBM Corp. 2013, 2026 Mozilla Public License, version 2.0 diff --git a/level.go b/level.go index 6381bf1..e6e0405 100644 --- a/level.go +++ b/level.go @@ -1,3 +1,5 @@ +// Copyright IBM Corp. 2013, 2026 + // 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..e37c484 100644 --- a/level_benchmark_test.go +++ b/level_benchmark_test.go @@ -1,3 +1,5 @@ +// Copyright IBM Corp. 2013, 2026 + package logutils import ( diff --git a/level_test.go b/level_test.go index f6b6ac3..60531a3 100644 --- a/level_test.go +++ b/level_test.go @@ -1,3 +1,5 @@ +// Copyright IBM Corp. 2013, 2026 + package logutils import (