From 6aaea4bb04bceab105e8ddea094c42d7fc15f56b Mon Sep 17 00:00:00 2001 From: kramaranya Date: Mon, 21 Oct 2024 12:37:55 +0100 Subject: [PATCH] Add license --- cmd/kube-rbac-proxy/app/sanitazion.go | 16 ++++++++++++++++ test/e2e/tokenmasking.go | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/cmd/kube-rbac-proxy/app/sanitazion.go b/cmd/kube-rbac-proxy/app/sanitazion.go index 3c9407ecc..bd524db3e 100644 --- a/cmd/kube-rbac-proxy/app/sanitazion.go +++ b/cmd/kube-rbac-proxy/app/sanitazion.go @@ -1,3 +1,19 @@ +/* +Copyright 2024 the kube-rbac-proxy maintainers. 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 app import ( diff --git a/test/e2e/tokenmasking.go b/test/e2e/tokenmasking.go index e3839304d..18bd7704b 100644 --- a/test/e2e/tokenmasking.go +++ b/test/e2e/tokenmasking.go @@ -1,3 +1,19 @@ +/* +Copyright 2024 the kube-rbac-proxy maintainers. 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 e2e import (