From 32b21da11fc63060258b60038843cdc457f44af4 Mon Sep 17 00:00:00 2001 From: Zespre Schmidt Date: Tue, 30 Jul 2024 15:23:00 +0800 Subject: [PATCH] chore: update copyright year to 2024 Signed-off-by: Zespre Schmidt --- README.md | 4 +++- api/v1/groupversion_info.go | 2 +- api/v1/virtualmachinebmc_types.go | 2 +- api/v1/virtualmachinebmc_webhook.go | 2 +- api/v1/webhook_suite_test.go | 2 +- api/v1/zz_generated.deepcopy.go | 2 +- cmd/controller/main.go | 2 +- hack/boilerplate.go.txt | 2 +- internal/controller/service/controller.go | 2 +- internal/controller/service/suite_test.go | 2 +- internal/controller/virtualmachine/controller.go | 2 +- internal/controller/virtualmachine/suite_test.go | 2 +- internal/controller/virtualmachinebmc/controller.go | 2 +- internal/controller/virtualmachinebmc/suite_test.go | 2 +- pkg/generated/clientset/versioned/clientset.go | 2 +- pkg/generated/clientset/versioned/fake/clientset_generated.go | 2 +- pkg/generated/clientset/versioned/fake/doc.go | 2 +- pkg/generated/clientset/versioned/fake/register.go | 2 +- pkg/generated/clientset/versioned/scheme/doc.go | 2 +- pkg/generated/clientset/versioned/scheme/register.go | 2 +- .../clientset/versioned/typed/core/v1/core_client.go | 2 +- pkg/generated/clientset/versioned/typed/core/v1/doc.go | 2 +- pkg/generated/clientset/versioned/typed/core/v1/fake/doc.go | 2 +- .../versioned/typed/core/v1/fake/fake_core_client.go | 2 +- .../clientset/versioned/typed/core/v1/fake/fake_kubevirt.go | 2 +- .../versioned/typed/core/v1/fake/fake_virtualmachine.go | 2 +- .../typed/core/v1/fake/fake_virtualmachineinstance.go | 2 +- .../core/v1/fake/fake_virtualmachineinstancemigration.go | 2 +- .../typed/core/v1/fake/fake_virtualmachineinstancepreset.go | 2 +- .../core/v1/fake/fake_virtualmachineinstancereplicaset.go | 2 +- .../clientset/versioned/typed/core/v1/generated_expansion.go | 2 +- pkg/generated/clientset/versioned/typed/core/v1/kubevirt.go | 2 +- .../clientset/versioned/typed/core/v1/virtualmachine.go | 2 +- .../versioned/typed/core/v1/virtualmachineinstance.go | 2 +- .../typed/core/v1/virtualmachineinstancemigration.go | 2 +- .../versioned/typed/core/v1/virtualmachineinstancepreset.go | 2 +- .../typed/core/v1/virtualmachineinstancereplicaset.go | 2 +- 37 files changed, 39 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 7f904c2..eacb834 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # KubeVirtBMC +![main build and publish workflow](https://github.com/starbops/kubevirtbmc/actions/workflows/main.yml/badge.svg) + KubeVirtBMC unleashes the power management for virtual machines on Kubernetes in a traditional way, i.e., [IPMI](https://www.intel.com.tw/content/www/tw/zh/products/docs/servers/ipmi/ipmi-second-gen-interface-spec-v2-rev1-1.html). This allows users to power on/off/reset and set the boot device for the VM. It was initially designed for [Tinkerbell](https://github.com/tinkerbell/tink)/[Seeder](https://github.com/harvester/seeder) to provision [KubeVirt](https://github.com/kubevirt/kubevirt) VMs, just like we did in the good old days. The project was born in [SUSE Hack Week 23](https://hackweek.opensuse.org/). @@ -190,7 +192,7 @@ make undeploy ## License -Copyright 2023 Zespre Chang +Copyright 2024 Zespre Chang 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/v1/groupversion_info.go b/api/v1/groupversion_info.go index 2703891..afb99f5 100644 --- a/api/v1/groupversion_info.go +++ b/api/v1/groupversion_info.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/v1/virtualmachinebmc_types.go b/api/v1/virtualmachinebmc_types.go index b90d07e..a7fbaab 100644 --- a/api/v1/virtualmachinebmc_types.go +++ b/api/v1/virtualmachinebmc_types.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/v1/virtualmachinebmc_webhook.go b/api/v1/virtualmachinebmc_webhook.go index 91464ef..519206a 100644 --- a/api/v1/virtualmachinebmc_webhook.go +++ b/api/v1/virtualmachinebmc_webhook.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/v1/webhook_suite_test.go b/api/v1/webhook_suite_test.go index c7887d2..b0adddc 100644 --- a/api/v1/webhook_suite_test.go +++ b/api/v1/webhook_suite_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/v1/zz_generated.deepcopy.go b/api/v1/zz_generated.deepcopy.go index 6856b2f..743e830 100644 --- a/api/v1/zz_generated.deepcopy.go +++ b/api/v1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -Copyright 2023. +Copyright 2024. 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/controller/main.go b/cmd/controller/main.go index 00e4d8f..f81f58f 100644 --- a/cmd/controller/main.go +++ b/cmd/controller/main.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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 65b8622..ff72ff2 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/service/controller.go b/internal/controller/service/controller.go index 8eeec8f..2302066 100644 --- a/internal/controller/service/controller.go +++ b/internal/controller/service/controller.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/service/suite_test.go b/internal/controller/service/suite_test.go index 46b53e1..623fdd0 100644 --- a/internal/controller/service/suite_test.go +++ b/internal/controller/service/suite_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/virtualmachine/controller.go b/internal/controller/virtualmachine/controller.go index 4bfa958..21d68c6 100644 --- a/internal/controller/virtualmachine/controller.go +++ b/internal/controller/virtualmachine/controller.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/virtualmachine/suite_test.go b/internal/controller/virtualmachine/suite_test.go index 32fc3af..1b410aa 100644 --- a/internal/controller/virtualmachine/suite_test.go +++ b/internal/controller/virtualmachine/suite_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/virtualmachinebmc/controller.go b/internal/controller/virtualmachinebmc/controller.go index d74b0d9..3b6c0f3 100644 --- a/internal/controller/virtualmachinebmc/controller.go +++ b/internal/controller/virtualmachinebmc/controller.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/virtualmachinebmc/suite_test.go b/internal/controller/virtualmachinebmc/suite_test.go index 281c571..468b4b8 100644 --- a/internal/controller/virtualmachinebmc/suite_test.go +++ b/internal/controller/virtualmachinebmc/suite_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/clientset.go b/pkg/generated/clientset/versioned/clientset.go index f3a765a..2e50a5c 100644 --- a/pkg/generated/clientset/versioned/clientset.go +++ b/pkg/generated/clientset/versioned/clientset.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/fake/clientset_generated.go b/pkg/generated/clientset/versioned/fake/clientset_generated.go index e26546b..13082ad 100644 --- a/pkg/generated/clientset/versioned/fake/clientset_generated.go +++ b/pkg/generated/clientset/versioned/fake/clientset_generated.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/fake/doc.go b/pkg/generated/clientset/versioned/fake/doc.go index ecd85aa..57c8c1b 100644 --- a/pkg/generated/clientset/versioned/fake/doc.go +++ b/pkg/generated/clientset/versioned/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/fake/register.go b/pkg/generated/clientset/versioned/fake/register.go index 970c936..53866b4 100644 --- a/pkg/generated/clientset/versioned/fake/register.go +++ b/pkg/generated/clientset/versioned/fake/register.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/scheme/doc.go b/pkg/generated/clientset/versioned/scheme/doc.go index b075ce0..b00a2a6 100644 --- a/pkg/generated/clientset/versioned/scheme/doc.go +++ b/pkg/generated/clientset/versioned/scheme/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/scheme/register.go b/pkg/generated/clientset/versioned/scheme/register.go index 994ffbd..7678edd 100644 --- a/pkg/generated/clientset/versioned/scheme/register.go +++ b/pkg/generated/clientset/versioned/scheme/register.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/core_client.go b/pkg/generated/clientset/versioned/typed/core/v1/core_client.go index bf8687b..3c2a0f3 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/core_client.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/core_client.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/doc.go b/pkg/generated/clientset/versioned/typed/core/v1/doc.go index e736a2e..035a225 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/doc.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/fake/doc.go b/pkg/generated/clientset/versioned/typed/core/v1/fake/doc.go index bbc3b3b..3514f7d 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/fake/doc.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_core_client.go b/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_core_client.go index 32acac6..c66b3e6 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_core_client.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_core_client.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_kubevirt.go b/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_kubevirt.go index 41468f2..986716f 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_kubevirt.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_kubevirt.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachine.go b/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachine.go index 2075684..38c0913 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachine.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachine.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstance.go b/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstance.go index 6f506fa..6bf9483 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstance.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstance.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstancemigration.go b/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstancemigration.go index 4711b4b..e21cdd8 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstancemigration.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstancemigration.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstancepreset.go b/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstancepreset.go index 576c4a1..337b6e8 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstancepreset.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstancepreset.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstancereplicaset.go b/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstancereplicaset.go index cdf4e87..bc0466b 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstancereplicaset.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/fake/fake_virtualmachineinstancereplicaset.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/generated_expansion.go b/pkg/generated/clientset/versioned/typed/core/v1/generated_expansion.go index 4d33896..d68a49d 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/generated_expansion.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/kubevirt.go b/pkg/generated/clientset/versioned/typed/core/v1/kubevirt.go index e9b863e..f2ca58e 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/kubevirt.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/kubevirt.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/virtualmachine.go b/pkg/generated/clientset/versioned/typed/core/v1/virtualmachine.go index b1f2bc8..cd2328e 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/virtualmachine.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/virtualmachine.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstance.go b/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstance.go index e4af566..3743790 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstance.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstance.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstancemigration.go b/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstancemigration.go index d9c7e51..b2847bc 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstancemigration.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstancemigration.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstancepreset.go b/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstancepreset.go index 9e02610..c34ae40 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstancepreset.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstancepreset.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. 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/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstancereplicaset.go b/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstancereplicaset.go index d9faa5d..0c74aec 100644 --- a/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstancereplicaset.go +++ b/pkg/generated/clientset/versioned/typed/core/v1/virtualmachineinstancereplicaset.go @@ -1,5 +1,5 @@ /* -Copyright 2023. +Copyright 2024. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.