diff --git a/dev/tools/controllerbuilder/template/apis/doc.go b/dev/tools/controllerbuilder/template/apis/doc.go index da65573126..d30ffc4283 100644 --- a/dev/tools/controllerbuilder/template/apis/doc.go +++ b/dev/tools/controllerbuilder/template/apis/doc.go @@ -1,6 +1,6 @@ package apis -const DocTemplate = `// Copyright 2024 Google LLC +const DocTemplate = `// Copyright 2025 Google LLC // // 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/dev/tools/controllerbuilder/template/apis/groupversion_info.go b/dev/tools/controllerbuilder/template/apis/groupversion_info.go index ee75befd2c..af0ed4a1e2 100644 --- a/dev/tools/controllerbuilder/template/apis/groupversion_info.go +++ b/dev/tools/controllerbuilder/template/apis/groupversion_info.go @@ -1,6 +1,6 @@ package apis -const GroupVersionInfoTemplate = `// Copyright 2024 Google LLC +const GroupVersionInfoTemplate = `// Copyright 2025 Google LLC // // 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/dev/tools/controllerbuilder/template/apis/identity.go b/dev/tools/controllerbuilder/template/apis/identity.go index e39dfc8ab0..d9ea575a3f 100644 --- a/dev/tools/controllerbuilder/template/apis/identity.go +++ b/dev/tools/controllerbuilder/template/apis/identity.go @@ -1,6 +1,6 @@ package apis -const IdentityTemplate = `// Copyright 2024 Google LLC +const IdentityTemplate = `// Copyright 2025 Google LLC // // 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/dev/tools/controllerbuilder/template/apis/refs.go b/dev/tools/controllerbuilder/template/apis/refs.go index 54cc01d2db..5cbb711cde 100644 --- a/dev/tools/controllerbuilder/template/apis/refs.go +++ b/dev/tools/controllerbuilder/template/apis/refs.go @@ -1,6 +1,6 @@ package apis -const RefsHeaderTemplate = `// Copyright 2024 Google LLC +const RefsHeaderTemplate = `// Copyright 2025 Google LLC // // 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/dev/tools/controllerbuilder/template/apis/types.go b/dev/tools/controllerbuilder/template/apis/types.go index 97d083c018..d2d5e065a9 100644 --- a/dev/tools/controllerbuilder/template/apis/types.go +++ b/dev/tools/controllerbuilder/template/apis/types.go @@ -10,7 +10,7 @@ type APIArgs struct { } const TypesTemplate = ` -// Copyright 2024 Google LLC +// Copyright 2025 Google LLC // // 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/dev/tools/controllerbuilder/template/controller/controller.go b/dev/tools/controllerbuilder/template/controller/controller.go index 54b7abff1d..6449badbb7 100644 --- a/dev/tools/controllerbuilder/template/controller/controller.go +++ b/dev/tools/controllerbuilder/template/controller/controller.go @@ -28,7 +28,7 @@ type ControllerArgs struct { } const ControllerTemplate = ` -// Copyright 2024 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.