From 7c2f60cd8fe2425d53fc2abf172ac866821b5567 Mon Sep 17 00:00:00 2001 From: Gianmaria Del Monte Date: Wed, 13 Jul 2022 15:15:35 +0200 Subject: [PATCH] add copyright header --- pkg/rhttp/rhttp_test.go | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pkg/rhttp/rhttp_test.go b/pkg/rhttp/rhttp_test.go index c40afb7fc0..eb68a0c22d 100644 --- a/pkg/rhttp/rhttp_test.go +++ b/pkg/rhttp/rhttp_test.go @@ -1,3 +1,21 @@ +// Copyright 2018-2022 CERN +// +// 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. +// +// In applying this license, CERN does not waive the privileges and immunities +// granted to it by virtue of its status as an Intergovernmental Organization +// or submit itself to any jurisdiction. + package rhttp import "testing"