From 6fc25771cad32083396ca8ed173ba7319872b95f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 00:13:48 +0000 Subject: [PATCH] License header autofix --- pkg/gobrickutils/utils_test.go | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pkg/gobrickutils/utils_test.go b/pkg/gobrickutils/utils_test.go index 0e3b789..e7c7a15 100644 --- a/pkg/gobrickutils/utils_test.go +++ b/pkg/gobrickutils/utils_test.go @@ -1,3 +1,21 @@ +/* + * + * Copyright © 2021-2024 Dell Inc. or its subsidiaries. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package gobrickutils import (