From 4956a139f46ba68a745261a40514e0a46b1a918f Mon Sep 17 00:00:00 2001 From: Enrique Lacal Date: Tue, 26 Mar 2024 21:20:02 +0000 Subject: [PATCH] Add missing copyright header to fix build Signed-off-by: Enrique Lacal --- internal/stacks/prometheus_config.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/internal/stacks/prometheus_config.go b/internal/stacks/prometheus_config.go index a418789c..668757e7 100644 --- a/internal/stacks/prometheus_config.go +++ b/internal/stacks/prometheus_config.go @@ -1,3 +1,19 @@ +// Copyright © 2024 Kaleido, Inc. +// +// SPDX-License-Identifier: Apache-2.0 +// +// 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 stacks import "fmt"