From 8f99e255e59fcf6280c3cd1151c233206025f389 Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Sun, 2 Feb 2025 12:16:56 +0100 Subject: [PATCH] Add missing license header to associator_logging_test File introduced in https://github.com/prometheus-community/yet-another-cloudwatch-exporter/pull/1623 Signed-off-by: Cristian Greco --- pkg/job/maxdimassociator/associator_logging_test.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pkg/job/maxdimassociator/associator_logging_test.go b/pkg/job/maxdimassociator/associator_logging_test.go index 2a2db7efd..d67450c34 100644 --- a/pkg/job/maxdimassociator/associator_logging_test.go +++ b/pkg/job/maxdimassociator/associator_logging_test.go @@ -1,3 +1,15 @@ +// Copyright 2024 The Prometheus Authors +// 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 maxdimassociator import (