From 307ec8f6a2d220ad395ef352ad782dc6860eb2db Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Tue, 23 Apr 2024 14:26:30 +0200 Subject: [PATCH] Add copyright boilerplate Signed-off-by: Dr. Stefan Schimanski --- examples/fleet-namespace/cache.go | 16 ++++++++++++++++ examples/fleet-namespace/client.go | 16 ++++++++++++++++ examples/fleet-namespace/cluster.go | 16 ++++++++++++++++ examples/fleet-namespace/main.go | 16 ++++++++++++++++ examples/fleet/main.go | 16 ++++++++++++++++ 5 files changed, 80 insertions(+) diff --git a/examples/fleet-namespace/cache.go b/examples/fleet-namespace/cache.go index be0e685175..5c3eb0b877 100644 --- a/examples/fleet-namespace/cache.go +++ b/examples/fleet-namespace/cache.go @@ -1,3 +1,19 @@ +/* +Copyright 2024 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/examples/fleet-namespace/client.go b/examples/fleet-namespace/client.go index 0ed81b706d..143ae6627f 100644 --- a/examples/fleet-namespace/client.go +++ b/examples/fleet-namespace/client.go @@ -1,3 +1,19 @@ +/* +Copyright 2024 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/examples/fleet-namespace/cluster.go b/examples/fleet-namespace/cluster.go index f6ec62f47a..ce012cfeff 100644 --- a/examples/fleet-namespace/cluster.go +++ b/examples/fleet-namespace/cluster.go @@ -1,3 +1,19 @@ +/* +Copyright 2024 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/examples/fleet-namespace/main.go b/examples/fleet-namespace/main.go index 35b126365f..84fbaf8b4e 100644 --- a/examples/fleet-namespace/main.go +++ b/examples/fleet-namespace/main.go @@ -1,3 +1,19 @@ +/* +Copyright 2024 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/examples/fleet/main.go b/examples/fleet/main.go index b20fadb068..827d7dec7e 100644 --- a/examples/fleet/main.go +++ b/examples/fleet/main.go @@ -1,3 +1,19 @@ +/* +Copyright 2024 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 (