From ed67cbdacbb663ab8b7af26764c685ac3c8731fd Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Tue, 18 Apr 2023 10:32:06 +0200 Subject: [PATCH] fixing wrong Boilerplate header --- .../ingress/annotations/disableproxyintercepterrors/main.go | 5 ++++- .../annotations/disableproxyintercepterrors/main_test.go | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/internal/ingress/annotations/disableproxyintercepterrors/main.go b/internal/ingress/annotations/disableproxyintercepterrors/main.go index 4f15a395b..818fdf142 100644 --- a/internal/ingress/annotations/disableproxyintercepterrors/main.go +++ b/internal/ingress/annotations/disableproxyintercepterrors/main.go @@ -1,9 +1,12 @@ /* -Copyright 2017 The Kubernetes Authors. +Copyright 2022 The Kubernetes 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. diff --git a/internal/ingress/annotations/disableproxyintercepterrors/main_test.go b/internal/ingress/annotations/disableproxyintercepterrors/main_test.go index ec708fc22..1238bb4e0 100644 --- a/internal/ingress/annotations/disableproxyintercepterrors/main_test.go +++ b/internal/ingress/annotations/disableproxyintercepterrors/main_test.go @@ -1,9 +1,12 @@ /* -Copyright 2017 The Kubernetes Authors. +Copyright 2022 The Kubernetes 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.