From 97db17d73b117a45a580818ad89051c6af71136c Mon Sep 17 00:00:00 2001 From: Francesco Giudici Date: Fri, 31 Jan 2025 15:33:47 +0100 Subject: [PATCH] make linter happy - update copyright dates (#899) Signed-off-by: Francesco Giudici --- .obs/specfile/elemental-register/elemental-register.spec | 2 +- api/v1beta1/common_consts.go | 2 +- api/v1beta1/condition_consts.go | 2 +- api/v1beta1/groupversion_info.go | 2 +- api/v1beta1/machineinventory_types.go | 2 +- api/v1beta1/machineregistration_types.go | 2 +- api/v1beta1/machineselector_types.go | 2 +- api/v1beta1/machineselectortemplate_types.go | 2 +- api/v1beta1/managedosimage_types.go | 2 +- api/v1beta1/managedosversion_types.go | 2 +- api/v1beta1/managedosversionchannel_types.go | 2 +- api/v1beta1/metadata_type.go | 2 +- api/v1beta1/seedimage_type.go | 2 +- api/v1beta1/types.go | 2 +- api/v1beta1/zz_generated.deepcopy.go | 2 +- cmd/operator/display/root.go | 2 +- cmd/operator/download/root.go | 2 +- cmd/operator/main.go | 2 +- cmd/operator/operator/root.go | 2 +- cmd/register/main.go | 2 +- cmd/register/main_test.go | 2 +- cmd/register/showdata.go | 2 +- cmd/register/version.go | 2 +- cmd/support/main.go | 2 +- controllers/machineinventory_controller.go | 2 +- controllers/machineinventory_controller_test.go | 2 +- controllers/machineregistration_controller.go | 2 +- controllers/machineregistration_controller_test.go | 2 +- controllers/machineselector_controller.go | 2 +- controllers/machineselector_controller_test.go | 2 +- controllers/managedosimage_controller.go | 2 +- controllers/managedosimage_controller_test.go | 2 +- controllers/managedosversion_controller.go | 2 +- controllers/managedosversion_controller_test.go | 2 +- controllers/managedosversionchannel_controller.go | 2 +- controllers/managedosversionchannel_controller_test.go | 2 +- controllers/seedimage_controller.go | 2 +- controllers/seedimage_controller_test.go | 2 +- controllers/suite_test.go | 2 +- generate.go | 2 +- internal/system-agent/api.go | 2 +- pkg/clients/clients.go | 2 +- pkg/dmidecode/decode.go | 2 +- pkg/dmidecode/decode_test.go | 2 +- pkg/elementalcli/elementalcli.go | 2 +- pkg/elementalcli/mocks/elementalcli.go | 2 +- pkg/hostinfo/hostinfo.go | 2 +- pkg/install/install.go | 2 +- pkg/install/install_test.go | 2 +- pkg/install/mocks/install.go | 2 +- pkg/log/log.go | 2 +- pkg/network/mocks/network.go | 2 +- pkg/network/network.go | 2 +- pkg/network/network_test.go | 2 +- pkg/network/nmc.go | 2 +- pkg/network/nmconnections.go | 2 +- pkg/network/nmstate.go | 2 +- pkg/object/render.go | 2 +- pkg/plainauth/plainauth.go | 2 +- pkg/plainauth/register.go | 2 +- pkg/plainauth/register_test.go | 2 +- pkg/register/mocks/client.go | 2 +- pkg/register/mocks/state.go | 2 +- pkg/register/register.go | 2 +- pkg/register/register_test.go | 2 +- pkg/register/state.go | 2 +- pkg/register/state_test.go | 2 +- pkg/register/websocket.go | 2 +- pkg/register/websocket_test.go | 2 +- pkg/runtime/info.go | 2 +- pkg/server/api_registration.go | 2 +- pkg/server/api_registration_test.go | 2 +- pkg/server/api_seedimage.go | 2 +- pkg/server/api_seedimage_test.go | 2 +- pkg/server/labeltmpl.go | 2 +- pkg/server/labeltmpl_test.go | 2 +- pkg/server/server.go | 2 +- pkg/server/server_test.go | 2 +- pkg/syncer/syncer.go | 2 +- pkg/templater/random.go | 2 +- pkg/templater/templater.go | 2 +- pkg/templater/templater_test.go | 2 +- pkg/test/cleanup.go | 2 +- pkg/test/crdbuilder.go | 2 +- pkg/test/envtest.go | 2 +- pkg/tpm/auth_tpm.go | 2 +- pkg/tpm/register.go | 2 +- pkg/tpm/tpm.go | 2 +- pkg/util/command_runner.go | 2 +- pkg/util/mocks/command_runner.go | 2 +- pkg/util/mocks/net_controller.go | 2 +- pkg/util/net.go | 2 +- pkg/util/net_test.go | 2 +- pkg/util/suite_test.go | 2 +- pkg/util/util.go | 2 +- pkg/util/util_test.go | 2 +- pkg/version/version.go | 2 +- scripts/boilerplate.go.txt | 2 +- tests/catalog/managedosimage.go | 2 +- tests/catalog/managedosversion.go | 2 +- tests/catalog/managedosversionchannel.go | 2 +- tests/catalog/manageregistration.go | 2 +- tests/controllerHelpers/FakeSyncerProvider.go | 2 +- tests/e2e/config/config.go | 2 +- tests/e2e/do_nothing_test.go | 2 +- tests/e2e/downgrade_test.go | 2 +- tests/e2e/e2e_suite_test.go | 2 +- tests/e2e/machineregistration_test.go | 2 +- tests/e2e/managedosimage_test.go | 2 +- tests/e2e/managedosversionchannel_test.go | 2 +- tests/e2e/upgrades_test.go | 2 +- utils/httpfy/httpfy.go | 2 +- utils/mockgen.go | 2 +- 113 files changed, 113 insertions(+), 113 deletions(-) diff --git a/.obs/specfile/elemental-register/elemental-register.spec b/.obs/specfile/elemental-register/elemental-register.spec index f009356d6..668978538 100644 --- a/.obs/specfile/elemental-register/elemental-register.spec +++ b/.obs/specfile/elemental-register/elemental-register.spec @@ -1,7 +1,7 @@ # # spec file for package elemental-register # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/api/v1beta1/common_consts.go b/api/v1beta1/common_consts.go index fc54688d4..143157239 100644 --- a/api/v1beta1/common_consts.go +++ b/api/v1beta1/common_consts.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/api/v1beta1/condition_consts.go b/api/v1beta1/condition_consts.go index ff6b7aba9..bd4672147 100644 --- a/api/v1beta1/condition_consts.go +++ b/api/v1beta1/condition_consts.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/api/v1beta1/groupversion_info.go b/api/v1beta1/groupversion_info.go index a88d1177a..ee7a84b40 100644 --- a/api/v1beta1/groupversion_info.go +++ b/api/v1beta1/groupversion_info.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/api/v1beta1/machineinventory_types.go b/api/v1beta1/machineinventory_types.go index 4ff52276d..ec2835124 100644 --- a/api/v1beta1/machineinventory_types.go +++ b/api/v1beta1/machineinventory_types.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/api/v1beta1/machineregistration_types.go b/api/v1beta1/machineregistration_types.go index 6a1b643d8..44a3226c2 100644 --- a/api/v1beta1/machineregistration_types.go +++ b/api/v1beta1/machineregistration_types.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/api/v1beta1/machineselector_types.go b/api/v1beta1/machineselector_types.go index 34d1d90a7..2e810cec6 100644 --- a/api/v1beta1/machineselector_types.go +++ b/api/v1beta1/machineselector_types.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/api/v1beta1/machineselectortemplate_types.go b/api/v1beta1/machineselectortemplate_types.go index 2e32a1cbc..876f0c289 100644 --- a/api/v1beta1/machineselectortemplate_types.go +++ b/api/v1beta1/machineselectortemplate_types.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/api/v1beta1/managedosimage_types.go b/api/v1beta1/managedosimage_types.go index 3343dd28e..618212b0a 100644 --- a/api/v1beta1/managedosimage_types.go +++ b/api/v1beta1/managedosimage_types.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/api/v1beta1/managedosversion_types.go b/api/v1beta1/managedosversion_types.go index cd8e53f0e..ace238bed 100644 --- a/api/v1beta1/managedosversion_types.go +++ b/api/v1beta1/managedosversion_types.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/api/v1beta1/managedosversionchannel_types.go b/api/v1beta1/managedosversionchannel_types.go index 27586f328..16c32ecc9 100644 --- a/api/v1beta1/managedosversionchannel_types.go +++ b/api/v1beta1/managedosversionchannel_types.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/api/v1beta1/metadata_type.go b/api/v1beta1/metadata_type.go index f3f5836e6..700c7432f 100644 --- a/api/v1beta1/metadata_type.go +++ b/api/v1beta1/metadata_type.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/api/v1beta1/seedimage_type.go b/api/v1beta1/seedimage_type.go index c94ef09da..6d52122a6 100644 --- a/api/v1beta1/seedimage_type.go +++ b/api/v1beta1/seedimage_type.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/api/v1beta1/types.go b/api/v1beta1/types.go index 1a10e209b..55d2db01b 100644 --- a/api/v1beta1/types.go +++ b/api/v1beta1/types.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/api/v1beta1/zz_generated.deepcopy.go b/api/v1beta1/zz_generated.deepcopy.go index 9f3a2e3fa..4616f6152 100644 --- a/api/v1beta1/zz_generated.deepcopy.go +++ b/api/v1beta1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/cmd/operator/display/root.go b/cmd/operator/display/root.go index dd8587e07..d3dce6685 100644 --- a/cmd/operator/display/root.go +++ b/cmd/operator/display/root.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/cmd/operator/download/root.go b/cmd/operator/download/root.go index dd20c8be8..a90d7a737 100644 --- a/cmd/operator/download/root.go +++ b/cmd/operator/download/root.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/cmd/operator/main.go b/cmd/operator/main.go index 8f3965b1a..b483fa263 100644 --- a/cmd/operator/main.go +++ b/cmd/operator/main.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/cmd/operator/operator/root.go b/cmd/operator/operator/root.go index dca88dd09..26ff2cd34 100644 --- a/cmd/operator/operator/root.go +++ b/cmd/operator/operator/root.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/cmd/register/main.go b/cmd/register/main.go index c184f5072..a4bc3ab3c 100644 --- a/cmd/register/main.go +++ b/cmd/register/main.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/cmd/register/main_test.go b/cmd/register/main_test.go index d7f380358..0950dffba 100644 --- a/cmd/register/main_test.go +++ b/cmd/register/main_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/cmd/register/showdata.go b/cmd/register/showdata.go index 661bd2abf..9794a300a 100644 --- a/cmd/register/showdata.go +++ b/cmd/register/showdata.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/cmd/register/version.go b/cmd/register/version.go index 8c17610d8..dd8125347 100644 --- a/cmd/register/version.go +++ b/cmd/register/version.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/cmd/support/main.go b/cmd/support/main.go index c8d30a661..60ad8af93 100644 --- a/cmd/support/main.go +++ b/cmd/support/main.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/machineinventory_controller.go b/controllers/machineinventory_controller.go index 5fdc4373a..e5009e2ad 100644 --- a/controllers/machineinventory_controller.go +++ b/controllers/machineinventory_controller.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/machineinventory_controller_test.go b/controllers/machineinventory_controller_test.go index 1fbef8174..d462a94f0 100644 --- a/controllers/machineinventory_controller_test.go +++ b/controllers/machineinventory_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/machineregistration_controller.go b/controllers/machineregistration_controller.go index 846113f2d..19af594a3 100644 --- a/controllers/machineregistration_controller.go +++ b/controllers/machineregistration_controller.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/machineregistration_controller_test.go b/controllers/machineregistration_controller_test.go index 9e84ca368..55d729188 100644 --- a/controllers/machineregistration_controller_test.go +++ b/controllers/machineregistration_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/machineselector_controller.go b/controllers/machineselector_controller.go index 795c61d2b..4fe059a26 100644 --- a/controllers/machineselector_controller.go +++ b/controllers/machineselector_controller.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/machineselector_controller_test.go b/controllers/machineselector_controller_test.go index 0412289c1..daf0cc189 100644 --- a/controllers/machineselector_controller_test.go +++ b/controllers/machineselector_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/managedosimage_controller.go b/controllers/managedosimage_controller.go index b52cc406a..7ea50da63 100644 --- a/controllers/managedosimage_controller.go +++ b/controllers/managedosimage_controller.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/managedosimage_controller_test.go b/controllers/managedosimage_controller_test.go index 4ad1c56de..589c49d7e 100644 --- a/controllers/managedosimage_controller_test.go +++ b/controllers/managedosimage_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/managedosversion_controller.go b/controllers/managedosversion_controller.go index ffa2d3956..033196bdd 100644 --- a/controllers/managedosversion_controller.go +++ b/controllers/managedosversion_controller.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/managedosversion_controller_test.go b/controllers/managedosversion_controller_test.go index a58328aed..e0c08bc44 100644 --- a/controllers/managedosversion_controller_test.go +++ b/controllers/managedosversion_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/managedosversionchannel_controller.go b/controllers/managedosversionchannel_controller.go index dbc1ed0da..4ae3eee03 100644 --- a/controllers/managedosversionchannel_controller.go +++ b/controllers/managedosversionchannel_controller.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/managedosversionchannel_controller_test.go b/controllers/managedosversionchannel_controller_test.go index c3ee52936..0748edb2b 100644 --- a/controllers/managedosversionchannel_controller_test.go +++ b/controllers/managedosversionchannel_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/seedimage_controller.go b/controllers/seedimage_controller.go index 4a160faab..00a1ddf25 100644 --- a/controllers/seedimage_controller.go +++ b/controllers/seedimage_controller.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/seedimage_controller_test.go b/controllers/seedimage_controller_test.go index cb8ccff9b..b0a2b553a 100644 --- a/controllers/seedimage_controller_test.go +++ b/controllers/seedimage_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/controllers/suite_test.go b/controllers/suite_test.go index 11b65a392..1b27eca60 100644 --- a/controllers/suite_test.go +++ b/controllers/suite_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/generate.go b/generate.go index 94de85f65..d034dcdc2 100644 --- a/generate.go +++ b/generate.go @@ -2,7 +2,7 @@ //go:generate /bin/rm -rf pkg/generated //go:generate go run pkg/codegen/main.go /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/internal/system-agent/api.go b/internal/system-agent/api.go index 0d39ec6d6..b73536a04 100644 --- a/internal/system-agent/api.go +++ b/internal/system-agent/api.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/clients/clients.go b/pkg/clients/clients.go index 439b8b849..d05c0572e 100644 --- a/pkg/clients/clients.go +++ b/pkg/clients/clients.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/dmidecode/decode.go b/pkg/dmidecode/decode.go index 2f973d16a..bdc0e7d9a 100644 --- a/pkg/dmidecode/decode.go +++ b/pkg/dmidecode/decode.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/dmidecode/decode_test.go b/pkg/dmidecode/decode_test.go index d5b9b2202..bcf20bcd0 100644 --- a/pkg/dmidecode/decode_test.go +++ b/pkg/dmidecode/decode_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/elementalcli/elementalcli.go b/pkg/elementalcli/elementalcli.go index ceaafc409..55ccd6b99 100644 --- a/pkg/elementalcli/elementalcli.go +++ b/pkg/elementalcli/elementalcli.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/elementalcli/mocks/elementalcli.go b/pkg/elementalcli/mocks/elementalcli.go index 0b40aa25f..820cb4bd6 100644 --- a/pkg/elementalcli/mocks/elementalcli.go +++ b/pkg/elementalcli/mocks/elementalcli.go @@ -1,5 +1,5 @@ // /* -// Copyright © 2022 - 2024 SUSE LLC +// Copyright © 2022 - 2025 SUSE 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/pkg/hostinfo/hostinfo.go b/pkg/hostinfo/hostinfo.go index 5c87f3356..2daeaa7b3 100644 --- a/pkg/hostinfo/hostinfo.go +++ b/pkg/hostinfo/hostinfo.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/install/install.go b/pkg/install/install.go index e154b3b1c..c0c6c05e5 100644 --- a/pkg/install/install.go +++ b/pkg/install/install.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/install/install_test.go b/pkg/install/install_test.go index 4758cc449..98bd171b4 100644 --- a/pkg/install/install_test.go +++ b/pkg/install/install_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/install/mocks/install.go b/pkg/install/mocks/install.go index 40aa7a39e..62c73fe1c 100644 --- a/pkg/install/mocks/install.go +++ b/pkg/install/mocks/install.go @@ -1,5 +1,5 @@ // /* -// Copyright © 2022 - 2024 SUSE LLC +// Copyright © 2022 - 2025 SUSE 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/pkg/log/log.go b/pkg/log/log.go index 730a4cf17..9511c7784 100644 --- a/pkg/log/log.go +++ b/pkg/log/log.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/network/mocks/network.go b/pkg/network/mocks/network.go index d8aa97eb0..20ea4a34c 100644 --- a/pkg/network/mocks/network.go +++ b/pkg/network/mocks/network.go @@ -1,5 +1,5 @@ // /* -// Copyright © 2022 - 2024 SUSE LLC +// Copyright © 2022 - 2025 SUSE 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/pkg/network/network.go b/pkg/network/network.go index 561b79c48..235615984 100644 --- a/pkg/network/network.go +++ b/pkg/network/network.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/network/network_test.go b/pkg/network/network_test.go index e170013eb..7a338e0fd 100644 --- a/pkg/network/network_test.go +++ b/pkg/network/network_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/network/nmc.go b/pkg/network/nmc.go index cf84d099a..63d7b75fd 100644 --- a/pkg/network/nmc.go +++ b/pkg/network/nmc.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/network/nmconnections.go b/pkg/network/nmconnections.go index 4b66a9a9e..971795132 100644 --- a/pkg/network/nmconnections.go +++ b/pkg/network/nmconnections.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/network/nmstate.go b/pkg/network/nmstate.go index b35e00ce9..8304ee6cd 100644 --- a/pkg/network/nmstate.go +++ b/pkg/network/nmstate.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/object/render.go b/pkg/object/render.go index 330468a24..49c2bbd2b 100644 --- a/pkg/object/render.go +++ b/pkg/object/render.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/plainauth/plainauth.go b/pkg/plainauth/plainauth.go index dfe95e3c7..ab6cfbe2e 100644 --- a/pkg/plainauth/plainauth.go +++ b/pkg/plainauth/plainauth.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/plainauth/register.go b/pkg/plainauth/register.go index 467bb68b7..8f132cbb6 100644 --- a/pkg/plainauth/register.go +++ b/pkg/plainauth/register.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/plainauth/register_test.go b/pkg/plainauth/register_test.go index f5717447f..15c5a5f3f 100644 --- a/pkg/plainauth/register_test.go +++ b/pkg/plainauth/register_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/register/mocks/client.go b/pkg/register/mocks/client.go index 4d7e893f0..405f9cfd3 100644 --- a/pkg/register/mocks/client.go +++ b/pkg/register/mocks/client.go @@ -1,5 +1,5 @@ // /* -// Copyright © 2022 - 2024 SUSE LLC +// Copyright © 2022 - 2025 SUSE 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/pkg/register/mocks/state.go b/pkg/register/mocks/state.go index 8c98f6ff3..4870a9bbd 100644 --- a/pkg/register/mocks/state.go +++ b/pkg/register/mocks/state.go @@ -1,5 +1,5 @@ // /* -// Copyright © 2022 - 2024 SUSE LLC +// Copyright © 2022 - 2025 SUSE 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/pkg/register/register.go b/pkg/register/register.go index 2b5c8da4d..d6648f4c0 100644 --- a/pkg/register/register.go +++ b/pkg/register/register.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/register/register_test.go b/pkg/register/register_test.go index 703b07bbd..435cd8584 100644 --- a/pkg/register/register_test.go +++ b/pkg/register/register_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/register/state.go b/pkg/register/state.go index 337a81ed5..c9950a925 100644 --- a/pkg/register/state.go +++ b/pkg/register/state.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/register/state_test.go b/pkg/register/state_test.go index 564cf35de..13fa4534e 100644 --- a/pkg/register/state_test.go +++ b/pkg/register/state_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/register/websocket.go b/pkg/register/websocket.go index fa5da6362..39b10ec2b 100644 --- a/pkg/register/websocket.go +++ b/pkg/register/websocket.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/register/websocket_test.go b/pkg/register/websocket_test.go index b980199c8..e798a2d67 100644 --- a/pkg/register/websocket_test.go +++ b/pkg/register/websocket_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/runtime/info.go b/pkg/runtime/info.go index 2c477e617..70bc0a7be 100644 --- a/pkg/runtime/info.go +++ b/pkg/runtime/info.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/server/api_registration.go b/pkg/server/api_registration.go index b106a86bb..0ae4c5c6f 100644 --- a/pkg/server/api_registration.go +++ b/pkg/server/api_registration.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/server/api_registration_test.go b/pkg/server/api_registration_test.go index 6ca44aef5..da4fd5252 100644 --- a/pkg/server/api_registration_test.go +++ b/pkg/server/api_registration_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/server/api_seedimage.go b/pkg/server/api_seedimage.go index 3d63052ef..4b5b9a2b6 100644 --- a/pkg/server/api_seedimage.go +++ b/pkg/server/api_seedimage.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/server/api_seedimage_test.go b/pkg/server/api_seedimage_test.go index 48a82ed8b..6110d59eb 100644 --- a/pkg/server/api_seedimage_test.go +++ b/pkg/server/api_seedimage_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/server/labeltmpl.go b/pkg/server/labeltmpl.go index b9dbd066a..475a4b54b 100644 --- a/pkg/server/labeltmpl.go +++ b/pkg/server/labeltmpl.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/server/labeltmpl_test.go b/pkg/server/labeltmpl_test.go index 38aaadb20..0b2869aee 100644 --- a/pkg/server/labeltmpl_test.go +++ b/pkg/server/labeltmpl_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/server/server.go b/pkg/server/server.go index 578e0b17f..bc0f364bd 100644 --- a/pkg/server/server.go +++ b/pkg/server/server.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/server/server_test.go b/pkg/server/server_test.go index b06df1db4..622e2bb19 100644 --- a/pkg/server/server_test.go +++ b/pkg/server/server_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/syncer/syncer.go b/pkg/syncer/syncer.go index ec2437563..e6529e5ae 100644 --- a/pkg/syncer/syncer.go +++ b/pkg/syncer/syncer.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/templater/random.go b/pkg/templater/random.go index 0e4d5dd9c..f2fa39a59 100644 --- a/pkg/templater/random.go +++ b/pkg/templater/random.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/templater/templater.go b/pkg/templater/templater.go index 8a6b243b9..763908240 100644 --- a/pkg/templater/templater.go +++ b/pkg/templater/templater.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/templater/templater_test.go b/pkg/templater/templater_test.go index 5ee9f72e7..0354d76ff 100644 --- a/pkg/templater/templater_test.go +++ b/pkg/templater/templater_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/test/cleanup.go b/pkg/test/cleanup.go index 3840aa8f8..f874c04f2 100644 --- a/pkg/test/cleanup.go +++ b/pkg/test/cleanup.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/test/crdbuilder.go b/pkg/test/crdbuilder.go index 3b1b93d87..3dc3f6120 100644 --- a/pkg/test/crdbuilder.go +++ b/pkg/test/crdbuilder.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/test/envtest.go b/pkg/test/envtest.go index 9c5db047a..e57a5846b 100644 --- a/pkg/test/envtest.go +++ b/pkg/test/envtest.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/tpm/auth_tpm.go b/pkg/tpm/auth_tpm.go index 454c0288b..35f97ff0d 100644 --- a/pkg/tpm/auth_tpm.go +++ b/pkg/tpm/auth_tpm.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/tpm/register.go b/pkg/tpm/register.go index 34e6b07da..14ffd44c8 100644 --- a/pkg/tpm/register.go +++ b/pkg/tpm/register.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/tpm/tpm.go b/pkg/tpm/tpm.go index 354a8bfe3..7dea58240 100644 --- a/pkg/tpm/tpm.go +++ b/pkg/tpm/tpm.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/util/command_runner.go b/pkg/util/command_runner.go index abac09dd9..63e721423 100644 --- a/pkg/util/command_runner.go +++ b/pkg/util/command_runner.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/util/mocks/command_runner.go b/pkg/util/mocks/command_runner.go index 7ea9c3042..e9e548fa5 100644 --- a/pkg/util/mocks/command_runner.go +++ b/pkg/util/mocks/command_runner.go @@ -1,5 +1,5 @@ // /* -// Copyright © 2022 - 2024 SUSE LLC +// Copyright © 2022 - 2025 SUSE 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/pkg/util/mocks/net_controller.go b/pkg/util/mocks/net_controller.go index 81d1ce6fd..abe7c81e5 100644 --- a/pkg/util/mocks/net_controller.go +++ b/pkg/util/mocks/net_controller.go @@ -1,5 +1,5 @@ // /* -// Copyright © 2022 - 2024 SUSE LLC +// Copyright © 2022 - 2025 SUSE 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/pkg/util/net.go b/pkg/util/net.go index 1571ddab6..bbc5d7baa 100644 --- a/pkg/util/net.go +++ b/pkg/util/net.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/util/net_test.go b/pkg/util/net_test.go index 453633b12..45cd6cafe 100644 --- a/pkg/util/net_test.go +++ b/pkg/util/net_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/util/suite_test.go b/pkg/util/suite_test.go index ac62ddc51..2e3f664c9 100644 --- a/pkg/util/suite_test.go +++ b/pkg/util/suite_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/util/util.go b/pkg/util/util.go index e06f94aad..5dace24e2 100644 --- a/pkg/util/util.go +++ b/pkg/util/util.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/util/util_test.go b/pkg/util/util_test.go index 17027eee9..453f0a7e8 100644 --- a/pkg/util/util_test.go +++ b/pkg/util/util_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/pkg/version/version.go b/pkg/version/version.go index 201490d65..66c9e65d6 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/scripts/boilerplate.go.txt b/scripts/boilerplate.go.txt index 37d2badbb..0d460c47f 100755 --- a/scripts/boilerplate.go.txt +++ b/scripts/boilerplate.go.txt @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/tests/catalog/managedosimage.go b/tests/catalog/managedosimage.go index 8221305d4..4c156a1b0 100644 --- a/tests/catalog/managedosimage.go +++ b/tests/catalog/managedosimage.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/tests/catalog/managedosversion.go b/tests/catalog/managedosversion.go index 6244e3913..08396601a 100644 --- a/tests/catalog/managedosversion.go +++ b/tests/catalog/managedosversion.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/tests/catalog/managedosversionchannel.go b/tests/catalog/managedosversionchannel.go index 56c7649d5..28fce5ac1 100644 --- a/tests/catalog/managedosversionchannel.go +++ b/tests/catalog/managedosversionchannel.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/tests/catalog/manageregistration.go b/tests/catalog/manageregistration.go index 1553ed80d..cc5e099a4 100644 --- a/tests/catalog/manageregistration.go +++ b/tests/catalog/manageregistration.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/tests/controllerHelpers/FakeSyncerProvider.go b/tests/controllerHelpers/FakeSyncerProvider.go index de6536e00..ba21fd061 100644 --- a/tests/controllerHelpers/FakeSyncerProvider.go +++ b/tests/controllerHelpers/FakeSyncerProvider.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/tests/e2e/config/config.go b/tests/e2e/config/config.go index d9a1d4d3f..55dad85e7 100644 --- a/tests/e2e/config/config.go +++ b/tests/e2e/config/config.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/tests/e2e/do_nothing_test.go b/tests/e2e/do_nothing_test.go index 1cec97c58..40763f2cc 100644 --- a/tests/e2e/do_nothing_test.go +++ b/tests/e2e/do_nothing_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/tests/e2e/downgrade_test.go b/tests/e2e/downgrade_test.go index 30ef5f7d3..d87fb74d8 100644 --- a/tests/e2e/downgrade_test.go +++ b/tests/e2e/downgrade_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/tests/e2e/e2e_suite_test.go b/tests/e2e/e2e_suite_test.go index 03353dd2c..c041a4ab5 100644 --- a/tests/e2e/e2e_suite_test.go +++ b/tests/e2e/e2e_suite_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/tests/e2e/machineregistration_test.go b/tests/e2e/machineregistration_test.go index 1eff3355f..0d87980b2 100644 --- a/tests/e2e/machineregistration_test.go +++ b/tests/e2e/machineregistration_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/tests/e2e/managedosimage_test.go b/tests/e2e/managedosimage_test.go index 10865c64b..253f33d01 100644 --- a/tests/e2e/managedosimage_test.go +++ b/tests/e2e/managedosimage_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/tests/e2e/managedosversionchannel_test.go b/tests/e2e/managedosversionchannel_test.go index c74b80b7a..4091b465b 100644 --- a/tests/e2e/managedosversionchannel_test.go +++ b/tests/e2e/managedosversionchannel_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/tests/e2e/upgrades_test.go b/tests/e2e/upgrades_test.go index 7ec39d8fb..4b0c01324 100644 --- a/tests/e2e/upgrades_test.go +++ b/tests/e2e/upgrades_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/utils/httpfy/httpfy.go b/utils/httpfy/httpfy.go index 25d6a864a..2d04c9aa0 100644 --- a/utils/httpfy/httpfy.go +++ b/utils/httpfy/httpfy.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE 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/utils/mockgen.go b/utils/mockgen.go index b94904c4e..79d728bd4 100644 --- a/utils/mockgen.go +++ b/utils/mockgen.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 - 2024 SUSE LLC +Copyright © 2022 - 2025 SUSE LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.