diff --git a/examples/vcluster/vcluster_with_config/main_test.go b/examples/vcluster/vcluster_with_config/main_test.go index 632c791c..7bef50a0 100644 --- a/examples/vcluster/vcluster_with_config/main_test.go +++ b/examples/vcluster/vcluster_with_config/main_test.go @@ -1,9 +1,12 @@ /* 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. diff --git a/third_party/vcluster/vcluster.go b/third_party/vcluster/vcluster.go index a37a26f0..2b8b375d 100644 --- a/third_party/vcluster/vcluster.go +++ b/third_party/vcluster/vcluster.go @@ -1,9 +1,12 @@ /* 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.