From 9057c86b7c06bc8a76fd3248e279d6c17a6b3848 Mon Sep 17 00:00:00 2001 From: Kirill Date: Fri, 22 Mar 2024 16:06:24 +0500 Subject: [PATCH] Fix license header (#64) fixes #53 --- api/v1alpha1/etcdcluster_types.go | 2 +- api/v1alpha1/etcdcluster_webhook.go | 2 +- api/v1alpha1/etcdcluster_webhook_test.go | 2 +- api/v1alpha1/groupversion_info.go | 2 +- api/v1alpha1/webhook_suite_test.go | 2 +- api/v1alpha1/zz_generated.deepcopy.go | 2 +- cmd/main.go | 2 +- hack/boilerplate.go.txt | 2 +- internal/controller/etcdcluster_controller.go | 2 +- internal/controller/etcdcluster_controller_test.go | 2 +- internal/controller/suite_test.go | 2 +- test/e2e/e2e_suite_test.go | 2 +- test/e2e/e2e_test.go | 2 +- test/utils/utils.go | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/api/v1alpha1/etcdcluster_types.go b/api/v1alpha1/etcdcluster_types.go index f7d3557..c103810 100644 --- a/api/v1alpha1/etcdcluster_types.go +++ b/api/v1alpha1/etcdcluster_types.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The etcd-operator 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/api/v1alpha1/etcdcluster_webhook.go b/api/v1alpha1/etcdcluster_webhook.go index 9d8ca02..537ff84 100644 --- a/api/v1alpha1/etcdcluster_webhook.go +++ b/api/v1alpha1/etcdcluster_webhook.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The etcd-operator 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/api/v1alpha1/etcdcluster_webhook_test.go b/api/v1alpha1/etcdcluster_webhook_test.go index 674b030..b2d508a 100644 --- a/api/v1alpha1/etcdcluster_webhook_test.go +++ b/api/v1alpha1/etcdcluster_webhook_test.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The etcd-operator 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/api/v1alpha1/groupversion_info.go b/api/v1alpha1/groupversion_info.go index 0f5f2a9..5fd83c5 100644 --- a/api/v1alpha1/groupversion_info.go +++ b/api/v1alpha1/groupversion_info.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The etcd-operator 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/api/v1alpha1/webhook_suite_test.go b/api/v1alpha1/webhook_suite_test.go index ef93bc6..23709a6 100644 --- a/api/v1alpha1/webhook_suite_test.go +++ b/api/v1alpha1/webhook_suite_test.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The etcd-operator 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/api/v1alpha1/zz_generated.deepcopy.go b/api/v1alpha1/zz_generated.deepcopy.go index e8f87f2..b5dc027 100644 --- a/api/v1alpha1/zz_generated.deepcopy.go +++ b/api/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -Copyright 2024. +Copyright 2024 The etcd-operator 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/cmd/main.go b/cmd/main.go index 304013a..6ff10b1 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The etcd-operator 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/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 06a460e..d98617c 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The etcd-operator 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/internal/controller/etcdcluster_controller.go b/internal/controller/etcdcluster_controller.go index 7571775..3c31f69 100644 --- a/internal/controller/etcdcluster_controller.go +++ b/internal/controller/etcdcluster_controller.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The etcd-operator 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/internal/controller/etcdcluster_controller_test.go b/internal/controller/etcdcluster_controller_test.go index 767e127..d50979f 100644 --- a/internal/controller/etcdcluster_controller_test.go +++ b/internal/controller/etcdcluster_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The etcd-operator 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/internal/controller/suite_test.go b/internal/controller/suite_test.go index 2006f26..c47cabd 100644 --- a/internal/controller/suite_test.go +++ b/internal/controller/suite_test.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The etcd-operator 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/test/e2e/e2e_suite_test.go b/test/e2e/e2e_suite_test.go index 3af263d..968c805 100644 --- a/test/e2e/e2e_suite_test.go +++ b/test/e2e/e2e_suite_test.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The etcd-operator 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/test/e2e/e2e_test.go b/test/e2e/e2e_test.go index f4d6221..fae3476 100644 --- a/test/e2e/e2e_test.go +++ b/test/e2e/e2e_test.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The etcd-operator 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/test/utils/utils.go b/test/utils/utils.go index 7363aa5..b4d5164 100644 --- a/test/utils/utils.go +++ b/test/utils/utils.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The etcd-operator Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.