From 5c27b82ca6a010d904f968ef1566b3df296de377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Suszy=C5=84ski?= Date: Mon, 11 Dec 2023 19:47:12 +0100 Subject: [PATCH] Update boilerplate --- .../cmd/conversion-gen/embed/fn.go | 20 +++++++++---------- .../cmd/conversion-gen/embed/fn_test.go | 20 +++++++++---------- .../cmd/deepcopy-gen/embed/fn.go | 20 +++++++++---------- .../cmd/deepcopy-gen/embed/fn_test.go | 20 +++++++++---------- .../cmd/defaulter-gen/embed/fn.go | 20 +++++++++---------- .../cmd/defaulter-gen/embed/fn_test.go | 20 +++++++++---------- staging/src/k8s.io/code-generator/codegen.go | 4 ++-- .../src/k8s.io/code-generator/codegen_test.go | 4 ++-- .../code-generator/examples/hack/tools.go | 4 ++-- .../internal/codegen/command.go | 4 ++-- .../internal/codegen/command/client/cmd.go | 4 ++-- .../codegen/command/client/cmd_test.go | 4 ++-- .../internal/codegen/command/client/flags.go | 4 ++-- .../internal/codegen/command/client/help.go | 4 ++-- .../internal/codegen/command/help/cmd.go | 4 ++-- .../internal/codegen/command/help/cmd_test.go | 4 ++-- .../internal/codegen/command/help/invalid.go | 4 ++-- .../codegen/command/help/invalid_test.go | 4 ++-- .../internal/codegen/command/helpers/cmd.go | 4 ++-- .../codegen/command/helpers/cmd_test.go | 4 ++-- .../internal/codegen/command/helpers/flags.go | 4 ++-- .../internal/codegen/command/helpers/help.go | 4 ++-- .../internal/codegen/command/openapi/cmd.go | 4 ++-- .../codegen/command/openapi/cmd_test.go | 4 ++-- .../internal/codegen/command/openapi/flags.go | 4 ++-- .../internal/codegen/command/openapi/help.go | 4 ++-- .../internal/codegen/command/usage.go | 4 ++-- .../internal/codegen/execution/exec.go | 4 ++-- .../internal/codegen/execution/print.go | 4 ++-- .../internal/codegen/execution/print_test.go | 4 ++-- .../code-generator/internal/codegen/parse.go | 4 ++-- .../code-generator/internal/codegen/run.go | 4 ++-- .../internal/codegen/run_test.go | 4 ++-- .../code-generator/pkg/codegen/client/args.go | 4 ++-- .../code-generator/pkg/codegen/client/gen.go | 4 ++-- .../pkg/codegen/helpers/args.go | 4 ++-- .../pkg/codegen/helpers/conversion.go | 4 ++-- .../pkg/codegen/helpers/deepcopy.go | 4 ++-- .../pkg/codegen/helpers/defaulter.go | 4 ++-- .../pkg/codegen/helpers/generator.go | 4 ++-- .../pkg/codegen/helpers/generator_test.go | 4 ++-- .../pkg/codegen/helpers/generic.go | 4 ++-- .../pkg/codegen/openapi/args.go | 4 ++-- .../code-generator/pkg/codegen/openapi/gen.go | 4 ++-- .../code-generator/pkg/fs/current/dir.go | 4 ++-- .../code-generator/pkg/fs/current/dir_test.go | 4 ++-- .../code-generator/pkg/fs/current/file.go | 4 ++-- .../pkg/fs/current/file_test.go | 4 ++-- .../code-generator/pkg/fs/within_dir.go | 4 ++-- .../code-generator/pkg/osbin/git/find.go | 4 ++-- .../code-generator/pkg/osbin/git/grep.go | 4 ++-- .../pkg/osbin/golang/packageof.go | 4 ++-- .../pkg/osbin/golang/packageof_test.go | 4 ++-- 53 files changed, 154 insertions(+), 154 deletions(-) diff --git a/staging/src/k8s.io/code-generator/cmd/conversion-gen/embed/fn.go b/staging/src/k8s.io/code-generator/cmd/conversion-gen/embed/fn.go index 26d638a31e206..9d15b9883373b 100644 --- a/staging/src/k8s.io/code-generator/cmd/conversion-gen/embed/fn.go +++ b/staging/src/k8s.io/code-generator/cmd/conversion-gen/embed/fn.go @@ -1,17 +1,17 @@ /* - Copyright 2023 The Kubernetes Authors. +Copyright 2023 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 +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 + 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. +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 embed diff --git a/staging/src/k8s.io/code-generator/cmd/conversion-gen/embed/fn_test.go b/staging/src/k8s.io/code-generator/cmd/conversion-gen/embed/fn_test.go index 8a6c328cb250b..981863b269455 100644 --- a/staging/src/k8s.io/code-generator/cmd/conversion-gen/embed/fn_test.go +++ b/staging/src/k8s.io/code-generator/cmd/conversion-gen/embed/fn_test.go @@ -1,17 +1,17 @@ /* - Copyright 2023 The Kubernetes Authors. +Copyright 2023 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 +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 + 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. +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 embed_test diff --git a/staging/src/k8s.io/code-generator/cmd/deepcopy-gen/embed/fn.go b/staging/src/k8s.io/code-generator/cmd/deepcopy-gen/embed/fn.go index 53337dde60f2e..52489ecff5b63 100644 --- a/staging/src/k8s.io/code-generator/cmd/deepcopy-gen/embed/fn.go +++ b/staging/src/k8s.io/code-generator/cmd/deepcopy-gen/embed/fn.go @@ -1,17 +1,17 @@ /* - Copyright 2023 The Kubernetes Authors. +Copyright 2023 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 +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 + 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. +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 embed diff --git a/staging/src/k8s.io/code-generator/cmd/deepcopy-gen/embed/fn_test.go b/staging/src/k8s.io/code-generator/cmd/deepcopy-gen/embed/fn_test.go index 56ce642db7f65..c90d7e489d4bc 100644 --- a/staging/src/k8s.io/code-generator/cmd/deepcopy-gen/embed/fn_test.go +++ b/staging/src/k8s.io/code-generator/cmd/deepcopy-gen/embed/fn_test.go @@ -1,17 +1,17 @@ /* - Copyright 2023 The Kubernetes Authors. +Copyright 2023 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 +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 + 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. +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 embed_test diff --git a/staging/src/k8s.io/code-generator/cmd/defaulter-gen/embed/fn.go b/staging/src/k8s.io/code-generator/cmd/defaulter-gen/embed/fn.go index 5866374a2cf42..39cbeebfd7e57 100644 --- a/staging/src/k8s.io/code-generator/cmd/defaulter-gen/embed/fn.go +++ b/staging/src/k8s.io/code-generator/cmd/defaulter-gen/embed/fn.go @@ -1,17 +1,17 @@ /* - Copyright 2023 The Kubernetes Authors. +Copyright 2023 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 +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 + 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. +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 embed diff --git a/staging/src/k8s.io/code-generator/cmd/defaulter-gen/embed/fn_test.go b/staging/src/k8s.io/code-generator/cmd/defaulter-gen/embed/fn_test.go index 6df7f1a47f51e..2b758161637b4 100644 --- a/staging/src/k8s.io/code-generator/cmd/defaulter-gen/embed/fn_test.go +++ b/staging/src/k8s.io/code-generator/cmd/defaulter-gen/embed/fn_test.go @@ -1,17 +1,17 @@ /* - Copyright 2023 The Kubernetes Authors. +Copyright 2023 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 +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 + 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. +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 embed_test diff --git a/staging/src/k8s.io/code-generator/codegen.go b/staging/src/k8s.io/code-generator/codegen.go index c7337e5f30c4d..d2d8098025c81 100644 --- a/staging/src/k8s.io/code-generator/codegen.go +++ b/staging/src/k8s.io/code-generator/codegen.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/codegen_test.go b/staging/src/k8s.io/code-generator/codegen_test.go index c4e7ff426dcf3..c450f8947ccac 100644 --- a/staging/src/k8s.io/code-generator/codegen_test.go +++ b/staging/src/k8s.io/code-generator/codegen_test.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/examples/hack/tools.go b/staging/src/k8s.io/code-generator/examples/hack/tools.go index 66171c9aed287..7e5ed0612d06e 100644 --- a/staging/src/k8s.io/code-generator/examples/hack/tools.go +++ b/staging/src/k8s.io/code-generator/examples/hack/tools.go @@ -4,12 +4,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command.go b/staging/src/k8s.io/code-generator/internal/codegen/command.go index bbd210d4f8788..834a575772afd 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/client/cmd.go b/staging/src/k8s.io/code-generator/internal/codegen/command/client/cmd.go index 2b5d5ed4e0401..9ab79def3780f 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/client/cmd.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/client/cmd.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/client/cmd_test.go b/staging/src/k8s.io/code-generator/internal/codegen/command/client/cmd_test.go index ebf8aced9b8ce..4a71509527524 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/client/cmd_test.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/client/cmd_test.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/client/flags.go b/staging/src/k8s.io/code-generator/internal/codegen/command/client/flags.go index be65e43192abb..c8a4794856141 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/client/flags.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/client/flags.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/client/help.go b/staging/src/k8s.io/code-generator/internal/codegen/command/client/help.go index f5b65916b52cf..3169711caa750 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/client/help.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/client/help.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/help/cmd.go b/staging/src/k8s.io/code-generator/internal/codegen/command/help/cmd.go index 27f05c461c9ac..bc245296b4a52 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/help/cmd.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/help/cmd.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/help/cmd_test.go b/staging/src/k8s.io/code-generator/internal/codegen/command/help/cmd_test.go index a6c84053577de..85f03c3f6b530 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/help/cmd_test.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/help/cmd_test.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/help/invalid.go b/staging/src/k8s.io/code-generator/internal/codegen/command/help/invalid.go index c44787084e204..d46c9e35d739f 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/help/invalid.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/help/invalid.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/help/invalid_test.go b/staging/src/k8s.io/code-generator/internal/codegen/command/help/invalid_test.go index d9cba7a519e72..8f61d4d6a9225 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/help/invalid_test.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/help/invalid_test.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/cmd.go b/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/cmd.go index e6e31e3814b62..84d251443624c 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/cmd.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/cmd.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/cmd_test.go b/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/cmd_test.go index 87f591a4bcc3b..c6165e6570349 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/cmd_test.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/cmd_test.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/flags.go b/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/flags.go index 732d9a4908b8e..417bd2fb71e0b 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/flags.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/flags.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/help.go b/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/help.go index 1ed260a4a4100..4ac35b19a14bb 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/help.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/helpers/help.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/cmd.go b/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/cmd.go index 9e8d10a8699b2..f4d79cc812277 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/cmd.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/cmd.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/cmd_test.go b/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/cmd_test.go index b5f1e12ab604e..3a8c740e1733b 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/cmd_test.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/cmd_test.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/flags.go b/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/flags.go index 0a465c14adbe9..83d4fb5573f62 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/flags.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/flags.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/help.go b/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/help.go index 0933ed828721e..884533a3e03ce 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/help.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/openapi/help.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/command/usage.go b/staging/src/k8s.io/code-generator/internal/codegen/command/usage.go index 14cbe876564df..5000c215a8d98 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/command/usage.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/command/usage.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/execution/exec.go b/staging/src/k8s.io/code-generator/internal/codegen/execution/exec.go index 1b0150d34dd42..6b085a5dd65ba 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/execution/exec.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/execution/exec.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/execution/print.go b/staging/src/k8s.io/code-generator/internal/codegen/execution/print.go index 9a089cf149ec6..b025935314e25 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/execution/print.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/execution/print.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/execution/print_test.go b/staging/src/k8s.io/code-generator/internal/codegen/execution/print_test.go index 6123efaa6b0a5..ae34b8e321a0a 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/execution/print_test.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/execution/print_test.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/parse.go b/staging/src/k8s.io/code-generator/internal/codegen/parse.go index 1bbba3cb867ed..73534fd71eb57 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/parse.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/parse.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/run.go b/staging/src/k8s.io/code-generator/internal/codegen/run.go index 9945233c8f50e..b763d2ebcc3df 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/run.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/run.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/internal/codegen/run_test.go b/staging/src/k8s.io/code-generator/internal/codegen/run_test.go index 9470108728f98..d2081ddf6756e 100644 --- a/staging/src/k8s.io/code-generator/internal/codegen/run_test.go +++ b/staging/src/k8s.io/code-generator/internal/codegen/run_test.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/codegen/client/args.go b/staging/src/k8s.io/code-generator/pkg/codegen/client/args.go index 09bc410f48750..8fb9d5e5466a6 100644 --- a/staging/src/k8s.io/code-generator/pkg/codegen/client/args.go +++ b/staging/src/k8s.io/code-generator/pkg/codegen/client/args.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/codegen/client/gen.go b/staging/src/k8s.io/code-generator/pkg/codegen/client/gen.go index 2b3b823cfc12e..969b0875250e7 100644 --- a/staging/src/k8s.io/code-generator/pkg/codegen/client/gen.go +++ b/staging/src/k8s.io/code-generator/pkg/codegen/client/gen.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/codegen/helpers/args.go b/staging/src/k8s.io/code-generator/pkg/codegen/helpers/args.go index 26d905a9d2eba..e1465bf5bfc5d 100644 --- a/staging/src/k8s.io/code-generator/pkg/codegen/helpers/args.go +++ b/staging/src/k8s.io/code-generator/pkg/codegen/helpers/args.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/codegen/helpers/conversion.go b/staging/src/k8s.io/code-generator/pkg/codegen/helpers/conversion.go index bd89b1142bf64..8dfed75e345ce 100644 --- a/staging/src/k8s.io/code-generator/pkg/codegen/helpers/conversion.go +++ b/staging/src/k8s.io/code-generator/pkg/codegen/helpers/conversion.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/codegen/helpers/deepcopy.go b/staging/src/k8s.io/code-generator/pkg/codegen/helpers/deepcopy.go index 4c7f89451f352..dd71640c01001 100644 --- a/staging/src/k8s.io/code-generator/pkg/codegen/helpers/deepcopy.go +++ b/staging/src/k8s.io/code-generator/pkg/codegen/helpers/deepcopy.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/codegen/helpers/defaulter.go b/staging/src/k8s.io/code-generator/pkg/codegen/helpers/defaulter.go index b33ce0e0728f3..e7cebade89119 100644 --- a/staging/src/k8s.io/code-generator/pkg/codegen/helpers/defaulter.go +++ b/staging/src/k8s.io/code-generator/pkg/codegen/helpers/defaulter.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/codegen/helpers/generator.go b/staging/src/k8s.io/code-generator/pkg/codegen/helpers/generator.go index 9754971860637..e290dc6516cb4 100644 --- a/staging/src/k8s.io/code-generator/pkg/codegen/helpers/generator.go +++ b/staging/src/k8s.io/code-generator/pkg/codegen/helpers/generator.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/codegen/helpers/generator_test.go b/staging/src/k8s.io/code-generator/pkg/codegen/helpers/generator_test.go index a53369a5d9535..a8fc011c0136f 100644 --- a/staging/src/k8s.io/code-generator/pkg/codegen/helpers/generator_test.go +++ b/staging/src/k8s.io/code-generator/pkg/codegen/helpers/generator_test.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/codegen/helpers/generic.go b/staging/src/k8s.io/code-generator/pkg/codegen/helpers/generic.go index ab30a0c398f88..9d4ce83f0eb69 100644 --- a/staging/src/k8s.io/code-generator/pkg/codegen/helpers/generic.go +++ b/staging/src/k8s.io/code-generator/pkg/codegen/helpers/generic.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/codegen/openapi/args.go b/staging/src/k8s.io/code-generator/pkg/codegen/openapi/args.go index 3f75a8bef1890..ebe55951770be 100644 --- a/staging/src/k8s.io/code-generator/pkg/codegen/openapi/args.go +++ b/staging/src/k8s.io/code-generator/pkg/codegen/openapi/args.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/codegen/openapi/gen.go b/staging/src/k8s.io/code-generator/pkg/codegen/openapi/gen.go index 5e3c6df385178..0395a5ea8d112 100644 --- a/staging/src/k8s.io/code-generator/pkg/codegen/openapi/gen.go +++ b/staging/src/k8s.io/code-generator/pkg/codegen/openapi/gen.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/fs/current/dir.go b/staging/src/k8s.io/code-generator/pkg/fs/current/dir.go index 4b7246e51902b..9e7b9b6aa3448 100644 --- a/staging/src/k8s.io/code-generator/pkg/fs/current/dir.go +++ b/staging/src/k8s.io/code-generator/pkg/fs/current/dir.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/fs/current/dir_test.go b/staging/src/k8s.io/code-generator/pkg/fs/current/dir_test.go index 6a2758c2bab03..510430e97318e 100644 --- a/staging/src/k8s.io/code-generator/pkg/fs/current/dir_test.go +++ b/staging/src/k8s.io/code-generator/pkg/fs/current/dir_test.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/fs/current/file.go b/staging/src/k8s.io/code-generator/pkg/fs/current/file.go index 4b5d450033f78..6cb3c6a630d7e 100644 --- a/staging/src/k8s.io/code-generator/pkg/fs/current/file.go +++ b/staging/src/k8s.io/code-generator/pkg/fs/current/file.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/fs/current/file_test.go b/staging/src/k8s.io/code-generator/pkg/fs/current/file_test.go index f2b3ad4f357e1..4b7d9a72d8fb6 100644 --- a/staging/src/k8s.io/code-generator/pkg/fs/current/file_test.go +++ b/staging/src/k8s.io/code-generator/pkg/fs/current/file_test.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/fs/within_dir.go b/staging/src/k8s.io/code-generator/pkg/fs/within_dir.go index f18a0fe01c6dc..280600862d031 100644 --- a/staging/src/k8s.io/code-generator/pkg/fs/within_dir.go +++ b/staging/src/k8s.io/code-generator/pkg/fs/within_dir.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/osbin/git/find.go b/staging/src/k8s.io/code-generator/pkg/osbin/git/find.go index 1a19ecaa49c81..d0bd6436de5e3 100644 --- a/staging/src/k8s.io/code-generator/pkg/osbin/git/find.go +++ b/staging/src/k8s.io/code-generator/pkg/osbin/git/find.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/osbin/git/grep.go b/staging/src/k8s.io/code-generator/pkg/osbin/git/grep.go index a047c683a44c6..476a347ea6c04 100644 --- a/staging/src/k8s.io/code-generator/pkg/osbin/git/grep.go +++ b/staging/src/k8s.io/code-generator/pkg/osbin/git/grep.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/osbin/golang/packageof.go b/staging/src/k8s.io/code-generator/pkg/osbin/golang/packageof.go index 455067e29d2b6..e261641a79dbd 100644 --- a/staging/src/k8s.io/code-generator/pkg/osbin/golang/packageof.go +++ b/staging/src/k8s.io/code-generator/pkg/osbin/golang/packageof.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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 diff --git a/staging/src/k8s.io/code-generator/pkg/osbin/golang/packageof_test.go b/staging/src/k8s.io/code-generator/pkg/osbin/golang/packageof_test.go index 6230a97306125..78dc97d191937 100644 --- a/staging/src/k8s.io/code-generator/pkg/osbin/golang/packageof_test.go +++ b/staging/src/k8s.io/code-generator/pkg/osbin/golang/packageof_test.go @@ -2,12 +2,12 @@ Copyright 2023 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 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 +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