From 47ece7de64665a7e57cf2cb85670f5701191da5d Mon Sep 17 00:00:00 2001 From: Andi Li Date: Thu, 13 Aug 2020 13:12:30 -0400 Subject: [PATCH] Add some copyright notices --- cmd/validation-webhook/main.go | 16 ++++++++++++++++ pkg/validation-webhook/config.go | 2 +- pkg/validation-webhook/convert.go | 2 +- pkg/validation-webhook/convert_test.go | 2 +- pkg/validation-webhook/main.go | 2 +- pkg/validation-webhook/scheme.go | 2 +- pkg/validation-webhook/snapshot.go | 16 ++++++++++++++++ 7 files changed, 37 insertions(+), 5 deletions(-) diff --git a/cmd/validation-webhook/main.go b/cmd/validation-webhook/main.go index 71686f796..c77e79023 100644 --- a/cmd/validation-webhook/main.go +++ b/cmd/validation-webhook/main.go @@ -1,3 +1,19 @@ +/* +Copyright 2020 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. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package main import ( diff --git a/pkg/validation-webhook/config.go b/pkg/validation-webhook/config.go index ecf449566..e67320b6e 100644 --- a/pkg/validation-webhook/config.go +++ b/pkg/validation-webhook/config.go @@ -1,5 +1,5 @@ /* -Copyright 2018 The Kubernetes Authors. +Copyright 2020 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. diff --git a/pkg/validation-webhook/convert.go b/pkg/validation-webhook/convert.go index 96695f77b..0b22df86d 100644 --- a/pkg/validation-webhook/convert.go +++ b/pkg/validation-webhook/convert.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Kubernetes Authors. +Copyright 2020 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. diff --git a/pkg/validation-webhook/convert_test.go b/pkg/validation-webhook/convert_test.go index d1b9dba55..15be8a403 100644 --- a/pkg/validation-webhook/convert_test.go +++ b/pkg/validation-webhook/convert_test.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Kubernetes Authors. +Copyright 2020 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. diff --git a/pkg/validation-webhook/main.go b/pkg/validation-webhook/main.go index 9f85691c1..1920632de 100644 --- a/pkg/validation-webhook/main.go +++ b/pkg/validation-webhook/main.go @@ -1,5 +1,5 @@ /* -Copyright 2018 The Kubernetes Authors. +Copyright 2020 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. diff --git a/pkg/validation-webhook/scheme.go b/pkg/validation-webhook/scheme.go index 3c09f9908..6ca79c097 100644 --- a/pkg/validation-webhook/scheme.go +++ b/pkg/validation-webhook/scheme.go @@ -1,5 +1,5 @@ /* -Copyright 2018 The Kubernetes Authors. +Copyright 2020 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. diff --git a/pkg/validation-webhook/snapshot.go b/pkg/validation-webhook/snapshot.go index 55cbc62b1..0aeec33c6 100644 --- a/pkg/validation-webhook/snapshot.go +++ b/pkg/validation-webhook/snapshot.go @@ -1,3 +1,19 @@ +/* +Copyright 2020 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. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package webhook import (