From fc6e6b542327e597e72df5a676a7f4ed177c3cb1 Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Tue, 28 Nov 2023 11:01:30 +0100 Subject: [PATCH] Make project REUSE compliant --- .reuse/dep5 | 37 ++++++++++ LICENSES/Apache-2.0.txt | 73 +++++++++++++++++++ Makefile | 2 +- README.md | 5 +- api/core/v1alpha1/common_types.go | 15 +--- api/core/v1alpha1/daemonset_types.go | 15 +--- api/core/v1alpha1/doc.go | 17 +---- api/core/v1alpha1/instance_types.go | 15 +--- api/core/v1alpha1/ip_types.go | 15 +--- api/core/v1alpha1/ipaddress_types.go | 15 +--- api/core/v1alpha1/loadbalancer_types.go | 15 +--- .../v1alpha1/loadbalancerrouting_types.go | 15 +--- api/core/v1alpha1/natgateway_types.go | 15 +--- .../v1alpha1/natgatewayautoscaler_types.go | 15 +--- api/core/v1alpha1/nattable_types.go | 15 +--- api/core/v1alpha1/network_types.go | 15 +--- api/core/v1alpha1/networkid_types.go | 15 +--- api/core/v1alpha1/networkinterface_types.go | 15 +--- api/core/v1alpha1/node_types.go | 15 +--- api/core/v1alpha1/register.go | 15 +--- api/core/v1alpha1/well_known_annotations.go | 15 +--- api/core/v1alpha1/well_known_labels.go | 15 +--- api/core/v1alpha1/zz_generated.deepcopy.go | 17 +---- apimachinery/api/net/net.go | 15 +--- apimachinery/equality/semantic.go | 15 +--- apinetlet/api/v1alpha1/common_types.go | 15 +--- apinetlet/client/client.go | 15 +--- apinetlet/client/config/getter.go | 15 +--- apinetlet/client/sourceaware.go | 15 +--- .../controllers/controllers_suite_test.go | 17 +---- apinetlet/controllers/conversion.go | 15 +--- apinetlet/controllers/helper.go | 15 +--- apinetlet/controllers/helper_test.go | 15 +--- .../controllers/loadbalancer_controller.go | 15 +--- .../loadbalancer_controller_test.go | 15 +--- .../controllers/natgateway_controller.go | 15 +--- .../controllers/natgateway_controller_test.go | 15 +--- apinetlet/controllers/network_controller.go | 15 +--- .../controllers/network_controller_test.go | 15 +--- .../networkinterface_controller.go | 15 +--- .../networkinterface_controller_test.go | 15 +--- apinetlet/controllers/rbac.go | 15 +--- apinetlet/controllers/virtualip_controller.go | 15 +--- .../controllers/virtualip_controller_test.go | 15 +--- apinetlet/handler/sourceaware.go | 15 +--- apinetlet/provider/provider.go | 15 +--- apinetlet/provider/provider_suite_test.go | 15 +--- apinetlet/provider/provider_test.go | 15 +--- .../core/v1alpha1/affinity.go | 17 +---- .../core/v1alpha1/daemonset.go | 17 +---- .../core/v1alpha1/daemonsetspec.go | 17 +---- .../core/v1alpha1/daemonsetstatus.go | 17 +---- .../core/v1alpha1/instance.go | 17 +---- .../core/v1alpha1/instanceaffinityterm.go | 17 +---- .../core/v1alpha1/instanceantiaffinity.go | 17 +---- .../core/v1alpha1/instancespec.go | 17 +---- .../core/v1alpha1/instancestatus.go | 17 +---- .../core/v1alpha1/instancetemplate.go | 17 +---- .../applyconfigurations/core/v1alpha1/ip.go | 17 +---- .../core/v1alpha1/ipaddress.go | 17 +---- .../core/v1alpha1/ipaddressclaimref.go | 17 +---- .../core/v1alpha1/ipaddressspec.go | 17 +---- .../core/v1alpha1/ipclaimref.go | 17 +---- .../core/v1alpha1/ipspec.go | 17 +---- .../core/v1alpha1/loadbalancer.go | 17 +---- .../core/v1alpha1/loadbalancerdestination.go | 17 +---- .../core/v1alpha1/loadbalancerip.go | 17 +---- .../core/v1alpha1/loadbalancerport.go | 17 +---- .../core/v1alpha1/loadbalancerrouting.go | 17 +---- .../core/v1alpha1/loadbalancerspec.go | 17 +---- .../core/v1alpha1/loadbalancerstatus.go | 17 +---- .../core/v1alpha1/loadbalancertargetref.go | 17 +---- .../core/v1alpha1/natgateway.go | 17 +---- .../core/v1alpha1/natgatewayautoscaler.go | 17 +---- .../core/v1alpha1/natgatewayautoscalerspec.go | 17 +---- .../core/v1alpha1/natgatewayip.go | 17 +---- .../core/v1alpha1/natgatewayspec.go | 17 +---- .../core/v1alpha1/natgatewaystatus.go | 17 +---- .../core/v1alpha1/natip.go | 17 +---- .../core/v1alpha1/natipsection.go | 17 +---- .../core/v1alpha1/nattable.go | 17 +---- .../core/v1alpha1/nattableiptargetref.go | 17 +---- .../core/v1alpha1/network.go | 17 +---- .../core/v1alpha1/networkid.go | 17 +---- .../core/v1alpha1/networkidclaimref.go | 17 +---- .../core/v1alpha1/networkidspec.go | 17 +---- .../core/v1alpha1/networkinterface.go | 17 +---- .../core/v1alpha1/networkinterfacenat.go | 17 +---- .../v1alpha1/networkinterfacenatclaimref.go | 17 +---- .../core/v1alpha1/networkinterfacepublicip.go | 17 +---- .../core/v1alpha1/networkinterfacespec.go | 17 +---- .../core/v1alpha1/networkinterfacestatus.go | 17 +---- .../core/v1alpha1/networkspec.go | 17 +---- .../applyconfigurations/core/v1alpha1/node.go | 17 +---- .../core/v1alpha1/nodeaffinity.go | 17 +---- .../core/v1alpha1/nodeselector.go | 17 +---- .../core/v1alpha1/nodeselectorrequirement.go | 17 +---- .../core/v1alpha1/nodeselectorterm.go | 17 +---- .../core/v1alpha1/pciaddress.go | 17 +---- .../core/v1alpha1/topologyspreadconstraint.go | 17 +---- .../applyconfigurations/internal/internal.go | 17 +---- .../meta/v1/labelselector.go | 17 +---- .../meta/v1/labelselectorrequirement.go | 17 +---- .../meta/v1/managedfieldsentry.go | 17 +---- .../applyconfigurations/meta/v1/objectmeta.go | 17 +---- .../meta/v1/ownerreference.go | 17 +---- .../applyconfigurations/meta/v1/typemeta.go | 17 +---- client-go/applyconfigurations/utils.go | 17 +---- client-go/informers/core/interface.go | 17 +---- .../informers/core/v1alpha1/daemonset.go | 17 +---- client-go/informers/core/v1alpha1/instance.go | 17 +---- .../informers/core/v1alpha1/interface.go | 17 +---- client-go/informers/core/v1alpha1/ip.go | 17 +---- .../informers/core/v1alpha1/ipaddress.go | 17 +---- .../informers/core/v1alpha1/loadbalancer.go | 17 +---- .../core/v1alpha1/loadbalancerrouting.go | 17 +---- .../informers/core/v1alpha1/natgateway.go | 17 +---- .../core/v1alpha1/natgatewayautoscaler.go | 17 +---- client-go/informers/core/v1alpha1/nattable.go | 17 +---- client-go/informers/core/v1alpha1/network.go | 17 +---- .../informers/core/v1alpha1/networkid.go | 17 +---- .../core/v1alpha1/networkinterface.go | 17 +---- client-go/informers/core/v1alpha1/node.go | 17 +---- client-go/informers/factory.go | 17 +---- client-go/informers/generic.go | 17 +---- .../internalinterfaces/factory_interfaces.go | 17 +---- client-go/ironcorenet/clientset.go | 17 +---- .../ironcorenet/fake/clientset_generated.go | 17 +---- client-go/ironcorenet/fake/doc.go | 17 +---- client-go/ironcorenet/fake/register.go | 17 +---- client-go/ironcorenet/scheme/doc.go | 17 +---- client-go/ironcorenet/scheme/register.go | 17 +---- .../typed/core/v1alpha1/core_client.go | 17 +---- .../typed/core/v1alpha1/daemonset.go | 17 +---- .../ironcorenet/typed/core/v1alpha1/doc.go | 17 +---- .../typed/core/v1alpha1/fake/doc.go | 17 +---- .../core/v1alpha1/fake/fake_core_client.go | 17 +---- .../core/v1alpha1/fake/fake_daemonset.go | 17 +---- .../typed/core/v1alpha1/fake/fake_instance.go | 17 +---- .../typed/core/v1alpha1/fake/fake_ip.go | 17 +---- .../core/v1alpha1/fake/fake_ipaddress.go | 17 +---- .../core/v1alpha1/fake/fake_loadbalancer.go | 17 +---- .../v1alpha1/fake/fake_loadbalancerrouting.go | 17 +---- .../core/v1alpha1/fake/fake_natgateway.go | 17 +---- .../fake/fake_natgatewayautoscaler.go | 17 +---- .../typed/core/v1alpha1/fake/fake_nattable.go | 17 +---- .../typed/core/v1alpha1/fake/fake_network.go | 17 +---- .../core/v1alpha1/fake/fake_networkid.go | 17 +---- .../v1alpha1/fake/fake_networkinterface.go | 17 +---- .../typed/core/v1alpha1/fake/fake_node.go | 17 +---- .../core/v1alpha1/generated_expansion.go | 17 +---- .../typed/core/v1alpha1/instance.go | 17 +---- .../ironcorenet/typed/core/v1alpha1/ip.go | 17 +---- .../typed/core/v1alpha1/ipaddress.go | 17 +---- .../typed/core/v1alpha1/loadbalancer.go | 17 +---- .../core/v1alpha1/loadbalancerrouting.go | 17 +---- .../typed/core/v1alpha1/natgateway.go | 17 +---- .../core/v1alpha1/natgatewayautoscaler.go | 17 +---- .../typed/core/v1alpha1/nattable.go | 17 +---- .../typed/core/v1alpha1/network.go | 17 +---- .../typed/core/v1alpha1/networkid.go | 17 +---- .../typed/core/v1alpha1/networkinterface.go | 17 +---- .../ironcorenet/typed/core/v1alpha1/node.go | 17 +---- client-go/listers/core/v1alpha1/daemonset.go | 17 +---- .../core/v1alpha1/expansion_generated.go | 17 +---- client-go/listers/core/v1alpha1/instance.go | 17 +---- client-go/listers/core/v1alpha1/ip.go | 17 +---- client-go/listers/core/v1alpha1/ipaddress.go | 17 +---- .../listers/core/v1alpha1/loadbalancer.go | 17 +---- .../core/v1alpha1/loadbalancerrouting.go | 17 +---- client-go/listers/core/v1alpha1/natgateway.go | 17 +---- .../core/v1alpha1/natgatewayautoscaler.go | 17 +---- client-go/listers/core/v1alpha1/nattable.go | 17 +---- client-go/listers/core/v1alpha1/network.go | 17 +---- client-go/listers/core/v1alpha1/networkid.go | 17 +---- .../listers/core/v1alpha1/networkinterface.go | 17 +---- client-go/listers/core/v1alpha1/node.go | 17 +---- client-go/openapi/zz_generated.openapi.go | 17 +---- cmd/apinetlet/main.go | 17 +---- cmd/apiserver/main.go | 15 +--- cmd/controller-manager/main.go | 17 +---- cmd/metalnetlet/main.go | 17 +---- hack/boilerplate.go.txt | 17 +---- hack/license-header.txt | 2 + internal/apis/core/common_types.go | 15 +--- internal/apis/core/daemonset_types.go | 15 +--- internal/apis/core/doc.go | 17 +---- internal/apis/core/install/install.go | 15 +--- internal/apis/core/instance_types.go | 15 +--- internal/apis/core/ip_types.go | 15 +--- internal/apis/core/ipaddress_types.go | 15 +--- internal/apis/core/loadbalancer_types.go | 15 +--- .../apis/core/loadbalancerrouting_types.go | 15 +--- internal/apis/core/natgateway_types.go | 15 +--- .../apis/core/natgatewayautoscaler_types.go | 15 +--- internal/apis/core/nattable_types.go | 15 +--- internal/apis/core/network_types.go | 15 +--- internal/apis/core/networkid_types.go | 15 +--- internal/apis/core/networkinterface_types.go | 15 +--- internal/apis/core/node_types.go | 15 +--- internal/apis/core/register.go | 15 +--- internal/apis/core/v1alpha1/conversions.go | 15 +--- internal/apis/core/v1alpha1/defaults.go | 15 +--- internal/apis/core/v1alpha1/doc.go | 17 +---- internal/apis/core/v1alpha1/register.go | 15 +--- .../core/v1alpha1/zz_generated.conversion.go | 17 +---- .../core/v1alpha1/zz_generated.defaults.go | 17 +---- internal/apis/core/validation/common.go | 15 +--- internal/apis/core/validation/daemonset.go | 15 +--- internal/apis/core/validation/instance.go | 15 +--- internal/apis/core/validation/ip.go | 15 +--- internal/apis/core/validation/ipaddress.go | 15 +--- internal/apis/core/validation/loadbalancer.go | 15 +--- .../core/validation/loadbalancerrouting.go | 15 +--- internal/apis/core/validation/natgateway.go | 15 +--- .../core/validation/natgatewayautoscaler.go | 15 +--- internal/apis/core/validation/nattable.go | 15 +--- internal/apis/core/validation/network.go | 15 +--- internal/apis/core/validation/networkid.go | 15 +--- .../apis/core/validation/networkinterface.go | 15 +--- .../core/validation/networkinterface_test.go | 15 +--- internal/apis/core/validation/node.go | 15 +--- .../core/validation/validation_suite_test.go | 15 +--- internal/apis/core/well_known_annotations.go | 15 +--- internal/apis/core/well_known_labels.go | 15 +--- internal/apis/core/zz_generated.deepcopy.go | 17 +---- internal/apiserver/apiserver.go | 15 +--- internal/app/apiserver/apiserver.go | 15 +--- internal/app/app_suite_test.go | 17 +---- internal/app/core_test.go | 15 +--- internal/client/client.go | 15 +--- .../certificate/generic/certificate.go | 15 +--- .../certificate/ironcore-net/apinetlet.go | 15 +--- .../certificate/ironcore-net/ironcorenet.go | 15 +--- .../certificate/ironcore-net/metalnetlet.go | 15 +--- .../certificateapproval_controller.go | 15 +--- .../controllers/certificateapproval_test.go | 15 +--- internal/controllers/common_test.go | 15 +--- .../controllers/controllers_suite_test.go | 17 +---- internal/controllers/daemonset_controller.go | 15 +--- .../controllers/daemonset_controller_test.go | 15 +--- internal/controllers/helper.go | 15 +--- .../controllers/ipaddressgc_controller.go | 15 +--- .../ipaddressgc_controller_test.go | 15 +--- .../controllers/loadbalancer_controller.go | 15 +--- .../loadbalancer_controller_test.go | 15 +--- internal/controllers/natgateway_controller.go | 15 +--- .../controllers/natgateway_controller_test.go | 15 +--- .../natgatewayautoscaler_controller.go | 15 +--- .../natgatewayautoscaler_controller_test.go | 15 +--- .../controllers/networkidgc_controller.go | 15 +--- .../networkinterfacenatrelease_controller.go | 15 +--- ...workinterfacenatrelease_controller_test.go | 15 +--- internal/controllers/scheduler/cache.go | 15 +--- internal/controllers/scheduler_controller.go | 15 +--- .../controllers/scheduler_controller_test.go | 15 +--- internal/controllers/util.go | 15 +--- internal/natgateway/allocation.go | 15 +--- internal/natgateway/autoscaler.go | 15 +--- internal/nodeaffinity/nodeaffinity.go | 15 +--- internal/registry/daemonset/storage.go | 15 +--- internal/registry/daemonset/strategy.go | 15 +--- internal/registry/daemonset/tableconvertor.go | 15 +--- internal/registry/instance/storage.go | 15 +--- internal/registry/instance/strategy.go | 15 +--- internal/registry/instance/tableconvertor.go | 15 +--- .../ipaddressallocator/ipaddressallocator.go | 15 +--- internal/registry/ip/storage.go | 15 +--- internal/registry/ip/strategy.go | 15 +--- internal/registry/ip/tableconvertor.go | 15 +--- internal/registry/ipaddress/storage.go | 15 +--- internal/registry/ipaddress/strategy.go | 15 +--- internal/registry/ipaddress/tableconvertor.go | 15 +--- internal/registry/ipallocator/allocators.go | 15 +--- internal/registry/ipallocator/ipallocator.go | 15 +--- internal/registry/loadbalancer/storage.go | 15 +--- internal/registry/loadbalancer/strategy.go | 15 +--- .../registry/loadbalancer/tableconvertor.go | 15 +--- .../registry/loadbalancerrouting/storage.go | 15 +--- .../registry/loadbalancerrouting/strategy.go | 15 +--- .../loadbalancerrouting/tableconvertor.go | 15 +--- internal/registry/natgateway/storage.go | 15 +--- internal/registry/natgateway/strategy.go | 15 +--- .../registry/natgateway/tableconvertor.go | 15 +--- .../registry/natgatewayautoscaler/storage.go | 15 +--- .../registry/natgatewayautoscaler/strategy.go | 15 +--- .../natgatewayautoscaler/tableconvertor.go | 15 +--- internal/registry/nattable/storage.go | 15 +--- internal/registry/nattable/strategy.go | 15 +--- internal/registry/nattable/tableconvertor.go | 15 +--- .../networkidallocator/networkidallocator.go | 15 +--- internal/registry/network/storage.go | 15 +--- internal/registry/network/strategy.go | 15 +--- internal/registry/network/tableconvertor.go | 15 +--- internal/registry/networkid/storage.go | 15 +--- internal/registry/networkid/strategy.go | 15 +--- internal/registry/networkid/tableconvertor.go | 15 +--- internal/registry/networkinterface/storage.go | 15 +--- .../registry/networkinterface/strategy.go | 15 +--- .../networkinterface/tableconvertor.go | 15 +--- internal/registry/node/storage.go | 15 +--- internal/registry/node/strategy.go | 15 +--- internal/registry/node/tableconvertor.go | 15 +--- metalnetlet/client/client.go | 15 +--- metalnetlet/client/config/getter.go | 15 +--- metalnetlet/client/sourceaware.go | 15 +--- metalnetlet/controllers/common.go | 15 +--- .../controllers/controllers_suite_test.go | 17 +---- metalnetlet/controllers/conversion.go | 15 +--- .../controllers/instance_controller.go | 15 +--- .../controllers/instance_controller_test.go | 15 +--- .../controllers/metalnetnode_controller.go | 15 +--- .../metalnetnode_controller_test.go | 15 +--- metalnetlet/controllers/network_controller.go | 15 +--- .../controllers/network_controller_test.go | 15 +--- .../networkinterface_controller.go | 15 +--- .../networkinterface_controller_test.go | 15 +--- metalnetlet/controllers/rbac.go | 15 +--- metalnetlet/handler/sourceaware.go | 15 +--- models-schema/main.go | 15 +--- networkid/networkid.go | 15 +--- utils/api/sourceaware.go | 15 +--- utils/cache/util.go | 15 +--- utils/client/sourceaware.go | 15 +--- utils/container/bimap.go | 15 +--- utils/container/rmap.go | 15 +--- utils/container/slots.go | 15 +--- utils/controller/refmanager.go | 15 +--- utils/core/core.go | 15 +--- utils/expectations/expectations.go | 15 +--- utils/flag/flag.go | 15 +--- utils/generic/generic.go | 15 +--- utils/handler/expectations.go | 15 +--- utils/handler/sourceaware.go | 15 +--- utils/hash/hash.go | 15 +--- utils/iterator/iterator.go | 15 +--- utils/netip/netip.go | 15 +--- utils/slots/slots.go | 15 +--- utils/strings/strings.go | 15 +--- utils/testing/testing.go | 15 +--- 340 files changed, 786 insertions(+), 4648 deletions(-) create mode 100644 .reuse/dep5 create mode 100644 LICENSES/Apache-2.0.txt create mode 100644 hack/license-header.txt diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 00000000..c7a9d377 --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,37 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ironcore-net +Upstream-Contact: IronCore authors +Source: https://github.com/ironcore-dev/ironcore-net + +# -------------------------------------------------- +# source code + +Files: + .github/* + .gitignore + .golangci.yaml + CODEOWNERS + Dockerfile + Makefile + PROJECT + config/* + gen/* + go.mod + go.sum + hack/* + client-go/openapi/api_violations.report + models-schema/main.go.tmpl +Copyright: 2023 SAP SE or an SAP affiliate company and IronCore contributors +License: Apache-2.0 + +# -------------------------------------------------- +# documentation + +Files: + docs/* + README.md +Copyright: 2023 SAP SE or an SAP affiliate company and IronCore contributors +License: Apache-2.0 + +# -------------------------------------------------- +# source dependencies diff --git a/LICENSES/Apache-2.0.txt b/LICENSES/Apache-2.0.txt new file mode 100644 index 00000000..137069b8 --- /dev/null +++ b/LICENSES/Apache-2.0.txt @@ -0,0 +1,73 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +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 + +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. diff --git a/Makefile b/Makefile index 8081b62b..fc80a91c 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ generate: vgopath models-schema deepcopy-gen client-gen lister-gen informer-gen .PHONY: add-license add-license: addlicense ## Add license headers to all go files. - find . -name '*.go' -exec $(ADDLICENSE) -c 'IronCore authors' {} + + find . -name '*.go' -exec $(ADDLICENSE) -f hack/license-header.txt {} + .PHONY: fmt fmt: goimports ## Run goimports against code. diff --git a/README.md b/README.md index 7be56d16..060c6633 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # ironcore-net +[![REUSE status](https://api.reuse.software/badge/github.com/ironcore-dev/ironcore-net)](https://api.reuse.software/info/github.com/ironcore-dev/ironcore-net) [![Pull Request Code test](https://github.com/ironcore-dev/ironcore-net/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/ironcore-dev/ironcore-net/actions/workflows/test.yml) -[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com) -[![GitHub License](https://img.shields.io/static/v1?label=License&message=Apache-2.0&color=blue&style=flat-square)](LICENSE) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com) +[![GitHub License](https://img.shields.io/static/v1?label=License&message=Apache-2.0&color=blue)](LICENSE) ## Overview diff --git a/api/core/v1alpha1/common_types.go b/api/core/v1alpha1/common_types.go index 11f0f704..3f82bda7 100644 --- a/api/core/v1alpha1/common_types.go +++ b/api/core/v1alpha1/common_types.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/daemonset_types.go b/api/core/v1alpha1/daemonset_types.go index 6daaed15..7b46d560 100644 --- a/api/core/v1alpha1/daemonset_types.go +++ b/api/core/v1alpha1/daemonset_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/doc.go b/api/core/v1alpha1/doc.go index 7726bb9b..ea2b111e 100644 --- a/api/core/v1alpha1/doc.go +++ b/api/core/v1alpha1/doc.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2021 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2021 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // +k8s:deepcopy-gen=package // +k8s:openapi-gen=true diff --git a/api/core/v1alpha1/instance_types.go b/api/core/v1alpha1/instance_types.go index 7f9696c9..e09ffd19 100644 --- a/api/core/v1alpha1/instance_types.go +++ b/api/core/v1alpha1/instance_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/ip_types.go b/api/core/v1alpha1/ip_types.go index 9cecc3c6..ef763fdc 100644 --- a/api/core/v1alpha1/ip_types.go +++ b/api/core/v1alpha1/ip_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/ipaddress_types.go b/api/core/v1alpha1/ipaddress_types.go index 56096724..b1550438 100644 --- a/api/core/v1alpha1/ipaddress_types.go +++ b/api/core/v1alpha1/ipaddress_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/loadbalancer_types.go b/api/core/v1alpha1/loadbalancer_types.go index 2316009a..f6c8831c 100644 --- a/api/core/v1alpha1/loadbalancer_types.go +++ b/api/core/v1alpha1/loadbalancer_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/loadbalancerrouting_types.go b/api/core/v1alpha1/loadbalancerrouting_types.go index 63ff0573..d1e98f69 100644 --- a/api/core/v1alpha1/loadbalancerrouting_types.go +++ b/api/core/v1alpha1/loadbalancerrouting_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/natgateway_types.go b/api/core/v1alpha1/natgateway_types.go index cdca28a7..08af9a7d 100644 --- a/api/core/v1alpha1/natgateway_types.go +++ b/api/core/v1alpha1/natgateway_types.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/natgatewayautoscaler_types.go b/api/core/v1alpha1/natgatewayautoscaler_types.go index 6cae2aee..6d73f5fd 100644 --- a/api/core/v1alpha1/natgatewayautoscaler_types.go +++ b/api/core/v1alpha1/natgatewayautoscaler_types.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/nattable_types.go b/api/core/v1alpha1/nattable_types.go index f33a8148..6358b9ef 100644 --- a/api/core/v1alpha1/nattable_types.go +++ b/api/core/v1alpha1/nattable_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/network_types.go b/api/core/v1alpha1/network_types.go index b0a992d1..836f1bd2 100644 --- a/api/core/v1alpha1/network_types.go +++ b/api/core/v1alpha1/network_types.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/networkid_types.go b/api/core/v1alpha1/networkid_types.go index 82a80838..ed21eb17 100644 --- a/api/core/v1alpha1/networkid_types.go +++ b/api/core/v1alpha1/networkid_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/networkinterface_types.go b/api/core/v1alpha1/networkinterface_types.go index 8c3ff47b..76bfe752 100644 --- a/api/core/v1alpha1/networkinterface_types.go +++ b/api/core/v1alpha1/networkinterface_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/node_types.go b/api/core/v1alpha1/node_types.go index 9d8f2c5d..c7b5a846 100644 --- a/api/core/v1alpha1/node_types.go +++ b/api/core/v1alpha1/node_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/register.go b/api/core/v1alpha1/register.go index 22d38a4a..663ffaf2 100644 --- a/api/core/v1alpha1/register.go +++ b/api/core/v1alpha1/register.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains API Schema definitions for the apinet v1alpha1 API group // +groupName=core.apinet.ironcore.dev diff --git a/api/core/v1alpha1/well_known_annotations.go b/api/core/v1alpha1/well_known_annotations.go index 07ecc3d0..aa64c68b 100644 --- a/api/core/v1alpha1/well_known_annotations.go +++ b/api/core/v1alpha1/well_known_annotations.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/well_known_labels.go b/api/core/v1alpha1/well_known_labels.go index dd303f4b..10c513a0 100644 --- a/api/core/v1alpha1/well_known_labels.go +++ b/api/core/v1alpha1/well_known_labels.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/core/v1alpha1/zz_generated.deepcopy.go b/api/core/v1alpha1/zz_generated.deepcopy.go index 853f3eae..f20c4cbd 100644 --- a/api/core/v1alpha1/zz_generated.deepcopy.go +++ b/api/core/v1alpha1/zz_generated.deepcopy.go @@ -1,21 +1,8 @@ //go:build !ignore_autogenerated // +build !ignore_autogenerated -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by deepcopy-gen. DO NOT EDIT. diff --git a/apimachinery/api/net/net.go b/apimachinery/api/net/net.go index f71b7c0c..96e0691c 100644 --- a/apimachinery/api/net/net.go +++ b/apimachinery/api/net/net.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package net diff --git a/apimachinery/equality/semantic.go b/apimachinery/equality/semantic.go index 40f8e2ca..f3add945 100644 --- a/apimachinery/equality/semantic.go +++ b/apimachinery/equality/semantic.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package equality diff --git a/apinetlet/api/v1alpha1/common_types.go b/apinetlet/api/v1alpha1/common_types.go index aeddabaa..1215f3bb 100644 --- a/apinetlet/api/v1alpha1/common_types.go +++ b/apinetlet/api/v1alpha1/common_types.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/apinetlet/client/client.go b/apinetlet/client/client.go index 01934193..92203f5f 100644 --- a/apinetlet/client/client.go +++ b/apinetlet/client/client.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package client diff --git a/apinetlet/client/config/getter.go b/apinetlet/client/config/getter.go index d31b1ab8..60ed436a 100644 --- a/apinetlet/client/config/getter.go +++ b/apinetlet/client/config/getter.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package config diff --git a/apinetlet/client/sourceaware.go b/apinetlet/client/sourceaware.go index 01c9aa54..33979cae 100644 --- a/apinetlet/client/sourceaware.go +++ b/apinetlet/client/sourceaware.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package client diff --git a/apinetlet/controllers/controllers_suite_test.go b/apinetlet/controllers/controllers_suite_test.go index cdb7edcb..8f9f13a6 100644 --- a/apinetlet/controllers/controllers_suite_test.go +++ b/apinetlet/controllers/controllers_suite_test.go @@ -1,18 +1,5 @@ -/* -Copyright 2022 The Metal 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 - - 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. -*/ +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/controllers/conversion.go b/apinetlet/controllers/conversion.go index 455a0f01..c8663279 100644 --- a/apinetlet/controllers/conversion.go +++ b/apinetlet/controllers/conversion.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/controllers/helper.go b/apinetlet/controllers/helper.go index 59961e0e..d8c5fc0e 100644 --- a/apinetlet/controllers/helper.go +++ b/apinetlet/controllers/helper.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/controllers/helper_test.go b/apinetlet/controllers/helper_test.go index 90f882b6..1d6a14c8 100644 --- a/apinetlet/controllers/helper_test.go +++ b/apinetlet/controllers/helper_test.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/controllers/loadbalancer_controller.go b/apinetlet/controllers/loadbalancer_controller.go index 12864be7..4c1cfc56 100644 --- a/apinetlet/controllers/loadbalancer_controller.go +++ b/apinetlet/controllers/loadbalancer_controller.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/controllers/loadbalancer_controller_test.go b/apinetlet/controllers/loadbalancer_controller_test.go index e0d84d5f..55b205af 100644 --- a/apinetlet/controllers/loadbalancer_controller_test.go +++ b/apinetlet/controllers/loadbalancer_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/controllers/natgateway_controller.go b/apinetlet/controllers/natgateway_controller.go index cf3ad452..540f3220 100644 --- a/apinetlet/controllers/natgateway_controller.go +++ b/apinetlet/controllers/natgateway_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/controllers/natgateway_controller_test.go b/apinetlet/controllers/natgateway_controller_test.go index 6611c671..bfe54327 100644 --- a/apinetlet/controllers/natgateway_controller_test.go +++ b/apinetlet/controllers/natgateway_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/controllers/network_controller.go b/apinetlet/controllers/network_controller.go index 8a6a9743..06914801 100644 --- a/apinetlet/controllers/network_controller.go +++ b/apinetlet/controllers/network_controller.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/controllers/network_controller_test.go b/apinetlet/controllers/network_controller_test.go index 45d3d712..a2cfba6d 100644 --- a/apinetlet/controllers/network_controller_test.go +++ b/apinetlet/controllers/network_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/controllers/networkinterface_controller.go b/apinetlet/controllers/networkinterface_controller.go index 7dee5cb0..0c35781c 100644 --- a/apinetlet/controllers/networkinterface_controller.go +++ b/apinetlet/controllers/networkinterface_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/controllers/networkinterface_controller_test.go b/apinetlet/controllers/networkinterface_controller_test.go index 0313939b..d1458bee 100644 --- a/apinetlet/controllers/networkinterface_controller_test.go +++ b/apinetlet/controllers/networkinterface_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/controllers/rbac.go b/apinetlet/controllers/rbac.go index 789ba529..704d03bc 100644 --- a/apinetlet/controllers/rbac.go +++ b/apinetlet/controllers/rbac.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/controllers/virtualip_controller.go b/apinetlet/controllers/virtualip_controller.go index cc5e63b5..e1e381ec 100644 --- a/apinetlet/controllers/virtualip_controller.go +++ b/apinetlet/controllers/virtualip_controller.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/controllers/virtualip_controller_test.go b/apinetlet/controllers/virtualip_controller_test.go index cc7676d2..46940060 100644 --- a/apinetlet/controllers/virtualip_controller_test.go +++ b/apinetlet/controllers/virtualip_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/apinetlet/handler/sourceaware.go b/apinetlet/handler/sourceaware.go index 8ca82da3..61913875 100644 --- a/apinetlet/handler/sourceaware.go +++ b/apinetlet/handler/sourceaware.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package handler diff --git a/apinetlet/provider/provider.go b/apinetlet/provider/provider.go index b14c7669..fd33f991 100644 --- a/apinetlet/provider/provider.go +++ b/apinetlet/provider/provider.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package provider diff --git a/apinetlet/provider/provider_suite_test.go b/apinetlet/provider/provider_suite_test.go index f4b9b742..5ac9e822 100644 --- a/apinetlet/provider/provider_suite_test.go +++ b/apinetlet/provider/provider_suite_test.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package provider_test diff --git a/apinetlet/provider/provider_test.go b/apinetlet/provider/provider_test.go index 8b807043..f8809e3e 100644 --- a/apinetlet/provider/provider_test.go +++ b/apinetlet/provider/provider_test.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package provider_test diff --git a/client-go/applyconfigurations/core/v1alpha1/affinity.go b/client-go/applyconfigurations/core/v1alpha1/affinity.go index 5d037382..62a99ccc 100644 --- a/client-go/applyconfigurations/core/v1alpha1/affinity.go +++ b/client-go/applyconfigurations/core/v1alpha1/affinity.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/daemonset.go b/client-go/applyconfigurations/core/v1alpha1/daemonset.go index d0f128c0..bd69d64f 100644 --- a/client-go/applyconfigurations/core/v1alpha1/daemonset.go +++ b/client-go/applyconfigurations/core/v1alpha1/daemonset.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/daemonsetspec.go b/client-go/applyconfigurations/core/v1alpha1/daemonsetspec.go index 797dbc6f..7dba2937 100644 --- a/client-go/applyconfigurations/core/v1alpha1/daemonsetspec.go +++ b/client-go/applyconfigurations/core/v1alpha1/daemonsetspec.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/daemonsetstatus.go b/client-go/applyconfigurations/core/v1alpha1/daemonsetstatus.go index 168c2332..e566aa69 100644 --- a/client-go/applyconfigurations/core/v1alpha1/daemonsetstatus.go +++ b/client-go/applyconfigurations/core/v1alpha1/daemonsetstatus.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/instance.go b/client-go/applyconfigurations/core/v1alpha1/instance.go index ff794119..9e848da6 100644 --- a/client-go/applyconfigurations/core/v1alpha1/instance.go +++ b/client-go/applyconfigurations/core/v1alpha1/instance.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/instanceaffinityterm.go b/client-go/applyconfigurations/core/v1alpha1/instanceaffinityterm.go index 912c8984..c9b51e1f 100644 --- a/client-go/applyconfigurations/core/v1alpha1/instanceaffinityterm.go +++ b/client-go/applyconfigurations/core/v1alpha1/instanceaffinityterm.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/instanceantiaffinity.go b/client-go/applyconfigurations/core/v1alpha1/instanceantiaffinity.go index 882205f4..2a8bf500 100644 --- a/client-go/applyconfigurations/core/v1alpha1/instanceantiaffinity.go +++ b/client-go/applyconfigurations/core/v1alpha1/instanceantiaffinity.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/instancespec.go b/client-go/applyconfigurations/core/v1alpha1/instancespec.go index bf671421..841e6a1f 100644 --- a/client-go/applyconfigurations/core/v1alpha1/instancespec.go +++ b/client-go/applyconfigurations/core/v1alpha1/instancespec.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/instancestatus.go b/client-go/applyconfigurations/core/v1alpha1/instancestatus.go index b554e0ec..b98cb4f9 100644 --- a/client-go/applyconfigurations/core/v1alpha1/instancestatus.go +++ b/client-go/applyconfigurations/core/v1alpha1/instancestatus.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/instancetemplate.go b/client-go/applyconfigurations/core/v1alpha1/instancetemplate.go index b76017a4..69e32a2e 100644 --- a/client-go/applyconfigurations/core/v1alpha1/instancetemplate.go +++ b/client-go/applyconfigurations/core/v1alpha1/instancetemplate.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/ip.go b/client-go/applyconfigurations/core/v1alpha1/ip.go index daed3cf9..52d737eb 100644 --- a/client-go/applyconfigurations/core/v1alpha1/ip.go +++ b/client-go/applyconfigurations/core/v1alpha1/ip.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/ipaddress.go b/client-go/applyconfigurations/core/v1alpha1/ipaddress.go index 0cc543f5..a473a6ed 100644 --- a/client-go/applyconfigurations/core/v1alpha1/ipaddress.go +++ b/client-go/applyconfigurations/core/v1alpha1/ipaddress.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/ipaddressclaimref.go b/client-go/applyconfigurations/core/v1alpha1/ipaddressclaimref.go index 556fa7de..1fc5e1c6 100644 --- a/client-go/applyconfigurations/core/v1alpha1/ipaddressclaimref.go +++ b/client-go/applyconfigurations/core/v1alpha1/ipaddressclaimref.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/ipaddressspec.go b/client-go/applyconfigurations/core/v1alpha1/ipaddressspec.go index 85a6666f..8e1b8d62 100644 --- a/client-go/applyconfigurations/core/v1alpha1/ipaddressspec.go +++ b/client-go/applyconfigurations/core/v1alpha1/ipaddressspec.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/ipclaimref.go b/client-go/applyconfigurations/core/v1alpha1/ipclaimref.go index 82391c4d..f56279f1 100644 --- a/client-go/applyconfigurations/core/v1alpha1/ipclaimref.go +++ b/client-go/applyconfigurations/core/v1alpha1/ipclaimref.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/ipspec.go b/client-go/applyconfigurations/core/v1alpha1/ipspec.go index 8fe85bce..7e0f1568 100644 --- a/client-go/applyconfigurations/core/v1alpha1/ipspec.go +++ b/client-go/applyconfigurations/core/v1alpha1/ipspec.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/loadbalancer.go b/client-go/applyconfigurations/core/v1alpha1/loadbalancer.go index 4395ec0b..12f1a2c2 100644 --- a/client-go/applyconfigurations/core/v1alpha1/loadbalancer.go +++ b/client-go/applyconfigurations/core/v1alpha1/loadbalancer.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/loadbalancerdestination.go b/client-go/applyconfigurations/core/v1alpha1/loadbalancerdestination.go index dd33a31e..1c4628a0 100644 --- a/client-go/applyconfigurations/core/v1alpha1/loadbalancerdestination.go +++ b/client-go/applyconfigurations/core/v1alpha1/loadbalancerdestination.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/loadbalancerip.go b/client-go/applyconfigurations/core/v1alpha1/loadbalancerip.go index 56e2ee52..4c11b652 100644 --- a/client-go/applyconfigurations/core/v1alpha1/loadbalancerip.go +++ b/client-go/applyconfigurations/core/v1alpha1/loadbalancerip.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/loadbalancerport.go b/client-go/applyconfigurations/core/v1alpha1/loadbalancerport.go index 86c397fa..e31d793f 100644 --- a/client-go/applyconfigurations/core/v1alpha1/loadbalancerport.go +++ b/client-go/applyconfigurations/core/v1alpha1/loadbalancerport.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/loadbalancerrouting.go b/client-go/applyconfigurations/core/v1alpha1/loadbalancerrouting.go index 7fa1cb9a..28930898 100644 --- a/client-go/applyconfigurations/core/v1alpha1/loadbalancerrouting.go +++ b/client-go/applyconfigurations/core/v1alpha1/loadbalancerrouting.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/loadbalancerspec.go b/client-go/applyconfigurations/core/v1alpha1/loadbalancerspec.go index bc607394..7be876a2 100644 --- a/client-go/applyconfigurations/core/v1alpha1/loadbalancerspec.go +++ b/client-go/applyconfigurations/core/v1alpha1/loadbalancerspec.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/loadbalancerstatus.go b/client-go/applyconfigurations/core/v1alpha1/loadbalancerstatus.go index fbeb9e7b..71f82353 100644 --- a/client-go/applyconfigurations/core/v1alpha1/loadbalancerstatus.go +++ b/client-go/applyconfigurations/core/v1alpha1/loadbalancerstatus.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/loadbalancertargetref.go b/client-go/applyconfigurations/core/v1alpha1/loadbalancertargetref.go index 6a6833ca..d05e793a 100644 --- a/client-go/applyconfigurations/core/v1alpha1/loadbalancertargetref.go +++ b/client-go/applyconfigurations/core/v1alpha1/loadbalancertargetref.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/natgateway.go b/client-go/applyconfigurations/core/v1alpha1/natgateway.go index 5e6a4dad..90788dff 100644 --- a/client-go/applyconfigurations/core/v1alpha1/natgateway.go +++ b/client-go/applyconfigurations/core/v1alpha1/natgateway.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/natgatewayautoscaler.go b/client-go/applyconfigurations/core/v1alpha1/natgatewayautoscaler.go index acc3648f..f8c08713 100644 --- a/client-go/applyconfigurations/core/v1alpha1/natgatewayautoscaler.go +++ b/client-go/applyconfigurations/core/v1alpha1/natgatewayautoscaler.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/natgatewayautoscalerspec.go b/client-go/applyconfigurations/core/v1alpha1/natgatewayautoscalerspec.go index 13c4c562..e4836909 100644 --- a/client-go/applyconfigurations/core/v1alpha1/natgatewayautoscalerspec.go +++ b/client-go/applyconfigurations/core/v1alpha1/natgatewayautoscalerspec.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/natgatewayip.go b/client-go/applyconfigurations/core/v1alpha1/natgatewayip.go index 74aa078e..4e72b167 100644 --- a/client-go/applyconfigurations/core/v1alpha1/natgatewayip.go +++ b/client-go/applyconfigurations/core/v1alpha1/natgatewayip.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/natgatewayspec.go b/client-go/applyconfigurations/core/v1alpha1/natgatewayspec.go index 4fbfbca4..78cd260c 100644 --- a/client-go/applyconfigurations/core/v1alpha1/natgatewayspec.go +++ b/client-go/applyconfigurations/core/v1alpha1/natgatewayspec.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/natgatewaystatus.go b/client-go/applyconfigurations/core/v1alpha1/natgatewaystatus.go index e995472d..229dc30d 100644 --- a/client-go/applyconfigurations/core/v1alpha1/natgatewaystatus.go +++ b/client-go/applyconfigurations/core/v1alpha1/natgatewaystatus.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/natip.go b/client-go/applyconfigurations/core/v1alpha1/natip.go index 0eac5ca4..96d37b97 100644 --- a/client-go/applyconfigurations/core/v1alpha1/natip.go +++ b/client-go/applyconfigurations/core/v1alpha1/natip.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/natipsection.go b/client-go/applyconfigurations/core/v1alpha1/natipsection.go index 0280ec95..a1395c41 100644 --- a/client-go/applyconfigurations/core/v1alpha1/natipsection.go +++ b/client-go/applyconfigurations/core/v1alpha1/natipsection.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/nattable.go b/client-go/applyconfigurations/core/v1alpha1/nattable.go index 37d908f5..f615cc23 100644 --- a/client-go/applyconfigurations/core/v1alpha1/nattable.go +++ b/client-go/applyconfigurations/core/v1alpha1/nattable.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/nattableiptargetref.go b/client-go/applyconfigurations/core/v1alpha1/nattableiptargetref.go index 944bc830..9db8ca56 100644 --- a/client-go/applyconfigurations/core/v1alpha1/nattableiptargetref.go +++ b/client-go/applyconfigurations/core/v1alpha1/nattableiptargetref.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/network.go b/client-go/applyconfigurations/core/v1alpha1/network.go index 6b79285f..571ab6e3 100644 --- a/client-go/applyconfigurations/core/v1alpha1/network.go +++ b/client-go/applyconfigurations/core/v1alpha1/network.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/networkid.go b/client-go/applyconfigurations/core/v1alpha1/networkid.go index 4a84629d..a456903d 100644 --- a/client-go/applyconfigurations/core/v1alpha1/networkid.go +++ b/client-go/applyconfigurations/core/v1alpha1/networkid.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/networkidclaimref.go b/client-go/applyconfigurations/core/v1alpha1/networkidclaimref.go index aabee838..f0edb6fb 100644 --- a/client-go/applyconfigurations/core/v1alpha1/networkidclaimref.go +++ b/client-go/applyconfigurations/core/v1alpha1/networkidclaimref.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/networkidspec.go b/client-go/applyconfigurations/core/v1alpha1/networkidspec.go index 58a8f5a9..0aac9aae 100644 --- a/client-go/applyconfigurations/core/v1alpha1/networkidspec.go +++ b/client-go/applyconfigurations/core/v1alpha1/networkidspec.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/networkinterface.go b/client-go/applyconfigurations/core/v1alpha1/networkinterface.go index 384eea59..e3c1d38c 100644 --- a/client-go/applyconfigurations/core/v1alpha1/networkinterface.go +++ b/client-go/applyconfigurations/core/v1alpha1/networkinterface.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/networkinterfacenat.go b/client-go/applyconfigurations/core/v1alpha1/networkinterfacenat.go index c5366994..ff8ddb2c 100644 --- a/client-go/applyconfigurations/core/v1alpha1/networkinterfacenat.go +++ b/client-go/applyconfigurations/core/v1alpha1/networkinterfacenat.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/networkinterfacenatclaimref.go b/client-go/applyconfigurations/core/v1alpha1/networkinterfacenatclaimref.go index ea7d3038..143df691 100644 --- a/client-go/applyconfigurations/core/v1alpha1/networkinterfacenatclaimref.go +++ b/client-go/applyconfigurations/core/v1alpha1/networkinterfacenatclaimref.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/networkinterfacepublicip.go b/client-go/applyconfigurations/core/v1alpha1/networkinterfacepublicip.go index d12b492a..ba28a921 100644 --- a/client-go/applyconfigurations/core/v1alpha1/networkinterfacepublicip.go +++ b/client-go/applyconfigurations/core/v1alpha1/networkinterfacepublicip.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/networkinterfacespec.go b/client-go/applyconfigurations/core/v1alpha1/networkinterfacespec.go index fa4143cc..087b7c58 100644 --- a/client-go/applyconfigurations/core/v1alpha1/networkinterfacespec.go +++ b/client-go/applyconfigurations/core/v1alpha1/networkinterfacespec.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/networkinterfacestatus.go b/client-go/applyconfigurations/core/v1alpha1/networkinterfacestatus.go index 6cedec21..856dd1b2 100644 --- a/client-go/applyconfigurations/core/v1alpha1/networkinterfacestatus.go +++ b/client-go/applyconfigurations/core/v1alpha1/networkinterfacestatus.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/networkspec.go b/client-go/applyconfigurations/core/v1alpha1/networkspec.go index b3f627d4..c294aa2b 100644 --- a/client-go/applyconfigurations/core/v1alpha1/networkspec.go +++ b/client-go/applyconfigurations/core/v1alpha1/networkspec.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/node.go b/client-go/applyconfigurations/core/v1alpha1/node.go index d81f3342..09cefa50 100644 --- a/client-go/applyconfigurations/core/v1alpha1/node.go +++ b/client-go/applyconfigurations/core/v1alpha1/node.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/nodeaffinity.go b/client-go/applyconfigurations/core/v1alpha1/nodeaffinity.go index ceaf2b56..7fe10519 100644 --- a/client-go/applyconfigurations/core/v1alpha1/nodeaffinity.go +++ b/client-go/applyconfigurations/core/v1alpha1/nodeaffinity.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/nodeselector.go b/client-go/applyconfigurations/core/v1alpha1/nodeselector.go index d70feedc..5d441872 100644 --- a/client-go/applyconfigurations/core/v1alpha1/nodeselector.go +++ b/client-go/applyconfigurations/core/v1alpha1/nodeselector.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/nodeselectorrequirement.go b/client-go/applyconfigurations/core/v1alpha1/nodeselectorrequirement.go index ddc2afbf..a5680983 100644 --- a/client-go/applyconfigurations/core/v1alpha1/nodeselectorrequirement.go +++ b/client-go/applyconfigurations/core/v1alpha1/nodeselectorrequirement.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/nodeselectorterm.go b/client-go/applyconfigurations/core/v1alpha1/nodeselectorterm.go index 1619a80c..6d88fb71 100644 --- a/client-go/applyconfigurations/core/v1alpha1/nodeselectorterm.go +++ b/client-go/applyconfigurations/core/v1alpha1/nodeselectorterm.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/pciaddress.go b/client-go/applyconfigurations/core/v1alpha1/pciaddress.go index 2afb7a04..2d669d17 100644 --- a/client-go/applyconfigurations/core/v1alpha1/pciaddress.go +++ b/client-go/applyconfigurations/core/v1alpha1/pciaddress.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/core/v1alpha1/topologyspreadconstraint.go b/client-go/applyconfigurations/core/v1alpha1/topologyspreadconstraint.go index 91b8fadb..a5533639 100644 --- a/client-go/applyconfigurations/core/v1alpha1/topologyspreadconstraint.go +++ b/client-go/applyconfigurations/core/v1alpha1/topologyspreadconstraint.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/internal/internal.go b/client-go/applyconfigurations/internal/internal.go index 136ca316..947faa9f 100644 --- a/client-go/applyconfigurations/internal/internal.go +++ b/client-go/applyconfigurations/internal/internal.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/meta/v1/labelselector.go b/client-go/applyconfigurations/meta/v1/labelselector.go index eb2b38a1..0a4ebaa8 100644 --- a/client-go/applyconfigurations/meta/v1/labelselector.go +++ b/client-go/applyconfigurations/meta/v1/labelselector.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/meta/v1/labelselectorrequirement.go b/client-go/applyconfigurations/meta/v1/labelselectorrequirement.go index 2555f1d2..ce4cbec9 100644 --- a/client-go/applyconfigurations/meta/v1/labelselectorrequirement.go +++ b/client-go/applyconfigurations/meta/v1/labelselectorrequirement.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/meta/v1/managedfieldsentry.go b/client-go/applyconfigurations/meta/v1/managedfieldsentry.go index 3e2abad9..e5baa060 100644 --- a/client-go/applyconfigurations/meta/v1/managedfieldsentry.go +++ b/client-go/applyconfigurations/meta/v1/managedfieldsentry.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/meta/v1/objectmeta.go b/client-go/applyconfigurations/meta/v1/objectmeta.go index ac722a66..2bff06c8 100644 --- a/client-go/applyconfigurations/meta/v1/objectmeta.go +++ b/client-go/applyconfigurations/meta/v1/objectmeta.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/meta/v1/ownerreference.go b/client-go/applyconfigurations/meta/v1/ownerreference.go index 0c075dd5..089008a3 100644 --- a/client-go/applyconfigurations/meta/v1/ownerreference.go +++ b/client-go/applyconfigurations/meta/v1/ownerreference.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/meta/v1/typemeta.go b/client-go/applyconfigurations/meta/v1/typemeta.go index 7323b0a0..282cbaa9 100644 --- a/client-go/applyconfigurations/meta/v1/typemeta.go +++ b/client-go/applyconfigurations/meta/v1/typemeta.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/applyconfigurations/utils.go b/client-go/applyconfigurations/utils.go index 93f374b8..61edfbb8 100644 --- a/client-go/applyconfigurations/utils.go +++ b/client-go/applyconfigurations/utils.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by applyconfiguration-gen. DO NOT EDIT. diff --git a/client-go/informers/core/interface.go b/client-go/informers/core/interface.go index 0d63d93f..08ef58a8 100644 --- a/client-go/informers/core/interface.go +++ b/client-go/informers/core/interface.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/core/v1alpha1/daemonset.go b/client-go/informers/core/v1alpha1/daemonset.go index 7f21f0ca..bf6ae536 100644 --- a/client-go/informers/core/v1alpha1/daemonset.go +++ b/client-go/informers/core/v1alpha1/daemonset.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/core/v1alpha1/instance.go b/client-go/informers/core/v1alpha1/instance.go index a1c344b5..fd54c96e 100644 --- a/client-go/informers/core/v1alpha1/instance.go +++ b/client-go/informers/core/v1alpha1/instance.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/core/v1alpha1/interface.go b/client-go/informers/core/v1alpha1/interface.go index 32958311..2024fa57 100644 --- a/client-go/informers/core/v1alpha1/interface.go +++ b/client-go/informers/core/v1alpha1/interface.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/core/v1alpha1/ip.go b/client-go/informers/core/v1alpha1/ip.go index a3d315bf..2d7b144c 100644 --- a/client-go/informers/core/v1alpha1/ip.go +++ b/client-go/informers/core/v1alpha1/ip.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/core/v1alpha1/ipaddress.go b/client-go/informers/core/v1alpha1/ipaddress.go index 4d49441b..f84f3187 100644 --- a/client-go/informers/core/v1alpha1/ipaddress.go +++ b/client-go/informers/core/v1alpha1/ipaddress.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/core/v1alpha1/loadbalancer.go b/client-go/informers/core/v1alpha1/loadbalancer.go index 6cc2f6a1..4867ad41 100644 --- a/client-go/informers/core/v1alpha1/loadbalancer.go +++ b/client-go/informers/core/v1alpha1/loadbalancer.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/core/v1alpha1/loadbalancerrouting.go b/client-go/informers/core/v1alpha1/loadbalancerrouting.go index 01560486..6276f21c 100644 --- a/client-go/informers/core/v1alpha1/loadbalancerrouting.go +++ b/client-go/informers/core/v1alpha1/loadbalancerrouting.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/core/v1alpha1/natgateway.go b/client-go/informers/core/v1alpha1/natgateway.go index 277fe907..76cdaf52 100644 --- a/client-go/informers/core/v1alpha1/natgateway.go +++ b/client-go/informers/core/v1alpha1/natgateway.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/core/v1alpha1/natgatewayautoscaler.go b/client-go/informers/core/v1alpha1/natgatewayautoscaler.go index ea0c1d2c..2bd29bd2 100644 --- a/client-go/informers/core/v1alpha1/natgatewayautoscaler.go +++ b/client-go/informers/core/v1alpha1/natgatewayautoscaler.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/core/v1alpha1/nattable.go b/client-go/informers/core/v1alpha1/nattable.go index 0879138a..6d7b1c6a 100644 --- a/client-go/informers/core/v1alpha1/nattable.go +++ b/client-go/informers/core/v1alpha1/nattable.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/core/v1alpha1/network.go b/client-go/informers/core/v1alpha1/network.go index 9455c414..b2ea75dd 100644 --- a/client-go/informers/core/v1alpha1/network.go +++ b/client-go/informers/core/v1alpha1/network.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/core/v1alpha1/networkid.go b/client-go/informers/core/v1alpha1/networkid.go index 01965972..874132ba 100644 --- a/client-go/informers/core/v1alpha1/networkid.go +++ b/client-go/informers/core/v1alpha1/networkid.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/core/v1alpha1/networkinterface.go b/client-go/informers/core/v1alpha1/networkinterface.go index 84a8a16d..6651d07e 100644 --- a/client-go/informers/core/v1alpha1/networkinterface.go +++ b/client-go/informers/core/v1alpha1/networkinterface.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/core/v1alpha1/node.go b/client-go/informers/core/v1alpha1/node.go index 319962fc..2f1b3d78 100644 --- a/client-go/informers/core/v1alpha1/node.go +++ b/client-go/informers/core/v1alpha1/node.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/factory.go b/client-go/informers/factory.go index 0d64ba07..6b3040bf 100644 --- a/client-go/informers/factory.go +++ b/client-go/informers/factory.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/generic.go b/client-go/informers/generic.go index 2399256a..ed54b22a 100644 --- a/client-go/informers/generic.go +++ b/client-go/informers/generic.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/informers/internalinterfaces/factory_interfaces.go b/client-go/informers/internalinterfaces/factory_interfaces.go index bb1e3121..45bcd2ab 100644 --- a/client-go/informers/internalinterfaces/factory_interfaces.go +++ b/client-go/informers/internalinterfaces/factory_interfaces.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by informer-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/clientset.go b/client-go/ironcorenet/clientset.go index 5cc88927..fd48d820 100644 --- a/client-go/ironcorenet/clientset.go +++ b/client-go/ironcorenet/clientset.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/fake/clientset_generated.go b/client-go/ironcorenet/fake/clientset_generated.go index fbbd6b0d..0ce4770f 100644 --- a/client-go/ironcorenet/fake/clientset_generated.go +++ b/client-go/ironcorenet/fake/clientset_generated.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/fake/doc.go b/client-go/ironcorenet/fake/doc.go index c769b325..e1c3fbb4 100644 --- a/client-go/ironcorenet/fake/doc.go +++ b/client-go/ironcorenet/fake/doc.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/fake/register.go b/client-go/ironcorenet/fake/register.go index a69795d2..31a104b8 100644 --- a/client-go/ironcorenet/fake/register.go +++ b/client-go/ironcorenet/fake/register.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/scheme/doc.go b/client-go/ironcorenet/scheme/doc.go index adbdaee8..f269c518 100644 --- a/client-go/ironcorenet/scheme/doc.go +++ b/client-go/ironcorenet/scheme/doc.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/scheme/register.go b/client-go/ironcorenet/scheme/register.go index b8314bf8..93ef5a66 100644 --- a/client-go/ironcorenet/scheme/register.go +++ b/client-go/ironcorenet/scheme/register.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/core_client.go b/client-go/ironcorenet/typed/core/v1alpha1/core_client.go index 798045f6..d374a87e 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/core_client.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/core_client.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/daemonset.go b/client-go/ironcorenet/typed/core/v1alpha1/daemonset.go index b26171dc..6d023e9f 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/daemonset.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/daemonset.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/doc.go b/client-go/ironcorenet/typed/core/v1alpha1/doc.go index 45b0afb5..475c25e6 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/doc.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/doc.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/doc.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/doc.go index e6a6232e..cccbd0d2 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/doc.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/doc.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_core_client.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_core_client.go index 0e4ff43f..79daa9e3 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_core_client.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_core_client.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_daemonset.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_daemonset.go index 87307ee3..b23ae6a9 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_daemonset.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_daemonset.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_instance.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_instance.go index 1a8b6342..e069e3fa 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_instance.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_instance.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_ip.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_ip.go index 67273664..1d649818 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_ip.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_ip.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_ipaddress.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_ipaddress.go index 3e12e6a2..c32d74ac 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_ipaddress.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_ipaddress.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_loadbalancer.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_loadbalancer.go index a740f805..559a2b8d 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_loadbalancer.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_loadbalancer.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_loadbalancerrouting.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_loadbalancerrouting.go index 50d07141..9da35054 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_loadbalancerrouting.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_loadbalancerrouting.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_natgateway.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_natgateway.go index 41342e80..a5cdbaa3 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_natgateway.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_natgateway.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_natgatewayautoscaler.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_natgatewayautoscaler.go index a59dac80..2eb3d88d 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_natgatewayautoscaler.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_natgatewayautoscaler.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_nattable.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_nattable.go index bd4cce21..1ae0713c 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_nattable.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_nattable.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_network.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_network.go index 89e44889..808ad43d 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_network.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_network.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_networkid.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_networkid.go index 820050e4..e67d4db1 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_networkid.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_networkid.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_networkinterface.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_networkinterface.go index 2e176838..e1ff929d 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_networkinterface.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_networkinterface.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_node.go b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_node.go index 4911c77f..4190bb85 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_node.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/fake/fake_node.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/generated_expansion.go b/client-go/ironcorenet/typed/core/v1alpha1/generated_expansion.go index 08c179af..76fb73d7 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/generated_expansion.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/generated_expansion.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/instance.go b/client-go/ironcorenet/typed/core/v1alpha1/instance.go index 295f7603..2d5e5ef1 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/instance.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/instance.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/ip.go b/client-go/ironcorenet/typed/core/v1alpha1/ip.go index be7bb107..436447c2 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/ip.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/ip.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/ipaddress.go b/client-go/ironcorenet/typed/core/v1alpha1/ipaddress.go index d522b754..2bb206f4 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/ipaddress.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/ipaddress.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/loadbalancer.go b/client-go/ironcorenet/typed/core/v1alpha1/loadbalancer.go index 13c97644..1437631a 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/loadbalancer.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/loadbalancer.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/loadbalancerrouting.go b/client-go/ironcorenet/typed/core/v1alpha1/loadbalancerrouting.go index 49bb1f99..96c86a78 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/loadbalancerrouting.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/loadbalancerrouting.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/natgateway.go b/client-go/ironcorenet/typed/core/v1alpha1/natgateway.go index 63a6f58b..02c86e07 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/natgateway.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/natgateway.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/natgatewayautoscaler.go b/client-go/ironcorenet/typed/core/v1alpha1/natgatewayautoscaler.go index 3ac10840..0be33222 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/natgatewayautoscaler.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/natgatewayautoscaler.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/nattable.go b/client-go/ironcorenet/typed/core/v1alpha1/nattable.go index ea6a9294..d07fbd0f 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/nattable.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/nattable.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/network.go b/client-go/ironcorenet/typed/core/v1alpha1/network.go index c73e65f1..51551ea7 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/network.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/network.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/networkid.go b/client-go/ironcorenet/typed/core/v1alpha1/networkid.go index 058e8e02..09a86f1b 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/networkid.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/networkid.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/networkinterface.go b/client-go/ironcorenet/typed/core/v1alpha1/networkinterface.go index 9acc3b99..3c08af72 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/networkinterface.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/networkinterface.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/ironcorenet/typed/core/v1alpha1/node.go b/client-go/ironcorenet/typed/core/v1alpha1/node.go index 0a184c4f..dabdbf9d 100644 --- a/client-go/ironcorenet/typed/core/v1alpha1/node.go +++ b/client-go/ironcorenet/typed/core/v1alpha1/node.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by client-gen. DO NOT EDIT. diff --git a/client-go/listers/core/v1alpha1/daemonset.go b/client-go/listers/core/v1alpha1/daemonset.go index 76845f30..cd8064ad 100644 --- a/client-go/listers/core/v1alpha1/daemonset.go +++ b/client-go/listers/core/v1alpha1/daemonset.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by lister-gen. DO NOT EDIT. diff --git a/client-go/listers/core/v1alpha1/expansion_generated.go b/client-go/listers/core/v1alpha1/expansion_generated.go index 23357bb1..7bfc2a22 100644 --- a/client-go/listers/core/v1alpha1/expansion_generated.go +++ b/client-go/listers/core/v1alpha1/expansion_generated.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by lister-gen. DO NOT EDIT. diff --git a/client-go/listers/core/v1alpha1/instance.go b/client-go/listers/core/v1alpha1/instance.go index 0aeb374c..17314340 100644 --- a/client-go/listers/core/v1alpha1/instance.go +++ b/client-go/listers/core/v1alpha1/instance.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by lister-gen. DO NOT EDIT. diff --git a/client-go/listers/core/v1alpha1/ip.go b/client-go/listers/core/v1alpha1/ip.go index c54be783..1e72688b 100644 --- a/client-go/listers/core/v1alpha1/ip.go +++ b/client-go/listers/core/v1alpha1/ip.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by lister-gen. DO NOT EDIT. diff --git a/client-go/listers/core/v1alpha1/ipaddress.go b/client-go/listers/core/v1alpha1/ipaddress.go index bc27dae9..9759e861 100644 --- a/client-go/listers/core/v1alpha1/ipaddress.go +++ b/client-go/listers/core/v1alpha1/ipaddress.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by lister-gen. DO NOT EDIT. diff --git a/client-go/listers/core/v1alpha1/loadbalancer.go b/client-go/listers/core/v1alpha1/loadbalancer.go index beb4a5db..bad9ea81 100644 --- a/client-go/listers/core/v1alpha1/loadbalancer.go +++ b/client-go/listers/core/v1alpha1/loadbalancer.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by lister-gen. DO NOT EDIT. diff --git a/client-go/listers/core/v1alpha1/loadbalancerrouting.go b/client-go/listers/core/v1alpha1/loadbalancerrouting.go index b47d1947..7a4b9e43 100644 --- a/client-go/listers/core/v1alpha1/loadbalancerrouting.go +++ b/client-go/listers/core/v1alpha1/loadbalancerrouting.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by lister-gen. DO NOT EDIT. diff --git a/client-go/listers/core/v1alpha1/natgateway.go b/client-go/listers/core/v1alpha1/natgateway.go index dfa5338f..28ed796a 100644 --- a/client-go/listers/core/v1alpha1/natgateway.go +++ b/client-go/listers/core/v1alpha1/natgateway.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by lister-gen. DO NOT EDIT. diff --git a/client-go/listers/core/v1alpha1/natgatewayautoscaler.go b/client-go/listers/core/v1alpha1/natgatewayautoscaler.go index 0ae5360a..717681e9 100644 --- a/client-go/listers/core/v1alpha1/natgatewayautoscaler.go +++ b/client-go/listers/core/v1alpha1/natgatewayautoscaler.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by lister-gen. DO NOT EDIT. diff --git a/client-go/listers/core/v1alpha1/nattable.go b/client-go/listers/core/v1alpha1/nattable.go index 262d9d14..5f0da443 100644 --- a/client-go/listers/core/v1alpha1/nattable.go +++ b/client-go/listers/core/v1alpha1/nattable.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by lister-gen. DO NOT EDIT. diff --git a/client-go/listers/core/v1alpha1/network.go b/client-go/listers/core/v1alpha1/network.go index 852b906d..2a6ae02e 100644 --- a/client-go/listers/core/v1alpha1/network.go +++ b/client-go/listers/core/v1alpha1/network.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by lister-gen. DO NOT EDIT. diff --git a/client-go/listers/core/v1alpha1/networkid.go b/client-go/listers/core/v1alpha1/networkid.go index bfd0869d..4afe2b7f 100644 --- a/client-go/listers/core/v1alpha1/networkid.go +++ b/client-go/listers/core/v1alpha1/networkid.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by lister-gen. DO NOT EDIT. diff --git a/client-go/listers/core/v1alpha1/networkinterface.go b/client-go/listers/core/v1alpha1/networkinterface.go index 5fdaa3eb..eed8a165 100644 --- a/client-go/listers/core/v1alpha1/networkinterface.go +++ b/client-go/listers/core/v1alpha1/networkinterface.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by lister-gen. DO NOT EDIT. diff --git a/client-go/listers/core/v1alpha1/node.go b/client-go/listers/core/v1alpha1/node.go index 52874774..819ef9ca 100644 --- a/client-go/listers/core/v1alpha1/node.go +++ b/client-go/listers/core/v1alpha1/node.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by lister-gen. DO NOT EDIT. diff --git a/client-go/openapi/zz_generated.openapi.go b/client-go/openapi/zz_generated.openapi.go index 744753af..69233dde 100644 --- a/client-go/openapi/zz_generated.openapi.go +++ b/client-go/openapi/zz_generated.openapi.go @@ -1,21 +1,8 @@ //go:build !ignore_autogenerated // +build !ignore_autogenerated -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by openapi-gen. DO NOT EDIT. diff --git a/cmd/apinetlet/main.go b/cmd/apinetlet/main.go index fd2fad3f..77843c83 100644 --- a/cmd/apinetlet/main.go +++ b/cmd/apinetlet/main.go @@ -1,18 +1,5 @@ -/* -Copyright 2021. - -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 - -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. -*/ +// SPDX-FileCopyrightText: 2021 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/apiserver/main.go b/cmd/apiserver/main.go index 0aa2060c..c6a9f287 100644 --- a/cmd/apiserver/main.go +++ b/cmd/apiserver/main.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/controller-manager/main.go b/cmd/controller-manager/main.go index 33d3551d..73081a19 100644 --- a/cmd/controller-manager/main.go +++ b/cmd/controller-manager/main.go @@ -1,18 +1,5 @@ -/* -Copyright 2021. - -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 - -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. -*/ +// SPDX-FileCopyrightText: 2021 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/metalnetlet/main.go b/cmd/metalnetlet/main.go index 3d9e715f..10e02ff7 100644 --- a/cmd/metalnetlet/main.go +++ b/cmd/metalnetlet/main.go @@ -1,18 +1,5 @@ -/* -Copyright 2021. - -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 - -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. -*/ +// SPDX-FileCopyrightText: 2021 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 27b71c6a..977222d2 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,15 +1,2 @@ -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 diff --git a/hack/license-header.txt b/hack/license-header.txt new file mode 100644 index 00000000..8d8a5f23 --- /dev/null +++ b/hack/license-header.txt @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +SPDX-License-Identifier: Apache-2.0 diff --git a/internal/apis/core/common_types.go b/internal/apis/core/common_types.go index 2aa455e7..466b9092 100644 --- a/internal/apis/core/common_types.go +++ b/internal/apis/core/common_types.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/daemonset_types.go b/internal/apis/core/daemonset_types.go index e9cfb88f..c85b64a6 100644 --- a/internal/apis/core/daemonset_types.go +++ b/internal/apis/core/daemonset_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/doc.go b/internal/apis/core/doc.go index 640fd248..cbd26d23 100644 --- a/internal/apis/core/doc.go +++ b/internal/apis/core/doc.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2021 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2021 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // +k8s:deepcopy-gen=package // +k8s:openapi-gen=true diff --git a/internal/apis/core/install/install.go b/internal/apis/core/install/install.go index c90dd751..a67cb464 100644 --- a/internal/apis/core/install/install.go +++ b/internal/apis/core/install/install.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package install diff --git a/internal/apis/core/instance_types.go b/internal/apis/core/instance_types.go index be3d7548..053b26f7 100644 --- a/internal/apis/core/instance_types.go +++ b/internal/apis/core/instance_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/ip_types.go b/internal/apis/core/ip_types.go index b4aafd3a..3419e12d 100644 --- a/internal/apis/core/ip_types.go +++ b/internal/apis/core/ip_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/ipaddress_types.go b/internal/apis/core/ipaddress_types.go index be471b11..f69044e8 100644 --- a/internal/apis/core/ipaddress_types.go +++ b/internal/apis/core/ipaddress_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/loadbalancer_types.go b/internal/apis/core/loadbalancer_types.go index daadc309..afc30742 100644 --- a/internal/apis/core/loadbalancer_types.go +++ b/internal/apis/core/loadbalancer_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/loadbalancerrouting_types.go b/internal/apis/core/loadbalancerrouting_types.go index 741ec5ed..8ed81386 100644 --- a/internal/apis/core/loadbalancerrouting_types.go +++ b/internal/apis/core/loadbalancerrouting_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/natgateway_types.go b/internal/apis/core/natgateway_types.go index 92d52327..046e42d2 100644 --- a/internal/apis/core/natgateway_types.go +++ b/internal/apis/core/natgateway_types.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/natgatewayautoscaler_types.go b/internal/apis/core/natgatewayautoscaler_types.go index 0b34ea2d..af0482b0 100644 --- a/internal/apis/core/natgatewayautoscaler_types.go +++ b/internal/apis/core/natgatewayautoscaler_types.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/nattable_types.go b/internal/apis/core/nattable_types.go index 92cc87f2..27590173 100644 --- a/internal/apis/core/nattable_types.go +++ b/internal/apis/core/nattable_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/network_types.go b/internal/apis/core/network_types.go index 0a794635..29de3567 100644 --- a/internal/apis/core/network_types.go +++ b/internal/apis/core/network_types.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/networkid_types.go b/internal/apis/core/networkid_types.go index ad13e46f..85465007 100644 --- a/internal/apis/core/networkid_types.go +++ b/internal/apis/core/networkid_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/networkinterface_types.go b/internal/apis/core/networkinterface_types.go index 7e847ea9..3bfd3358 100644 --- a/internal/apis/core/networkinterface_types.go +++ b/internal/apis/core/networkinterface_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/node_types.go b/internal/apis/core/node_types.go index bb4d90e6..8c71bbbb 100644 --- a/internal/apis/core/node_types.go +++ b/internal/apis/core/node_types.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/register.go b/internal/apis/core/register.go index 7b21da11..5601229b 100644 --- a/internal/apis/core/register.go +++ b/internal/apis/core/register.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package core contains API Schema definitions for the apinet core API group // +groupName=core.apinet.ironcore.dev diff --git a/internal/apis/core/v1alpha1/conversions.go b/internal/apis/core/v1alpha1/conversions.go index 89115048..2ed6fb35 100644 --- a/internal/apis/core/v1alpha1/conversions.go +++ b/internal/apis/core/v1alpha1/conversions.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/internal/apis/core/v1alpha1/defaults.go b/internal/apis/core/v1alpha1/defaults.go index 0a9b2f7d..c7a29eb5 100644 --- a/internal/apis/core/v1alpha1/defaults.go +++ b/internal/apis/core/v1alpha1/defaults.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/internal/apis/core/v1alpha1/doc.go b/internal/apis/core/v1alpha1/doc.go index 196ad68a..e18bc3ac 100644 --- a/internal/apis/core/v1alpha1/doc.go +++ b/internal/apis/core/v1alpha1/doc.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2021 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2021 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // +k8s:conversion-gen=github.com/ironcore-dev/ironcore-net/internal/apis/core // +k8s:conversion-gen-external-types=github.com/ironcore-dev/ironcore-net/api/core/v1alpha1 diff --git a/internal/apis/core/v1alpha1/register.go b/internal/apis/core/v1alpha1/register.go index 1a742bb3..eb482b3a 100644 --- a/internal/apis/core/v1alpha1/register.go +++ b/internal/apis/core/v1alpha1/register.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains API Schema definitions for the apinet v1alpha1 API group // +groupName=core.apinet.ironcore.dev diff --git a/internal/apis/core/v1alpha1/zz_generated.conversion.go b/internal/apis/core/v1alpha1/zz_generated.conversion.go index 6b99dfd7..1c30d714 100644 --- a/internal/apis/core/v1alpha1/zz_generated.conversion.go +++ b/internal/apis/core/v1alpha1/zz_generated.conversion.go @@ -1,21 +1,8 @@ //go:build !ignore_autogenerated // +build !ignore_autogenerated -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by conversion-gen. DO NOT EDIT. diff --git a/internal/apis/core/v1alpha1/zz_generated.defaults.go b/internal/apis/core/v1alpha1/zz_generated.defaults.go index 561a5aa0..302df715 100644 --- a/internal/apis/core/v1alpha1/zz_generated.defaults.go +++ b/internal/apis/core/v1alpha1/zz_generated.defaults.go @@ -1,21 +1,8 @@ //go:build !ignore_autogenerated // +build !ignore_autogenerated -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by defaulter-gen. DO NOT EDIT. diff --git a/internal/apis/core/validation/common.go b/internal/apis/core/validation/common.go index 44fc24f6..39cdb1fd 100644 --- a/internal/apis/core/validation/common.go +++ b/internal/apis/core/validation/common.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/core/validation/daemonset.go b/internal/apis/core/validation/daemonset.go index c66750d8..ad704a48 100644 --- a/internal/apis/core/validation/daemonset.go +++ b/internal/apis/core/validation/daemonset.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/core/validation/instance.go b/internal/apis/core/validation/instance.go index 62ccb474..15974aaa 100644 --- a/internal/apis/core/validation/instance.go +++ b/internal/apis/core/validation/instance.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/core/validation/ip.go b/internal/apis/core/validation/ip.go index db1de735..03c3bbca 100644 --- a/internal/apis/core/validation/ip.go +++ b/internal/apis/core/validation/ip.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/core/validation/ipaddress.go b/internal/apis/core/validation/ipaddress.go index e4bd935b..11bdbdbd 100644 --- a/internal/apis/core/validation/ipaddress.go +++ b/internal/apis/core/validation/ipaddress.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/core/validation/loadbalancer.go b/internal/apis/core/validation/loadbalancer.go index 3c530117..7eb0a893 100644 --- a/internal/apis/core/validation/loadbalancer.go +++ b/internal/apis/core/validation/loadbalancer.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/core/validation/loadbalancerrouting.go b/internal/apis/core/validation/loadbalancerrouting.go index 502ed712..3f62f0ed 100644 --- a/internal/apis/core/validation/loadbalancerrouting.go +++ b/internal/apis/core/validation/loadbalancerrouting.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/core/validation/natgateway.go b/internal/apis/core/validation/natgateway.go index e7481158..075c651a 100644 --- a/internal/apis/core/validation/natgateway.go +++ b/internal/apis/core/validation/natgateway.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/core/validation/natgatewayautoscaler.go b/internal/apis/core/validation/natgatewayautoscaler.go index 1bba84ff..153a82a0 100644 --- a/internal/apis/core/validation/natgatewayautoscaler.go +++ b/internal/apis/core/validation/natgatewayautoscaler.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/core/validation/nattable.go b/internal/apis/core/validation/nattable.go index 7c5aad0e..d707bafb 100644 --- a/internal/apis/core/validation/nattable.go +++ b/internal/apis/core/validation/nattable.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/core/validation/network.go b/internal/apis/core/validation/network.go index 153257ec..e7441988 100644 --- a/internal/apis/core/validation/network.go +++ b/internal/apis/core/validation/network.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/core/validation/networkid.go b/internal/apis/core/validation/networkid.go index cd86bf16..7ca2d2c3 100644 --- a/internal/apis/core/validation/networkid.go +++ b/internal/apis/core/validation/networkid.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/core/validation/networkinterface.go b/internal/apis/core/validation/networkinterface.go index c1c1cba0..32cd42ed 100644 --- a/internal/apis/core/validation/networkinterface.go +++ b/internal/apis/core/validation/networkinterface.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/core/validation/networkinterface_test.go b/internal/apis/core/validation/networkinterface_test.go index 3c6dccce..bebe2f71 100644 --- a/internal/apis/core/validation/networkinterface_test.go +++ b/internal/apis/core/validation/networkinterface_test.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation_test diff --git a/internal/apis/core/validation/node.go b/internal/apis/core/validation/node.go index afaf0997..900c6edb 100644 --- a/internal/apis/core/validation/node.go +++ b/internal/apis/core/validation/node.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/core/validation/validation_suite_test.go b/internal/apis/core/validation/validation_suite_test.go index fd47dc6c..c5cc40ab 100644 --- a/internal/apis/core/validation/validation_suite_test.go +++ b/internal/apis/core/validation/validation_suite_test.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation_test diff --git a/internal/apis/core/well_known_annotations.go b/internal/apis/core/well_known_annotations.go index 3e43271d..8aaedede 100644 --- a/internal/apis/core/well_known_annotations.go +++ b/internal/apis/core/well_known_annotations.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/well_known_labels.go b/internal/apis/core/well_known_labels.go index 536bdff4..38ca0ffc 100644 --- a/internal/apis/core/well_known_labels.go +++ b/internal/apis/core/well_known_labels.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/internal/apis/core/zz_generated.deepcopy.go b/internal/apis/core/zz_generated.deepcopy.go index 76dbb11e..49740329 100644 --- a/internal/apis/core/zz_generated.deepcopy.go +++ b/internal/apis/core/zz_generated.deepcopy.go @@ -1,21 +1,8 @@ //go:build !ignore_autogenerated // +build !ignore_autogenerated -/* - * Copyright (c) 2022 by the IronCore 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 - * - * 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. - */ +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Code generated by deepcopy-gen. DO NOT EDIT. diff --git a/internal/apiserver/apiserver.go b/internal/apiserver/apiserver.go index 98393026..818bc4a8 100644 --- a/internal/apiserver/apiserver.go +++ b/internal/apiserver/apiserver.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package apiserver diff --git a/internal/app/apiserver/apiserver.go b/internal/app/apiserver/apiserver.go index 484555cd..3ce5e7c9 100644 --- a/internal/app/apiserver/apiserver.go +++ b/internal/app/apiserver/apiserver.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package apiserver diff --git a/internal/app/app_suite_test.go b/internal/app/app_suite_test.go index 6ddc669c..3810a846 100644 --- a/internal/app/app_suite_test.go +++ b/internal/app/app_suite_test.go @@ -1,18 +1,5 @@ -/* -Copyright 2022 The Metal 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 - - 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. -*/ +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package app_test diff --git a/internal/app/core_test.go b/internal/app/core_test.go index cc271337..630a5f7b 100644 --- a/internal/app/core_test.go +++ b/internal/app/core_test.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package app_test diff --git a/internal/client/client.go b/internal/client/client.go index 491ae3a9..84dfb5e5 100644 --- a/internal/client/client.go +++ b/internal/client/client.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package client diff --git a/internal/controllers/certificate/generic/certificate.go b/internal/controllers/certificate/generic/certificate.go index 0f64f896..07c41f7d 100644 --- a/internal/controllers/certificate/generic/certificate.go +++ b/internal/controllers/certificate/generic/certificate.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package generic diff --git a/internal/controllers/certificate/ironcore-net/apinetlet.go b/internal/controllers/certificate/ironcore-net/apinetlet.go index 8a93ef18..5bb7b2a1 100644 --- a/internal/controllers/certificate/ironcore-net/apinetlet.go +++ b/internal/controllers/certificate/ironcore-net/apinetlet.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ironcorenet diff --git a/internal/controllers/certificate/ironcore-net/ironcorenet.go b/internal/controllers/certificate/ironcore-net/ironcorenet.go index 34cd9889..a705ba10 100644 --- a/internal/controllers/certificate/ironcore-net/ironcorenet.go +++ b/internal/controllers/certificate/ironcore-net/ironcorenet.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ironcorenet diff --git a/internal/controllers/certificate/ironcore-net/metalnetlet.go b/internal/controllers/certificate/ironcore-net/metalnetlet.go index 6b8c3a79..a013b286 100644 --- a/internal/controllers/certificate/ironcore-net/metalnetlet.go +++ b/internal/controllers/certificate/ironcore-net/metalnetlet.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ironcorenet diff --git a/internal/controllers/certificateapproval_controller.go b/internal/controllers/certificateapproval_controller.go index 919ece21..b5e1890b 100644 --- a/internal/controllers/certificateapproval_controller.go +++ b/internal/controllers/certificateapproval_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/certificateapproval_test.go b/internal/controllers/certificateapproval_test.go index 88dacda7..a39d1aee 100644 --- a/internal/controllers/certificateapproval_test.go +++ b/internal/controllers/certificateapproval_test.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/common_test.go b/internal/controllers/common_test.go index 06e7aa0d..007b0f6f 100644 --- a/internal/controllers/common_test.go +++ b/internal/controllers/common_test.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/controllers_suite_test.go b/internal/controllers/controllers_suite_test.go index a0d618a3..853e5d14 100644 --- a/internal/controllers/controllers_suite_test.go +++ b/internal/controllers/controllers_suite_test.go @@ -1,18 +1,5 @@ -/* -Copyright 2022 The Metal 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 - - 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. -*/ +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/daemonset_controller.go b/internal/controllers/daemonset_controller.go index 363d1230..c8654b90 100644 --- a/internal/controllers/daemonset_controller.go +++ b/internal/controllers/daemonset_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/daemonset_controller_test.go b/internal/controllers/daemonset_controller_test.go index c9a2a85a..33ffce66 100644 --- a/internal/controllers/daemonset_controller_test.go +++ b/internal/controllers/daemonset_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/helper.go b/internal/controllers/helper.go index 875b01af..9f184a51 100644 --- a/internal/controllers/helper.go +++ b/internal/controllers/helper.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/ipaddressgc_controller.go b/internal/controllers/ipaddressgc_controller.go index 773562db..3ecfc76e 100644 --- a/internal/controllers/ipaddressgc_controller.go +++ b/internal/controllers/ipaddressgc_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/ipaddressgc_controller_test.go b/internal/controllers/ipaddressgc_controller_test.go index 2ab18d84..c47bac3c 100644 --- a/internal/controllers/ipaddressgc_controller_test.go +++ b/internal/controllers/ipaddressgc_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/loadbalancer_controller.go b/internal/controllers/loadbalancer_controller.go index 3bf84c79..1c32e952 100644 --- a/internal/controllers/loadbalancer_controller.go +++ b/internal/controllers/loadbalancer_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/loadbalancer_controller_test.go b/internal/controllers/loadbalancer_controller_test.go index d96b7b4c..ac5577a3 100644 --- a/internal/controllers/loadbalancer_controller_test.go +++ b/internal/controllers/loadbalancer_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/natgateway_controller.go b/internal/controllers/natgateway_controller.go index 7f9a5f85..d8f851ed 100644 --- a/internal/controllers/natgateway_controller.go +++ b/internal/controllers/natgateway_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/natgateway_controller_test.go b/internal/controllers/natgateway_controller_test.go index a3907cdc..7944075e 100644 --- a/internal/controllers/natgateway_controller_test.go +++ b/internal/controllers/natgateway_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/natgatewayautoscaler_controller.go b/internal/controllers/natgatewayautoscaler_controller.go index d4ae54fe..79c9a914 100644 --- a/internal/controllers/natgatewayautoscaler_controller.go +++ b/internal/controllers/natgatewayautoscaler_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/natgatewayautoscaler_controller_test.go b/internal/controllers/natgatewayautoscaler_controller_test.go index 14eb7c7b..cf0ec8c9 100644 --- a/internal/controllers/natgatewayautoscaler_controller_test.go +++ b/internal/controllers/natgatewayautoscaler_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/networkidgc_controller.go b/internal/controllers/networkidgc_controller.go index fe5cdc74..a0df0fba 100644 --- a/internal/controllers/networkidgc_controller.go +++ b/internal/controllers/networkidgc_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/networkinterfacenatrelease_controller.go b/internal/controllers/networkinterfacenatrelease_controller.go index cbde0d42..78dc0e92 100644 --- a/internal/controllers/networkinterfacenatrelease_controller.go +++ b/internal/controllers/networkinterfacenatrelease_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/networkinterfacenatrelease_controller_test.go b/internal/controllers/networkinterfacenatrelease_controller_test.go index fde58dbe..643df59b 100644 --- a/internal/controllers/networkinterfacenatrelease_controller_test.go +++ b/internal/controllers/networkinterfacenatrelease_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/scheduler/cache.go b/internal/controllers/scheduler/cache.go index 599e8e22..3b118207 100644 --- a/internal/controllers/scheduler/cache.go +++ b/internal/controllers/scheduler/cache.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package scheduler diff --git a/internal/controllers/scheduler_controller.go b/internal/controllers/scheduler_controller.go index 488c24f8..00cdceb8 100644 --- a/internal/controllers/scheduler_controller.go +++ b/internal/controllers/scheduler_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/scheduler_controller_test.go b/internal/controllers/scheduler_controller_test.go index 24e3f8ef..a33e8196 100644 --- a/internal/controllers/scheduler_controller_test.go +++ b/internal/controllers/scheduler_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/controllers/util.go b/internal/controllers/util.go index a94a97c9..edd8df31 100644 --- a/internal/controllers/util.go +++ b/internal/controllers/util.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/internal/natgateway/allocation.go b/internal/natgateway/allocation.go index 379ae639..37dd9fa8 100644 --- a/internal/natgateway/allocation.go +++ b/internal/natgateway/allocation.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package natgateway diff --git a/internal/natgateway/autoscaler.go b/internal/natgateway/autoscaler.go index f0dced40..b6c98146 100644 --- a/internal/natgateway/autoscaler.go +++ b/internal/natgateway/autoscaler.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package natgateway diff --git a/internal/nodeaffinity/nodeaffinity.go b/internal/nodeaffinity/nodeaffinity.go index 53755b4d..12856006 100644 --- a/internal/nodeaffinity/nodeaffinity.go +++ b/internal/nodeaffinity/nodeaffinity.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package nodeaffinity diff --git a/internal/registry/daemonset/storage.go b/internal/registry/daemonset/storage.go index ac41404f..ca2015fb 100644 --- a/internal/registry/daemonset/storage.go +++ b/internal/registry/daemonset/storage.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package daemonset diff --git a/internal/registry/daemonset/strategy.go b/internal/registry/daemonset/strategy.go index 950ea11d..20d84b3a 100644 --- a/internal/registry/daemonset/strategy.go +++ b/internal/registry/daemonset/strategy.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package daemonset diff --git a/internal/registry/daemonset/tableconvertor.go b/internal/registry/daemonset/tableconvertor.go index be8b9ef4..e34245ea 100644 --- a/internal/registry/daemonset/tableconvertor.go +++ b/internal/registry/daemonset/tableconvertor.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package daemonset diff --git a/internal/registry/instance/storage.go b/internal/registry/instance/storage.go index 66fc2c1d..0a81df38 100644 --- a/internal/registry/instance/storage.go +++ b/internal/registry/instance/storage.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package instance diff --git a/internal/registry/instance/strategy.go b/internal/registry/instance/strategy.go index 17f47368..af41e39c 100644 --- a/internal/registry/instance/strategy.go +++ b/internal/registry/instance/strategy.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package instance diff --git a/internal/registry/instance/tableconvertor.go b/internal/registry/instance/tableconvertor.go index 64faaa77..6936167d 100644 --- a/internal/registry/instance/tableconvertor.go +++ b/internal/registry/instance/tableconvertor.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package instance diff --git a/internal/registry/ip/ipaddressallocator/ipaddressallocator.go b/internal/registry/ip/ipaddressallocator/ipaddressallocator.go index cc156bf5..72614845 100644 --- a/internal/registry/ip/ipaddressallocator/ipaddressallocator.go +++ b/internal/registry/ip/ipaddressallocator/ipaddressallocator.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ipaddressallocator diff --git a/internal/registry/ip/storage.go b/internal/registry/ip/storage.go index b69c625a..de591b6a 100644 --- a/internal/registry/ip/storage.go +++ b/internal/registry/ip/storage.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ip diff --git a/internal/registry/ip/strategy.go b/internal/registry/ip/strategy.go index 13b0b1a3..988b46ad 100644 --- a/internal/registry/ip/strategy.go +++ b/internal/registry/ip/strategy.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ip diff --git a/internal/registry/ip/tableconvertor.go b/internal/registry/ip/tableconvertor.go index a7087bec..2378cd86 100644 --- a/internal/registry/ip/tableconvertor.go +++ b/internal/registry/ip/tableconvertor.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ip diff --git a/internal/registry/ipaddress/storage.go b/internal/registry/ipaddress/storage.go index 6e564667..aa67647b 100644 --- a/internal/registry/ipaddress/storage.go +++ b/internal/registry/ipaddress/storage.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ipaddress diff --git a/internal/registry/ipaddress/strategy.go b/internal/registry/ipaddress/strategy.go index 338844d7..9a5786d7 100644 --- a/internal/registry/ipaddress/strategy.go +++ b/internal/registry/ipaddress/strategy.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ipaddress diff --git a/internal/registry/ipaddress/tableconvertor.go b/internal/registry/ipaddress/tableconvertor.go index 3f5cdb90..64a16ae8 100644 --- a/internal/registry/ipaddress/tableconvertor.go +++ b/internal/registry/ipaddress/tableconvertor.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ipaddress diff --git a/internal/registry/ipallocator/allocators.go b/internal/registry/ipallocator/allocators.go index c6dabaf1..aa9ab145 100644 --- a/internal/registry/ipallocator/allocators.go +++ b/internal/registry/ipallocator/allocators.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ipallocator diff --git a/internal/registry/ipallocator/ipallocator.go b/internal/registry/ipallocator/ipallocator.go index 53499b11..508badc5 100644 --- a/internal/registry/ipallocator/ipallocator.go +++ b/internal/registry/ipallocator/ipallocator.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ipallocator diff --git a/internal/registry/loadbalancer/storage.go b/internal/registry/loadbalancer/storage.go index 8823f802..d90bd51a 100644 --- a/internal/registry/loadbalancer/storage.go +++ b/internal/registry/loadbalancer/storage.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package loadbalancer diff --git a/internal/registry/loadbalancer/strategy.go b/internal/registry/loadbalancer/strategy.go index cc3dcd3e..53b5d058 100644 --- a/internal/registry/loadbalancer/strategy.go +++ b/internal/registry/loadbalancer/strategy.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package loadbalancer diff --git a/internal/registry/loadbalancer/tableconvertor.go b/internal/registry/loadbalancer/tableconvertor.go index 8b4e0d8f..93db3636 100644 --- a/internal/registry/loadbalancer/tableconvertor.go +++ b/internal/registry/loadbalancer/tableconvertor.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package loadbalancer diff --git a/internal/registry/loadbalancerrouting/storage.go b/internal/registry/loadbalancerrouting/storage.go index 06f0bb13..5a03a62e 100644 --- a/internal/registry/loadbalancerrouting/storage.go +++ b/internal/registry/loadbalancerrouting/storage.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package loadbalancerrouting diff --git a/internal/registry/loadbalancerrouting/strategy.go b/internal/registry/loadbalancerrouting/strategy.go index 25a546a1..bfa37005 100644 --- a/internal/registry/loadbalancerrouting/strategy.go +++ b/internal/registry/loadbalancerrouting/strategy.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package loadbalancerrouting diff --git a/internal/registry/loadbalancerrouting/tableconvertor.go b/internal/registry/loadbalancerrouting/tableconvertor.go index e82f6278..a6adb999 100644 --- a/internal/registry/loadbalancerrouting/tableconvertor.go +++ b/internal/registry/loadbalancerrouting/tableconvertor.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package loadbalancerrouting diff --git a/internal/registry/natgateway/storage.go b/internal/registry/natgateway/storage.go index 63207c99..a1ad22d8 100644 --- a/internal/registry/natgateway/storage.go +++ b/internal/registry/natgateway/storage.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package natgateway diff --git a/internal/registry/natgateway/strategy.go b/internal/registry/natgateway/strategy.go index 3fec5aa7..30a4c592 100644 --- a/internal/registry/natgateway/strategy.go +++ b/internal/registry/natgateway/strategy.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package natgateway diff --git a/internal/registry/natgateway/tableconvertor.go b/internal/registry/natgateway/tableconvertor.go index d2344be7..3129304d 100644 --- a/internal/registry/natgateway/tableconvertor.go +++ b/internal/registry/natgateway/tableconvertor.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package natgateway diff --git a/internal/registry/natgatewayautoscaler/storage.go b/internal/registry/natgatewayautoscaler/storage.go index 7cbd0994..71382147 100644 --- a/internal/registry/natgatewayautoscaler/storage.go +++ b/internal/registry/natgatewayautoscaler/storage.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package natgatewayautoscaler diff --git a/internal/registry/natgatewayautoscaler/strategy.go b/internal/registry/natgatewayautoscaler/strategy.go index abbb40a4..f6ee3e96 100644 --- a/internal/registry/natgatewayautoscaler/strategy.go +++ b/internal/registry/natgatewayautoscaler/strategy.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package natgatewayautoscaler diff --git a/internal/registry/natgatewayautoscaler/tableconvertor.go b/internal/registry/natgatewayautoscaler/tableconvertor.go index 5b9e7741..bd9b14b7 100644 --- a/internal/registry/natgatewayautoscaler/tableconvertor.go +++ b/internal/registry/natgatewayautoscaler/tableconvertor.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package natgatewayautoscaler diff --git a/internal/registry/nattable/storage.go b/internal/registry/nattable/storage.go index 4a318770..083c9e2e 100644 --- a/internal/registry/nattable/storage.go +++ b/internal/registry/nattable/storage.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package nattable diff --git a/internal/registry/nattable/strategy.go b/internal/registry/nattable/strategy.go index 1f01be6f..f42a4e77 100644 --- a/internal/registry/nattable/strategy.go +++ b/internal/registry/nattable/strategy.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package nattable diff --git a/internal/registry/nattable/tableconvertor.go b/internal/registry/nattable/tableconvertor.go index 495c833c..1a37ede5 100644 --- a/internal/registry/nattable/tableconvertor.go +++ b/internal/registry/nattable/tableconvertor.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package nattable diff --git a/internal/registry/network/networkidallocator/networkidallocator.go b/internal/registry/network/networkidallocator/networkidallocator.go index e6f18d63..6a5dbe6b 100644 --- a/internal/registry/network/networkidallocator/networkidallocator.go +++ b/internal/registry/network/networkidallocator/networkidallocator.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networkidallocator diff --git a/internal/registry/network/storage.go b/internal/registry/network/storage.go index 7335f482..e7b13bcf 100644 --- a/internal/registry/network/storage.go +++ b/internal/registry/network/storage.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package network diff --git a/internal/registry/network/strategy.go b/internal/registry/network/strategy.go index e747a246..a8c2d0e6 100644 --- a/internal/registry/network/strategy.go +++ b/internal/registry/network/strategy.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package network diff --git a/internal/registry/network/tableconvertor.go b/internal/registry/network/tableconvertor.go index d9e2a7a6..d5a7fb81 100644 --- a/internal/registry/network/tableconvertor.go +++ b/internal/registry/network/tableconvertor.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package network diff --git a/internal/registry/networkid/storage.go b/internal/registry/networkid/storage.go index 0baa83f5..14c032b7 100644 --- a/internal/registry/networkid/storage.go +++ b/internal/registry/networkid/storage.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networkid diff --git a/internal/registry/networkid/strategy.go b/internal/registry/networkid/strategy.go index 2b52dea8..7e009a6b 100644 --- a/internal/registry/networkid/strategy.go +++ b/internal/registry/networkid/strategy.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networkid diff --git a/internal/registry/networkid/tableconvertor.go b/internal/registry/networkid/tableconvertor.go index 45334912..0ee157da 100644 --- a/internal/registry/networkid/tableconvertor.go +++ b/internal/registry/networkid/tableconvertor.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networkid diff --git a/internal/registry/networkinterface/storage.go b/internal/registry/networkinterface/storage.go index 7183088c..f5513732 100644 --- a/internal/registry/networkinterface/storage.go +++ b/internal/registry/networkinterface/storage.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networkinterface diff --git a/internal/registry/networkinterface/strategy.go b/internal/registry/networkinterface/strategy.go index ad286174..ab540bb9 100644 --- a/internal/registry/networkinterface/strategy.go +++ b/internal/registry/networkinterface/strategy.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networkinterface diff --git a/internal/registry/networkinterface/tableconvertor.go b/internal/registry/networkinterface/tableconvertor.go index da18e043..91bfa006 100644 --- a/internal/registry/networkinterface/tableconvertor.go +++ b/internal/registry/networkinterface/tableconvertor.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networkinterface diff --git a/internal/registry/node/storage.go b/internal/registry/node/storage.go index e8cd6ada..1e343739 100644 --- a/internal/registry/node/storage.go +++ b/internal/registry/node/storage.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package node diff --git a/internal/registry/node/strategy.go b/internal/registry/node/strategy.go index f0494264..ca1801d5 100644 --- a/internal/registry/node/strategy.go +++ b/internal/registry/node/strategy.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package node diff --git a/internal/registry/node/tableconvertor.go b/internal/registry/node/tableconvertor.go index e013c22e..9c770a26 100644 --- a/internal/registry/node/tableconvertor.go +++ b/internal/registry/node/tableconvertor.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package node diff --git a/metalnetlet/client/client.go b/metalnetlet/client/client.go index fc12c3b2..b093158d 100644 --- a/metalnetlet/client/client.go +++ b/metalnetlet/client/client.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package client diff --git a/metalnetlet/client/config/getter.go b/metalnetlet/client/config/getter.go index d89e373e..062cb67b 100644 --- a/metalnetlet/client/config/getter.go +++ b/metalnetlet/client/config/getter.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package config diff --git a/metalnetlet/client/sourceaware.go b/metalnetlet/client/sourceaware.go index c324052e..897bc3a1 100644 --- a/metalnetlet/client/sourceaware.go +++ b/metalnetlet/client/sourceaware.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package client diff --git a/metalnetlet/controllers/common.go b/metalnetlet/controllers/common.go index 2020612f..7496c3bf 100644 --- a/metalnetlet/controllers/common.go +++ b/metalnetlet/controllers/common.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/metalnetlet/controllers/controllers_suite_test.go b/metalnetlet/controllers/controllers_suite_test.go index 3ed291f6..c8136de1 100644 --- a/metalnetlet/controllers/controllers_suite_test.go +++ b/metalnetlet/controllers/controllers_suite_test.go @@ -1,18 +1,5 @@ -/* -Copyright 2022 The Metal 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 - - 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. -*/ +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/metalnetlet/controllers/conversion.go b/metalnetlet/controllers/conversion.go index 85b0be10..a3e9680f 100644 --- a/metalnetlet/controllers/conversion.go +++ b/metalnetlet/controllers/conversion.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/metalnetlet/controllers/instance_controller.go b/metalnetlet/controllers/instance_controller.go index 32f2cdb5..62770d19 100644 --- a/metalnetlet/controllers/instance_controller.go +++ b/metalnetlet/controllers/instance_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/metalnetlet/controllers/instance_controller_test.go b/metalnetlet/controllers/instance_controller_test.go index 2618fd6d..65d32874 100644 --- a/metalnetlet/controllers/instance_controller_test.go +++ b/metalnetlet/controllers/instance_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/metalnetlet/controllers/metalnetnode_controller.go b/metalnetlet/controllers/metalnetnode_controller.go index caaf8b51..a6b9002c 100644 --- a/metalnetlet/controllers/metalnetnode_controller.go +++ b/metalnetlet/controllers/metalnetnode_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/metalnetlet/controllers/metalnetnode_controller_test.go b/metalnetlet/controllers/metalnetnode_controller_test.go index 84acc638..55430150 100644 --- a/metalnetlet/controllers/metalnetnode_controller_test.go +++ b/metalnetlet/controllers/metalnetnode_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/metalnetlet/controllers/network_controller.go b/metalnetlet/controllers/network_controller.go index 00efdef8..f4ebf600 100644 --- a/metalnetlet/controllers/network_controller.go +++ b/metalnetlet/controllers/network_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/metalnetlet/controllers/network_controller_test.go b/metalnetlet/controllers/network_controller_test.go index 3ebea2c5..b9a8e4a0 100644 --- a/metalnetlet/controllers/network_controller_test.go +++ b/metalnetlet/controllers/network_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/metalnetlet/controllers/networkinterface_controller.go b/metalnetlet/controllers/networkinterface_controller.go index 993548e9..051ea34d 100644 --- a/metalnetlet/controllers/networkinterface_controller.go +++ b/metalnetlet/controllers/networkinterface_controller.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/metalnetlet/controllers/networkinterface_controller_test.go b/metalnetlet/controllers/networkinterface_controller_test.go index 7892c70d..5622bd82 100644 --- a/metalnetlet/controllers/networkinterface_controller_test.go +++ b/metalnetlet/controllers/networkinterface_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/metalnetlet/controllers/rbac.go b/metalnetlet/controllers/rbac.go index 6330b203..8b619dea 100644 --- a/metalnetlet/controllers/rbac.go +++ b/metalnetlet/controllers/rbac.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/metalnetlet/handler/sourceaware.go b/metalnetlet/handler/sourceaware.go index 9072cc35..1614b4af 100644 --- a/metalnetlet/handler/sourceaware.go +++ b/metalnetlet/handler/sourceaware.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package handler diff --git a/models-schema/main.go b/models-schema/main.go index 0805ef0b..427ca942 100644 --- a/models-schema/main.go +++ b/models-schema/main.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/networkid/networkid.go b/networkid/networkid.go index 740beaa7..2a92b03e 100644 --- a/networkid/networkid.go +++ b/networkid/networkid.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networkid diff --git a/utils/api/sourceaware.go b/utils/api/sourceaware.go index 06bef661..877781b7 100644 --- a/utils/api/sourceaware.go +++ b/utils/api/sourceaware.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package api diff --git a/utils/cache/util.go b/utils/cache/util.go index d32e7179..2395d458 100644 --- a/utils/cache/util.go +++ b/utils/cache/util.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package cache diff --git a/utils/client/sourceaware.go b/utils/client/sourceaware.go index a433d9f1..b22d4b3f 100644 --- a/utils/client/sourceaware.go +++ b/utils/client/sourceaware.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package client diff --git a/utils/container/bimap.go b/utils/container/bimap.go index c162c3fe..30661116 100644 --- a/utils/container/bimap.go +++ b/utils/container/bimap.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package container diff --git a/utils/container/rmap.go b/utils/container/rmap.go index f9af64b4..afea9de1 100644 --- a/utils/container/rmap.go +++ b/utils/container/rmap.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package container diff --git a/utils/container/slots.go b/utils/container/slots.go index 87d407a9..7c81abcb 100644 --- a/utils/container/slots.go +++ b/utils/container/slots.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package container diff --git a/utils/controller/refmanager.go b/utils/controller/refmanager.go index d0ad428c..f1f8b85a 100644 --- a/utils/controller/refmanager.go +++ b/utils/controller/refmanager.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controller diff --git a/utils/core/core.go b/utils/core/core.go index 1ae2e4d2..e79ade80 100644 --- a/utils/core/core.go +++ b/utils/core/core.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package core diff --git a/utils/expectations/expectations.go b/utils/expectations/expectations.go index 53fca8df..f9550839 100644 --- a/utils/expectations/expectations.go +++ b/utils/expectations/expectations.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package expectations diff --git a/utils/flag/flag.go b/utils/flag/flag.go index 3992df06..87dae971 100644 --- a/utils/flag/flag.go +++ b/utils/flag/flag.go @@ -1,16 +1,5 @@ -// Copyright 2022 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package flag diff --git a/utils/generic/generic.go b/utils/generic/generic.go index 26663eee..feb1f40f 100644 --- a/utils/generic/generic.go +++ b/utils/generic/generic.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package generic diff --git a/utils/handler/expectations.go b/utils/handler/expectations.go index d0dc4ebd..755e0693 100644 --- a/utils/handler/expectations.go +++ b/utils/handler/expectations.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package handler diff --git a/utils/handler/sourceaware.go b/utils/handler/sourceaware.go index f6f7d311..c9488060 100644 --- a/utils/handler/sourceaware.go +++ b/utils/handler/sourceaware.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package handler diff --git a/utils/hash/hash.go b/utils/hash/hash.go index 2522d420..a8aa9cf7 100644 --- a/utils/hash/hash.go +++ b/utils/hash/hash.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package hash diff --git a/utils/iterator/iterator.go b/utils/iterator/iterator.go index ae9fa6a3..72329401 100644 --- a/utils/iterator/iterator.go +++ b/utils/iterator/iterator.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package iterator diff --git a/utils/netip/netip.go b/utils/netip/netip.go index e9b39c01..95ab38aa 100644 --- a/utils/netip/netip.go +++ b/utils/netip/netip.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package netip diff --git a/utils/slots/slots.go b/utils/slots/slots.go index ff391337..6d5a5b60 100644 --- a/utils/slots/slots.go +++ b/utils/slots/slots.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package slots diff --git a/utils/strings/strings.go b/utils/strings/strings.go index 943f51b8..12bb1e04 100644 --- a/utils/strings/strings.go +++ b/utils/strings/strings.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package strings diff --git a/utils/testing/testing.go b/utils/testing/testing.go index a92d4ec0..42f1a755 100644 --- a/utils/testing/testing.go +++ b/utils/testing/testing.go @@ -1,16 +1,5 @@ -// Copyright 2023 IronCore 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 -// -// 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. +// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package testing