From 6c66256d46ceab1837d904947f31990a27277216 Mon Sep 17 00:00:00 2001 From: Kit Patella Date: Mon, 9 Sep 2024 12:20:35 -0700 Subject: [PATCH] chore: pkg/utils ok now the linter should be happy with the copyright date --- src/pkg/utils/bytes.go | 2 +- src/pkg/utils/bytes_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pkg/utils/bytes.go b/src/pkg/utils/bytes.go index b091521381..22b3322614 100644 --- a/src/pkg/utils/bytes.go +++ b/src/pkg/utils/bytes.go @@ -1,5 +1,5 @@ // SPDX-License-Identifier: Apache-2.0 -// SPDX-FileCopyrightText: 2024-Present The Zarf Authors +// SPDX-FileCopyrightText: 2021-Present The Zarf Authors // forked from https://www.socketloop.com/tutorials/golang-byte-format-example diff --git a/src/pkg/utils/bytes_test.go b/src/pkg/utils/bytes_test.go index 55c30b7643..492048f788 100644 --- a/src/pkg/utils/bytes_test.go +++ b/src/pkg/utils/bytes_test.go @@ -1,5 +1,5 @@ // SPDX-License-Identifier: Apache-2.0 -// SPDX-FileCopyrightText: 2024-Present The Zarf Authors +// SPDX-FileCopyrightText: 2021-Present The Zarf Authors // Package utils provides generic utility functions. package utils