diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 000000000..673b26611 --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,65 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ironcore +Upstream-Contact: IronCore authors +Source: https://github.com/ironcore-dev/ironcore + +# -------------------------------------------------- +# source code + +Files: + .github/* + .gitignore + .golangci.yaml + CODEOWNERS + Dockerfile + Makefile + PROJECT + client-go/openapi/api_violations.report + config/* + gen/* + go.mod + go.sum + hack/* + iri/apis/bucket/v1alpha1/api.pb.go + iri/apis/bucket/v1alpha1/api.proto + iri/apis/machine/v1alpha1/api.pb.go + iri/apis/machine/v1alpha1/api.proto + iri/apis/meta/v1alpha1/api.pb.go + iri/apis/meta/v1alpha1/api.proto + iri/apis/volume/v1alpha1/api.pb.go + iri/apis/volume/v1alpha1/api.proto + irictl-machine/config/samples/* + irictl-volume/config/samples/* + mkdocs.yml + models-schema/main.go.tmpl + poollet/machinepoollet/addresses/testdata/addresses.yaml +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 + +Files: poollet/machinepoollet/iri/streaming/remotecommand/* +Copyright: 2016 The Kubernetes Authors. +License: Apache-2.0 + +Files: third_party/kubernetes/pkg/util/flock/* +Copyright: 2021 The Kubernetes Authors. +License: Apache-2.0 + +Files: utils/envtest/internal/testing/addr/addr.go +Copyright: 2021 The Kubernetes Authors. +License: Apache-2.0 + +Files: utils/envtest/internal/testing/certs/certs.go +Copyright: 2021 The Kubernetes Authors. +License: Apache-2.0 diff --git a/LICENSES/Apache-2.0.txt b/LICENSES/Apache-2.0.txt new file mode 100644 index 000000000..137069b82 --- /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 fdfe48e43..5faee9313 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ clean: ## Clean any artifacts that can be regenerated. .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: check-license check-license: addlicense ## Check that every file has a license header present. diff --git a/README.md b/README.md index 92812a078..1f9cd2a7d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # IronCore +[![REUSE status](https://api.reuse.software/badge/github.com/ironcore-dev/ironcore)](https://api.reuse.software/info/github.com/ironcore-dev/ironcore) [![GitHub License](https://img.shields.io/static/v1?label=License&message=Apache-2.0&color=blue)](LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/ironcore-dev/ironcore)](https://goreportcard.com/report/github.com/ironcore-dev/ironcore) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com) diff --git a/api/common/v1alpha1/common_types.go b/api/common/v1alpha1/common_types.go index ea40f0913..c7824098e 100644 --- a/api/common/v1alpha1/common_types.go +++ b/api/common/v1alpha1/common_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/common/v1alpha1/common_types_test.go b/api/common/v1alpha1/common_types_test.go index d06a9d475..a108ce87b 100644 --- a/api/common/v1alpha1/common_types_test.go +++ b/api/common/v1alpha1/common_types_test.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 package v1alpha1 diff --git a/api/common/v1alpha1/doc.go b/api/common/v1alpha1/doc.go index defa259a8..303a8a1fa 100644 --- a/api/common/v1alpha1/doc.go +++ b/api/common/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: 2023 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/common/v1alpha1/register.go b/api/common/v1alpha1/register.go index 3e68c475e..d3a41dbfa 100644 --- a/api/common/v1alpha1/register.go +++ b/api/common/v1alpha1/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains API Schema definitions for the common v1alpha1 API group // +groupName=common.ironcore.dev diff --git a/api/common/v1alpha1/suite_test.go b/api/common/v1alpha1/suite_test.go index c860889ff..6bc22cc4d 100644 --- a/api/common/v1alpha1/suite_test.go +++ b/api/common/v1alpha1/suite_test.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 package v1alpha1 diff --git a/api/common/v1alpha1/zz_generated.deepcopy.go b/api/common/v1alpha1/zz_generated.deepcopy.go index cf8be0e1b..1db32a97a 100644 --- a/api/common/v1alpha1/zz_generated.deepcopy.go +++ b/api/common/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/api/compute/v1alpha1/common.go b/api/compute/v1alpha1/common.go index 03b14098a..661711ed0 100644 --- a/api/compute/v1alpha1/common.go +++ b/api/compute/v1alpha1/common.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/compute/v1alpha1/doc.go b/api/compute/v1alpha1/doc.go index 41897a9d5..82ca8edab 100644 --- a/api/compute/v1alpha1/doc.go +++ b/api/compute/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // +k8s:openapi-gen=true // +k8s:deepcopy-gen=package diff --git a/api/compute/v1alpha1/machine_types.go b/api/compute/v1alpha1/machine_types.go index 483225718..9a5fa264c 100644 --- a/api/compute/v1alpha1/machine_types.go +++ b/api/compute/v1alpha1/machine_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/compute/v1alpha1/machineclass_types.go b/api/compute/v1alpha1/machineclass_types.go index a915a25cd..f288fcf58 100644 --- a/api/compute/v1alpha1/machineclass_types.go +++ b/api/compute/v1alpha1/machineclass_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/compute/v1alpha1/machinepool_types.go b/api/compute/v1alpha1/machinepool_types.go index d7528ee09..9f6076df3 100644 --- a/api/compute/v1alpha1/machinepool_types.go +++ b/api/compute/v1alpha1/machinepool_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/compute/v1alpha1/register.go b/api/compute/v1alpha1/register.go index 473426d15..74bc4abd2 100644 --- a/api/compute/v1alpha1/register.go +++ b/api/compute/v1alpha1/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains API Schema definitions for the compute v1alpha1 API group // +groupName=compute.ironcore.dev diff --git a/api/compute/v1alpha1/util.go b/api/compute/v1alpha1/util.go index c5c257906..9d66c2c5d 100644 --- a/api/compute/v1alpha1/util.go +++ b/api/compute/v1alpha1/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/compute/v1alpha1/zz_generated.deepcopy.go b/api/compute/v1alpha1/zz_generated.deepcopy.go index b73b3d670..a5404f64f 100644 --- a/api/compute/v1alpha1/zz_generated.deepcopy.go +++ b/api/compute/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/api/core/v1alpha1/doc.go b/api/core/v1alpha1/doc.go index 3db1beeaa..8f378b429 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: 2023 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/register.go b/api/core/v1alpha1/register.go index 4fd589d5d..4467cef04 100644 --- a/api/core/v1alpha1/register.go +++ b/api/core/v1alpha1/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains API Schema definitions for the common v1alpha1 API group // +groupName=core.ironcore.dev diff --git a/api/core/v1alpha1/resource.go b/api/core/v1alpha1/resource.go index 5c2312de1..8a8d15c56 100644 --- a/api/core/v1alpha1/resource.go +++ b/api/core/v1alpha1/resource.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/resourcequota_types.go b/api/core/v1alpha1/resourcequota_types.go index 5a6c75b61..0e219f7e6 100644 --- a/api/core/v1alpha1/resourcequota_types.go +++ b/api/core/v1alpha1/resourcequota_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/types.go b/api/core/v1alpha1/types.go index 287a24620..dbb77eccf 100644 --- a/api/core/v1alpha1/types.go +++ b/api/core/v1alpha1/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/zz_generated.deepcopy.go b/api/core/v1alpha1/zz_generated.deepcopy.go index dff830328..ceef68555 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/api/doc.go b/api/doc.go index 082b556f6..08f5f3f0b 100644 --- a/api/doc.go +++ b/api/doc.go @@ -1,17 +1,4 @@ -/* - * 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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package api diff --git a/api/ipam/v1alpha1/doc.go b/api/ipam/v1alpha1/doc.go index ebe8864b0..3f1120040 100644 --- a/api/ipam/v1alpha1/doc.go +++ b/api/ipam/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: 2023 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/ipam/v1alpha1/prefix_types.go b/api/ipam/v1alpha1/prefix_types.go index ba03dce6e..0099cca31 100644 --- a/api/ipam/v1alpha1/prefix_types.go +++ b/api/ipam/v1alpha1/prefix_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/ipam/v1alpha1/prefixallocation_types.go b/api/ipam/v1alpha1/prefixallocation_types.go index ed332413c..b35543d2b 100644 --- a/api/ipam/v1alpha1/prefixallocation_types.go +++ b/api/ipam/v1alpha1/prefixallocation_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/ipam/v1alpha1/register.go b/api/ipam/v1alpha1/register.go index 845956dd0..482006bc3 100644 --- a/api/ipam/v1alpha1/register.go +++ b/api/ipam/v1alpha1/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains API Schema definitions for the network v1alpha1 API group // +groupName=ipam.ironcore.dev diff --git a/api/ipam/v1alpha1/zz_generated.deepcopy.go b/api/ipam/v1alpha1/zz_generated.deepcopy.go index ad725a9b5..fdecf0ab2 100644 --- a/api/ipam/v1alpha1/zz_generated.deepcopy.go +++ b/api/ipam/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/api/networking/v1alpha1/common.go b/api/networking/v1alpha1/common.go index 695510cba..7779590c6 100644 --- a/api/networking/v1alpha1/common.go +++ b/api/networking/v1alpha1/common.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 package v1alpha1 diff --git a/api/networking/v1alpha1/doc.go b/api/networking/v1alpha1/doc.go index dc744a52c..1f4bf6ce3 100644 --- a/api/networking/v1alpha1/doc.go +++ b/api/networking/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: 2023 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/networking/v1alpha1/loadbalancer_type.go b/api/networking/v1alpha1/loadbalancer_type.go index 05ea7f158..973ce03fd 100644 --- a/api/networking/v1alpha1/loadbalancer_type.go +++ b/api/networking/v1alpha1/loadbalancer_type.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 package v1alpha1 diff --git a/api/networking/v1alpha1/loadbalancerrouting_type.go b/api/networking/v1alpha1/loadbalancerrouting_type.go index f505795a3..9a0d70fa5 100644 --- a/api/networking/v1alpha1/loadbalancerrouting_type.go +++ b/api/networking/v1alpha1/loadbalancerrouting_type.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 package v1alpha1 diff --git a/api/networking/v1alpha1/natgateway_type.go b/api/networking/v1alpha1/natgateway_type.go index 53c697178..9f50142c7 100644 --- a/api/networking/v1alpha1/natgateway_type.go +++ b/api/networking/v1alpha1/natgateway_type.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 package v1alpha1 diff --git a/api/networking/v1alpha1/network_type.go b/api/networking/v1alpha1/network_type.go index 6aa923090..2cd81f8f3 100644 --- a/api/networking/v1alpha1/network_type.go +++ b/api/networking/v1alpha1/network_type.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 package v1alpha1 diff --git a/api/networking/v1alpha1/networkinterface_types.go b/api/networking/v1alpha1/networkinterface_types.go index 1c4261c8f..51ae5555f 100644 --- a/api/networking/v1alpha1/networkinterface_types.go +++ b/api/networking/v1alpha1/networkinterface_types.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 package v1alpha1 diff --git a/api/networking/v1alpha1/networkpolicy_type.go b/api/networking/v1alpha1/networkpolicy_type.go index 64ea20243..8add6fb11 100644 --- a/api/networking/v1alpha1/networkpolicy_type.go +++ b/api/networking/v1alpha1/networkpolicy_type.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/networking/v1alpha1/register.go b/api/networking/v1alpha1/register.go index 62c79188d..7b74939e8 100644 --- a/api/networking/v1alpha1/register.go +++ b/api/networking/v1alpha1/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains API Schema definitions for the networking v1alpha1 API group // +groupName=networking.ironcore.dev diff --git a/api/networking/v1alpha1/util.go b/api/networking/v1alpha1/util.go index 1f00bc505..6fc53fe3f 100644 --- a/api/networking/v1alpha1/util.go +++ b/api/networking/v1alpha1/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/networking/v1alpha1/virtualip_types.go b/api/networking/v1alpha1/virtualip_types.go index acebf9532..d707160c3 100644 --- a/api/networking/v1alpha1/virtualip_types.go +++ b/api/networking/v1alpha1/virtualip_types.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 package v1alpha1 diff --git a/api/networking/v1alpha1/zz_generated.deepcopy.go b/api/networking/v1alpha1/zz_generated.deepcopy.go index 4492712c8..5970f5240 100644 --- a/api/networking/v1alpha1/zz_generated.deepcopy.go +++ b/api/networking/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/api/storage/v1alpha1/bucket_types.go b/api/storage/v1alpha1/bucket_types.go index 33bd700f2..132bf4dd3 100644 --- a/api/storage/v1alpha1/bucket_types.go +++ b/api/storage/v1alpha1/bucket_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/storage/v1alpha1/bucketclass_types.go b/api/storage/v1alpha1/bucketclass_types.go index a39240a10..c327840f4 100644 --- a/api/storage/v1alpha1/bucketclass_types.go +++ b/api/storage/v1alpha1/bucketclass_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/storage/v1alpha1/bucketpool_types.go b/api/storage/v1alpha1/bucketpool_types.go index ebd1c150b..e7a2598dd 100644 --- a/api/storage/v1alpha1/bucketpool_types.go +++ b/api/storage/v1alpha1/bucketpool_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/storage/v1alpha1/common.go b/api/storage/v1alpha1/common.go index 01fddd9e5..e1c04ec64 100644 --- a/api/storage/v1alpha1/common.go +++ b/api/storage/v1alpha1/common.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/storage/v1alpha1/doc.go b/api/storage/v1alpha1/doc.go index 11d363b40..2bb84f357 100644 --- a/api/storage/v1alpha1/doc.go +++ b/api/storage/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: 2023 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/storage/v1alpha1/register.go b/api/storage/v1alpha1/register.go index 56cafabc3..ed52f4cde 100644 --- a/api/storage/v1alpha1/register.go +++ b/api/storage/v1alpha1/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains API Schema definitions for the storage v1alpha1 API group // +groupName=storage.ironcore.dev diff --git a/api/storage/v1alpha1/volume_types.go b/api/storage/v1alpha1/volume_types.go index c6a0be0be..27775cc97 100644 --- a/api/storage/v1alpha1/volume_types.go +++ b/api/storage/v1alpha1/volume_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/storage/v1alpha1/volumeclass_types.go b/api/storage/v1alpha1/volumeclass_types.go index 2b2d20879..05f13ee01 100644 --- a/api/storage/v1alpha1/volumeclass_types.go +++ b/api/storage/v1alpha1/volumeclass_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/storage/v1alpha1/volumepool_types.go b/api/storage/v1alpha1/volumepool_types.go index 9fcfc4d0d..2596edf8a 100644 --- a/api/storage/v1alpha1/volumepool_types.go +++ b/api/storage/v1alpha1/volumepool_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/storage/v1alpha1/zz_generated.deepcopy.go b/api/storage/v1alpha1/zz_generated.deepcopy.go index 71d0d7ef5..27d1cd639 100644 --- a/api/storage/v1alpha1/zz_generated.deepcopy.go +++ b/api/storage/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/broker/bucketbroker/api/v1alpha1/common_types.go b/broker/bucketbroker/api/v1alpha1/common_types.go index 637acc884..7b9cb1582 100644 --- a/broker/bucketbroker/api/v1alpha1/common_types.go +++ b/broker/bucketbroker/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/broker/bucketbroker/apiutils/apiutils.go b/broker/bucketbroker/apiutils/apiutils.go index 926591cd0..7e8e0d1ff 100644 --- a/broker/bucketbroker/apiutils/apiutils.go +++ b/broker/bucketbroker/apiutils/apiutils.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package apiutils diff --git a/broker/bucketbroker/cmd/bucketbroker/app/app.go b/broker/bucketbroker/cmd/bucketbroker/app/app.go index a92cd0402..64be67848 100644 --- a/broker/bucketbroker/cmd/bucketbroker/app/app.go +++ b/broker/bucketbroker/cmd/bucketbroker/app/app.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package app diff --git a/broker/bucketbroker/cmd/bucketbroker/main.go b/broker/bucketbroker/cmd/bucketbroker/main.go index 54ef9cac0..d98ce1eca 100644 --- a/broker/bucketbroker/cmd/bucketbroker/main.go +++ b/broker/bucketbroker/cmd/bucketbroker/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/broker/bucketbroker/server/bucket.go b/broker/bucketbroker/server/bucket.go index e1e8b1744..7eae4abd3 100644 --- a/broker/bucketbroker/server/bucket.go +++ b/broker/bucketbroker/server/bucket.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/bucketbroker/server/bucket_create.go b/broker/bucketbroker/server/bucket_create.go index 32ac95d0c..03cea9602 100644 --- a/broker/bucketbroker/server/bucket_create.go +++ b/broker/bucketbroker/server/bucket_create.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/bucketbroker/server/bucket_delete.go b/broker/bucketbroker/server/bucket_delete.go index 9f69f548f..d8fa93632 100644 --- a/broker/bucketbroker/server/bucket_delete.go +++ b/broker/bucketbroker/server/bucket_delete.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/bucketbroker/server/bucket_list.go b/broker/bucketbroker/server/bucket_list.go index 18c4f65f3..4acb3b5a8 100644 --- a/broker/bucketbroker/server/bucket_list.go +++ b/broker/bucketbroker/server/bucket_list.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/bucketbroker/server/bucketclass_list.go b/broker/bucketbroker/server/bucketclass_list.go index da72c5bf7..df6e56c15 100644 --- a/broker/bucketbroker/server/bucketclass_list.go +++ b/broker/bucketbroker/server/bucketclass_list.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/bucketbroker/server/server.go b/broker/bucketbroker/server/server.go index e52b136b7..8ca96a6c7 100644 --- a/broker/bucketbroker/server/server.go +++ b/broker/bucketbroker/server/server.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/common/cleaner/cleaner.go b/broker/common/cleaner/cleaner.go index 510da43dd..73bca4af5 100644 --- a/broker/common/cleaner/cleaner.go +++ b/broker/common/cleaner/cleaner.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package cleaner diff --git a/broker/common/common.go b/broker/common/common.go index 8a0efe5ef..07992d0fa 100644 --- a/broker/common/common.go +++ b/broker/common/common.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package common diff --git a/broker/common/grpc/grpc.go b/broker/common/grpc/grpc.go index 572ab456f..37343804d 100644 --- a/broker/common/grpc/grpc.go +++ b/broker/common/grpc/grpc.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 grpc diff --git a/broker/common/idgen/idgen.go b/broker/common/idgen/idgen.go index ad14ebb36..38f340056 100644 --- a/broker/common/idgen/idgen.go +++ b/broker/common/idgen/idgen.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package idgen diff --git a/broker/common/manager/manager.go b/broker/common/manager/manager.go index 6442cb55c..69c106e9e 100644 --- a/broker/common/manager/manager.go +++ b/broker/common/manager/manager.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 manager diff --git a/broker/common/request/cache.go b/broker/common/request/cache.go index 43f6e8c4b..809667145 100644 --- a/broker/common/request/cache.go +++ b/broker/common/request/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 request diff --git a/broker/common/sync/sync.go b/broker/common/sync/sync.go index d0f233449..9d3199224 100644 --- a/broker/common/sync/sync.go +++ b/broker/common/sync/sync.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package sync diff --git a/broker/common/sync/sync_suite_test.go b/broker/common/sync/sync_suite_test.go index e66f29fc4..8c01e1020 100644 --- a/broker/common/sync/sync_suite_test.go +++ b/broker/common/sync/sync_suite_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package sync_test diff --git a/broker/common/sync/sync_test.go b/broker/common/sync/sync_test.go index a55f04ed6..916758850 100644 --- a/broker/common/sync/sync_test.go +++ b/broker/common/sync/sync_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package sync_test diff --git a/broker/common/utils/utils.go b/broker/common/utils/utils.go index fa7ba11dd..6b9c4ad90 100644 --- a/broker/common/utils/utils.go +++ b/broker/common/utils/utils.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package utils diff --git a/broker/machinebroker/api/v1alpha1/common_types.go b/broker/machinebroker/api/v1alpha1/common_types.go index 276eeb3e8..a81c6c93c 100644 --- a/broker/machinebroker/api/v1alpha1/common_types.go +++ b/broker/machinebroker/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/broker/machinebroker/apiutils/apiutils.go b/broker/machinebroker/apiutils/apiutils.go index 421842548..7d037beb0 100644 --- a/broker/machinebroker/apiutils/apiutils.go +++ b/broker/machinebroker/apiutils/apiutils.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package apiutils diff --git a/broker/machinebroker/cluster/cluster.go b/broker/machinebroker/cluster/cluster.go index e44caa177..3422e5445 100644 --- a/broker/machinebroker/cluster/cluster.go +++ b/broker/machinebroker/cluster/cluster.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package cluster diff --git a/broker/machinebroker/cmd/machinebroker/app/app.go b/broker/machinebroker/cmd/machinebroker/app/app.go index 87b26474d..def4a2021 100644 --- a/broker/machinebroker/cmd/machinebroker/app/app.go +++ b/broker/machinebroker/cmd/machinebroker/app/app.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package app diff --git a/broker/machinebroker/cmd/machinebroker/main.go b/broker/machinebroker/cmd/machinebroker/main.go index ced7bf978..18b9c17d0 100644 --- a/broker/machinebroker/cmd/machinebroker/main.go +++ b/broker/machinebroker/cmd/machinebroker/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/broker/machinebroker/http/server.go b/broker/machinebroker/http/server.go index a58732044..c7e67c3f0 100644 --- a/broker/machinebroker/http/server.go +++ b/broker/machinebroker/http/server.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 http diff --git a/broker/machinebroker/networks/networks.go b/broker/machinebroker/networks/networks.go index c3cecaac4..790e0d988 100644 --- a/broker/machinebroker/networks/networks.go +++ b/broker/machinebroker/networks/networks.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networks diff --git a/broker/machinebroker/server/common.go b/broker/machinebroker/server/common.go index 8ddc7e898..a09e08840 100644 --- a/broker/machinebroker/server/common.go +++ b/broker/machinebroker/server/common.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/server/exec.go b/broker/machinebroker/server/exec.go index 62b5c3928..4db6c42c8 100644 --- a/broker/machinebroker/server/exec.go +++ b/broker/machinebroker/server/exec.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 server diff --git a/broker/machinebroker/server/exec_test.go b/broker/machinebroker/server/exec_test.go index 597803f21..355c9ded0 100644 --- a/broker/machinebroker/server/exec_test.go +++ b/broker/machinebroker/server/exec_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server_test diff --git a/broker/machinebroker/server/machine.go b/broker/machinebroker/server/machine.go index a5d6541b7..efbe88300 100644 --- a/broker/machinebroker/server/machine.go +++ b/broker/machinebroker/server/machine.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/server/machine_annotations_update.go b/broker/machinebroker/server/machine_annotations_update.go index 5fe070434..4d3707828 100644 --- a/broker/machinebroker/server/machine_annotations_update.go +++ b/broker/machinebroker/server/machine_annotations_update.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/server/machine_create.go b/broker/machinebroker/server/machine_create.go index 88b3e7278..59495895f 100644 --- a/broker/machinebroker/server/machine_create.go +++ b/broker/machinebroker/server/machine_create.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/server/machine_create_test.go b/broker/machinebroker/server/machine_create_test.go index 26f1ec9d1..03dfc4860 100644 --- a/broker/machinebroker/server/machine_create_test.go +++ b/broker/machinebroker/server/machine_create_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server_test diff --git a/broker/machinebroker/server/machine_delete.go b/broker/machinebroker/server/machine_delete.go index 89dc1da1b..f77173966 100644 --- a/broker/machinebroker/server/machine_delete.go +++ b/broker/machinebroker/server/machine_delete.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/server/machine_delete_test.go b/broker/machinebroker/server/machine_delete_test.go index 0872640e2..0928a45dc 100644 --- a/broker/machinebroker/server/machine_delete_test.go +++ b/broker/machinebroker/server/machine_delete_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server_test diff --git a/broker/machinebroker/server/machine_list.go b/broker/machinebroker/server/machine_list.go index 575ed9d26..7f4b7ac1b 100644 --- a/broker/machinebroker/server/machine_list.go +++ b/broker/machinebroker/server/machine_list.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/server/machine_list_test.go b/broker/machinebroker/server/machine_list_test.go index f75d767ef..435ba238d 100644 --- a/broker/machinebroker/server/machine_list_test.go +++ b/broker/machinebroker/server/machine_list_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server_test diff --git a/broker/machinebroker/server/machine_networkinterface_attach.go b/broker/machinebroker/server/machine_networkinterface_attach.go index cfa2ed12f..99cefc2a5 100644 --- a/broker/machinebroker/server/machine_networkinterface_attach.go +++ b/broker/machinebroker/server/machine_networkinterface_attach.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/server/machine_networkinterface_attach_test.go b/broker/machinebroker/server/machine_networkinterface_attach_test.go index 782364a2a..f5a2b8803 100644 --- a/broker/machinebroker/server/machine_networkinterface_attach_test.go +++ b/broker/machinebroker/server/machine_networkinterface_attach_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server_test diff --git a/broker/machinebroker/server/machine_networkinterface_detach.go b/broker/machinebroker/server/machine_networkinterface_detach.go index c0c7c5078..9d1fe2fa7 100644 --- a/broker/machinebroker/server/machine_networkinterface_detach.go +++ b/broker/machinebroker/server/machine_networkinterface_detach.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/server/machine_networkinterface_detach_test.go b/broker/machinebroker/server/machine_networkinterface_detach_test.go index 7e8719bbe..27825429a 100644 --- a/broker/machinebroker/server/machine_networkinterface_detach_test.go +++ b/broker/machinebroker/server/machine_networkinterface_detach_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server_test diff --git a/broker/machinebroker/server/machine_powerstate_update.go b/broker/machinebroker/server/machine_powerstate_update.go index 60108c1c7..8c93aae1f 100644 --- a/broker/machinebroker/server/machine_powerstate_update.go +++ b/broker/machinebroker/server/machine_powerstate_update.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/server/machine_volume_attach.go b/broker/machinebroker/server/machine_volume_attach.go index e5494fe33..30d3f51e7 100644 --- a/broker/machinebroker/server/machine_volume_attach.go +++ b/broker/machinebroker/server/machine_volume_attach.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/server/machine_volume_attach_test.go b/broker/machinebroker/server/machine_volume_attach_test.go index 60907bd1e..15f839745 100644 --- a/broker/machinebroker/server/machine_volume_attach_test.go +++ b/broker/machinebroker/server/machine_volume_attach_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server_test diff --git a/broker/machinebroker/server/machine_volume_detach.go b/broker/machinebroker/server/machine_volume_detach.go index b551ba08f..3db973d2d 100644 --- a/broker/machinebroker/server/machine_volume_detach.go +++ b/broker/machinebroker/server/machine_volume_detach.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/server/machine_volume_detach_test.go b/broker/machinebroker/server/machine_volume_detach_test.go index 183f39782..15edb54d4 100644 --- a/broker/machinebroker/server/machine_volume_detach_test.go +++ b/broker/machinebroker/server/machine_volume_detach_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server_test diff --git a/broker/machinebroker/server/networkinterface.go b/broker/machinebroker/server/networkinterface.go index 909e0ff52..e9f25e788 100644 --- a/broker/machinebroker/server/networkinterface.go +++ b/broker/machinebroker/server/networkinterface.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/server/server.go b/broker/machinebroker/server/server.go index fbff17052..7ab35699e 100644 --- a/broker/machinebroker/server/server.go +++ b/broker/machinebroker/server/server.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/server/server_suite_test.go b/broker/machinebroker/server/server_suite_test.go index 6c7d60282..9b2288da5 100644 --- a/broker/machinebroker/server/server_suite_test.go +++ b/broker/machinebroker/server/server_suite_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server_test diff --git a/broker/machinebroker/server/status.go b/broker/machinebroker/server/status.go index 845c8d9a2..4a7209439 100644 --- a/broker/machinebroker/server/status.go +++ b/broker/machinebroker/server/status.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/server/version.go b/broker/machinebroker/server/version.go index 8a3b3198d..968c97064 100644 --- a/broker/machinebroker/server/version.go +++ b/broker/machinebroker/server/version.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 server diff --git a/broker/machinebroker/server/volume.go b/broker/machinebroker/server/volume.go index 57079a276..9b126dd39 100644 --- a/broker/machinebroker/server/volume.go +++ b/broker/machinebroker/server/volume.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/machinebroker/version/version.go b/broker/machinebroker/version/version.go index e6d5aa3ee..5a89bc881 100644 --- a/broker/machinebroker/version/version.go +++ b/broker/machinebroker/version/version.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 version diff --git a/broker/volumebroker/api/v1alpha1/common_types.go b/broker/volumebroker/api/v1alpha1/common_types.go index 5a43149ae..4a94a39c2 100644 --- a/broker/volumebroker/api/v1alpha1/common_types.go +++ b/broker/volumebroker/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/broker/volumebroker/apiutils/apiutils.go b/broker/volumebroker/apiutils/apiutils.go index e7d62471b..87cfb0ab2 100644 --- a/broker/volumebroker/apiutils/apiutils.go +++ b/broker/volumebroker/apiutils/apiutils.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package apiutils diff --git a/broker/volumebroker/cmd/volumebroker/app/app.go b/broker/volumebroker/cmd/volumebroker/app/app.go index 09a7a78f7..98f492a22 100644 --- a/broker/volumebroker/cmd/volumebroker/app/app.go +++ b/broker/volumebroker/cmd/volumebroker/app/app.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package app diff --git a/broker/volumebroker/cmd/volumebroker/main.go b/broker/volumebroker/cmd/volumebroker/main.go index 4153cd125..9301a0d9e 100644 --- a/broker/volumebroker/cmd/volumebroker/main.go +++ b/broker/volumebroker/cmd/volumebroker/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/broker/volumebroker/server/server.go b/broker/volumebroker/server/server.go index 8ce8c15da..65c803f7a 100644 --- a/broker/volumebroker/server/server.go +++ b/broker/volumebroker/server/server.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/volumebroker/server/status.go b/broker/volumebroker/server/status.go index 6bb0b6adf..e85425326 100644 --- a/broker/volumebroker/server/status.go +++ b/broker/volumebroker/server/status.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/volumebroker/server/volume.go b/broker/volumebroker/server/volume.go index 82a724162..83ed53370 100644 --- a/broker/volumebroker/server/volume.go +++ b/broker/volumebroker/server/volume.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/volumebroker/server/volume_create.go b/broker/volumebroker/server/volume_create.go index 38c3162c3..5411fe2c4 100644 --- a/broker/volumebroker/server/volume_create.go +++ b/broker/volumebroker/server/volume_create.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/volumebroker/server/volume_delete.go b/broker/volumebroker/server/volume_delete.go index 7dedf82a6..5a7ffe539 100644 --- a/broker/volumebroker/server/volume_delete.go +++ b/broker/volumebroker/server/volume_delete.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/volumebroker/server/volume_expand.go b/broker/volumebroker/server/volume_expand.go index 0fd43bba7..6f5e88507 100644 --- a/broker/volumebroker/server/volume_expand.go +++ b/broker/volumebroker/server/volume_expand.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/broker/volumebroker/server/volume_list.go b/broker/volumebroker/server/volume_list.go index 4078ac427..eae788eeb 100644 --- a/broker/volumebroker/server/volume_list.go +++ b/broker/volumebroker/server/volume_list.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/client-go/applyconfigurations/common/v1alpha1/localuidreference.go b/client-go/applyconfigurations/common/v1alpha1/localuidreference.go index 0a9d38263..9cfec2700 100644 --- a/client-go/applyconfigurations/common/v1alpha1/localuidreference.go +++ b/client-go/applyconfigurations/common/v1alpha1/localuidreference.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/common/v1alpha1/secretkeyselector.go b/client-go/applyconfigurations/common/v1alpha1/secretkeyselector.go index fb92c0dbc..56d29ed17 100644 --- a/client-go/applyconfigurations/common/v1alpha1/secretkeyselector.go +++ b/client-go/applyconfigurations/common/v1alpha1/secretkeyselector.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/common/v1alpha1/taint.go b/client-go/applyconfigurations/common/v1alpha1/taint.go index 558f3b4a2..8118fbd59 100644 --- a/client-go/applyconfigurations/common/v1alpha1/taint.go +++ b/client-go/applyconfigurations/common/v1alpha1/taint.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/common/v1alpha1/toleration.go b/client-go/applyconfigurations/common/v1alpha1/toleration.go index ffa0e2272..d2e251688 100644 --- a/client-go/applyconfigurations/common/v1alpha1/toleration.go +++ b/client-go/applyconfigurations/common/v1alpha1/toleration.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/compute/v1alpha1/daemonendpoint.go b/client-go/applyconfigurations/compute/v1alpha1/daemonendpoint.go index 5aa6d6d8d..7535740c1 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/daemonendpoint.go +++ b/client-go/applyconfigurations/compute/v1alpha1/daemonendpoint.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/compute/v1alpha1/efivar.go b/client-go/applyconfigurations/compute/v1alpha1/efivar.go index 2aff2e106..c9dc07b5d 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/efivar.go +++ b/client-go/applyconfigurations/compute/v1alpha1/efivar.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/compute/v1alpha1/emptydiskvolumesource.go b/client-go/applyconfigurations/compute/v1alpha1/emptydiskvolumesource.go index 14905f437..91d9f3285 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/emptydiskvolumesource.go +++ b/client-go/applyconfigurations/compute/v1alpha1/emptydiskvolumesource.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/compute/v1alpha1/ephemeralnetworkinterfacesource.go b/client-go/applyconfigurations/compute/v1alpha1/ephemeralnetworkinterfacesource.go index 663a044d6..95dbc1df7 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/ephemeralnetworkinterfacesource.go +++ b/client-go/applyconfigurations/compute/v1alpha1/ephemeralnetworkinterfacesource.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/compute/v1alpha1/ephemeralvolumesource.go b/client-go/applyconfigurations/compute/v1alpha1/ephemeralvolumesource.go index b5e3de872..30f2ff538 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/ephemeralvolumesource.go +++ b/client-go/applyconfigurations/compute/v1alpha1/ephemeralvolumesource.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/compute/v1alpha1/machine.go b/client-go/applyconfigurations/compute/v1alpha1/machine.go index 6ac5f041e..b741afa45 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/machine.go +++ b/client-go/applyconfigurations/compute/v1alpha1/machine.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/compute/v1alpha1/machineclass.go b/client-go/applyconfigurations/compute/v1alpha1/machineclass.go index 78721604d..3c53d9691 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/machineclass.go +++ b/client-go/applyconfigurations/compute/v1alpha1/machineclass.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/compute/v1alpha1/machinepool.go b/client-go/applyconfigurations/compute/v1alpha1/machinepool.go index 138fe0fdc..bd90462ff 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/machinepool.go +++ b/client-go/applyconfigurations/compute/v1alpha1/machinepool.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/compute/v1alpha1/machinepooladdress.go b/client-go/applyconfigurations/compute/v1alpha1/machinepooladdress.go index 3519f8138..3246ea4a9 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/machinepooladdress.go +++ b/client-go/applyconfigurations/compute/v1alpha1/machinepooladdress.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/compute/v1alpha1/machinepoolcondition.go b/client-go/applyconfigurations/compute/v1alpha1/machinepoolcondition.go index f0d74670a..e0c2a6fed 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/machinepoolcondition.go +++ b/client-go/applyconfigurations/compute/v1alpha1/machinepoolcondition.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/compute/v1alpha1/machinepooldaemonendpoints.go b/client-go/applyconfigurations/compute/v1alpha1/machinepooldaemonendpoints.go index 1f1ea986b..339969084 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/machinepooldaemonendpoints.go +++ b/client-go/applyconfigurations/compute/v1alpha1/machinepooldaemonendpoints.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/compute/v1alpha1/machinepoolspec.go b/client-go/applyconfigurations/compute/v1alpha1/machinepoolspec.go index 11bffc83c..f12d0e11d 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/machinepoolspec.go +++ b/client-go/applyconfigurations/compute/v1alpha1/machinepoolspec.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/compute/v1alpha1/machinepoolstatus.go b/client-go/applyconfigurations/compute/v1alpha1/machinepoolstatus.go index 2bb929286..d7ca76d72 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/machinepoolstatus.go +++ b/client-go/applyconfigurations/compute/v1alpha1/machinepoolstatus.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/compute/v1alpha1/machinespec.go b/client-go/applyconfigurations/compute/v1alpha1/machinespec.go index 316384244..0a6037156 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/machinespec.go +++ b/client-go/applyconfigurations/compute/v1alpha1/machinespec.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/compute/v1alpha1/machinestatus.go b/client-go/applyconfigurations/compute/v1alpha1/machinestatus.go index be4e3cf8e..fba766e10 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/machinestatus.go +++ b/client-go/applyconfigurations/compute/v1alpha1/machinestatus.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/compute/v1alpha1/networkinterface.go b/client-go/applyconfigurations/compute/v1alpha1/networkinterface.go index d280b1bd6..e87cb82a4 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/networkinterface.go +++ b/client-go/applyconfigurations/compute/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/compute/v1alpha1/networkinterfacesource.go b/client-go/applyconfigurations/compute/v1alpha1/networkinterfacesource.go index f88e5254e..7493b954d 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/networkinterfacesource.go +++ b/client-go/applyconfigurations/compute/v1alpha1/networkinterfacesource.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/compute/v1alpha1/networkinterfacestatus.go b/client-go/applyconfigurations/compute/v1alpha1/networkinterfacestatus.go index 46bdc688d..3a126523e 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/networkinterfacestatus.go +++ b/client-go/applyconfigurations/compute/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/compute/v1alpha1/volume.go b/client-go/applyconfigurations/compute/v1alpha1/volume.go index ce0ff8db4..10fc5ffa7 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/volume.go +++ b/client-go/applyconfigurations/compute/v1alpha1/volume.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/compute/v1alpha1/volumesource.go b/client-go/applyconfigurations/compute/v1alpha1/volumesource.go index b584a7d3b..e33ec6324 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/volumesource.go +++ b/client-go/applyconfigurations/compute/v1alpha1/volumesource.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/compute/v1alpha1/volumestatus.go b/client-go/applyconfigurations/compute/v1alpha1/volumestatus.go index ca30e58c6..4b1eab904 100644 --- a/client-go/applyconfigurations/compute/v1alpha1/volumestatus.go +++ b/client-go/applyconfigurations/compute/v1alpha1/volumestatus.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/objectselector.go b/client-go/applyconfigurations/core/v1alpha1/objectselector.go index 5bc93341f..08b4b0be2 100644 --- a/client-go/applyconfigurations/core/v1alpha1/objectselector.go +++ b/client-go/applyconfigurations/core/v1alpha1/objectselector.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/resourcequota.go b/client-go/applyconfigurations/core/v1alpha1/resourcequota.go index d59f23f13..57984b839 100644 --- a/client-go/applyconfigurations/core/v1alpha1/resourcequota.go +++ b/client-go/applyconfigurations/core/v1alpha1/resourcequota.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/resourcequotaspec.go b/client-go/applyconfigurations/core/v1alpha1/resourcequotaspec.go index 0de103b43..675339509 100644 --- a/client-go/applyconfigurations/core/v1alpha1/resourcequotaspec.go +++ b/client-go/applyconfigurations/core/v1alpha1/resourcequotaspec.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/resourcequotastatus.go b/client-go/applyconfigurations/core/v1alpha1/resourcequotastatus.go index c1369a792..fc15e7ea0 100644 --- a/client-go/applyconfigurations/core/v1alpha1/resourcequotastatus.go +++ b/client-go/applyconfigurations/core/v1alpha1/resourcequotastatus.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/resourcescopeselector.go b/client-go/applyconfigurations/core/v1alpha1/resourcescopeselector.go index 5a449fa4a..0d4d3dd3b 100644 --- a/client-go/applyconfigurations/core/v1alpha1/resourcescopeselector.go +++ b/client-go/applyconfigurations/core/v1alpha1/resourcescopeselector.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/resourcescopeselectorrequirement.go b/client-go/applyconfigurations/core/v1alpha1/resourcescopeselectorrequirement.go index 571971dc1..b18b31cb9 100644 --- a/client-go/applyconfigurations/core/v1alpha1/resourcescopeselectorrequirement.go +++ b/client-go/applyconfigurations/core/v1alpha1/resourcescopeselectorrequirement.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 ff9ce11eb..9a7b118d8 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/ipam/v1alpha1/prefix.go b/client-go/applyconfigurations/ipam/v1alpha1/prefix.go index 20a4dd71a..c51715fed 100644 --- a/client-go/applyconfigurations/ipam/v1alpha1/prefix.go +++ b/client-go/applyconfigurations/ipam/v1alpha1/prefix.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/ipam/v1alpha1/prefixallocation.go b/client-go/applyconfigurations/ipam/v1alpha1/prefixallocation.go index ba5a1c56e..fb65a5ab3 100644 --- a/client-go/applyconfigurations/ipam/v1alpha1/prefixallocation.go +++ b/client-go/applyconfigurations/ipam/v1alpha1/prefixallocation.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/ipam/v1alpha1/prefixallocationspec.go b/client-go/applyconfigurations/ipam/v1alpha1/prefixallocationspec.go index 47a77e967..f1964e695 100644 --- a/client-go/applyconfigurations/ipam/v1alpha1/prefixallocationspec.go +++ b/client-go/applyconfigurations/ipam/v1alpha1/prefixallocationspec.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/ipam/v1alpha1/prefixallocationstatus.go b/client-go/applyconfigurations/ipam/v1alpha1/prefixallocationstatus.go index 65ce33b65..00636030c 100644 --- a/client-go/applyconfigurations/ipam/v1alpha1/prefixallocationstatus.go +++ b/client-go/applyconfigurations/ipam/v1alpha1/prefixallocationstatus.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/ipam/v1alpha1/prefixspec.go b/client-go/applyconfigurations/ipam/v1alpha1/prefixspec.go index 31debca0b..18fc71fc9 100644 --- a/client-go/applyconfigurations/ipam/v1alpha1/prefixspec.go +++ b/client-go/applyconfigurations/ipam/v1alpha1/prefixspec.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/ipam/v1alpha1/prefixstatus.go b/client-go/applyconfigurations/ipam/v1alpha1/prefixstatus.go index 2a25aab5e..c91fef235 100644 --- a/client-go/applyconfigurations/ipam/v1alpha1/prefixstatus.go +++ b/client-go/applyconfigurations/ipam/v1alpha1/prefixstatus.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/ipam/v1alpha1/prefixtemplatespec.go b/client-go/applyconfigurations/ipam/v1alpha1/prefixtemplatespec.go index 104568494..a4d217c09 100644 --- a/client-go/applyconfigurations/ipam/v1alpha1/prefixtemplatespec.go +++ b/client-go/applyconfigurations/ipam/v1alpha1/prefixtemplatespec.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 eb2b38a1a..0a4ebaa82 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 2555f1d21..ce4cbec90 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 3e2abad99..e5baa0609 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 ac722a66b..2bff06c86 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 0c075dd5e..089008a39 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 7323b0a05..282cbaa9e 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/networking/v1alpha1/ephemeralprefixsource.go b/client-go/applyconfigurations/networking/v1alpha1/ephemeralprefixsource.go index 425548ee0..e7881c1be 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/ephemeralprefixsource.go +++ b/client-go/applyconfigurations/networking/v1alpha1/ephemeralprefixsource.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/networking/v1alpha1/ephemeralvirtualipsource.go b/client-go/applyconfigurations/networking/v1alpha1/ephemeralvirtualipsource.go index 90ee47ee5..1cd236b52 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/ephemeralvirtualipsource.go +++ b/client-go/applyconfigurations/networking/v1alpha1/ephemeralvirtualipsource.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/networking/v1alpha1/ipblock.go b/client-go/applyconfigurations/networking/v1alpha1/ipblock.go index ff1c1c90f..e7cb5358c 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/ipblock.go +++ b/client-go/applyconfigurations/networking/v1alpha1/ipblock.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/networking/v1alpha1/ipsource.go b/client-go/applyconfigurations/networking/v1alpha1/ipsource.go index a878d9656..935bb047a 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/ipsource.go +++ b/client-go/applyconfigurations/networking/v1alpha1/ipsource.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/networking/v1alpha1/loadbalancer.go b/client-go/applyconfigurations/networking/v1alpha1/loadbalancer.go index 4775ef6ef..006793972 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/loadbalancer.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/loadbalancerdestination.go b/client-go/applyconfigurations/networking/v1alpha1/loadbalancerdestination.go index 5f7f96b1a..91dc94c12 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/loadbalancerdestination.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/loadbalancerport.go b/client-go/applyconfigurations/networking/v1alpha1/loadbalancerport.go index 86c397fa4..e31d793fc 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/loadbalancerport.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/loadbalancerrouting.go b/client-go/applyconfigurations/networking/v1alpha1/loadbalancerrouting.go index a51db4703..f25dcfce7 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/loadbalancerrouting.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/loadbalancerspec.go b/client-go/applyconfigurations/networking/v1alpha1/loadbalancerspec.go index ac8f59d1c..ed5f4d93e 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/loadbalancerspec.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/loadbalancerstatus.go b/client-go/applyconfigurations/networking/v1alpha1/loadbalancerstatus.go index 8d92577dd..38d3febdd 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/loadbalancerstatus.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/loadbalancertargetref.go b/client-go/applyconfigurations/networking/v1alpha1/loadbalancertargetref.go index eb8df7b58..f97d556ba 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/loadbalancertargetref.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/natgateway.go b/client-go/applyconfigurations/networking/v1alpha1/natgateway.go index 57e1de175..559928274 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/natgateway.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/natgatewayspec.go b/client-go/applyconfigurations/networking/v1alpha1/natgatewayspec.go index 8fa664ccf..150cb7e12 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/natgatewayspec.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/natgatewaystatus.go b/client-go/applyconfigurations/networking/v1alpha1/natgatewaystatus.go index 6701c8649..39c04e148 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/natgatewaystatus.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/network.go b/client-go/applyconfigurations/networking/v1alpha1/network.go index 412db0ae2..d4e15e2ab 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/network.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/networkinterface.go b/client-go/applyconfigurations/networking/v1alpha1/networkinterface.go index 184daa350..c78b3aec8 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkinterface.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/networkinterfacespec.go b/client-go/applyconfigurations/networking/v1alpha1/networkinterfacespec.go index 1a56c6959..b149a1c92 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkinterfacespec.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/networkinterfacestatus.go b/client-go/applyconfigurations/networking/v1alpha1/networkinterfacestatus.go index 664aa0a37..02d9ab179 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkinterfacestatus.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/networkinterfacetemplatespec.go b/client-go/applyconfigurations/networking/v1alpha1/networkinterfacetemplatespec.go index 3bcc38801..55193c62f 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkinterfacetemplatespec.go +++ b/client-go/applyconfigurations/networking/v1alpha1/networkinterfacetemplatespec.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/networking/v1alpha1/networkpeering.go b/client-go/applyconfigurations/networking/v1alpha1/networkpeering.go index 048cdf888..4a8b92b14 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkpeering.go +++ b/client-go/applyconfigurations/networking/v1alpha1/networkpeering.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/networking/v1alpha1/networkpeeringclaimref.go b/client-go/applyconfigurations/networking/v1alpha1/networkpeeringclaimref.go index fc7226332..c79f4650d 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkpeeringclaimref.go +++ b/client-go/applyconfigurations/networking/v1alpha1/networkpeeringclaimref.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/networking/v1alpha1/networkpeeringnetworkref.go b/client-go/applyconfigurations/networking/v1alpha1/networkpeeringnetworkref.go index 738be2f38..019e0dcc5 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkpeeringnetworkref.go +++ b/client-go/applyconfigurations/networking/v1alpha1/networkpeeringnetworkref.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/networking/v1alpha1/networkpeeringstatus.go b/client-go/applyconfigurations/networking/v1alpha1/networkpeeringstatus.go index 1d6f375af..80f674b9b 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkpeeringstatus.go +++ b/client-go/applyconfigurations/networking/v1alpha1/networkpeeringstatus.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/networking/v1alpha1/networkpolicy.go b/client-go/applyconfigurations/networking/v1alpha1/networkpolicy.go index 3c5e29bbe..c2c743dce 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkpolicy.go +++ b/client-go/applyconfigurations/networking/v1alpha1/networkpolicy.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/networking/v1alpha1/networkpolicycondition.go b/client-go/applyconfigurations/networking/v1alpha1/networkpolicycondition.go index e63de79f2..f41ca18d3 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkpolicycondition.go +++ b/client-go/applyconfigurations/networking/v1alpha1/networkpolicycondition.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/networking/v1alpha1/networkpolicyegressrule.go b/client-go/applyconfigurations/networking/v1alpha1/networkpolicyegressrule.go index 2776cbf8f..ec41ef37d 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkpolicyegressrule.go +++ b/client-go/applyconfigurations/networking/v1alpha1/networkpolicyegressrule.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/networking/v1alpha1/networkpolicyingressrule.go b/client-go/applyconfigurations/networking/v1alpha1/networkpolicyingressrule.go index 60ea3d46e..0ed44a11f 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkpolicyingressrule.go +++ b/client-go/applyconfigurations/networking/v1alpha1/networkpolicyingressrule.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/networking/v1alpha1/networkpolicypeer.go b/client-go/applyconfigurations/networking/v1alpha1/networkpolicypeer.go index f79aa36b2..742db1286 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkpolicypeer.go +++ b/client-go/applyconfigurations/networking/v1alpha1/networkpolicypeer.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/networking/v1alpha1/networkpolicyport.go b/client-go/applyconfigurations/networking/v1alpha1/networkpolicyport.go index aab3ecece..d49b41852 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkpolicyport.go +++ b/client-go/applyconfigurations/networking/v1alpha1/networkpolicyport.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/networking/v1alpha1/networkpolicyspec.go b/client-go/applyconfigurations/networking/v1alpha1/networkpolicyspec.go index e66b60a97..82535fb53 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkpolicyspec.go +++ b/client-go/applyconfigurations/networking/v1alpha1/networkpolicyspec.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/networking/v1alpha1/networkpolicystatus.go b/client-go/applyconfigurations/networking/v1alpha1/networkpolicystatus.go index ed72cce07..aad7b1f2c 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkpolicystatus.go +++ b/client-go/applyconfigurations/networking/v1alpha1/networkpolicystatus.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/networking/v1alpha1/networkspec.go b/client-go/applyconfigurations/networking/v1alpha1/networkspec.go index 730bbdd54..786c7c696 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkspec.go +++ b/client-go/applyconfigurations/networking/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/networking/v1alpha1/networkstatus.go b/client-go/applyconfigurations/networking/v1alpha1/networkstatus.go index 759d548ca..77560a6a6 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/networkstatus.go +++ b/client-go/applyconfigurations/networking/v1alpha1/networkstatus.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/networking/v1alpha1/prefixsource.go b/client-go/applyconfigurations/networking/v1alpha1/prefixsource.go index 8187ccb35..b61b2175c 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/prefixsource.go +++ b/client-go/applyconfigurations/networking/v1alpha1/prefixsource.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/networking/v1alpha1/virtualip.go b/client-go/applyconfigurations/networking/v1alpha1/virtualip.go index 4311e2ec4..3d7f55995 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/virtualip.go +++ b/client-go/applyconfigurations/networking/v1alpha1/virtualip.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/networking/v1alpha1/virtualipsource.go b/client-go/applyconfigurations/networking/v1alpha1/virtualipsource.go index 9e0b980bb..9e4b1fbef 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/virtualipsource.go +++ b/client-go/applyconfigurations/networking/v1alpha1/virtualipsource.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/networking/v1alpha1/virtualipspec.go b/client-go/applyconfigurations/networking/v1alpha1/virtualipspec.go index 556a5d8d1..356fd3831 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/virtualipspec.go +++ b/client-go/applyconfigurations/networking/v1alpha1/virtualipspec.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/networking/v1alpha1/virtualipstatus.go b/client-go/applyconfigurations/networking/v1alpha1/virtualipstatus.go index ac34a14d4..ebe22fa06 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/virtualipstatus.go +++ b/client-go/applyconfigurations/networking/v1alpha1/virtualipstatus.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/networking/v1alpha1/virtualiptemplatespec.go b/client-go/applyconfigurations/networking/v1alpha1/virtualiptemplatespec.go index e3dfb4df1..f71de33d4 100644 --- a/client-go/applyconfigurations/networking/v1alpha1/virtualiptemplatespec.go +++ b/client-go/applyconfigurations/networking/v1alpha1/virtualiptemplatespec.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/storage/v1alpha1/bucket.go b/client-go/applyconfigurations/storage/v1alpha1/bucket.go index 13129a697..1cbc1d38b 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/bucket.go +++ b/client-go/applyconfigurations/storage/v1alpha1/bucket.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/storage/v1alpha1/bucketaccess.go b/client-go/applyconfigurations/storage/v1alpha1/bucketaccess.go index bd27d03d0..3e7a07e9c 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/bucketaccess.go +++ b/client-go/applyconfigurations/storage/v1alpha1/bucketaccess.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/storage/v1alpha1/bucketclass.go b/client-go/applyconfigurations/storage/v1alpha1/bucketclass.go index e90f40d25..1247f8fb7 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/bucketclass.go +++ b/client-go/applyconfigurations/storage/v1alpha1/bucketclass.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/storage/v1alpha1/bucketcondition.go b/client-go/applyconfigurations/storage/v1alpha1/bucketcondition.go index bb69f9f32..77f711b53 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/bucketcondition.go +++ b/client-go/applyconfigurations/storage/v1alpha1/bucketcondition.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/storage/v1alpha1/bucketpool.go b/client-go/applyconfigurations/storage/v1alpha1/bucketpool.go index 153238baa..1a765450f 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/bucketpool.go +++ b/client-go/applyconfigurations/storage/v1alpha1/bucketpool.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/storage/v1alpha1/bucketpoolspec.go b/client-go/applyconfigurations/storage/v1alpha1/bucketpoolspec.go index c916390d5..ed96f396c 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/bucketpoolspec.go +++ b/client-go/applyconfigurations/storage/v1alpha1/bucketpoolspec.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/storage/v1alpha1/bucketpoolstatus.go b/client-go/applyconfigurations/storage/v1alpha1/bucketpoolstatus.go index 0c19ff8b8..5b16079d0 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/bucketpoolstatus.go +++ b/client-go/applyconfigurations/storage/v1alpha1/bucketpoolstatus.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/storage/v1alpha1/bucketspec.go b/client-go/applyconfigurations/storage/v1alpha1/bucketspec.go index fc2430f44..61cd00f7b 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/bucketspec.go +++ b/client-go/applyconfigurations/storage/v1alpha1/bucketspec.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/storage/v1alpha1/bucketstatus.go b/client-go/applyconfigurations/storage/v1alpha1/bucketstatus.go index 3a5a0693a..dd34441d4 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/bucketstatus.go +++ b/client-go/applyconfigurations/storage/v1alpha1/bucketstatus.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/storage/v1alpha1/volume.go b/client-go/applyconfigurations/storage/v1alpha1/volume.go index b9e8db72a..25f6b53b8 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/volume.go +++ b/client-go/applyconfigurations/storage/v1alpha1/volume.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/storage/v1alpha1/volumeaccess.go b/client-go/applyconfigurations/storage/v1alpha1/volumeaccess.go index baa242db7..a744f2e30 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/volumeaccess.go +++ b/client-go/applyconfigurations/storage/v1alpha1/volumeaccess.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/storage/v1alpha1/volumeclass.go b/client-go/applyconfigurations/storage/v1alpha1/volumeclass.go index 810664b1d..f1eb048aa 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/volumeclass.go +++ b/client-go/applyconfigurations/storage/v1alpha1/volumeclass.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/storage/v1alpha1/volumecondition.go b/client-go/applyconfigurations/storage/v1alpha1/volumecondition.go index 6e4879da4..c44bda226 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/volumecondition.go +++ b/client-go/applyconfigurations/storage/v1alpha1/volumecondition.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/storage/v1alpha1/volumeencryption.go b/client-go/applyconfigurations/storage/v1alpha1/volumeencryption.go index c5e3ef07f..6df8e931a 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/volumeencryption.go +++ b/client-go/applyconfigurations/storage/v1alpha1/volumeencryption.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/storage/v1alpha1/volumepool.go b/client-go/applyconfigurations/storage/v1alpha1/volumepool.go index d7427771c..760642712 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/volumepool.go +++ b/client-go/applyconfigurations/storage/v1alpha1/volumepool.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/storage/v1alpha1/volumepoolcondition.go b/client-go/applyconfigurations/storage/v1alpha1/volumepoolcondition.go index b57accd9c..79791eba7 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/volumepoolcondition.go +++ b/client-go/applyconfigurations/storage/v1alpha1/volumepoolcondition.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/storage/v1alpha1/volumepoolspec.go b/client-go/applyconfigurations/storage/v1alpha1/volumepoolspec.go index 71194361c..ea66be7a6 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/volumepoolspec.go +++ b/client-go/applyconfigurations/storage/v1alpha1/volumepoolspec.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/storage/v1alpha1/volumepoolstatus.go b/client-go/applyconfigurations/storage/v1alpha1/volumepoolstatus.go index 6ace8b4d4..a791b16f8 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/volumepoolstatus.go +++ b/client-go/applyconfigurations/storage/v1alpha1/volumepoolstatus.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/storage/v1alpha1/volumespec.go b/client-go/applyconfigurations/storage/v1alpha1/volumespec.go index 0b3cf8263..5301921c0 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/volumespec.go +++ b/client-go/applyconfigurations/storage/v1alpha1/volumespec.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/storage/v1alpha1/volumestatus.go b/client-go/applyconfigurations/storage/v1alpha1/volumestatus.go index 2859f844c..b50d5fff1 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/volumestatus.go +++ b/client-go/applyconfigurations/storage/v1alpha1/volumestatus.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/storage/v1alpha1/volumetemplatespec.go b/client-go/applyconfigurations/storage/v1alpha1/volumetemplatespec.go index b773611c1..f55a5f298 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/volumetemplatespec.go +++ b/client-go/applyconfigurations/storage/v1alpha1/volumetemplatespec.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 5dab6eb32..22cfff1b2 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/doc.go b/client-go/doc.go index 5221c9a43..70738d99c 100644 --- a/client-go/doc.go +++ b/client-go/doc.go @@ -1,15 +1,4 @@ -// 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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package clientgo diff --git a/client-go/informers/compute/interface.go b/client-go/informers/compute/interface.go index 577ca4e02..9a167e486 100644 --- a/client-go/informers/compute/interface.go +++ b/client-go/informers/compute/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/compute/v1alpha1/interface.go b/client-go/informers/compute/v1alpha1/interface.go index 62b74a6c0..f03d0e25d 100644 --- a/client-go/informers/compute/v1alpha1/interface.go +++ b/client-go/informers/compute/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/compute/v1alpha1/machine.go b/client-go/informers/compute/v1alpha1/machine.go index f872714fe..f3c2c9e5a 100644 --- a/client-go/informers/compute/v1alpha1/machine.go +++ b/client-go/informers/compute/v1alpha1/machine.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/compute/v1alpha1/machineclass.go b/client-go/informers/compute/v1alpha1/machineclass.go index 0196fe0a8..35c8f7c8f 100644 --- a/client-go/informers/compute/v1alpha1/machineclass.go +++ b/client-go/informers/compute/v1alpha1/machineclass.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/compute/v1alpha1/machinepool.go b/client-go/informers/compute/v1alpha1/machinepool.go index 48b2a51cb..2c2bf6c30 100644 --- a/client-go/informers/compute/v1alpha1/machinepool.go +++ b/client-go/informers/compute/v1alpha1/machinepool.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/interface.go b/client-go/informers/core/interface.go index c9eb1cac9..7427bb94f 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/interface.go b/client-go/informers/core/v1alpha1/interface.go index 5e4c5bbda..085b0d3a8 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/resourcequota.go b/client-go/informers/core/v1alpha1/resourcequota.go index 213f7d143..39850a955 100644 --- a/client-go/informers/core/v1alpha1/resourcequota.go +++ b/client-go/informers/core/v1alpha1/resourcequota.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 816b33ef7..e6d5aa24d 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 86ea2c3e8..af6242468 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 afb4bb26e..01549d367 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/informers/ipam/interface.go b/client-go/informers/ipam/interface.go index ccae9fcad..83d22c936 100644 --- a/client-go/informers/ipam/interface.go +++ b/client-go/informers/ipam/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/ipam/v1alpha1/interface.go b/client-go/informers/ipam/v1alpha1/interface.go index 058ddd13f..f219155be 100644 --- a/client-go/informers/ipam/v1alpha1/interface.go +++ b/client-go/informers/ipam/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/ipam/v1alpha1/prefix.go b/client-go/informers/ipam/v1alpha1/prefix.go index adf56ba01..c7cbe3d3b 100644 --- a/client-go/informers/ipam/v1alpha1/prefix.go +++ b/client-go/informers/ipam/v1alpha1/prefix.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/ipam/v1alpha1/prefixallocation.go b/client-go/informers/ipam/v1alpha1/prefixallocation.go index 7998fbdf9..23e2f9884 100644 --- a/client-go/informers/ipam/v1alpha1/prefixallocation.go +++ b/client-go/informers/ipam/v1alpha1/prefixallocation.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/networking/interface.go b/client-go/informers/networking/interface.go index 60cdc3b2f..bf27968a7 100644 --- a/client-go/informers/networking/interface.go +++ b/client-go/informers/networking/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/networking/v1alpha1/interface.go b/client-go/informers/networking/v1alpha1/interface.go index 826ad92f2..27393a22a 100644 --- a/client-go/informers/networking/v1alpha1/interface.go +++ b/client-go/informers/networking/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/networking/v1alpha1/loadbalancer.go b/client-go/informers/networking/v1alpha1/loadbalancer.go index 1a49e8d75..0967d89ce 100644 --- a/client-go/informers/networking/v1alpha1/loadbalancer.go +++ b/client-go/informers/networking/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/networking/v1alpha1/loadbalancerrouting.go b/client-go/informers/networking/v1alpha1/loadbalancerrouting.go index 6a36c18d0..78ead92bf 100644 --- a/client-go/informers/networking/v1alpha1/loadbalancerrouting.go +++ b/client-go/informers/networking/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/networking/v1alpha1/natgateway.go b/client-go/informers/networking/v1alpha1/natgateway.go index c9715a7b3..77d5a5fb3 100644 --- a/client-go/informers/networking/v1alpha1/natgateway.go +++ b/client-go/informers/networking/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/networking/v1alpha1/network.go b/client-go/informers/networking/v1alpha1/network.go index d94c0b416..2509c6f26 100644 --- a/client-go/informers/networking/v1alpha1/network.go +++ b/client-go/informers/networking/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/networking/v1alpha1/networkinterface.go b/client-go/informers/networking/v1alpha1/networkinterface.go index d8bb641f9..bf3efb121 100644 --- a/client-go/informers/networking/v1alpha1/networkinterface.go +++ b/client-go/informers/networking/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/networking/v1alpha1/networkpolicy.go b/client-go/informers/networking/v1alpha1/networkpolicy.go index a2b5e5adc..310c07a0f 100644 --- a/client-go/informers/networking/v1alpha1/networkpolicy.go +++ b/client-go/informers/networking/v1alpha1/networkpolicy.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/networking/v1alpha1/virtualip.go b/client-go/informers/networking/v1alpha1/virtualip.go index 2103aaf6e..a9a209856 100644 --- a/client-go/informers/networking/v1alpha1/virtualip.go +++ b/client-go/informers/networking/v1alpha1/virtualip.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/storage/interface.go b/client-go/informers/storage/interface.go index 3caed2665..932798bbf 100644 --- a/client-go/informers/storage/interface.go +++ b/client-go/informers/storage/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/storage/v1alpha1/bucket.go b/client-go/informers/storage/v1alpha1/bucket.go index 3dfe4bab4..cceefacbb 100644 --- a/client-go/informers/storage/v1alpha1/bucket.go +++ b/client-go/informers/storage/v1alpha1/bucket.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/storage/v1alpha1/bucketclass.go b/client-go/informers/storage/v1alpha1/bucketclass.go index 892afa60d..0379f6af1 100644 --- a/client-go/informers/storage/v1alpha1/bucketclass.go +++ b/client-go/informers/storage/v1alpha1/bucketclass.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/storage/v1alpha1/bucketpool.go b/client-go/informers/storage/v1alpha1/bucketpool.go index ddf41137e..ccd06de4f 100644 --- a/client-go/informers/storage/v1alpha1/bucketpool.go +++ b/client-go/informers/storage/v1alpha1/bucketpool.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/storage/v1alpha1/interface.go b/client-go/informers/storage/v1alpha1/interface.go index 45fbaa4dd..ceaa6a8ce 100644 --- a/client-go/informers/storage/v1alpha1/interface.go +++ b/client-go/informers/storage/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/storage/v1alpha1/volume.go b/client-go/informers/storage/v1alpha1/volume.go index 34ce0b25d..5181f349c 100644 --- a/client-go/informers/storage/v1alpha1/volume.go +++ b/client-go/informers/storage/v1alpha1/volume.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/storage/v1alpha1/volumeclass.go b/client-go/informers/storage/v1alpha1/volumeclass.go index fd79b6ed9..22ad05b60 100644 --- a/client-go/informers/storage/v1alpha1/volumeclass.go +++ b/client-go/informers/storage/v1alpha1/volumeclass.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/storage/v1alpha1/volumepool.go b/client-go/informers/storage/v1alpha1/volumepool.go index 3ee313ac0..132c7c51b 100644 --- a/client-go/informers/storage/v1alpha1/volumepool.go +++ b/client-go/informers/storage/v1alpha1/volumepool.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/ironcore/clientset.go b/client-go/ironcore/clientset.go index a0aed0b1e..0c87678aa 100644 --- a/client-go/ironcore/clientset.go +++ b/client-go/ironcore/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/ironcore/fake/clientset_generated.go b/client-go/ironcore/fake/clientset_generated.go index eefca9740..6e19141b2 100644 --- a/client-go/ironcore/fake/clientset_generated.go +++ b/client-go/ironcore/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/ironcore/fake/doc.go b/client-go/ironcore/fake/doc.go index c769b3254..e1c3fbb4f 100644 --- a/client-go/ironcore/fake/doc.go +++ b/client-go/ironcore/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/ironcore/fake/register.go b/client-go/ironcore/fake/register.go index 67afb0a9c..0b3a8f5bc 100644 --- a/client-go/ironcore/fake/register.go +++ b/client-go/ironcore/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/ironcore/scheme/doc.go b/client-go/ironcore/scheme/doc.go index adbdaee8a..f269c5185 100644 --- a/client-go/ironcore/scheme/doc.go +++ b/client-go/ironcore/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/ironcore/scheme/register.go b/client-go/ironcore/scheme/register.go index 206672355..aa2bb9f2d 100644 --- a/client-go/ironcore/scheme/register.go +++ b/client-go/ironcore/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/ironcore/typed/compute/v1alpha1/compute_client.go b/client-go/ironcore/typed/compute/v1alpha1/compute_client.go index 75494ddc7..b1ec44061 100644 --- a/client-go/ironcore/typed/compute/v1alpha1/compute_client.go +++ b/client-go/ironcore/typed/compute/v1alpha1/compute_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/ironcore/typed/compute/v1alpha1/doc.go b/client-go/ironcore/typed/compute/v1alpha1/doc.go index 45b0afb51..475c25e6e 100644 --- a/client-go/ironcore/typed/compute/v1alpha1/doc.go +++ b/client-go/ironcore/typed/compute/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/ironcore/typed/compute/v1alpha1/fake/doc.go b/client-go/ironcore/typed/compute/v1alpha1/fake/doc.go index e6a6232e0..cccbd0d27 100644 --- a/client-go/ironcore/typed/compute/v1alpha1/fake/doc.go +++ b/client-go/ironcore/typed/compute/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/ironcore/typed/compute/v1alpha1/fake/fake_compute_client.go b/client-go/ironcore/typed/compute/v1alpha1/fake/fake_compute_client.go index 5583151ce..effd07f8b 100644 --- a/client-go/ironcore/typed/compute/v1alpha1/fake/fake_compute_client.go +++ b/client-go/ironcore/typed/compute/v1alpha1/fake/fake_compute_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/ironcore/typed/compute/v1alpha1/fake/fake_machine.go b/client-go/ironcore/typed/compute/v1alpha1/fake/fake_machine.go index 7fd56be4e..758f15864 100644 --- a/client-go/ironcore/typed/compute/v1alpha1/fake/fake_machine.go +++ b/client-go/ironcore/typed/compute/v1alpha1/fake/fake_machine.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/ironcore/typed/compute/v1alpha1/fake/fake_machineclass.go b/client-go/ironcore/typed/compute/v1alpha1/fake/fake_machineclass.go index cede3b619..110f35681 100644 --- a/client-go/ironcore/typed/compute/v1alpha1/fake/fake_machineclass.go +++ b/client-go/ironcore/typed/compute/v1alpha1/fake/fake_machineclass.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/ironcore/typed/compute/v1alpha1/fake/fake_machinepool.go b/client-go/ironcore/typed/compute/v1alpha1/fake/fake_machinepool.go index 13bd5be7b..6ea8e6f95 100644 --- a/client-go/ironcore/typed/compute/v1alpha1/fake/fake_machinepool.go +++ b/client-go/ironcore/typed/compute/v1alpha1/fake/fake_machinepool.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/ironcore/typed/compute/v1alpha1/generated_expansion.go b/client-go/ironcore/typed/compute/v1alpha1/generated_expansion.go index 11a64e595..37a804a4f 100644 --- a/client-go/ironcore/typed/compute/v1alpha1/generated_expansion.go +++ b/client-go/ironcore/typed/compute/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/ironcore/typed/compute/v1alpha1/machine.go b/client-go/ironcore/typed/compute/v1alpha1/machine.go index ad3f7c2cc..1c407f2fc 100644 --- a/client-go/ironcore/typed/compute/v1alpha1/machine.go +++ b/client-go/ironcore/typed/compute/v1alpha1/machine.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/ironcore/typed/compute/v1alpha1/machineclass.go b/client-go/ironcore/typed/compute/v1alpha1/machineclass.go index 81160239e..fccb716a5 100644 --- a/client-go/ironcore/typed/compute/v1alpha1/machineclass.go +++ b/client-go/ironcore/typed/compute/v1alpha1/machineclass.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/ironcore/typed/compute/v1alpha1/machinepool.go b/client-go/ironcore/typed/compute/v1alpha1/machinepool.go index 247ce4b7e..1b31bc043 100644 --- a/client-go/ironcore/typed/compute/v1alpha1/machinepool.go +++ b/client-go/ironcore/typed/compute/v1alpha1/machinepool.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/ironcore/typed/core/v1alpha1/core_client.go b/client-go/ironcore/typed/core/v1alpha1/core_client.go index 9e85eef3c..f579adfcc 100644 --- a/client-go/ironcore/typed/core/v1alpha1/core_client.go +++ b/client-go/ironcore/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/ironcore/typed/core/v1alpha1/doc.go b/client-go/ironcore/typed/core/v1alpha1/doc.go index 45b0afb51..475c25e6e 100644 --- a/client-go/ironcore/typed/core/v1alpha1/doc.go +++ b/client-go/ironcore/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/ironcore/typed/core/v1alpha1/fake/doc.go b/client-go/ironcore/typed/core/v1alpha1/fake/doc.go index e6a6232e0..cccbd0d27 100644 --- a/client-go/ironcore/typed/core/v1alpha1/fake/doc.go +++ b/client-go/ironcore/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/ironcore/typed/core/v1alpha1/fake/fake_core_client.go b/client-go/ironcore/typed/core/v1alpha1/fake/fake_core_client.go index 1c1ffcd7d..0fbf7f7db 100644 --- a/client-go/ironcore/typed/core/v1alpha1/fake/fake_core_client.go +++ b/client-go/ironcore/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/ironcore/typed/core/v1alpha1/fake/fake_resourcequota.go b/client-go/ironcore/typed/core/v1alpha1/fake/fake_resourcequota.go index 8dbad2b63..e21085a23 100644 --- a/client-go/ironcore/typed/core/v1alpha1/fake/fake_resourcequota.go +++ b/client-go/ironcore/typed/core/v1alpha1/fake/fake_resourcequota.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/ironcore/typed/core/v1alpha1/generated_expansion.go b/client-go/ironcore/typed/core/v1alpha1/generated_expansion.go index 994fe3d30..f4f1f12b6 100644 --- a/client-go/ironcore/typed/core/v1alpha1/generated_expansion.go +++ b/client-go/ironcore/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/ironcore/typed/core/v1alpha1/resourcequota.go b/client-go/ironcore/typed/core/v1alpha1/resourcequota.go index 47aaa2c39..9b41727c3 100644 --- a/client-go/ironcore/typed/core/v1alpha1/resourcequota.go +++ b/client-go/ironcore/typed/core/v1alpha1/resourcequota.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/ironcore/typed/ipam/v1alpha1/doc.go b/client-go/ironcore/typed/ipam/v1alpha1/doc.go index 45b0afb51..475c25e6e 100644 --- a/client-go/ironcore/typed/ipam/v1alpha1/doc.go +++ b/client-go/ironcore/typed/ipam/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/ironcore/typed/ipam/v1alpha1/fake/doc.go b/client-go/ironcore/typed/ipam/v1alpha1/fake/doc.go index e6a6232e0..cccbd0d27 100644 --- a/client-go/ironcore/typed/ipam/v1alpha1/fake/doc.go +++ b/client-go/ironcore/typed/ipam/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/ironcore/typed/ipam/v1alpha1/fake/fake_ipam_client.go b/client-go/ironcore/typed/ipam/v1alpha1/fake/fake_ipam_client.go index aa6f0e400..986755b2a 100644 --- a/client-go/ironcore/typed/ipam/v1alpha1/fake/fake_ipam_client.go +++ b/client-go/ironcore/typed/ipam/v1alpha1/fake/fake_ipam_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/ironcore/typed/ipam/v1alpha1/fake/fake_prefix.go b/client-go/ironcore/typed/ipam/v1alpha1/fake/fake_prefix.go index dd2b460ae..5f2c2cd2c 100644 --- a/client-go/ironcore/typed/ipam/v1alpha1/fake/fake_prefix.go +++ b/client-go/ironcore/typed/ipam/v1alpha1/fake/fake_prefix.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/ironcore/typed/ipam/v1alpha1/fake/fake_prefixallocation.go b/client-go/ironcore/typed/ipam/v1alpha1/fake/fake_prefixallocation.go index 31433a39c..dca49ccd6 100644 --- a/client-go/ironcore/typed/ipam/v1alpha1/fake/fake_prefixallocation.go +++ b/client-go/ironcore/typed/ipam/v1alpha1/fake/fake_prefixallocation.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/ironcore/typed/ipam/v1alpha1/generated_expansion.go b/client-go/ironcore/typed/ipam/v1alpha1/generated_expansion.go index bdcf35e78..6b6fefe6a 100644 --- a/client-go/ironcore/typed/ipam/v1alpha1/generated_expansion.go +++ b/client-go/ironcore/typed/ipam/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/ironcore/typed/ipam/v1alpha1/ipam_client.go b/client-go/ironcore/typed/ipam/v1alpha1/ipam_client.go index 1cea9587e..b8fa2e3bb 100644 --- a/client-go/ironcore/typed/ipam/v1alpha1/ipam_client.go +++ b/client-go/ironcore/typed/ipam/v1alpha1/ipam_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/ironcore/typed/ipam/v1alpha1/prefix.go b/client-go/ironcore/typed/ipam/v1alpha1/prefix.go index 5bf4ad70c..103f33616 100644 --- a/client-go/ironcore/typed/ipam/v1alpha1/prefix.go +++ b/client-go/ironcore/typed/ipam/v1alpha1/prefix.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/ironcore/typed/ipam/v1alpha1/prefixallocation.go b/client-go/ironcore/typed/ipam/v1alpha1/prefixallocation.go index 8fcc8399f..238fe6a8f 100644 --- a/client-go/ironcore/typed/ipam/v1alpha1/prefixallocation.go +++ b/client-go/ironcore/typed/ipam/v1alpha1/prefixallocation.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/ironcore/typed/networking/v1alpha1/doc.go b/client-go/ironcore/typed/networking/v1alpha1/doc.go index 45b0afb51..475c25e6e 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/doc.go +++ b/client-go/ironcore/typed/networking/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/ironcore/typed/networking/v1alpha1/fake/doc.go b/client-go/ironcore/typed/networking/v1alpha1/fake/doc.go index e6a6232e0..cccbd0d27 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/fake/doc.go +++ b/client-go/ironcore/typed/networking/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/ironcore/typed/networking/v1alpha1/fake/fake_loadbalancer.go b/client-go/ironcore/typed/networking/v1alpha1/fake/fake_loadbalancer.go index b03fb9db0..4d8cb8f11 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/fake/fake_loadbalancer.go +++ b/client-go/ironcore/typed/networking/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/ironcore/typed/networking/v1alpha1/fake/fake_loadbalancerrouting.go b/client-go/ironcore/typed/networking/v1alpha1/fake/fake_loadbalancerrouting.go index 0acd13090..71e15d66a 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/fake/fake_loadbalancerrouting.go +++ b/client-go/ironcore/typed/networking/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/ironcore/typed/networking/v1alpha1/fake/fake_natgateway.go b/client-go/ironcore/typed/networking/v1alpha1/fake/fake_natgateway.go index b8d83860d..d6cb6b851 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/fake/fake_natgateway.go +++ b/client-go/ironcore/typed/networking/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/ironcore/typed/networking/v1alpha1/fake/fake_network.go b/client-go/ironcore/typed/networking/v1alpha1/fake/fake_network.go index 49b268072..bd8e0969f 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/fake/fake_network.go +++ b/client-go/ironcore/typed/networking/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/ironcore/typed/networking/v1alpha1/fake/fake_networking_client.go b/client-go/ironcore/typed/networking/v1alpha1/fake/fake_networking_client.go index 78e1c8b67..a7979715f 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/fake/fake_networking_client.go +++ b/client-go/ironcore/typed/networking/v1alpha1/fake/fake_networking_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/ironcore/typed/networking/v1alpha1/fake/fake_networkinterface.go b/client-go/ironcore/typed/networking/v1alpha1/fake/fake_networkinterface.go index 092eceb31..0e519c428 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/fake/fake_networkinterface.go +++ b/client-go/ironcore/typed/networking/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/ironcore/typed/networking/v1alpha1/fake/fake_networkpolicy.go b/client-go/ironcore/typed/networking/v1alpha1/fake/fake_networkpolicy.go index 17344b0d0..1ede063cd 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/fake/fake_networkpolicy.go +++ b/client-go/ironcore/typed/networking/v1alpha1/fake/fake_networkpolicy.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/ironcore/typed/networking/v1alpha1/fake/fake_virtualip.go b/client-go/ironcore/typed/networking/v1alpha1/fake/fake_virtualip.go index cfd340c2e..81b7892f3 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/fake/fake_virtualip.go +++ b/client-go/ironcore/typed/networking/v1alpha1/fake/fake_virtualip.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/ironcore/typed/networking/v1alpha1/generated_expansion.go b/client-go/ironcore/typed/networking/v1alpha1/generated_expansion.go index 768d844c4..381aebcf4 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/generated_expansion.go +++ b/client-go/ironcore/typed/networking/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/ironcore/typed/networking/v1alpha1/loadbalancer.go b/client-go/ironcore/typed/networking/v1alpha1/loadbalancer.go index 6d7d1bc62..15acb7f11 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/loadbalancer.go +++ b/client-go/ironcore/typed/networking/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/ironcore/typed/networking/v1alpha1/loadbalancerrouting.go b/client-go/ironcore/typed/networking/v1alpha1/loadbalancerrouting.go index 0f841f71e..62ed023c7 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/loadbalancerrouting.go +++ b/client-go/ironcore/typed/networking/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/ironcore/typed/networking/v1alpha1/natgateway.go b/client-go/ironcore/typed/networking/v1alpha1/natgateway.go index 3648b617a..03a67a767 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/natgateway.go +++ b/client-go/ironcore/typed/networking/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/ironcore/typed/networking/v1alpha1/network.go b/client-go/ironcore/typed/networking/v1alpha1/network.go index 6d0df0b2d..d808b3e35 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/network.go +++ b/client-go/ironcore/typed/networking/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/ironcore/typed/networking/v1alpha1/networking_client.go b/client-go/ironcore/typed/networking/v1alpha1/networking_client.go index 7c2200895..30a3f0bb0 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/networking_client.go +++ b/client-go/ironcore/typed/networking/v1alpha1/networking_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/ironcore/typed/networking/v1alpha1/networkinterface.go b/client-go/ironcore/typed/networking/v1alpha1/networkinterface.go index f4f47a18a..d56c178b2 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/networkinterface.go +++ b/client-go/ironcore/typed/networking/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/ironcore/typed/networking/v1alpha1/networkpolicy.go b/client-go/ironcore/typed/networking/v1alpha1/networkpolicy.go index 03c6c1b7a..1d9715678 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/networkpolicy.go +++ b/client-go/ironcore/typed/networking/v1alpha1/networkpolicy.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/ironcore/typed/networking/v1alpha1/virtualip.go b/client-go/ironcore/typed/networking/v1alpha1/virtualip.go index a8d3037a5..f5a9b609f 100644 --- a/client-go/ironcore/typed/networking/v1alpha1/virtualip.go +++ b/client-go/ironcore/typed/networking/v1alpha1/virtualip.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/ironcore/typed/storage/v1alpha1/bucket.go b/client-go/ironcore/typed/storage/v1alpha1/bucket.go index e8e6d8b85..c3de23e2a 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/bucket.go +++ b/client-go/ironcore/typed/storage/v1alpha1/bucket.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/ironcore/typed/storage/v1alpha1/bucketclass.go b/client-go/ironcore/typed/storage/v1alpha1/bucketclass.go index 91e528f55..a6b1e6c24 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/bucketclass.go +++ b/client-go/ironcore/typed/storage/v1alpha1/bucketclass.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/ironcore/typed/storage/v1alpha1/bucketpool.go b/client-go/ironcore/typed/storage/v1alpha1/bucketpool.go index 35aa5631f..7e0b8a5ab 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/bucketpool.go +++ b/client-go/ironcore/typed/storage/v1alpha1/bucketpool.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/ironcore/typed/storage/v1alpha1/doc.go b/client-go/ironcore/typed/storage/v1alpha1/doc.go index 45b0afb51..475c25e6e 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/doc.go +++ b/client-go/ironcore/typed/storage/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/ironcore/typed/storage/v1alpha1/fake/doc.go b/client-go/ironcore/typed/storage/v1alpha1/fake/doc.go index e6a6232e0..cccbd0d27 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/fake/doc.go +++ b/client-go/ironcore/typed/storage/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/ironcore/typed/storage/v1alpha1/fake/fake_bucket.go b/client-go/ironcore/typed/storage/v1alpha1/fake/fake_bucket.go index 2053ed7a5..c8ac72325 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/fake/fake_bucket.go +++ b/client-go/ironcore/typed/storage/v1alpha1/fake/fake_bucket.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/ironcore/typed/storage/v1alpha1/fake/fake_bucketclass.go b/client-go/ironcore/typed/storage/v1alpha1/fake/fake_bucketclass.go index f0bf2265f..d16b63566 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/fake/fake_bucketclass.go +++ b/client-go/ironcore/typed/storage/v1alpha1/fake/fake_bucketclass.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/ironcore/typed/storage/v1alpha1/fake/fake_bucketpool.go b/client-go/ironcore/typed/storage/v1alpha1/fake/fake_bucketpool.go index 486374f6f..90a84887b 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/fake/fake_bucketpool.go +++ b/client-go/ironcore/typed/storage/v1alpha1/fake/fake_bucketpool.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/ironcore/typed/storage/v1alpha1/fake/fake_storage_client.go b/client-go/ironcore/typed/storage/v1alpha1/fake/fake_storage_client.go index aa44d1a3f..0cd8687db 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/fake/fake_storage_client.go +++ b/client-go/ironcore/typed/storage/v1alpha1/fake/fake_storage_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/ironcore/typed/storage/v1alpha1/fake/fake_volume.go b/client-go/ironcore/typed/storage/v1alpha1/fake/fake_volume.go index 027dc6c75..42720244f 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/fake/fake_volume.go +++ b/client-go/ironcore/typed/storage/v1alpha1/fake/fake_volume.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/ironcore/typed/storage/v1alpha1/fake/fake_volumeclass.go b/client-go/ironcore/typed/storage/v1alpha1/fake/fake_volumeclass.go index 7d102f416..c3210dd15 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/fake/fake_volumeclass.go +++ b/client-go/ironcore/typed/storage/v1alpha1/fake/fake_volumeclass.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/ironcore/typed/storage/v1alpha1/fake/fake_volumepool.go b/client-go/ironcore/typed/storage/v1alpha1/fake/fake_volumepool.go index 35c4b8619..72cc004e7 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/fake/fake_volumepool.go +++ b/client-go/ironcore/typed/storage/v1alpha1/fake/fake_volumepool.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/ironcore/typed/storage/v1alpha1/generated_expansion.go b/client-go/ironcore/typed/storage/v1alpha1/generated_expansion.go index 559ec1f6a..3f8b57f61 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/generated_expansion.go +++ b/client-go/ironcore/typed/storage/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/ironcore/typed/storage/v1alpha1/storage_client.go b/client-go/ironcore/typed/storage/v1alpha1/storage_client.go index 7a9b76aee..b3835ba30 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/storage_client.go +++ b/client-go/ironcore/typed/storage/v1alpha1/storage_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/ironcore/typed/storage/v1alpha1/volume.go b/client-go/ironcore/typed/storage/v1alpha1/volume.go index 7235c87e3..226aac6da 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/volume.go +++ b/client-go/ironcore/typed/storage/v1alpha1/volume.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/ironcore/typed/storage/v1alpha1/volumeclass.go b/client-go/ironcore/typed/storage/v1alpha1/volumeclass.go index 89c8c8764..0bfdac9c8 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/volumeclass.go +++ b/client-go/ironcore/typed/storage/v1alpha1/volumeclass.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/ironcore/typed/storage/v1alpha1/volumepool.go b/client-go/ironcore/typed/storage/v1alpha1/volumepool.go index bd58f5b67..79d646d9a 100644 --- a/client-go/ironcore/typed/storage/v1alpha1/volumepool.go +++ b/client-go/ironcore/typed/storage/v1alpha1/volumepool.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/compute/v1alpha1/expansion_generated.go b/client-go/listers/compute/v1alpha1/expansion_generated.go index dfc030a7b..709d52c7d 100644 --- a/client-go/listers/compute/v1alpha1/expansion_generated.go +++ b/client-go/listers/compute/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/compute/v1alpha1/machine.go b/client-go/listers/compute/v1alpha1/machine.go index d27c14dfa..d6c2cf924 100644 --- a/client-go/listers/compute/v1alpha1/machine.go +++ b/client-go/listers/compute/v1alpha1/machine.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/compute/v1alpha1/machineclass.go b/client-go/listers/compute/v1alpha1/machineclass.go index 26d6afbf6..04773cb86 100644 --- a/client-go/listers/compute/v1alpha1/machineclass.go +++ b/client-go/listers/compute/v1alpha1/machineclass.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/compute/v1alpha1/machinepool.go b/client-go/listers/compute/v1alpha1/machinepool.go index 44e0176b3..3c6c3fea6 100644 --- a/client-go/listers/compute/v1alpha1/machinepool.go +++ b/client-go/listers/compute/v1alpha1/machinepool.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 780656c1d..39a4eba24 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/resourcequota.go b/client-go/listers/core/v1alpha1/resourcequota.go index 3f75bd1c1..61886b98b 100644 --- a/client-go/listers/core/v1alpha1/resourcequota.go +++ b/client-go/listers/core/v1alpha1/resourcequota.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/ipam/v1alpha1/expansion_generated.go b/client-go/listers/ipam/v1alpha1/expansion_generated.go index 162d0f13c..22b78f783 100644 --- a/client-go/listers/ipam/v1alpha1/expansion_generated.go +++ b/client-go/listers/ipam/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/ipam/v1alpha1/prefix.go b/client-go/listers/ipam/v1alpha1/prefix.go index 7cadb0355..6988dd207 100644 --- a/client-go/listers/ipam/v1alpha1/prefix.go +++ b/client-go/listers/ipam/v1alpha1/prefix.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/ipam/v1alpha1/prefixallocation.go b/client-go/listers/ipam/v1alpha1/prefixallocation.go index 75fb6dee4..a9963a410 100644 --- a/client-go/listers/ipam/v1alpha1/prefixallocation.go +++ b/client-go/listers/ipam/v1alpha1/prefixallocation.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/networking/v1alpha1/expansion_generated.go b/client-go/listers/networking/v1alpha1/expansion_generated.go index 9aa2b212a..24f1d93e0 100644 --- a/client-go/listers/networking/v1alpha1/expansion_generated.go +++ b/client-go/listers/networking/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/networking/v1alpha1/loadbalancer.go b/client-go/listers/networking/v1alpha1/loadbalancer.go index 8146f41a7..dfcb9fc7c 100644 --- a/client-go/listers/networking/v1alpha1/loadbalancer.go +++ b/client-go/listers/networking/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/networking/v1alpha1/loadbalancerrouting.go b/client-go/listers/networking/v1alpha1/loadbalancerrouting.go index a5af0c0fd..cf3da06d0 100644 --- a/client-go/listers/networking/v1alpha1/loadbalancerrouting.go +++ b/client-go/listers/networking/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/networking/v1alpha1/natgateway.go b/client-go/listers/networking/v1alpha1/natgateway.go index d661f3eec..bb59c70eb 100644 --- a/client-go/listers/networking/v1alpha1/natgateway.go +++ b/client-go/listers/networking/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/networking/v1alpha1/network.go b/client-go/listers/networking/v1alpha1/network.go index 189710a68..20a86fd7c 100644 --- a/client-go/listers/networking/v1alpha1/network.go +++ b/client-go/listers/networking/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/networking/v1alpha1/networkinterface.go b/client-go/listers/networking/v1alpha1/networkinterface.go index af905a544..8b1e85352 100644 --- a/client-go/listers/networking/v1alpha1/networkinterface.go +++ b/client-go/listers/networking/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/networking/v1alpha1/networkpolicy.go b/client-go/listers/networking/v1alpha1/networkpolicy.go index 007642ca2..d3a51a406 100644 --- a/client-go/listers/networking/v1alpha1/networkpolicy.go +++ b/client-go/listers/networking/v1alpha1/networkpolicy.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/networking/v1alpha1/virtualip.go b/client-go/listers/networking/v1alpha1/virtualip.go index b1aba41a0..1d68c8879 100644 --- a/client-go/listers/networking/v1alpha1/virtualip.go +++ b/client-go/listers/networking/v1alpha1/virtualip.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/storage/v1alpha1/bucket.go b/client-go/listers/storage/v1alpha1/bucket.go index 487a35ab7..1af61d15a 100644 --- a/client-go/listers/storage/v1alpha1/bucket.go +++ b/client-go/listers/storage/v1alpha1/bucket.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/storage/v1alpha1/bucketclass.go b/client-go/listers/storage/v1alpha1/bucketclass.go index 635df6ff1..ccfb7f8c0 100644 --- a/client-go/listers/storage/v1alpha1/bucketclass.go +++ b/client-go/listers/storage/v1alpha1/bucketclass.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/storage/v1alpha1/bucketpool.go b/client-go/listers/storage/v1alpha1/bucketpool.go index f9d2202ba..b43591419 100644 --- a/client-go/listers/storage/v1alpha1/bucketpool.go +++ b/client-go/listers/storage/v1alpha1/bucketpool.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/storage/v1alpha1/expansion_generated.go b/client-go/listers/storage/v1alpha1/expansion_generated.go index 5ceffb4c8..6710ddd5d 100644 --- a/client-go/listers/storage/v1alpha1/expansion_generated.go +++ b/client-go/listers/storage/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/storage/v1alpha1/volume.go b/client-go/listers/storage/v1alpha1/volume.go index f07e5da4e..b2ae4df86 100644 --- a/client-go/listers/storage/v1alpha1/volume.go +++ b/client-go/listers/storage/v1alpha1/volume.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/storage/v1alpha1/volumeclass.go b/client-go/listers/storage/v1alpha1/volumeclass.go index d4e781ba3..cde180ac8 100644 --- a/client-go/listers/storage/v1alpha1/volumeclass.go +++ b/client-go/listers/storage/v1alpha1/volumeclass.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/storage/v1alpha1/volumepool.go b/client-go/listers/storage/v1alpha1/volumepool.go index ae9292b61..f1c47b41d 100644 --- a/client-go/listers/storage/v1alpha1/volumepool.go +++ b/client-go/listers/storage/v1alpha1/volumepool.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 ae7d4a169..1b6268e32 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/ironcore-apiserver/main.go b/cmd/ironcore-apiserver/main.go index f86ad02f8..0c6f05934 100644 --- a/cmd/ironcore-apiserver/main.go +++ b/cmd/ironcore-apiserver/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/ironcore-controller-manager/main.go b/cmd/ironcore-controller-manager/main.go index 914b02e2f..8017bdd8c 100644 --- a/cmd/ironcore-controller-manager/main.go +++ b/cmd/ironcore-controller-manager/main.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/hack/api-reference/template/placeholder.go b/hack/api-reference/template/placeholder.go index 8b9cfeecb..e57442804 100644 --- a/hack/api-reference/template/placeholder.go +++ b/hack/api-reference/template/placeholder.go @@ -1,16 +1,5 @@ -// Copyright 2021 IronCore authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions 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 template Placeholder file to make Go vendor this directory properly. package template diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 27b71c6ab..977222d25 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 000000000..8d8a5f234 --- /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/hack/tools.go b/hack/tools.go index b2edb8c7e..ae3f74de4 100644 --- a/hack/tools.go +++ b/hack/tools.go @@ -1,16 +1,5 @@ -// Copyright 2021 IronCore authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions 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 tools diff --git a/internal/admission/initializer/initializer.go b/internal/admission/initializer/initializer.go index ec7a707ce..43c21040a 100644 --- a/internal/admission/initializer/initializer.go +++ b/internal/admission/initializer/initializer.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 initializer diff --git a/internal/admission/plugin/machinevolumedevices/admission.go b/internal/admission/plugin/machinevolumedevices/admission.go index 247e47144..0308ad5c4 100644 --- a/internal/admission/plugin/machinevolumedevices/admission.go +++ b/internal/admission/plugin/machinevolumedevices/admission.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package machinevolumedevices diff --git a/internal/admission/plugin/machinevolumedevices/admission_test.go b/internal/admission/plugin/machinevolumedevices/admission_test.go index c2befe2c4..bcdae8feb 100644 --- a/internal/admission/plugin/machinevolumedevices/admission_test.go +++ b/internal/admission/plugin/machinevolumedevices/admission_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package machinevolumedevices_test diff --git a/internal/admission/plugin/machinevolumedevices/device/device.go b/internal/admission/plugin/machinevolumedevices/device/device.go index b76a3530f..72c125a3d 100644 --- a/internal/admission/plugin/machinevolumedevices/device/device.go +++ b/internal/admission/plugin/machinevolumedevices/device/device.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package device diff --git a/internal/admission/plugin/machinevolumedevices/device/device_suite_test.go b/internal/admission/plugin/machinevolumedevices/device/device_suite_test.go index 4311a1a5d..687d3b757 100644 --- a/internal/admission/plugin/machinevolumedevices/device/device_suite_test.go +++ b/internal/admission/plugin/machinevolumedevices/device/device_suite_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package device_test diff --git a/internal/admission/plugin/machinevolumedevices/device/device_test.go b/internal/admission/plugin/machinevolumedevices/device/device_test.go index f9e0b60ee..2777e98e5 100644 --- a/internal/admission/plugin/machinevolumedevices/device/device_test.go +++ b/internal/admission/plugin/machinevolumedevices/device/device_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package device_test diff --git a/internal/admission/plugin/machinevolumedevices/machinevolumedevices_suite_test.go b/internal/admission/plugin/machinevolumedevices/machinevolumedevices_suite_test.go index 329d36b9b..175383754 100644 --- a/internal/admission/plugin/machinevolumedevices/machinevolumedevices_suite_test.go +++ b/internal/admission/plugin/machinevolumedevices/machinevolumedevices_suite_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package machinevolumedevices_test diff --git a/internal/admission/plugin/resourcequota/access.go b/internal/admission/plugin/resourcequota/access.go index 57332beb4..8eac31730 100644 --- a/internal/admission/plugin/resourcequota/access.go +++ b/internal/admission/plugin/resourcequota/access.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 resourcequota diff --git a/internal/admission/plugin/resourcequota/admission.go b/internal/admission/plugin/resourcequota/admission.go index 11e241b79..86a5ba992 100644 --- a/internal/admission/plugin/resourcequota/admission.go +++ b/internal/admission/plugin/resourcequota/admission.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 resourcequota diff --git a/internal/admission/plugin/resourcequota/controller.go b/internal/admission/plugin/resourcequota/controller.go index 18a56cd82..c8954873c 100644 --- a/internal/admission/plugin/resourcequota/controller.go +++ b/internal/admission/plugin/resourcequota/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 resourcequota diff --git a/internal/admission/plugin/volumeresizepolicy/admission.go b/internal/admission/plugin/volumeresizepolicy/admission.go index bc192581a..8fde18dc7 100644 --- a/internal/admission/plugin/volumeresizepolicy/admission.go +++ b/internal/admission/plugin/volumeresizepolicy/admission.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 volumeresizepolicy diff --git a/internal/admission/plugin/volumeresizepolicy/admission_test.go b/internal/admission/plugin/volumeresizepolicy/admission_test.go index 898f53111..b6a08d4f1 100644 --- a/internal/admission/plugin/volumeresizepolicy/admission_test.go +++ b/internal/admission/plugin/volumeresizepolicy/admission_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 volumeresizepolicy_test diff --git a/internal/admission/plugin/volumeresizepolicy/volumeexpansion_suite_test.go b/internal/admission/plugin/volumeresizepolicy/volumeexpansion_suite_test.go index 21a071c26..f6ae8d724 100644 --- a/internal/admission/plugin/volumeresizepolicy/volumeexpansion_suite_test.go +++ b/internal/admission/plugin/volumeresizepolicy/volumeexpansion_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 volumeresizepolicy_test diff --git a/internal/api/api.go b/internal/api/api.go index 708856354..0015c8342 100644 --- a/internal/api/api.go +++ b/internal/api/api.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package api diff --git a/internal/api/validation/corev1.go b/internal/api/validation/corev1.go index b87ef166d..e34a24202 100644 --- a/internal/api/validation/corev1.go +++ b/internal/api/validation/corev1.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package apivalidation diff --git a/internal/api/validation/helper.go b/internal/api/validation/helper.go index 5fb88bc08..c9408299b 100644 --- a/internal/api/validation/helper.go +++ b/internal/api/validation/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package apivalidation diff --git a/internal/apis/common/validation/validation.go b/internal/apis/common/validation/validation.go index f250d97e1..e73324fbb 100644 --- a/internal/apis/common/validation/validation.go +++ b/internal/apis/common/validation/validation.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/compute/common.go b/internal/apis/compute/common.go index ff8320965..dac29a1b6 100644 --- a/internal/apis/compute/common.go +++ b/internal/apis/compute/common.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package compute diff --git a/internal/apis/compute/doc.go b/internal/apis/compute/doc.go index 78686d798..ed0604949 100644 --- a/internal/apis/compute/doc.go +++ b/internal/apis/compute/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: 2023 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/compute/install/install.go b/internal/apis/compute/install/install.go index 499ce2efe..cbd0fe024 100644 --- a/internal/apis/compute/install/install.go +++ b/internal/apis/compute/install/install.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package install diff --git a/internal/apis/compute/machine_types.go b/internal/apis/compute/machine_types.go index a20011565..919d199b4 100644 --- a/internal/apis/compute/machine_types.go +++ b/internal/apis/compute/machine_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package compute diff --git a/internal/apis/compute/machineclass_types.go b/internal/apis/compute/machineclass_types.go index c4cd53df7..a5c064669 100644 --- a/internal/apis/compute/machineclass_types.go +++ b/internal/apis/compute/machineclass_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package compute diff --git a/internal/apis/compute/machinepool_types.go b/internal/apis/compute/machinepool_types.go index 987422bff..f479e3277 100644 --- a/internal/apis/compute/machinepool_types.go +++ b/internal/apis/compute/machinepool_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package compute diff --git a/internal/apis/compute/register.go b/internal/apis/compute/register.go index 44ca0e354..c2ea13215 100644 --- a/internal/apis/compute/register.go +++ b/internal/apis/compute/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package compute contains API Schema definitions for the compute internal API group // +groupName=compute.ironcore.dev diff --git a/internal/apis/compute/util.go b/internal/apis/compute/util.go index e9b593a9d..6502542e2 100644 --- a/internal/apis/compute/util.go +++ b/internal/apis/compute/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package compute diff --git a/internal/apis/compute/v1alpha1/conversions.go b/internal/apis/compute/v1alpha1/conversions.go index 847fd7e22..4c6bf9e36 100644 --- a/internal/apis/compute/v1alpha1/conversions.go +++ b/internal/apis/compute/v1alpha1/conversions.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/internal/apis/compute/v1alpha1/defaults.go b/internal/apis/compute/v1alpha1/defaults.go index ed0d6d6ef..12a57e2e7 100644 --- a/internal/apis/compute/v1alpha1/defaults.go +++ b/internal/apis/compute/v1alpha1/defaults.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/internal/apis/compute/v1alpha1/doc.go b/internal/apis/compute/v1alpha1/doc.go index 9ad1ca3d3..f172a1d54 100644 --- a/internal/apis/compute/v1alpha1/doc.go +++ b/internal/apis/compute/v1alpha1/doc.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // +k8s:conversion-gen=github.com/ironcore-dev/ironcore/internal/apis/compute // +k8s:conversion-gen-external-types=github.com/ironcore-dev/ironcore/api/compute/v1alpha1 diff --git a/internal/apis/compute/v1alpha1/register.go b/internal/apis/compute/v1alpha1/register.go index c7ef41706..0b1adbf76 100644 --- a/internal/apis/compute/v1alpha1/register.go +++ b/internal/apis/compute/v1alpha1/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains API Schema definitions for the compute v1alpha1 API group // +groupName=compute.ironcore.dev diff --git a/internal/apis/compute/v1alpha1/zz_generated.conversion.go b/internal/apis/compute/v1alpha1/zz_generated.conversion.go index 240dddd1d..df1092177 100644 --- a/internal/apis/compute/v1alpha1/zz_generated.conversion.go +++ b/internal/apis/compute/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/compute/v1alpha1/zz_generated.defaults.go b/internal/apis/compute/v1alpha1/zz_generated.defaults.go index 2a26e8dee..f8f89bd7c 100644 --- a/internal/apis/compute/v1alpha1/zz_generated.defaults.go +++ b/internal/apis/compute/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/compute/validation/machine.go b/internal/apis/compute/validation/machine.go index 1f8485eac..e4db74662 100644 --- a/internal/apis/compute/validation/machine.go +++ b/internal/apis/compute/validation/machine.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 package validation diff --git a/internal/apis/compute/validation/machine_test.go b/internal/apis/compute/validation/machine_test.go index ce1165a07..3a888ab7d 100644 --- a/internal/apis/compute/validation/machine_test.go +++ b/internal/apis/compute/validation/machine_test.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 package validation diff --git a/internal/apis/compute/validation/machineclass.go b/internal/apis/compute/validation/machineclass.go index cd25786fb..6122f0185 100644 --- a/internal/apis/compute/validation/machineclass.go +++ b/internal/apis/compute/validation/machineclass.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 package validation diff --git a/internal/apis/compute/validation/machineclass_test.go b/internal/apis/compute/validation/machineclass_test.go index d8c69d1dd..cee19f749 100644 --- a/internal/apis/compute/validation/machineclass_test.go +++ b/internal/apis/compute/validation/machineclass_test.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 package validation diff --git a/internal/apis/compute/validation/machinepool.go b/internal/apis/compute/validation/machinepool.go index e63fe32f6..7939c633f 100644 --- a/internal/apis/compute/validation/machinepool.go +++ b/internal/apis/compute/validation/machinepool.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 package validation diff --git a/internal/apis/compute/validation/machinepool_test.go b/internal/apis/compute/validation/machinepool_test.go index 76092720e..b2a10bc3d 100644 --- a/internal/apis/compute/validation/machinepool_test.go +++ b/internal/apis/compute/validation/machinepool_test.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 package validation diff --git a/internal/apis/compute/validation/validation_suite_test.go b/internal/apis/compute/validation/validation_suite_test.go index 1e573b6da..2b3483f5a 100644 --- a/internal/apis/compute/validation/validation_suite_test.go +++ b/internal/apis/compute/validation/validation_suite_test.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 package validation diff --git a/internal/apis/compute/zz_generated.deepcopy.go b/internal/apis/compute/zz_generated.deepcopy.go index dc35c35a0..c336223b0 100644 --- a/internal/apis/compute/zz_generated.deepcopy.go +++ b/internal/apis/compute/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/apis/core/doc.go b/internal/apis/core/doc.go index 7fadd0119..f76f0e5e8 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: 2023 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 fcb764865..bfe139a89 100644 --- a/internal/apis/core/install/install.go +++ b/internal/apis/core/install/install.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: 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/register.go b/internal/apis/core/register.go index d19c69eae..8cfb9679e 100644 --- a/internal/apis/core/register.go +++ b/internal/apis/core/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package core contains API Schema definitions for the core internal API group // +groupName=core.ironcore.dev diff --git a/internal/apis/core/resource.go b/internal/apis/core/resource.go index 893784443..f9e1f8418 100644 --- a/internal/apis/core/resource.go +++ b/internal/apis/core/resource.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/resourcequota_types.go b/internal/apis/core/resourcequota_types.go index 964e6a652..300e162a4 100644 --- a/internal/apis/core/resourcequota_types.go +++ b/internal/apis/core/resourcequota_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/types.go b/internal/apis/core/types.go index 710e5343c..6320d9d0b 100644 --- a/internal/apis/core/types.go +++ b/internal/apis/core/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/v1alpha1/doc.go b/internal/apis/core/v1alpha1/doc.go index 30576016a..be6846902 100644 --- a/internal/apis/core/v1alpha1/doc.go +++ b/internal/apis/core/v1alpha1/doc.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // +k8s:conversion-gen=github.com/ironcore-dev/ironcore/internal/apis/core // +k8s:conversion-gen-external-types=github.com/ironcore-dev/ironcore/api/core/v1alpha1 diff --git a/internal/apis/core/v1alpha1/register.go b/internal/apis/core/v1alpha1/register.go index 07d044f5d..7993d08ea 100644 --- a/internal/apis/core/v1alpha1/register.go +++ b/internal/apis/core/v1alpha1/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains API Schema definitions for the core v1alpha1 API group // +groupName=core.ironcore.dev diff --git a/internal/apis/core/v1alpha1/zz_generated.conversion.go b/internal/apis/core/v1alpha1/zz_generated.conversion.go index 3f1d3a232..b0f7aceed 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 5140bd672..17eade5f2 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/resourcequota.go b/internal/apis/core/validation/resourcequota.go index d03881d11..6fa278a23 100644 --- a/internal/apis/core/validation/resourcequota.go +++ b/internal/apis/core/validation/resourcequota.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/resourcequota_test.go b/internal/apis/core/validation/resourcequota_test.go index 62601b12f..1ecfe7d89 100644 --- a/internal/apis/core/validation/resourcequota_test.go +++ b/internal/apis/core/validation/resourcequota_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/validation_suite_test.go b/internal/apis/core/validation/validation_suite_test.go index 756237366..75ac332a1 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/zz_generated.deepcopy.go b/internal/apis/core/zz_generated.deepcopy.go index c5fb8a336..6686883ac 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/apis/ipam/doc.go b/internal/apis/ipam/doc.go index ecfe3d4c6..47e912ed6 100644 --- a/internal/apis/ipam/doc.go +++ b/internal/apis/ipam/doc.go @@ -1,16 +1,5 @@ -// Copyright 2021 IronCore authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// SPDX-FileCopyrightText: 2023 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/ipam/install/install.go b/internal/apis/ipam/install/install.go index 9a7c4ba3d..83c6231a1 100644 --- a/internal/apis/ipam/install/install.go +++ b/internal/apis/ipam/install/install.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package install diff --git a/internal/apis/ipam/prefix_types.go b/internal/apis/ipam/prefix_types.go index 0400b1ba0..6a9827097 100644 --- a/internal/apis/ipam/prefix_types.go +++ b/internal/apis/ipam/prefix_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ipam diff --git a/internal/apis/ipam/prefixallocation_types.go b/internal/apis/ipam/prefixallocation_types.go index 9209e00a2..3d43d93cd 100644 --- a/internal/apis/ipam/prefixallocation_types.go +++ b/internal/apis/ipam/prefixallocation_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ipam diff --git a/internal/apis/ipam/register.go b/internal/apis/ipam/register.go index 93c172a2b..7edbbb4d4 100644 --- a/internal/apis/ipam/register.go +++ b/internal/apis/ipam/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package ipam contains API Schema definitions for the ipam internal API group // +groupName=ipam.ironcore.dev diff --git a/internal/apis/ipam/v1alpha1/defaults.go b/internal/apis/ipam/v1alpha1/defaults.go index f0373a137..41c49500c 100644 --- a/internal/apis/ipam/v1alpha1/defaults.go +++ b/internal/apis/ipam/v1alpha1/defaults.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/internal/apis/ipam/v1alpha1/doc.go b/internal/apis/ipam/v1alpha1/doc.go index 18dcb0451..f3ac38b09 100644 --- a/internal/apis/ipam/v1alpha1/doc.go +++ b/internal/apis/ipam/v1alpha1/doc.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // +k8s:conversion-gen=github.com/ironcore-dev/ironcore/internal/apis/ipam // +k8s:conversion-gen-external-types=github.com/ironcore-dev/ironcore/api/ipam/v1alpha1 diff --git a/internal/apis/ipam/v1alpha1/register.go b/internal/apis/ipam/v1alpha1/register.go index 3b0b273f6..c0cdd90bd 100644 --- a/internal/apis/ipam/v1alpha1/register.go +++ b/internal/apis/ipam/v1alpha1/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains API Schema definitions for the ipam v1alpha1 API group // +groupName=ipam.ironcore.dev diff --git a/internal/apis/ipam/v1alpha1/zz_generated.conversion.go b/internal/apis/ipam/v1alpha1/zz_generated.conversion.go index ed566814c..4ac85a65b 100644 --- a/internal/apis/ipam/v1alpha1/zz_generated.conversion.go +++ b/internal/apis/ipam/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/ipam/v1alpha1/zz_generated.defaults.go b/internal/apis/ipam/v1alpha1/zz_generated.defaults.go index 249a1baea..30ffebe9b 100644 --- a/internal/apis/ipam/v1alpha1/zz_generated.defaults.go +++ b/internal/apis/ipam/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/ipam/validation/prefix.go b/internal/apis/ipam/validation/prefix.go index edb24db8c..df327e6cb 100644 --- a/internal/apis/ipam/validation/prefix.go +++ b/internal/apis/ipam/validation/prefix.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/ipam/validation/prefix_test.go b/internal/apis/ipam/validation/prefix_test.go index 9f41ce7b2..28b217830 100644 --- a/internal/apis/ipam/validation/prefix_test.go +++ b/internal/apis/ipam/validation/prefix_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: 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/ipam/validation/prefixallocation.go b/internal/apis/ipam/validation/prefixallocation.go index 6772a7bbb..ad1c19627 100644 --- a/internal/apis/ipam/validation/prefixallocation.go +++ b/internal/apis/ipam/validation/prefixallocation.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/ipam/validation/prefixallocation_test.go b/internal/apis/ipam/validation/prefixallocation_test.go index d0016a727..b34498aa1 100644 --- a/internal/apis/ipam/validation/prefixallocation_test.go +++ b/internal/apis/ipam/validation/prefixallocation_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: 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/ipam/validation/prefixtemplate.go b/internal/apis/ipam/validation/prefixtemplate.go index 62e679798..b61118dd0 100644 --- a/internal/apis/ipam/validation/prefixtemplate.go +++ b/internal/apis/ipam/validation/prefixtemplate.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/ipam/validation/prefixtemplate_test.go b/internal/apis/ipam/validation/prefixtemplate_test.go index a801a76f5..e415e93cb 100644 --- a/internal/apis/ipam/validation/prefixtemplate_test.go +++ b/internal/apis/ipam/validation/prefixtemplate_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: 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/ipam/validation/validation_suite_test.go b/internal/apis/ipam/validation/validation_suite_test.go index a5c0c5907..c5cc40ab1 100644 --- a/internal/apis/ipam/validation/validation_suite_test.go +++ b/internal/apis/ipam/validation/validation_suite_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: 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/ipam/zz_generated.deepcopy.go b/internal/apis/ipam/zz_generated.deepcopy.go index 0d5168dcc..186f37d58 100644 --- a/internal/apis/ipam/zz_generated.deepcopy.go +++ b/internal/apis/ipam/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/apis/networking/common.go b/internal/apis/networking/common.go index c1b395de8..e8a534704 100644 --- a/internal/apis/networking/common.go +++ b/internal/apis/networking/common.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 package networking diff --git a/internal/apis/networking/doc.go b/internal/apis/networking/doc.go index 250494d1e..a9bcc9f7b 100644 --- a/internal/apis/networking/doc.go +++ b/internal/apis/networking/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: 2023 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/networking/install/install.go b/internal/apis/networking/install/install.go index 0e893e94d..35b82a76e 100644 --- a/internal/apis/networking/install/install.go +++ b/internal/apis/networking/install/install.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package install diff --git a/internal/apis/networking/loadbalancer_type.go b/internal/apis/networking/loadbalancer_type.go index b4f5d9b74..a921bf994 100644 --- a/internal/apis/networking/loadbalancer_type.go +++ b/internal/apis/networking/loadbalancer_type.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 package networking diff --git a/internal/apis/networking/loadbalancerrouting_type.go b/internal/apis/networking/loadbalancerrouting_type.go index ff28bb21b..ecf9a0b4b 100644 --- a/internal/apis/networking/loadbalancerrouting_type.go +++ b/internal/apis/networking/loadbalancerrouting_type.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 package networking diff --git a/internal/apis/networking/natgateway_type.go b/internal/apis/networking/natgateway_type.go index ea7affd5b..fd5139d2e 100644 --- a/internal/apis/networking/natgateway_type.go +++ b/internal/apis/networking/natgateway_type.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 package networking diff --git a/internal/apis/networking/network_type.go b/internal/apis/networking/network_type.go index f13f3f5da..32ae633c6 100644 --- a/internal/apis/networking/network_type.go +++ b/internal/apis/networking/network_type.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 package networking diff --git a/internal/apis/networking/networkinterface_types.go b/internal/apis/networking/networkinterface_types.go index 9e6d5f003..84ad502ee 100644 --- a/internal/apis/networking/networkinterface_types.go +++ b/internal/apis/networking/networkinterface_types.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 package networking diff --git a/internal/apis/networking/networkpolicy_type.go b/internal/apis/networking/networkpolicy_type.go index 07c7f2d55..3cc784df5 100644 --- a/internal/apis/networking/networkpolicy_type.go +++ b/internal/apis/networking/networkpolicy_type.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 networking diff --git a/internal/apis/networking/register.go b/internal/apis/networking/register.go index ae33d0340..03c8bf799 100644 --- a/internal/apis/networking/register.go +++ b/internal/apis/networking/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package networking contains API Schema definitions for the networking internal API group // +groupName=networking.ironcore.dev diff --git a/internal/apis/networking/util.go b/internal/apis/networking/util.go index 8c9c9cf7c..22ed7954d 100644 --- a/internal/apis/networking/util.go +++ b/internal/apis/networking/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networking diff --git a/internal/apis/networking/v1alpha1/defaults.go b/internal/apis/networking/v1alpha1/defaults.go index c026d653e..2b89ce393 100644 --- a/internal/apis/networking/v1alpha1/defaults.go +++ b/internal/apis/networking/v1alpha1/defaults.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 package v1alpha1 diff --git a/internal/apis/networking/v1alpha1/defaults_test.go b/internal/apis/networking/v1alpha1/defaults_test.go index c757d3d4b..9b57fb12d 100644 --- a/internal/apis/networking/v1alpha1/defaults_test.go +++ b/internal/apis/networking/v1alpha1/defaults_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 v1alpha1_test diff --git a/internal/apis/networking/v1alpha1/doc.go b/internal/apis/networking/v1alpha1/doc.go index a8292b1b5..a265ae535 100644 --- a/internal/apis/networking/v1alpha1/doc.go +++ b/internal/apis/networking/v1alpha1/doc.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // +k8s:conversion-gen=github.com/ironcore-dev/ironcore/internal/apis/networking // +k8s:conversion-gen-external-types=github.com/ironcore-dev/ironcore/api/networking/v1alpha1 diff --git a/internal/apis/networking/v1alpha1/register.go b/internal/apis/networking/v1alpha1/register.go index 0382f279d..123c9e152 100644 --- a/internal/apis/networking/v1alpha1/register.go +++ b/internal/apis/networking/v1alpha1/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains API Schema definitions for the networking v1alpha1 API group // +groupName=networking.ironcore.dev diff --git a/internal/apis/networking/v1alpha1/v1alpha1_suite_test.go b/internal/apis/networking/v1alpha1/v1alpha1_suite_test.go index dcbfdda35..9349f5b37 100644 --- a/internal/apis/networking/v1alpha1/v1alpha1_suite_test.go +++ b/internal/apis/networking/v1alpha1/v1alpha1_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 v1alpha1_test diff --git a/internal/apis/networking/v1alpha1/zz_generated.conversion.go b/internal/apis/networking/v1alpha1/zz_generated.conversion.go index 9633e7c99..02d892714 100644 --- a/internal/apis/networking/v1alpha1/zz_generated.conversion.go +++ b/internal/apis/networking/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/networking/v1alpha1/zz_generated.defaults.go b/internal/apis/networking/v1alpha1/zz_generated.defaults.go index 9f06ac887..94937de8d 100644 --- a/internal/apis/networking/v1alpha1/zz_generated.defaults.go +++ b/internal/apis/networking/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/networking/validation/common.go b/internal/apis/networking/validation/common.go index 8f991a42b..cdfc2e997 100644 --- a/internal/apis/networking/validation/common.go +++ b/internal/apis/networking/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/networking/validation/loadbalancer.go b/internal/apis/networking/validation/loadbalancer.go index 5bbc7f0c7..c9bfdf707 100644 --- a/internal/apis/networking/validation/loadbalancer.go +++ b/internal/apis/networking/validation/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 package validation diff --git a/internal/apis/networking/validation/loadbalancer_test.go b/internal/apis/networking/validation/loadbalancer_test.go index 4f166ec2b..3e4e8f8cf 100644 --- a/internal/apis/networking/validation/loadbalancer_test.go +++ b/internal/apis/networking/validation/loadbalancer_test.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 package validation diff --git a/internal/apis/networking/validation/loadbalancerrouting.go b/internal/apis/networking/validation/loadbalancerrouting.go index bd8caca66..1fcc1a306 100644 --- a/internal/apis/networking/validation/loadbalancerrouting.go +++ b/internal/apis/networking/validation/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 package validation diff --git a/internal/apis/networking/validation/loadbalancerrouting_test.go b/internal/apis/networking/validation/loadbalancerrouting_test.go index 3b7b913eb..1215da262 100644 --- a/internal/apis/networking/validation/loadbalancerrouting_test.go +++ b/internal/apis/networking/validation/loadbalancerrouting_test.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 package validation diff --git a/internal/apis/networking/validation/natgateway.go b/internal/apis/networking/validation/natgateway.go index 51845374d..be814ff54 100644 --- a/internal/apis/networking/validation/natgateway.go +++ b/internal/apis/networking/validation/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 package validation diff --git a/internal/apis/networking/validation/natgateway_test.go b/internal/apis/networking/validation/natgateway_test.go index 8d597b871..a5375b371 100644 --- a/internal/apis/networking/validation/natgateway_test.go +++ b/internal/apis/networking/validation/natgateway_test.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 package validation diff --git a/internal/apis/networking/validation/network.go b/internal/apis/networking/validation/network.go index 36d10b602..a0c35449e 100644 --- a/internal/apis/networking/validation/network.go +++ b/internal/apis/networking/validation/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 package validation diff --git a/internal/apis/networking/validation/network_test.go b/internal/apis/networking/validation/network_test.go index ccc92c3d8..ce293118f 100644 --- a/internal/apis/networking/validation/network_test.go +++ b/internal/apis/networking/validation/network_test.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 package validation diff --git a/internal/apis/networking/validation/networkinterface.go b/internal/apis/networking/validation/networkinterface.go index 4c3cc0185..db198b244 100644 --- a/internal/apis/networking/validation/networkinterface.go +++ b/internal/apis/networking/validation/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 package validation diff --git a/internal/apis/networking/validation/networkinterface_test.go b/internal/apis/networking/validation/networkinterface_test.go index 86240bae5..43221b785 100644 --- a/internal/apis/networking/validation/networkinterface_test.go +++ b/internal/apis/networking/validation/networkinterface_test.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 package validation diff --git a/internal/apis/networking/validation/networkpolicy.go b/internal/apis/networking/validation/networkpolicy.go index fa1b5dc6f..1ac494fbd 100644 --- a/internal/apis/networking/validation/networkpolicy.go +++ b/internal/apis/networking/validation/networkpolicy.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/networking/validation/networkpolicy_test.go b/internal/apis/networking/validation/networkpolicy_test.go index d1f3b8f3d..86f4a8108 100644 --- a/internal/apis/networking/validation/networkpolicy_test.go +++ b/internal/apis/networking/validation/networkpolicy_test.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 package validation diff --git a/internal/apis/networking/validation/validation_suite_test.go b/internal/apis/networking/validation/validation_suite_test.go index 14a4bc48c..2e9dd1e9f 100644 --- a/internal/apis/networking/validation/validation_suite_test.go +++ b/internal/apis/networking/validation/validation_suite_test.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 package validation diff --git a/internal/apis/networking/validation/virtualip.go b/internal/apis/networking/validation/virtualip.go index 71e2abe9a..8abfc6526 100644 --- a/internal/apis/networking/validation/virtualip.go +++ b/internal/apis/networking/validation/virtualip.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 package validation diff --git a/internal/apis/networking/validation/virtualip_test.go b/internal/apis/networking/validation/virtualip_test.go index 1f80c4995..66c6e6a8a 100644 --- a/internal/apis/networking/validation/virtualip_test.go +++ b/internal/apis/networking/validation/virtualip_test.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 package validation diff --git a/internal/apis/networking/validation/virtualiptemplate.go b/internal/apis/networking/validation/virtualiptemplate.go index 337372f0f..452040bd0 100644 --- a/internal/apis/networking/validation/virtualiptemplate.go +++ b/internal/apis/networking/validation/virtualiptemplate.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/networking/virtualip_types.go b/internal/apis/networking/virtualip_types.go index 104adbef3..fc12c49bb 100644 --- a/internal/apis/networking/virtualip_types.go +++ b/internal/apis/networking/virtualip_types.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 package networking diff --git a/internal/apis/networking/zz_generated.deepcopy.go b/internal/apis/networking/zz_generated.deepcopy.go index 7e60f72a9..ba7bee4b3 100644 --- a/internal/apis/networking/zz_generated.deepcopy.go +++ b/internal/apis/networking/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/apis/storage/bucket_types.go b/internal/apis/storage/bucket_types.go index 74482a607..1ac7ff05d 100644 --- a/internal/apis/storage/bucket_types.go +++ b/internal/apis/storage/bucket_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/apis/storage/bucketclass_types.go b/internal/apis/storage/bucketclass_types.go index 0ce1a8ef7..51b2faf0b 100644 --- a/internal/apis/storage/bucketclass_types.go +++ b/internal/apis/storage/bucketclass_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/apis/storage/bucketpool_types.go b/internal/apis/storage/bucketpool_types.go index 080bcd17f..7a5f1fda4 100644 --- a/internal/apis/storage/bucketpool_types.go +++ b/internal/apis/storage/bucketpool_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/apis/storage/common.go b/internal/apis/storage/common.go index 7b20fab2a..eb4006346 100644 --- a/internal/apis/storage/common.go +++ b/internal/apis/storage/common.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/apis/storage/doc.go b/internal/apis/storage/doc.go index 5448ee783..fd6a2ea54 100644 --- a/internal/apis/storage/doc.go +++ b/internal/apis/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // +k8s:deepcopy-gen=package,register // +k8s:openapi-gen=true diff --git a/internal/apis/storage/install/install.go b/internal/apis/storage/install/install.go index 56e4b5bd0..4aa557f82 100644 --- a/internal/apis/storage/install/install.go +++ b/internal/apis/storage/install/install.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package install diff --git a/internal/apis/storage/register.go b/internal/apis/storage/register.go index 14cd6f25a..98c48b4f9 100644 --- a/internal/apis/storage/register.go +++ b/internal/apis/storage/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package storage contains API Schema definitions for the storage internal API group // +groupName=storage.ironcore.dev diff --git a/internal/apis/storage/v1alpha1/conversions.go b/internal/apis/storage/v1alpha1/conversions.go index a6ce06edb..e81dc452f 100644 --- a/internal/apis/storage/v1alpha1/conversions.go +++ b/internal/apis/storage/v1alpha1/conversions.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/internal/apis/storage/v1alpha1/defaults.go b/internal/apis/storage/v1alpha1/defaults.go index 1e5408e6a..f0da864f9 100644 --- a/internal/apis/storage/v1alpha1/defaults.go +++ b/internal/apis/storage/v1alpha1/defaults.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/internal/apis/storage/v1alpha1/defaults_test.go b/internal/apis/storage/v1alpha1/defaults_test.go index ab3b86726..dc56044d2 100644 --- a/internal/apis/storage/v1alpha1/defaults_test.go +++ b/internal/apis/storage/v1alpha1/defaults_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 v1alpha1_test diff --git a/internal/apis/storage/v1alpha1/doc.go b/internal/apis/storage/v1alpha1/doc.go index d0b4837e9..e21049908 100644 --- a/internal/apis/storage/v1alpha1/doc.go +++ b/internal/apis/storage/v1alpha1/doc.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // +k8s:conversion-gen=github.com/ironcore-dev/ironcore/internal/apis/storage // +k8s:conversion-gen-external-types=github.com/ironcore-dev/ironcore/api/storage/v1alpha1 diff --git a/internal/apis/storage/v1alpha1/register.go b/internal/apis/storage/v1alpha1/register.go index 470bbc1f0..1cb8ff93f 100644 --- a/internal/apis/storage/v1alpha1/register.go +++ b/internal/apis/storage/v1alpha1/register.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains API Schema definitions for the storage v1alpha1 API group // +groupName=storage.ironcore.dev diff --git a/internal/apis/storage/v1alpha1/v1alpha1_suite_test.go b/internal/apis/storage/v1alpha1/v1alpha1_suite_test.go index c8799928b..9349f5b37 100644 --- a/internal/apis/storage/v1alpha1/v1alpha1_suite_test.go +++ b/internal/apis/storage/v1alpha1/v1alpha1_suite_test.go @@ -1,18 +1,5 @@ -/* - * Copyright (c) 2023 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 package v1alpha1_test diff --git a/internal/apis/storage/v1alpha1/zz_generated.conversion.go b/internal/apis/storage/v1alpha1/zz_generated.conversion.go index cf55d841c..953beaeaf 100644 --- a/internal/apis/storage/v1alpha1/zz_generated.conversion.go +++ b/internal/apis/storage/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/storage/v1alpha1/zz_generated.defaults.go b/internal/apis/storage/v1alpha1/zz_generated.defaults.go index b3062e64d..99e8ec232 100644 --- a/internal/apis/storage/v1alpha1/zz_generated.defaults.go +++ b/internal/apis/storage/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/storage/validation/bucket.go b/internal/apis/storage/validation/bucket.go index 5379adbfc..da1c311e6 100644 --- a/internal/apis/storage/validation/bucket.go +++ b/internal/apis/storage/validation/bucket.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/storage/validation/bucket_test.go b/internal/apis/storage/validation/bucket_test.go index dae16af2e..963fb3ddf 100644 --- a/internal/apis/storage/validation/bucket_test.go +++ b/internal/apis/storage/validation/bucket_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: 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/storage/validation/bucketclass.go b/internal/apis/storage/validation/bucketclass.go index dd33dfa27..12e33698b 100644 --- a/internal/apis/storage/validation/bucketclass.go +++ b/internal/apis/storage/validation/bucketclass.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/storage/validation/bucketclass_test.go b/internal/apis/storage/validation/bucketclass_test.go index a571590d9..02a97021a 100644 --- a/internal/apis/storage/validation/bucketclass_test.go +++ b/internal/apis/storage/validation/bucketclass_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: 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/storage/validation/bucketpool.go b/internal/apis/storage/validation/bucketpool.go index ab41ee1f5..5c1af5a5a 100644 --- a/internal/apis/storage/validation/bucketpool.go +++ b/internal/apis/storage/validation/bucketpool.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/storage/validation/bucketpool_test.go b/internal/apis/storage/validation/bucketpool_test.go index 88bc7f80c..fab483383 100644 --- a/internal/apis/storage/validation/bucketpool_test.go +++ b/internal/apis/storage/validation/bucketpool_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: 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/storage/validation/validation_suite_test.go b/internal/apis/storage/validation/validation_suite_test.go index a5c0c5907..c5cc40ab1 100644 --- a/internal/apis/storage/validation/validation_suite_test.go +++ b/internal/apis/storage/validation/validation_suite_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: 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/storage/validation/volume.go b/internal/apis/storage/validation/volume.go index aaa21db59..75eefaed1 100644 --- a/internal/apis/storage/validation/volume.go +++ b/internal/apis/storage/validation/volume.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/storage/validation/volume_test.go b/internal/apis/storage/validation/volume_test.go index 4fc25283d..76567f768 100644 --- a/internal/apis/storage/validation/volume_test.go +++ b/internal/apis/storage/validation/volume_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: 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/storage/validation/volumeclass.go b/internal/apis/storage/validation/volumeclass.go index 520461aad..1e93681b8 100644 --- a/internal/apis/storage/validation/volumeclass.go +++ b/internal/apis/storage/validation/volumeclass.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/storage/validation/volumeclass_test.go b/internal/apis/storage/validation/volumeclass_test.go index 0ec904c5b..bc9383b7c 100644 --- a/internal/apis/storage/validation/volumeclass_test.go +++ b/internal/apis/storage/validation/volumeclass_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: 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/storage/validation/volumepool.go b/internal/apis/storage/validation/volumepool.go index 82a267bc3..ffddc85d8 100644 --- a/internal/apis/storage/validation/volumepool.go +++ b/internal/apis/storage/validation/volumepool.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/storage/validation/volumepool_test.go b/internal/apis/storage/validation/volumepool_test.go index 3caf39b5a..0931eca39 100644 --- a/internal/apis/storage/validation/volumepool_test.go +++ b/internal/apis/storage/validation/volumepool_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: 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/storage/validation/volumetemplate.go b/internal/apis/storage/validation/volumetemplate.go index 3befdc3c6..814753769 100644 --- a/internal/apis/storage/validation/volumetemplate.go +++ b/internal/apis/storage/validation/volumetemplate.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/internal/apis/storage/validation/volumetemplate_test.go b/internal/apis/storage/validation/volumetemplate_test.go index e529ff5c0..5f939b2fd 100644 --- a/internal/apis/storage/validation/volumetemplate_test.go +++ b/internal/apis/storage/validation/volumetemplate_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: 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/storage/volume_types.go b/internal/apis/storage/volume_types.go index a506555a9..9b12f60b4 100644 --- a/internal/apis/storage/volume_types.go +++ b/internal/apis/storage/volume_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/apis/storage/volumeclass_types.go b/internal/apis/storage/volumeclass_types.go index af52f0f08..dd094448c 100644 --- a/internal/apis/storage/volumeclass_types.go +++ b/internal/apis/storage/volumeclass_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/apis/storage/volumepool_types.go b/internal/apis/storage/volumepool_types.go index 022e730d1..06def7153 100644 --- a/internal/apis/storage/volumepool_types.go +++ b/internal/apis/storage/volumepool_types.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/apis/storage/zz_generated.deepcopy.go b/internal/apis/storage/zz_generated.deepcopy.go index 9ccb2c7eb..f27d9ffd5 100644 --- a/internal/apis/storage/zz_generated.deepcopy.go +++ b/internal/apis/storage/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 72c259786..6e0710613 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: 2023 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 9a5842cb7..e5417cba1 100644 --- a/internal/app/apiserver/apiserver.go +++ b/internal/app/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: 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 2bc5ce6b2..07349b0f7 100644 --- a/internal/app/app_suite_test.go +++ b/internal/app/app_suite_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package app_test diff --git a/internal/app/compute_test.go b/internal/app/compute_test.go index 4cd0fdf5f..47e654700 100644 --- a/internal/app/compute_test.go +++ b/internal/app/compute_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: 2023 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 78d43b97f..95e9251d1 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/app/storage_test.go b/internal/app/storage_test.go index 621bb3934..5980d9202 100644 --- a/internal/app/storage_test.go +++ b/internal/app/storage_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: 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/compute/machine.go b/internal/client/compute/machine.go index 7be4ac12a..e93be48ad 100644 --- a/internal/client/compute/machine.go +++ b/internal/client/compute/machine.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 compute diff --git a/internal/client/compute/machinepool.go b/internal/client/compute/machinepool.go index 3ee547fee..732d5d6ad 100644 --- a/internal/client/compute/machinepool.go +++ b/internal/client/compute/machinepool.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 compute diff --git a/internal/client/ipam/prefix.go b/internal/client/ipam/prefix.go index 17063e283..24e78b672 100644 --- a/internal/client/ipam/prefix.go +++ b/internal/client/ipam/prefix.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 ipam diff --git a/internal/client/ipam/prefixallocation.go b/internal/client/ipam/prefixallocation.go index 8c2589ecc..71da9519a 100644 --- a/internal/client/ipam/prefixallocation.go +++ b/internal/client/ipam/prefixallocation.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 ipam diff --git a/internal/client/networking/loadbalancer.go b/internal/client/networking/loadbalancer.go index 12b0a648e..85e51a70d 100644 --- a/internal/client/networking/loadbalancer.go +++ b/internal/client/networking/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 networking diff --git a/internal/client/networking/natgateway.go b/internal/client/networking/natgateway.go index 707b8c225..a264e1f16 100644 --- a/internal/client/networking/natgateway.go +++ b/internal/client/networking/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 networking diff --git a/internal/client/networking/networkinterface.go b/internal/client/networking/networkinterface.go index 34ef13604..0cf9e52e2 100644 --- a/internal/client/networking/networkinterface.go +++ b/internal/client/networking/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 networking diff --git a/internal/client/storage/bucket.go b/internal/client/storage/bucket.go index d4180d4f9..bb6229d9b 100644 --- a/internal/client/storage/bucket.go +++ b/internal/client/storage/bucket.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 storage diff --git a/internal/client/storage/bucketpool.go b/internal/client/storage/bucketpool.go index 646c9612d..0e8ec3bd2 100644 --- a/internal/client/storage/bucketpool.go +++ b/internal/client/storage/bucketpool.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 storage diff --git a/internal/client/storage/volume.go b/internal/client/storage/volume.go index 7bbc079ec..b7752648c 100644 --- a/internal/client/storage/volume.go +++ b/internal/client/storage/volume.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 storage diff --git a/internal/client/storage/volumepool.go b/internal/client/storage/volumepool.go index 561ac3fb9..3932b505c 100644 --- a/internal/client/storage/volumepool.go +++ b/internal/client/storage/volumepool.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 storage diff --git a/internal/controllers/compute/machine_ephemeralnetworkinterface_controller.go b/internal/controllers/compute/machine_ephemeralnetworkinterface_controller.go index 4e9857caf..c63b0495e 100644 --- a/internal/controllers/compute/machine_ephemeralnetworkinterface_controller.go +++ b/internal/controllers/compute/machine_ephemeralnetworkinterface_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 compute diff --git a/internal/controllers/compute/machine_ephemeralnetworkinterface_controller_test.go b/internal/controllers/compute/machine_ephemeralnetworkinterface_controller_test.go index b65c084e5..080611ab8 100644 --- a/internal/controllers/compute/machine_ephemeralnetworkinterface_controller_test.go +++ b/internal/controllers/compute/machine_ephemeralnetworkinterface_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2021 IronCore authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions 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 compute diff --git a/internal/controllers/compute/machine_ephemeralvolume_controller.go b/internal/controllers/compute/machine_ephemeralvolume_controller.go index 510966fce..3f90aaa69 100644 --- a/internal/controllers/compute/machine_ephemeralvolume_controller.go +++ b/internal/controllers/compute/machine_ephemeralvolume_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 compute diff --git a/internal/controllers/compute/machine_ephemeralvolume_controller_test.go b/internal/controllers/compute/machine_ephemeralvolume_controller_test.go index ab0d11899..bace486be 100644 --- a/internal/controllers/compute/machine_ephemeralvolume_controller_test.go +++ b/internal/controllers/compute/machine_ephemeralvolume_controller_test.go @@ -1,16 +1,5 @@ -// Copyright 2021 IronCore authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions 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 compute diff --git a/internal/controllers/compute/machine_scheduler.go b/internal/controllers/compute/machine_scheduler.go index 961b96011..4ab7c3e16 100644 --- a/internal/controllers/compute/machine_scheduler.go +++ b/internal/controllers/compute/machine_scheduler.go @@ -1,16 +1,5 @@ -// Copyright 2021 IronCore authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions 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 compute diff --git a/internal/controllers/compute/machine_scheduler_test.go b/internal/controllers/compute/machine_scheduler_test.go index 7cfbaacbd..4df5c558b 100644 --- a/internal/controllers/compute/machine_scheduler_test.go +++ b/internal/controllers/compute/machine_scheduler_test.go @@ -1,16 +1,5 @@ -// Copyright 2021 IronCore authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions 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 compute diff --git a/internal/controllers/compute/machineclass_controller.go b/internal/controllers/compute/machineclass_controller.go index e8955a914..ab80ec0d6 100644 --- a/internal/controllers/compute/machineclass_controller.go +++ b/internal/controllers/compute/machineclass_controller.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package compute diff --git a/internal/controllers/compute/machineclass_controller_test.go b/internal/controllers/compute/machineclass_controller_test.go index 47c1bac77..85a083a0f 100644 --- a/internal/controllers/compute/machineclass_controller_test.go +++ b/internal/controllers/compute/machineclass_controller_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package compute diff --git a/internal/controllers/compute/scheduler/cache.go b/internal/controllers/compute/scheduler/cache.go index 618d9fc01..544a55c9d 100644 --- a/internal/controllers/compute/scheduler/cache.go +++ b/internal/controllers/compute/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/compute/suite_test.go b/internal/controllers/compute/suite_test.go index c259bdded..4430ee8aa 100644 --- a/internal/controllers/compute/suite_test.go +++ b/internal/controllers/compute/suite_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package compute import ( diff --git a/internal/controllers/core/certificate/compute/compute.go b/internal/controllers/core/certificate/compute/compute.go index 1bd4b7c3c..2516f93e0 100644 --- a/internal/controllers/core/certificate/compute/compute.go +++ b/internal/controllers/core/certificate/compute/compute.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 compute diff --git a/internal/controllers/core/certificate/compute/machinepool.go b/internal/controllers/core/certificate/compute/machinepool.go index c4695899d..d1ac31039 100644 --- a/internal/controllers/core/certificate/compute/machinepool.go +++ b/internal/controllers/core/certificate/compute/machinepool.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 compute diff --git a/internal/controllers/core/certificate/generic/certificate.go b/internal/controllers/core/certificate/generic/certificate.go index 0f64f8964..07c41f7d3 100644 --- a/internal/controllers/core/certificate/generic/certificate.go +++ b/internal/controllers/core/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/core/certificate/ironcore/onmetal.go b/internal/controllers/core/certificate/ironcore/onmetal.go index 827f8bc1e..cd2dbf960 100644 --- a/internal/controllers/core/certificate/ironcore/onmetal.go +++ b/internal/controllers/core/certificate/ironcore/onmetal.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 ironcore diff --git a/internal/controllers/core/certificate/networking/networking.go b/internal/controllers/core/certificate/networking/networking.go index d0abdc292..59053c166 100644 --- a/internal/controllers/core/certificate/networking/networking.go +++ b/internal/controllers/core/certificate/networking/networking.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 networking diff --git a/internal/controllers/core/certificate/networking/networkplugin.go b/internal/controllers/core/certificate/networking/networkplugin.go index 771c3ebdc..388d21d4e 100644 --- a/internal/controllers/core/certificate/networking/networkplugin.go +++ b/internal/controllers/core/certificate/networking/networkplugin.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 networking diff --git a/internal/controllers/core/certificate/storage/bucketpool.go b/internal/controllers/core/certificate/storage/bucketpool.go index 1e1f02d94..8d48988f7 100644 --- a/internal/controllers/core/certificate/storage/bucketpool.go +++ b/internal/controllers/core/certificate/storage/bucketpool.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 storage diff --git a/internal/controllers/core/certificate/storage/storage.go b/internal/controllers/core/certificate/storage/storage.go index 28b724587..ffe72b074 100644 --- a/internal/controllers/core/certificate/storage/storage.go +++ b/internal/controllers/core/certificate/storage/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 storage diff --git a/internal/controllers/core/certificate/storage/volumepool.go b/internal/controllers/core/certificate/storage/volumepool.go index efcf2fa1f..77dc12f14 100644 --- a/internal/controllers/core/certificate/storage/volumepool.go +++ b/internal/controllers/core/certificate/storage/volumepool.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 storage diff --git a/internal/controllers/core/certificateapproval_controller.go b/internal/controllers/core/certificateapproval_controller.go index 7efb0c69f..40d18574a 100644 --- a/internal/controllers/core/certificateapproval_controller.go +++ b/internal/controllers/core/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 core diff --git a/internal/controllers/core/certificateapproval_test.go b/internal/controllers/core/certificateapproval_test.go index 418d9e41d..2ffd75f26 100644 --- a/internal/controllers/core/certificateapproval_test.go +++ b/internal/controllers/core/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 core_test diff --git a/internal/controllers/core/core_suite_test.go b/internal/controllers/core/core_suite_test.go index 4ec5cfb75..933b907fe 100644 --- a/internal/controllers/core/core_suite_test.go +++ b/internal/controllers/core/core_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 core_test diff --git a/internal/controllers/core/quota.go b/internal/controllers/core/quota.go index d19538753..1b3ac5588 100644 --- a/internal/controllers/core/quota.go +++ b/internal/controllers/core/quota.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/controllers/core/quota/compute/compute.go b/internal/controllers/core/quota/compute/compute.go index 209a51e3d..f76b96060 100644 --- a/internal/controllers/core/quota/compute/compute.go +++ b/internal/controllers/core/quota/compute/compute.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 compute diff --git a/internal/controllers/core/quota/generic/generic.go b/internal/controllers/core/quota/generic/generic.go index 06639c94c..0758e3de1 100644 --- a/internal/controllers/core/quota/generic/generic.go +++ b/internal/controllers/core/quota/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/internal/controllers/core/quota/generic/replenish_controller.go b/internal/controllers/core/quota/generic/replenish_controller.go index 8f4a9049e..374619882 100644 --- a/internal/controllers/core/quota/generic/replenish_controller.go +++ b/internal/controllers/core/quota/generic/replenish_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 generic diff --git a/internal/controllers/core/quota/ironcore/onmetal.go b/internal/controllers/core/quota/ironcore/onmetal.go index 9865dbb85..dbb08eb5c 100644 --- a/internal/controllers/core/quota/ironcore/onmetal.go +++ b/internal/controllers/core/quota/ironcore/onmetal.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 ironcore diff --git a/internal/controllers/core/quota/storage/storage.go b/internal/controllers/core/quota/storage/storage.go index 957fa938e..63ea6a1e7 100644 --- a/internal/controllers/core/quota/storage/storage.go +++ b/internal/controllers/core/quota/storage/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 storage diff --git a/internal/controllers/core/resourcequota_controller.go b/internal/controllers/core/resourcequota_controller.go index 14eb3427e..dfa4fffb3 100644 --- a/internal/controllers/core/resourcequota_controller.go +++ b/internal/controllers/core/resourcequota_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 core diff --git a/internal/controllers/core/resourcequota_test.go b/internal/controllers/core/resourcequota_test.go index 630495e3d..50ad2e789 100644 --- a/internal/controllers/core/resourcequota_test.go +++ b/internal/controllers/core/resourcequota_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 core_test diff --git a/internal/controllers/ipam/prefix_controller.go b/internal/controllers/ipam/prefix_controller.go index 0039b8433..06b2522b4 100644 --- a/internal/controllers/ipam/prefix_controller.go +++ b/internal/controllers/ipam/prefix_controller.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ipam diff --git a/internal/controllers/ipam/prefix_controller_test.go b/internal/controllers/ipam/prefix_controller_test.go index f18a5ab31..8ba794c2d 100644 --- a/internal/controllers/ipam/prefix_controller_test.go +++ b/internal/controllers/ipam/prefix_controller_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ipam import ( diff --git a/internal/controllers/ipam/prefixallocationscheduler_controller.go b/internal/controllers/ipam/prefixallocationscheduler_controller.go index 0f04034fc..6e1d06a05 100644 --- a/internal/controllers/ipam/prefixallocationscheduler_controller.go +++ b/internal/controllers/ipam/prefixallocationscheduler_controller.go @@ -1,16 +1,5 @@ -// Copyright 2021 IronCore authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions 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 ipam diff --git a/internal/controllers/ipam/suite_test.go b/internal/controllers/ipam/suite_test.go index 82a9e068c..4c6c39847 100644 --- a/internal/controllers/ipam/suite_test.go +++ b/internal/controllers/ipam/suite_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package ipam import ( diff --git a/internal/controllers/networking/loadbalancer_controller.go b/internal/controllers/networking/loadbalancer_controller.go index f514a6394..b9244513d 100644 --- a/internal/controllers/networking/loadbalancer_controller.go +++ b/internal/controllers/networking/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networking diff --git a/internal/controllers/networking/loadbalancer_controller_test.go b/internal/controllers/networking/loadbalancer_controller_test.go index 295139eb5..74a6fcbcb 100644 --- a/internal/controllers/networking/loadbalancer_controller_test.go +++ b/internal/controllers/networking/loadbalancer_controller_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networking import ( diff --git a/internal/controllers/networking/loadbalancer_ephemeralprefix_controller.go b/internal/controllers/networking/loadbalancer_ephemeralprefix_controller.go index 4573dfd4f..b837c4ee2 100644 --- a/internal/controllers/networking/loadbalancer_ephemeralprefix_controller.go +++ b/internal/controllers/networking/loadbalancer_ephemeralprefix_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 networking diff --git a/internal/controllers/networking/loadbalancer_ephemeralprefix_controller_test.go b/internal/controllers/networking/loadbalancer_ephemeralprefix_controller_test.go index e46691be2..5e13deb87 100644 --- a/internal/controllers/networking/loadbalancer_ephemeralprefix_controller_test.go +++ b/internal/controllers/networking/loadbalancer_ephemeralprefix_controller_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networking import ( diff --git a/internal/controllers/networking/network_protection_controller.go b/internal/controllers/networking/network_protection_controller.go index 335df3857..9c1cf267d 100644 --- a/internal/controllers/networking/network_protection_controller.go +++ b/internal/controllers/networking/network_protection_controller.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 package networking diff --git a/internal/controllers/networking/network_protection_controller_test.go b/internal/controllers/networking/network_protection_controller_test.go index 46f310bff..3d2c9dd1f 100644 --- a/internal/controllers/networking/network_protection_controller_test.go +++ b/internal/controllers/networking/network_protection_controller_test.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 package networking diff --git a/internal/controllers/networking/network_release_controller.go b/internal/controllers/networking/network_release_controller.go index 0177eb68a..b896870f8 100644 --- a/internal/controllers/networking/network_release_controller.go +++ b/internal/controllers/networking/network_release_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 networking diff --git a/internal/controllers/networking/network_release_controller_test.go b/internal/controllers/networking/network_release_controller_test.go index 3b5a66d9d..d906d3dfd 100644 --- a/internal/controllers/networking/network_release_controller_test.go +++ b/internal/controllers/networking/network_release_controller_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networking import ( diff --git a/internal/controllers/networking/networkinterface_ephemeralprefix_controller.go b/internal/controllers/networking/networkinterface_ephemeralprefix_controller.go index b2a1c3c31..c7d5fd036 100644 --- a/internal/controllers/networking/networkinterface_ephemeralprefix_controller.go +++ b/internal/controllers/networking/networkinterface_ephemeralprefix_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 networking diff --git a/internal/controllers/networking/networkinterface_ephemeralprefix_controller_test.go b/internal/controllers/networking/networkinterface_ephemeralprefix_controller_test.go index 35759e7f0..f0c1c514f 100644 --- a/internal/controllers/networking/networkinterface_ephemeralprefix_controller_test.go +++ b/internal/controllers/networking/networkinterface_ephemeralprefix_controller_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networking import ( diff --git a/internal/controllers/networking/networkinterface_ephemeralvirtualip_controller.go b/internal/controllers/networking/networkinterface_ephemeralvirtualip_controller.go index a8432853c..a18bd405d 100644 --- a/internal/controllers/networking/networkinterface_ephemeralvirtualip_controller.go +++ b/internal/controllers/networking/networkinterface_ephemeralvirtualip_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 networking diff --git a/internal/controllers/networking/networkinterface_ephemeralvirtualip_controller_test.go b/internal/controllers/networking/networkinterface_ephemeralvirtualip_controller_test.go index 9cc8e5f8c..0bab555a2 100644 --- a/internal/controllers/networking/networkinterface_ephemeralvirtualip_controller_test.go +++ b/internal/controllers/networking/networkinterface_ephemeralvirtualip_controller_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networking import ( diff --git a/internal/controllers/networking/networkinterface_release_controller.go b/internal/controllers/networking/networkinterface_release_controller.go index a13e110ae..0f9f55769 100644 --- a/internal/controllers/networking/networkinterface_release_controller.go +++ b/internal/controllers/networking/networkinterface_release_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 networking diff --git a/internal/controllers/networking/networkinterface_release_controller_test.go b/internal/controllers/networking/networkinterface_release_controller_test.go index d5b6343e9..11c989890 100644 --- a/internal/controllers/networking/networkinterface_release_controller_test.go +++ b/internal/controllers/networking/networkinterface_release_controller_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networking import ( diff --git a/internal/controllers/networking/suite_test.go b/internal/controllers/networking/suite_test.go index 0ccefe6a5..68747400d 100644 --- a/internal/controllers/networking/suite_test.go +++ b/internal/controllers/networking/suite_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networking import ( diff --git a/internal/controllers/networking/virtualip_release_controller.go b/internal/controllers/networking/virtualip_release_controller.go index 07de8ab7e..d84851d0f 100644 --- a/internal/controllers/networking/virtualip_release_controller.go +++ b/internal/controllers/networking/virtualip_release_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 networking diff --git a/internal/controllers/networking/virtualip_release_controller_test.go b/internal/controllers/networking/virtualip_release_controller_test.go index dd2358edf..96a67eb27 100644 --- a/internal/controllers/networking/virtualip_release_controller_test.go +++ b/internal/controllers/networking/virtualip_release_controller_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networking import ( diff --git a/internal/controllers/storage/bucket_scheduler.go b/internal/controllers/storage/bucket_scheduler.go index e089b12bc..6db103e79 100644 --- a/internal/controllers/storage/bucket_scheduler.go +++ b/internal/controllers/storage/bucket_scheduler.go @@ -1,16 +1,5 @@ -// Copyright 2021 IronCore authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions 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 storage diff --git a/internal/controllers/storage/bucket_scheduler_test.go b/internal/controllers/storage/bucket_scheduler_test.go index f4cea9032..89e78d253 100644 --- a/internal/controllers/storage/bucket_scheduler_test.go +++ b/internal/controllers/storage/bucket_scheduler_test.go @@ -1,16 +1,5 @@ -// Copyright 2021 IronCore authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions 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 storage diff --git a/internal/controllers/storage/bucketclass_controller.go b/internal/controllers/storage/bucketclass_controller.go index 1fd220792..07ee42a56 100644 --- a/internal/controllers/storage/bucketclass_controller.go +++ b/internal/controllers/storage/bucketclass_controller.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/controllers/storage/bucketclass_controller_test.go b/internal/controllers/storage/bucketclass_controller_test.go index 421709176..e9b1fbdc1 100644 --- a/internal/controllers/storage/bucketclass_controller_test.go +++ b/internal/controllers/storage/bucketclass_controller_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/controllers/storage/scheduler/cache.go b/internal/controllers/storage/scheduler/cache.go index 59a66c4d2..9072913f4 100644 --- a/internal/controllers/storage/scheduler/cache.go +++ b/internal/controllers/storage/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/storage/suite_test.go b/internal/controllers/storage/suite_test.go index a636ff8ae..6c67304a8 100644 --- a/internal/controllers/storage/suite_test.go +++ b/internal/controllers/storage/suite_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/controllers/storage/volume_release_controller.go b/internal/controllers/storage/volume_release_controller.go index 0d3a55d72..fad51f153 100644 --- a/internal/controllers/storage/volume_release_controller.go +++ b/internal/controllers/storage/volume_release_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 storage diff --git a/internal/controllers/storage/volume_release_controller_test.go b/internal/controllers/storage/volume_release_controller_test.go index b300f97e6..0b4a8e3dd 100644 --- a/internal/controllers/storage/volume_release_controller_test.go +++ b/internal/controllers/storage/volume_release_controller_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage import ( diff --git a/internal/controllers/storage/volume_scheduler.go b/internal/controllers/storage/volume_scheduler.go index 737468e90..33ba84f7c 100644 --- a/internal/controllers/storage/volume_scheduler.go +++ b/internal/controllers/storage/volume_scheduler.go @@ -1,16 +1,5 @@ -// Copyright 2021 IronCore authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions 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 storage diff --git a/internal/controllers/storage/volume_scheduler_test.go b/internal/controllers/storage/volume_scheduler_test.go index 50a4e3ec9..4320ea78d 100644 --- a/internal/controllers/storage/volume_scheduler_test.go +++ b/internal/controllers/storage/volume_scheduler_test.go @@ -1,16 +1,5 @@ -// Copyright 2021 IronCore authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions 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 storage diff --git a/internal/controllers/storage/volumeclass_controller.go b/internal/controllers/storage/volumeclass_controller.go index 6022f4a92..8879f66f4 100644 --- a/internal/controllers/storage/volumeclass_controller.go +++ b/internal/controllers/storage/volumeclass_controller.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/controllers/storage/volumeclass_controller_test.go b/internal/controllers/storage/volumeclass_controller_test.go index 6cb780bcc..638dbc3fd 100644 --- a/internal/controllers/storage/volumeclass_controller_test.go +++ b/internal/controllers/storage/volumeclass_controller_test.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/machinepoollet/client/connectioninfo.go b/internal/machinepoollet/client/connectioninfo.go index 87f176bdf..7cba61e74 100644 --- a/internal/machinepoollet/client/connectioninfo.go +++ b/internal/machinepoollet/client/connectioninfo.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package client diff --git a/internal/quota/evaluator/compute/compute.go b/internal/quota/evaluator/compute/compute.go index 50d681240..6f6f7385d 100644 --- a/internal/quota/evaluator/compute/compute.go +++ b/internal/quota/evaluator/compute/compute.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 compute diff --git a/internal/quota/evaluator/compute/machine.go b/internal/quota/evaluator/compute/machine.go index 1648386df..3304c5254 100644 --- a/internal/quota/evaluator/compute/machine.go +++ b/internal/quota/evaluator/compute/machine.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 compute diff --git a/internal/quota/evaluator/generic/generic.go b/internal/quota/evaluator/generic/generic.go index 2683e871d..22f933bad 100644 --- a/internal/quota/evaluator/generic/generic.go +++ b/internal/quota/evaluator/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/internal/quota/evaluator/ironcore/onmetal.go b/internal/quota/evaluator/ironcore/onmetal.go index b17604b11..6fbe51fe9 100644 --- a/internal/quota/evaluator/ironcore/onmetal.go +++ b/internal/quota/evaluator/ironcore/onmetal.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 ironcore diff --git a/internal/quota/evaluator/storage/bucket.go b/internal/quota/evaluator/storage/bucket.go index fca5de052..170248659 100644 --- a/internal/quota/evaluator/storage/bucket.go +++ b/internal/quota/evaluator/storage/bucket.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 storage diff --git a/internal/quota/evaluator/storage/storage.go b/internal/quota/evaluator/storage/storage.go index ee6dd76c0..73def6045 100644 --- a/internal/quota/evaluator/storage/storage.go +++ b/internal/quota/evaluator/storage/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 storage diff --git a/internal/quota/evaluator/storage/volume.go b/internal/quota/evaluator/storage/volume.go index 5cf3b4d82..8621fe38a 100644 --- a/internal/quota/evaluator/storage/volume.go +++ b/internal/quota/evaluator/storage/volume.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 storage diff --git a/internal/registry/compute/machine/storage/storage.go b/internal/registry/compute/machine/storage/storage.go index 86570c8cf..7f4606243 100644 --- a/internal/registry/compute/machine/storage/storage.go +++ b/internal/registry/compute/machine/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/compute/machine/storage/tableconvertor.go b/internal/registry/compute/machine/storage/tableconvertor.go index 76df23b0c..6dd868bce 100644 --- a/internal/registry/compute/machine/storage/tableconvertor.go +++ b/internal/registry/compute/machine/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/compute/machine/strategy.go b/internal/registry/compute/machine/strategy.go index 2fbf95601..f5a62dcab 100644 --- a/internal/registry/compute/machine/strategy.go +++ b/internal/registry/compute/machine/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package machine diff --git a/internal/registry/compute/machineclass/storage/storage.go b/internal/registry/compute/machineclass/storage/storage.go index fb7546934..c49610e38 100644 --- a/internal/registry/compute/machineclass/storage/storage.go +++ b/internal/registry/compute/machineclass/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/compute/machineclass/storage/tableconvertor.go b/internal/registry/compute/machineclass/storage/tableconvertor.go index 4001ab241..3add5e823 100644 --- a/internal/registry/compute/machineclass/storage/tableconvertor.go +++ b/internal/registry/compute/machineclass/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/compute/machineclass/strategy.go b/internal/registry/compute/machineclass/strategy.go index c2fed9faf..1b547a3e7 100644 --- a/internal/registry/compute/machineclass/strategy.go +++ b/internal/registry/compute/machineclass/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package machineclass diff --git a/internal/registry/compute/machinepool/storage/storage.go b/internal/registry/compute/machinepool/storage/storage.go index 31e0e5823..af3d6e7c8 100644 --- a/internal/registry/compute/machinepool/storage/storage.go +++ b/internal/registry/compute/machinepool/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/compute/machinepool/storage/tableconvertor.go b/internal/registry/compute/machinepool/storage/tableconvertor.go index 6b6afd693..9c2b55026 100644 --- a/internal/registry/compute/machinepool/storage/tableconvertor.go +++ b/internal/registry/compute/machinepool/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/compute/machinepool/strategy.go b/internal/registry/compute/machinepool/strategy.go index 51dbce79b..54ff4137f 100644 --- a/internal/registry/compute/machinepool/strategy.go +++ b/internal/registry/compute/machinepool/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package machinepool diff --git a/internal/registry/compute/rest/rest.go b/internal/registry/compute/rest/rest.go index bf54d37c1..604e0518e 100644 --- a/internal/registry/compute/rest/rest.go +++ b/internal/registry/compute/rest/rest.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package rest diff --git a/internal/registry/core/resourcequota/storage/storage.go b/internal/registry/core/resourcequota/storage/storage.go index f741c1641..3c1d1f8d0 100644 --- a/internal/registry/core/resourcequota/storage/storage.go +++ b/internal/registry/core/resourcequota/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/core/resourcequota/storage/tableconvertor.go b/internal/registry/core/resourcequota/storage/tableconvertor.go index 73016c5e6..e9c7ee6c3 100644 --- a/internal/registry/core/resourcequota/storage/tableconvertor.go +++ b/internal/registry/core/resourcequota/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/core/resourcequota/strategy.go b/internal/registry/core/resourcequota/strategy.go index ac70a68bd..2d0aa1aa2 100644 --- a/internal/registry/core/resourcequota/strategy.go +++ b/internal/registry/core/resourcequota/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package resourcequota diff --git a/internal/registry/core/rest/rest.go b/internal/registry/core/rest/rest.go index b234e6067..b13072b7e 100644 --- a/internal/registry/core/rest/rest.go +++ b/internal/registry/core/rest/rest.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package rest diff --git a/internal/registry/ipam/prefix/storage/storage.go b/internal/registry/ipam/prefix/storage/storage.go index 2704942f9..ac8674615 100644 --- a/internal/registry/ipam/prefix/storage/storage.go +++ b/internal/registry/ipam/prefix/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/ipam/prefix/storage/tableconvertor.go b/internal/registry/ipam/prefix/storage/tableconvertor.go index cdfdfd1f6..7c888a071 100644 --- a/internal/registry/ipam/prefix/storage/tableconvertor.go +++ b/internal/registry/ipam/prefix/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/ipam/prefix/strategy.go b/internal/registry/ipam/prefix/strategy.go index 18d8b0a17..b7d214030 100644 --- a/internal/registry/ipam/prefix/strategy.go +++ b/internal/registry/ipam/prefix/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package prefix diff --git a/internal/registry/ipam/prefixallocation/storage/storage.go b/internal/registry/ipam/prefixallocation/storage/storage.go index d58b3ce4b..6ba866e97 100644 --- a/internal/registry/ipam/prefixallocation/storage/storage.go +++ b/internal/registry/ipam/prefixallocation/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/ipam/prefixallocation/storage/tableconvertor.go b/internal/registry/ipam/prefixallocation/storage/tableconvertor.go index d57dda5d4..a46c3a5c3 100644 --- a/internal/registry/ipam/prefixallocation/storage/tableconvertor.go +++ b/internal/registry/ipam/prefixallocation/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/ipam/prefixallocation/strategy.go b/internal/registry/ipam/prefixallocation/strategy.go index 9b40b3b70..b37ed605c 100644 --- a/internal/registry/ipam/prefixallocation/strategy.go +++ b/internal/registry/ipam/prefixallocation/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package prefixallocation diff --git a/internal/registry/ipam/rest/rest.go b/internal/registry/ipam/rest/rest.go index 591044b24..4a4c5fe5f 100644 --- a/internal/registry/ipam/rest/rest.go +++ b/internal/registry/ipam/rest/rest.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package rest diff --git a/internal/registry/networking/loadbalancer/storage/storage.go b/internal/registry/networking/loadbalancer/storage/storage.go index 625a8ee0d..d61b7cd75 100644 --- a/internal/registry/networking/loadbalancer/storage/storage.go +++ b/internal/registry/networking/loadbalancer/storage/storage.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 package storage diff --git a/internal/registry/networking/loadbalancer/storage/tableconvertor.go b/internal/registry/networking/loadbalancer/storage/tableconvertor.go index 8667c38ea..ee7ca3fa4 100644 --- a/internal/registry/networking/loadbalancer/storage/tableconvertor.go +++ b/internal/registry/networking/loadbalancer/storage/tableconvertor.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 package storage diff --git a/internal/registry/networking/loadbalancer/strategy.go b/internal/registry/networking/loadbalancer/strategy.go index 9af225d72..8a6fbbb21 100644 --- a/internal/registry/networking/loadbalancer/strategy.go +++ b/internal/registry/networking/loadbalancer/strategy.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 package loadbalancer diff --git a/internal/registry/networking/loadbalancerrouting/storage/storage.go b/internal/registry/networking/loadbalancerrouting/storage/storage.go index 8da0e1a2a..cf393cd16 100644 --- a/internal/registry/networking/loadbalancerrouting/storage/storage.go +++ b/internal/registry/networking/loadbalancerrouting/storage/storage.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 package storage diff --git a/internal/registry/networking/loadbalancerrouting/storage/tableconvertor.go b/internal/registry/networking/loadbalancerrouting/storage/tableconvertor.go index d1929d1cf..cc1ad2719 100644 --- a/internal/registry/networking/loadbalancerrouting/storage/tableconvertor.go +++ b/internal/registry/networking/loadbalancerrouting/storage/tableconvertor.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 package storage diff --git a/internal/registry/networking/loadbalancerrouting/strategy.go b/internal/registry/networking/loadbalancerrouting/strategy.go index 455cf14fa..83fcbbc8f 100644 --- a/internal/registry/networking/loadbalancerrouting/strategy.go +++ b/internal/registry/networking/loadbalancerrouting/strategy.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 package loadbalancerrouting diff --git a/internal/registry/networking/natgateway/storage/storage.go b/internal/registry/networking/natgateway/storage/storage.go index 617d514fd..a06a061b5 100644 --- a/internal/registry/networking/natgateway/storage/storage.go +++ b/internal/registry/networking/natgateway/storage/storage.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 package storage diff --git a/internal/registry/networking/natgateway/storage/tableconvertor.go b/internal/registry/networking/natgateway/storage/tableconvertor.go index a7b472765..9a7b251dc 100644 --- a/internal/registry/networking/natgateway/storage/tableconvertor.go +++ b/internal/registry/networking/natgateway/storage/tableconvertor.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 package storage diff --git a/internal/registry/networking/natgateway/strategy.go b/internal/registry/networking/natgateway/strategy.go index f11fefa1e..7f5e72f05 100644 --- a/internal/registry/networking/natgateway/strategy.go +++ b/internal/registry/networking/natgateway/strategy.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 package natgateway diff --git a/internal/registry/networking/network/storage/storage.go b/internal/registry/networking/network/storage/storage.go index 24ddc2fba..ccf54c939 100644 --- a/internal/registry/networking/network/storage/storage.go +++ b/internal/registry/networking/network/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/networking/network/storage/tableconvertor.go b/internal/registry/networking/network/storage/tableconvertor.go index c8aa03a85..af92f596a 100644 --- a/internal/registry/networking/network/storage/tableconvertor.go +++ b/internal/registry/networking/network/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/networking/network/strategy.go b/internal/registry/networking/network/strategy.go index 8c50959bf..c1f7aee22 100644 --- a/internal/registry/networking/network/strategy.go +++ b/internal/registry/networking/network/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package network diff --git a/internal/registry/networking/networkinterface/storage/storage.go b/internal/registry/networking/networkinterface/storage/storage.go index a8e4d7d83..c8113f597 100644 --- a/internal/registry/networking/networkinterface/storage/storage.go +++ b/internal/registry/networking/networkinterface/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/networking/networkinterface/storage/tableconvertor.go b/internal/registry/networking/networkinterface/storage/tableconvertor.go index cb331c3d6..e9892a295 100644 --- a/internal/registry/networking/networkinterface/storage/tableconvertor.go +++ b/internal/registry/networking/networkinterface/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/networking/networkinterface/strategy.go b/internal/registry/networking/networkinterface/strategy.go index f4a5b6f36..29ab653f7 100644 --- a/internal/registry/networking/networkinterface/strategy.go +++ b/internal/registry/networking/networkinterface/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package networkinterface diff --git a/internal/registry/networking/networkpolicy/storage/storage.go b/internal/registry/networking/networkpolicy/storage/storage.go index 6c148f061..79b2382b1 100644 --- a/internal/registry/networking/networkpolicy/storage/storage.go +++ b/internal/registry/networking/networkpolicy/storage/storage.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 package storage diff --git a/internal/registry/networking/networkpolicy/storage/tableconvertor.go b/internal/registry/networking/networkpolicy/storage/tableconvertor.go index 20b206ecb..5649233fe 100644 --- a/internal/registry/networking/networkpolicy/storage/tableconvertor.go +++ b/internal/registry/networking/networkpolicy/storage/tableconvertor.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 package storage diff --git a/internal/registry/networking/networkpolicy/strategy.go b/internal/registry/networking/networkpolicy/strategy.go index 8ae36657a..98423fa5d 100644 --- a/internal/registry/networking/networkpolicy/strategy.go +++ b/internal/registry/networking/networkpolicy/strategy.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 package networkpolicy diff --git a/internal/registry/networking/rest/rest.go b/internal/registry/networking/rest/rest.go index 36d6e3163..e07292cf2 100644 --- a/internal/registry/networking/rest/rest.go +++ b/internal/registry/networking/rest/rest.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package rest diff --git a/internal/registry/networking/virtualip/storage/storage.go b/internal/registry/networking/virtualip/storage/storage.go index a32067e1e..7971bfff6 100644 --- a/internal/registry/networking/virtualip/storage/storage.go +++ b/internal/registry/networking/virtualip/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/networking/virtualip/storage/tableconvertor.go b/internal/registry/networking/virtualip/storage/tableconvertor.go index fe18cd119..a0783280f 100644 --- a/internal/registry/networking/virtualip/storage/tableconvertor.go +++ b/internal/registry/networking/virtualip/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/networking/virtualip/strategy.go b/internal/registry/networking/virtualip/strategy.go index 9f0aba7e3..996ac517b 100644 --- a/internal/registry/networking/virtualip/strategy.go +++ b/internal/registry/networking/virtualip/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package virtualip diff --git a/internal/registry/storage/bucket/storage/storage.go b/internal/registry/storage/bucket/storage/storage.go index 15935d85e..2ec5eb309 100644 --- a/internal/registry/storage/bucket/storage/storage.go +++ b/internal/registry/storage/bucket/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/storage/bucket/storage/tableconvertor.go b/internal/registry/storage/bucket/storage/tableconvertor.go index 891e0b98e..e87a56295 100644 --- a/internal/registry/storage/bucket/storage/tableconvertor.go +++ b/internal/registry/storage/bucket/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/storage/bucket/strategy.go b/internal/registry/storage/bucket/strategy.go index 090d11046..3b7325b28 100644 --- a/internal/registry/storage/bucket/strategy.go +++ b/internal/registry/storage/bucket/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package bucket diff --git a/internal/registry/storage/bucketclass/storage/storage.go b/internal/registry/storage/bucketclass/storage/storage.go index e031cff88..91c6a34a1 100644 --- a/internal/registry/storage/bucketclass/storage/storage.go +++ b/internal/registry/storage/bucketclass/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/storage/bucketclass/storage/tableconvertor.go b/internal/registry/storage/bucketclass/storage/tableconvertor.go index 5bbe95c5c..7ed0562f6 100644 --- a/internal/registry/storage/bucketclass/storage/tableconvertor.go +++ b/internal/registry/storage/bucketclass/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/storage/bucketclass/strategy.go b/internal/registry/storage/bucketclass/strategy.go index 213484774..fef01cbbe 100644 --- a/internal/registry/storage/bucketclass/strategy.go +++ b/internal/registry/storage/bucketclass/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package bucketclass diff --git a/internal/registry/storage/bucketpool/storage/storage.go b/internal/registry/storage/bucketpool/storage/storage.go index 157c767e2..f8ca34f33 100644 --- a/internal/registry/storage/bucketpool/storage/storage.go +++ b/internal/registry/storage/bucketpool/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/storage/bucketpool/storage/tableconvertor.go b/internal/registry/storage/bucketpool/storage/tableconvertor.go index 6e5dba98a..e7c1220c8 100644 --- a/internal/registry/storage/bucketpool/storage/tableconvertor.go +++ b/internal/registry/storage/bucketpool/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/storage/bucketpool/strategy.go b/internal/registry/storage/bucketpool/strategy.go index 1ef031a2e..1ad9cdc24 100644 --- a/internal/registry/storage/bucketpool/strategy.go +++ b/internal/registry/storage/bucketpool/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package bucketpool diff --git a/internal/registry/storage/rest/rest.go b/internal/registry/storage/rest/rest.go index a8d3f8957..03a477328 100644 --- a/internal/registry/storage/rest/rest.go +++ b/internal/registry/storage/rest/rest.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package rest diff --git a/internal/registry/storage/volume/storage/storage.go b/internal/registry/storage/volume/storage/storage.go index 4121a6d86..2d659b9cb 100644 --- a/internal/registry/storage/volume/storage/storage.go +++ b/internal/registry/storage/volume/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/storage/volume/storage/tableconvertor.go b/internal/registry/storage/volume/storage/tableconvertor.go index eac5ad5a0..2f71614c1 100644 --- a/internal/registry/storage/volume/storage/tableconvertor.go +++ b/internal/registry/storage/volume/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/storage/volume/strategy.go b/internal/registry/storage/volume/strategy.go index 11073af1d..280c59a22 100644 --- a/internal/registry/storage/volume/strategy.go +++ b/internal/registry/storage/volume/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package volume diff --git a/internal/registry/storage/volumeclass/storage/storage.go b/internal/registry/storage/volumeclass/storage/storage.go index 9c3041a7f..18d895b68 100644 --- a/internal/registry/storage/volumeclass/storage/storage.go +++ b/internal/registry/storage/volumeclass/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/storage/volumeclass/storage/tableconvertor.go b/internal/registry/storage/volumeclass/storage/tableconvertor.go index ad121907f..ada4ae332 100644 --- a/internal/registry/storage/volumeclass/storage/tableconvertor.go +++ b/internal/registry/storage/volumeclass/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/storage/volumeclass/strategy.go b/internal/registry/storage/volumeclass/strategy.go index 8ce34a14d..98d7e0537 100644 --- a/internal/registry/storage/volumeclass/strategy.go +++ b/internal/registry/storage/volumeclass/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package volumeclass diff --git a/internal/registry/storage/volumepool/storage/storage.go b/internal/registry/storage/volumepool/storage/storage.go index 3068f5e08..ad358c798 100644 --- a/internal/registry/storage/volumepool/storage/storage.go +++ b/internal/registry/storage/volumepool/storage/storage.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/storage/volumepool/storage/tableconvertor.go b/internal/registry/storage/volumepool/storage/tableconvertor.go index 1a933e6a8..3a893e032 100644 --- a/internal/registry/storage/volumepool/storage/tableconvertor.go +++ b/internal/registry/storage/volumepool/storage/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package storage diff --git a/internal/registry/storage/volumepool/strategy.go b/internal/registry/storage/volumepool/strategy.go index 46cd1ce1c..c700cfd86 100644 --- a/internal/registry/storage/volumepool/strategy.go +++ b/internal/registry/storage/volumepool/strategy.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package volumepool diff --git a/internal/serializer/serializer.go b/internal/serializer/serializer.go index 1b0ed4bec..202ce8816 100644 --- a/internal/serializer/serializer.go +++ b/internal/serializer/serializer.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package serializer diff --git a/internal/tableconvertor/tableconvertor.go b/internal/tableconvertor/tableconvertor.go index a3c1734dd..49baf1170 100644 --- a/internal/tableconvertor/tableconvertor.go +++ b/internal/tableconvertor/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package tableconvertor diff --git a/internal/testutils/validation/validation.go b/internal/testutils/validation/validation.go index 40b9aef64..82684a98f 100644 --- a/internal/testutils/validation/validation.go +++ b/internal/testutils/validation/validation.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package validation diff --git a/iri/apis/machine/machine.go b/iri/apis/machine/machine.go index b0f5fe058..3927c17d0 100644 --- a/iri/apis/machine/machine.go +++ b/iri/apis/machine/machine.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package machine diff --git a/iri/apis/meta/v1alpha1/interfaces.go b/iri/apis/meta/v1alpha1/interfaces.go index 216e9843c..136d5e5e7 100644 --- a/iri/apis/meta/v1alpha1/interfaces.go +++ b/iri/apis/meta/v1alpha1/interfaces.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/iri/apis/volume/volume.go b/iri/apis/volume/volume.go index a39a2cd78..ed596bbba 100644 --- a/iri/apis/volume/volume.go +++ b/iri/apis/volume/volume.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 volume diff --git a/iri/remote/bucket/bucket.go b/iri/remote/bucket/bucket.go index dc62fca50..e9cb6707d 100644 --- a/iri/remote/bucket/bucket.go +++ b/iri/remote/bucket/bucket.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package bucket diff --git a/iri/remote/machine/machine.go b/iri/remote/machine/machine.go index bb8424aa0..81c7766e0 100644 --- a/iri/remote/machine/machine.go +++ b/iri/remote/machine/machine.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package machine diff --git a/iri/remote/machine/runtime.go b/iri/remote/machine/runtime.go index 690e794a2..2aff84f36 100644 --- a/iri/remote/machine/runtime.go +++ b/iri/remote/machine/runtime.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package machine diff --git a/iri/remote/volume/runtime.go b/iri/remote/volume/runtime.go index afce0c8c3..09da204ec 100644 --- a/iri/remote/volume/runtime.go +++ b/iri/remote/volume/runtime.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package volume diff --git a/iri/remote/volume/volume.go b/iri/remote/volume/volume.go index dbd3d6df2..a5e2d1405 100644 --- a/iri/remote/volume/volume.go +++ b/iri/remote/volume/volume.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package volume diff --git a/iri/testing/machine/fake.go b/iri/testing/machine/fake.go index ae2ae6139..54c4ac33d 100644 --- a/iri/testing/machine/fake.go +++ b/iri/testing/machine/fake.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package machine diff --git a/iri/testing/volume/fake.go b/iri/testing/volume/fake.go index 4ac301505..5a8944c93 100644 --- a/iri/testing/volume/fake.go +++ b/iri/testing/volume/fake.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package volume diff --git a/irictl-bucket/cmd/irictl-bucket/irictlbucket/common/common.go b/irictl-bucket/cmd/irictl-bucket/irictlbucket/common/common.go index e18bebae8..6d834ec7d 100644 --- a/irictl-bucket/cmd/irictl-bucket/irictlbucket/common/common.go +++ b/irictl-bucket/cmd/irictl-bucket/irictlbucket/common/common.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package common diff --git a/irictl-bucket/cmd/irictl-bucket/irictlbucket/create/bucket/bucket.go b/irictl-bucket/cmd/irictl-bucket/irictlbucket/create/bucket/bucket.go index 34b54170f..4d9a03a02 100644 --- a/irictl-bucket/cmd/irictl-bucket/irictlbucket/create/bucket/bucket.go +++ b/irictl-bucket/cmd/irictl-bucket/irictlbucket/create/bucket/bucket.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package bucket diff --git a/irictl-bucket/cmd/irictl-bucket/irictlbucket/create/create.go b/irictl-bucket/cmd/irictl-bucket/irictlbucket/create/create.go index e55cd1d7e..2f2ed752a 100644 --- a/irictl-bucket/cmd/irictl-bucket/irictlbucket/create/create.go +++ b/irictl-bucket/cmd/irictl-bucket/irictlbucket/create/create.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package create diff --git a/irictl-bucket/cmd/irictl-bucket/irictlbucket/delete/bucket/bucket.go b/irictl-bucket/cmd/irictl-bucket/irictlbucket/delete/bucket/bucket.go index 690f32d05..128bbc9ea 100644 --- a/irictl-bucket/cmd/irictl-bucket/irictlbucket/delete/bucket/bucket.go +++ b/irictl-bucket/cmd/irictl-bucket/irictlbucket/delete/bucket/bucket.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package bucket diff --git a/irictl-bucket/cmd/irictl-bucket/irictlbucket/delete/delete.go b/irictl-bucket/cmd/irictl-bucket/irictlbucket/delete/delete.go index 4332e02ae..e622ec8c4 100644 --- a/irictl-bucket/cmd/irictl-bucket/irictlbucket/delete/delete.go +++ b/irictl-bucket/cmd/irictl-bucket/irictlbucket/delete/delete.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package delete diff --git a/irictl-bucket/cmd/irictl-bucket/irictlbucket/get/bucket/bucket.go b/irictl-bucket/cmd/irictl-bucket/irictlbucket/get/bucket/bucket.go index cda534622..1ec2477aa 100644 --- a/irictl-bucket/cmd/irictl-bucket/irictlbucket/get/bucket/bucket.go +++ b/irictl-bucket/cmd/irictl-bucket/irictlbucket/get/bucket/bucket.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package bucket diff --git a/irictl-bucket/cmd/irictl-bucket/irictlbucket/get/bucketclass/bucketclass.go b/irictl-bucket/cmd/irictl-bucket/irictlbucket/get/bucketclass/bucketclass.go index 0a7cae601..12afd8fbd 100644 --- a/irictl-bucket/cmd/irictl-bucket/irictlbucket/get/bucketclass/bucketclass.go +++ b/irictl-bucket/cmd/irictl-bucket/irictlbucket/get/bucketclass/bucketclass.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package bucketclass diff --git a/irictl-bucket/cmd/irictl-bucket/irictlbucket/get/get.go b/irictl-bucket/cmd/irictl-bucket/irictlbucket/get/get.go index 5bab0a315..36d4c8012 100644 --- a/irictl-bucket/cmd/irictl-bucket/irictlbucket/get/get.go +++ b/irictl-bucket/cmd/irictl-bucket/irictlbucket/get/get.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package get diff --git a/irictl-bucket/cmd/irictl-bucket/irictlbucket/irictlbucket.go b/irictl-bucket/cmd/irictl-bucket/irictlbucket/irictlbucket.go index dda6fa24a..7ae79531d 100644 --- a/irictl-bucket/cmd/irictl-bucket/irictlbucket/irictlbucket.go +++ b/irictl-bucket/cmd/irictl-bucket/irictlbucket/irictlbucket.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package irictlbucket diff --git a/irictl-bucket/cmd/irictl-bucket/main.go b/irictl-bucket/cmd/irictl-bucket/main.go index 801e0f082..e42b90afc 100644 --- a/irictl-bucket/cmd/irictl-bucket/main.go +++ b/irictl-bucket/cmd/irictl-bucket/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/irictl-bucket/renderers/register.go b/irictl-bucket/renderers/register.go index 38adfe718..de89ee0aa 100644 --- a/irictl-bucket/renderers/register.go +++ b/irictl-bucket/renderers/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package renderers diff --git a/irictl-bucket/tableconverters/bucket.go b/irictl-bucket/tableconverters/bucket.go index fd29eab96..e946c6cc3 100644 --- a/irictl-bucket/tableconverters/bucket.go +++ b/irictl-bucket/tableconverters/bucket.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package tableconverters diff --git a/irictl-bucket/tableconverters/bucketclass.go b/irictl-bucket/tableconverters/bucketclass.go index 819f97880..51d8bd16f 100644 --- a/irictl-bucket/tableconverters/bucketclass.go +++ b/irictl-bucket/tableconverters/bucketclass.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package tableconverters diff --git a/irictl-bucket/tableconverters/register.go b/irictl-bucket/tableconverters/register.go index 5758babcf..d53f97faf 100644 --- a/irictl-bucket/tableconverters/register.go +++ b/irictl-bucket/tableconverters/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package tableconverters diff --git a/irictl-machine/clientcmd/clientcmd.go b/irictl-machine/clientcmd/clientcmd.go index dfb161a61..7d06c8df6 100644 --- a/irictl-machine/clientcmd/clientcmd.go +++ b/irictl-machine/clientcmd/clientcmd.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 clientcmd diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/attach/attach.go b/irictl-machine/cmd/irictl-machine/irictlmachine/attach/attach.go index 19b6d8062..d6c42f2cc 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/attach/attach.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/attach/attach.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package attach diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/attach/networkinterface/networkinterface.go b/irictl-machine/cmd/irictl-machine/irictlmachine/attach/networkinterface/networkinterface.go index ee7f34efa..e692d2c2f 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/attach/networkinterface/networkinterface.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/attach/networkinterface/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 networkinterface diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/attach/volume/volume.go b/irictl-machine/cmd/irictl-machine/irictlmachine/attach/volume/volume.go index 359ca1999..b3e53c95c 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/attach/volume/volume.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/attach/volume/volume.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 volume diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/common/common.go b/irictl-machine/cmd/irictl-machine/irictlmachine/common/common.go index 118207d45..0232193d1 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/common/common.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/common/common.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package common diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/create/create.go b/irictl-machine/cmd/irictl-machine/irictlmachine/create/create.go index 449472386..9f43d8dde 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/create/create.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/create/create.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package create diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/create/machine/machine.go b/irictl-machine/cmd/irictl-machine/irictlmachine/create/machine/machine.go index 5e209b65a..efcfd9447 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/create/machine/machine.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/create/machine/machine.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package machine diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/delete/delete.go b/irictl-machine/cmd/irictl-machine/irictlmachine/delete/delete.go index 4f2bcdd10..ef26d0f49 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/delete/delete.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/delete/delete.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package delete diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/delete/machine/machine.go b/irictl-machine/cmd/irictl-machine/irictlmachine/delete/machine/machine.go index a9d1a33f1..44cd9e2f6 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/delete/machine/machine.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/delete/machine/machine.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package machine diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/detach/detach.go b/irictl-machine/cmd/irictl-machine/irictlmachine/detach/detach.go index cc38d1e01..f6a5cbca3 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/detach/detach.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/detach/detach.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package detach diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/detach/networkinterface/networkinterface.go b/irictl-machine/cmd/irictl-machine/irictlmachine/detach/networkinterface/networkinterface.go index b539e1b5d..c91307518 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/detach/networkinterface/networkinterface.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/detach/networkinterface/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 networkinterface diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/detach/volume/volume.go b/irictl-machine/cmd/irictl-machine/irictlmachine/detach/volume/volume.go index 56d949213..84bb2721d 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/detach/volume/volume.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/detach/volume/volume.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 volume diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/exec/exec.go b/irictl-machine/cmd/irictl-machine/irictlmachine/exec/exec.go index 5745eceb9..aba5b73dd 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/exec/exec.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/exec/exec.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 exec diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/get/get.go b/irictl-machine/cmd/irictl-machine/irictlmachine/get/get.go index 5e70f17da..574ac6075 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/get/get.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/get/get.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package get diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/get/machine/machine.go b/irictl-machine/cmd/irictl-machine/irictlmachine/get/machine/machine.go index f222a1ce9..4e6aa470f 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/get/machine/machine.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/get/machine/machine.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package machine diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/get/status/status.go b/irictl-machine/cmd/irictl-machine/irictlmachine/get/status/status.go index d066f4c1d..ac2173b11 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/get/status/status.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/get/status/status.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package status diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/irictlmachine.go b/irictl-machine/cmd/irictl-machine/irictlmachine/irictlmachine.go index 44c25c376..ab9636e86 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/irictlmachine.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/irictlmachine.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package irictlmachine diff --git a/irictl-machine/cmd/irictl-machine/irictlmachine/update/update.go b/irictl-machine/cmd/irictl-machine/irictlmachine/update/update.go index 31891df81..8eca46177 100644 --- a/irictl-machine/cmd/irictl-machine/irictlmachine/update/update.go +++ b/irictl-machine/cmd/irictl-machine/irictlmachine/update/update.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package update diff --git a/irictl-machine/cmd/irictl-machine/main.go b/irictl-machine/cmd/irictl-machine/main.go index fe2d64469..e7b4223be 100644 --- a/irictl-machine/cmd/irictl-machine/main.go +++ b/irictl-machine/cmd/irictl-machine/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/irictl-machine/tableconverters/machine.go b/irictl-machine/tableconverters/machine.go index 287de326a..f82427ff1 100644 --- a/irictl-machine/tableconverters/machine.go +++ b/irictl-machine/tableconverters/machine.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package tableconverters diff --git a/irictl-machine/tableconverters/register.go b/irictl-machine/tableconverters/register.go index 5758babcf..d53f97faf 100644 --- a/irictl-machine/tableconverters/register.go +++ b/irictl-machine/tableconverters/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package tableconverters diff --git a/irictl-machine/tableconverters/status.go b/irictl-machine/tableconverters/status.go index e76efb018..c8cd8d3cb 100644 --- a/irictl-machine/tableconverters/status.go +++ b/irictl-machine/tableconverters/status.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package tableconverters diff --git a/irictl-volume/cmd/irictl-volume/irictlvolume/common/common.go b/irictl-volume/cmd/irictl-volume/irictlvolume/common/common.go index a6cc125fa..6704ec48c 100644 --- a/irictl-volume/cmd/irictl-volume/irictlvolume/common/common.go +++ b/irictl-volume/cmd/irictl-volume/irictlvolume/common/common.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package common diff --git a/irictl-volume/cmd/irictl-volume/irictlvolume/create/create.go b/irictl-volume/cmd/irictl-volume/irictlvolume/create/create.go index 1bc035b6e..91bf45d9d 100644 --- a/irictl-volume/cmd/irictl-volume/irictlvolume/create/create.go +++ b/irictl-volume/cmd/irictl-volume/irictlvolume/create/create.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package create diff --git a/irictl-volume/cmd/irictl-volume/irictlvolume/create/volume/volume.go b/irictl-volume/cmd/irictl-volume/irictlvolume/create/volume/volume.go index 2e0f313b8..ead04d4f7 100644 --- a/irictl-volume/cmd/irictl-volume/irictlvolume/create/volume/volume.go +++ b/irictl-volume/cmd/irictl-volume/irictlvolume/create/volume/volume.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package volume diff --git a/irictl-volume/cmd/irictl-volume/irictlvolume/delete/delete.go b/irictl-volume/cmd/irictl-volume/irictlvolume/delete/delete.go index b432a1536..59ac2462c 100644 --- a/irictl-volume/cmd/irictl-volume/irictlvolume/delete/delete.go +++ b/irictl-volume/cmd/irictl-volume/irictlvolume/delete/delete.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package delete diff --git a/irictl-volume/cmd/irictl-volume/irictlvolume/delete/volume/volume.go b/irictl-volume/cmd/irictl-volume/irictlvolume/delete/volume/volume.go index 728e26c58..dc8bd7bbf 100644 --- a/irictl-volume/cmd/irictl-volume/irictlvolume/delete/volume/volume.go +++ b/irictl-volume/cmd/irictl-volume/irictlvolume/delete/volume/volume.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package volume diff --git a/irictl-volume/cmd/irictl-volume/irictlvolume/get/get.go b/irictl-volume/cmd/irictl-volume/irictlvolume/get/get.go index fe08b89a7..4edca2bdb 100644 --- a/irictl-volume/cmd/irictl-volume/irictlvolume/get/get.go +++ b/irictl-volume/cmd/irictl-volume/irictlvolume/get/get.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package get diff --git a/irictl-volume/cmd/irictl-volume/irictlvolume/get/status/status.go b/irictl-volume/cmd/irictl-volume/irictlvolume/get/status/status.go index 89e57b410..8fb0b3467 100644 --- a/irictl-volume/cmd/irictl-volume/irictlvolume/get/status/status.go +++ b/irictl-volume/cmd/irictl-volume/irictlvolume/get/status/status.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package status diff --git a/irictl-volume/cmd/irictl-volume/irictlvolume/get/volume/volume.go b/irictl-volume/cmd/irictl-volume/irictlvolume/get/volume/volume.go index f3b0bddb2..0d8682cc8 100644 --- a/irictl-volume/cmd/irictl-volume/irictlvolume/get/volume/volume.go +++ b/irictl-volume/cmd/irictl-volume/irictlvolume/get/volume/volume.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package volume diff --git a/irictl-volume/cmd/irictl-volume/irictlvolume/irictlvolume.go b/irictl-volume/cmd/irictl-volume/irictlvolume/irictlvolume.go index d00b8f630..90084ccbe 100644 --- a/irictl-volume/cmd/irictl-volume/irictlvolume/irictlvolume.go +++ b/irictl-volume/cmd/irictl-volume/irictlvolume/irictlvolume.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package irictlvolume diff --git a/irictl-volume/cmd/irictl-volume/main.go b/irictl-volume/cmd/irictl-volume/main.go index 97a7a7e27..09c3abf9d 100644 --- a/irictl-volume/cmd/irictl-volume/main.go +++ b/irictl-volume/cmd/irictl-volume/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/irictl-volume/renderers/register.go b/irictl-volume/renderers/register.go index 1847aeb65..d1222ea50 100644 --- a/irictl-volume/renderers/register.go +++ b/irictl-volume/renderers/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package renderers diff --git a/irictl-volume/tableconverters/register.go b/irictl-volume/tableconverters/register.go index 5758babcf..d53f97faf 100644 --- a/irictl-volume/tableconverters/register.go +++ b/irictl-volume/tableconverters/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package tableconverters diff --git a/irictl-volume/tableconverters/status.go b/irictl-volume/tableconverters/status.go index 4986ef453..533d27ef3 100644 --- a/irictl-volume/tableconverters/status.go +++ b/irictl-volume/tableconverters/status.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package tableconverters diff --git a/irictl-volume/tableconverters/volume.go b/irictl-volume/tableconverters/volume.go index 5fde2bff1..845b72ff1 100644 --- a/irictl-volume/tableconverters/volume.go +++ b/irictl-volume/tableconverters/volume.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package tableconverters diff --git a/irictl/api/table.go b/irictl/api/table.go index dde7af273..dd71cc396 100644 --- a/irictl/api/table.go +++ b/irictl/api/table.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package api diff --git a/irictl/cmd/common.go b/irictl/cmd/common.go index 4dac289b5..5cc1a0819 100644 --- a/irictl/cmd/common.go +++ b/irictl/cmd/common.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/irictl/decoder/decoder.go b/irictl/decoder/decoder.go index fd3da73b1..5a316b261 100644 --- a/irictl/decoder/decoder.go +++ b/irictl/decoder/decoder.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package decoder diff --git a/irictl/renderer/json.go b/irictl/renderer/json.go index 7f8b8d933..b740f75bf 100644 --- a/irictl/renderer/json.go +++ b/irictl/renderer/json.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package renderer diff --git a/irictl/renderer/renderer.go b/irictl/renderer/renderer.go index 614f590a5..2177dedfe 100644 --- a/irictl/renderer/renderer.go +++ b/irictl/renderer/renderer.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package renderer diff --git a/irictl/renderer/renderers.go b/irictl/renderer/renderers.go index d43d5ba34..3369e32e9 100644 --- a/irictl/renderer/renderers.go +++ b/irictl/renderer/renderers.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package renderer diff --git a/irictl/renderer/table.go b/irictl/renderer/table.go index d7808b795..8d2205f08 100644 --- a/irictl/renderer/table.go +++ b/irictl/renderer/table.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package renderer diff --git a/irictl/renderer/yaml.go b/irictl/renderer/yaml.go index 43a19b4ff..07ce22b73 100644 --- a/irictl/renderer/yaml.go +++ b/irictl/renderer/yaml.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package renderer diff --git a/irictl/tableconverter/errors.go b/irictl/tableconverter/errors.go index 8b33fff08..ce42e4c72 100644 --- a/irictl/tableconverter/errors.go +++ b/irictl/tableconverter/errors.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 tableconverter diff --git a/irictl/tableconverter/registry.go b/irictl/tableconverter/registry.go index 2cac34152..f4e4fd0d5 100644 --- a/irictl/tableconverter/registry.go +++ b/irictl/tableconverter/registry.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 tableconverter diff --git a/irictl/tableconverter/tableconverter.go b/irictl/tableconverter/tableconverter.go index 25fd6f41a..d371c01a7 100644 --- a/irictl/tableconverter/tableconverter.go +++ b/irictl/tableconverter/tableconverter.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package tableconverter diff --git a/irictl/tableconverter/tableconverter_suite_test.go b/irictl/tableconverter/tableconverter_suite_test.go index dbaf57087..4e44b5276 100644 --- a/irictl/tableconverter/tableconverter_suite_test.go +++ b/irictl/tableconverter/tableconverter_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 tableconverter_test diff --git a/irictl/tableconverter/tableconverter_test.go b/irictl/tableconverter/tableconverter_test.go index c3f91bf64..e8287bcff 100644 --- a/irictl/tableconverter/tableconverter_test.go +++ b/irictl/tableconverter/tableconverter_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 tableconverter_test diff --git a/irictl/tableconverter/utils.go b/irictl/tableconverter/utils.go index ee50e4e15..a1bf95062 100644 --- a/irictl/tableconverter/utils.go +++ b/irictl/tableconverter/utils.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 tableconverter diff --git a/irictl/tabwriter/tabwriter.go b/irictl/tabwriter/tabwriter.go index 3d5e3f7a0..a32efd2d2 100644 --- a/irictl/tabwriter/tabwriter.go +++ b/irictl/tabwriter/tabwriter.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package tabwriter diff --git a/models-schema/main.go b/models-schema/main.go index cf75f588c..551b53087 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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/poollet/bucketpoollet/api/v1alpha1/common_types.go b/poollet/bucketpoollet/api/v1alpha1/common_types.go index d8f8dffd6..cf51d21e9 100644 --- a/poollet/bucketpoollet/api/v1alpha1/common_types.go +++ b/poollet/bucketpoollet/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/poollet/bucketpoollet/bcm/bcm.go b/poollet/bucketpoollet/bcm/bcm.go index a24647683..d041e968e 100644 --- a/poollet/bucketpoollet/bcm/bcm.go +++ b/poollet/bucketpoollet/bcm/bcm.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package bcm diff --git a/poollet/bucketpoollet/bcm/generic.go b/poollet/bucketpoollet/bcm/generic.go index 5cab5ef45..9a336b382 100644 --- a/poollet/bucketpoollet/bcm/generic.go +++ b/poollet/bucketpoollet/bcm/generic.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package bcm diff --git a/poollet/bucketpoollet/client/config/getter.go b/poollet/bucketpoollet/client/config/getter.go index 46f8b6783..8b7d811bd 100644 --- a/poollet/bucketpoollet/client/config/getter.go +++ b/poollet/bucketpoollet/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/poollet/bucketpoollet/cmd/bucketpoollet/app/app.go b/poollet/bucketpoollet/cmd/bucketpoollet/app/app.go index 9ee27a3b1..c03545049 100644 --- a/poollet/bucketpoollet/cmd/bucketpoollet/app/app.go +++ b/poollet/bucketpoollet/cmd/bucketpoollet/app/app.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package app diff --git a/poollet/bucketpoollet/cmd/bucketpoollet/main.go b/poollet/bucketpoollet/cmd/bucketpoollet/main.go index e3ba19ad1..63613380e 100644 --- a/poollet/bucketpoollet/cmd/bucketpoollet/main.go +++ b/poollet/bucketpoollet/cmd/bucketpoollet/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/poollet/bucketpoollet/controllers/bucket_controller.go b/poollet/bucketpoollet/controllers/bucket_controller.go index 284fe275b..4afe3c93b 100644 --- a/poollet/bucketpoollet/controllers/bucket_controller.go +++ b/poollet/bucketpoollet/controllers/bucket_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/bucketpoollet/controllers/bucketannotator_controller.go b/poollet/bucketpoollet/controllers/bucketannotator_controller.go index 37e3ddddb..fc06c942d 100644 --- a/poollet/bucketpoollet/controllers/bucketannotator_controller.go +++ b/poollet/bucketpoollet/controllers/bucketannotator_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/bucketpoollet/controllers/bucketpool_controller.go b/poollet/bucketpoollet/controllers/bucketpool_controller.go index 11d4304b1..bcb8f1677 100644 --- a/poollet/bucketpoollet/controllers/bucketpool_controller.go +++ b/poollet/bucketpoollet/controllers/bucketpool_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/bucketpoollet/controllers/bucketpool_init.go b/poollet/bucketpoollet/controllers/bucketpool_init.go index 739c21d7c..60269f49b 100644 --- a/poollet/bucketpoollet/controllers/bucketpool_init.go +++ b/poollet/bucketpoollet/controllers/bucketpool_init.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/bucketpoollet/controllers/events/events.go b/poollet/bucketpoollet/controllers/events/events.go index ee480c6ec..b02bd7520 100644 --- a/poollet/bucketpoollet/controllers/events/events.go +++ b/poollet/bucketpoollet/controllers/events/events.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package events diff --git a/poollet/bucketpoollet/controllers/rbac.go b/poollet/bucketpoollet/controllers/rbac.go index ab72b6322..dae04d628 100644 --- a/poollet/bucketpoollet/controllers/rbac.go +++ b/poollet/bucketpoollet/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/poollet/irievent/generator.go b/poollet/irievent/generator.go index 7518d0781..6650fdd8a 100644 --- a/poollet/irievent/generator.go +++ b/poollet/irievent/generator.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package irievent diff --git a/poollet/irievent/irievent.go b/poollet/irievent/irievent.go index 5138bbea7..91b7e6af2 100644 --- a/poollet/irievent/irievent.go +++ b/poollet/irievent/irievent.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package irievent diff --git a/poollet/irievent/listener.go b/poollet/irievent/listener.go index 8c60ff129..01b877302 100644 --- a/poollet/irievent/listener.go +++ b/poollet/irievent/listener.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package irievent diff --git a/poollet/machinepoollet/addresses/addresses.go b/poollet/machinepoollet/addresses/addresses.go index 2823d2e48..051946d33 100644 --- a/poollet/machinepoollet/addresses/addresses.go +++ b/poollet/machinepoollet/addresses/addresses.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package addresses diff --git a/poollet/machinepoollet/addresses/addresses_suite_test.go b/poollet/machinepoollet/addresses/addresses_suite_test.go index d522be4c5..02adfcacd 100644 --- a/poollet/machinepoollet/addresses/addresses_suite_test.go +++ b/poollet/machinepoollet/addresses/addresses_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 addresses_test diff --git a/poollet/machinepoollet/addresses/addresses_test.go b/poollet/machinepoollet/addresses/addresses_test.go index 3bd4f44bb..59e22558e 100644 --- a/poollet/machinepoollet/addresses/addresses_test.go +++ b/poollet/machinepoollet/addresses/addresses_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 addresses_test diff --git a/poollet/machinepoollet/api/v1alpha1/common_types.go b/poollet/machinepoollet/api/v1alpha1/common_types.go index f2f2d6cd2..90faf11b9 100644 --- a/poollet/machinepoollet/api/v1alpha1/common_types.go +++ b/poollet/machinepoollet/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/poollet/machinepoollet/client/client.go b/poollet/machinepoollet/client/client.go index 9b567b74f..558aa7d88 100644 --- a/poollet/machinepoollet/client/client.go +++ b/poollet/machinepoollet/client/client.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package client diff --git a/poollet/machinepoollet/client/config/getter.go b/poollet/machinepoollet/client/config/getter.go index 2db8b8266..cc3b881c3 100644 --- a/poollet/machinepoollet/client/config/getter.go +++ b/poollet/machinepoollet/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/poollet/machinepoollet/cmd/machinepoollet/app/app.go b/poollet/machinepoollet/cmd/machinepoollet/app/app.go index 61bc21cd3..04a2327a4 100644 --- a/poollet/machinepoollet/cmd/machinepoollet/app/app.go +++ b/poollet/machinepoollet/cmd/machinepoollet/app/app.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package app diff --git a/poollet/machinepoollet/cmd/machinepoollet/main.go b/poollet/machinepoollet/cmd/machinepoollet/main.go index 6c14e352c..de391a45a 100644 --- a/poollet/machinepoollet/cmd/machinepoollet/main.go +++ b/poollet/machinepoollet/cmd/machinepoollet/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/poollet/machinepoollet/controllers/controllers_suite_test.go b/poollet/machinepoollet/controllers/controllers_suite_test.go index b413d21ea..e50f67396 100644 --- a/poollet/machinepoollet/controllers/controllers_suite_test.go +++ b/poollet/machinepoollet/controllers/controllers_suite_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers_test diff --git a/poollet/machinepoollet/controllers/events/events.go b/poollet/machinepoollet/controllers/events/events.go index 7db1e8bd1..9064c24e5 100644 --- a/poollet/machinepoollet/controllers/events/events.go +++ b/poollet/machinepoollet/controllers/events/events.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package events diff --git a/poollet/machinepoollet/controllers/machine_controller.go b/poollet/machinepoollet/controllers/machine_controller.go index 492429ce4..c4cedee9d 100644 --- a/poollet/machinepoollet/controllers/machine_controller.go +++ b/poollet/machinepoollet/controllers/machine_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/machinepoollet/controllers/machine_controller_networkinterface.go b/poollet/machinepoollet/controllers/machine_controller_networkinterface.go index 48a48ffef..e666bc374 100644 --- a/poollet/machinepoollet/controllers/machine_controller_networkinterface.go +++ b/poollet/machinepoollet/controllers/machine_controller_networkinterface.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/machinepoollet/controllers/machine_controller_test.go b/poollet/machinepoollet/controllers/machine_controller_test.go index 33b6b0876..1aaee32bb 100644 --- a/poollet/machinepoollet/controllers/machine_controller_test.go +++ b/poollet/machinepoollet/controllers/machine_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers_test diff --git a/poollet/machinepoollet/controllers/machine_controller_volume.go b/poollet/machinepoollet/controllers/machine_controller_volume.go index 9ee2304fd..efc23fa06 100644 --- a/poollet/machinepoollet/controllers/machine_controller_volume.go +++ b/poollet/machinepoollet/controllers/machine_controller_volume.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/machinepoollet/controllers/machineannotator_controller.go b/poollet/machinepoollet/controllers/machineannotator_controller.go index de2d15f13..92f9db57b 100644 --- a/poollet/machinepoollet/controllers/machineannotator_controller.go +++ b/poollet/machinepoollet/controllers/machineannotator_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/machinepoollet/controllers/machinepool_controller.go b/poollet/machinepoollet/controllers/machinepool_controller.go index 09bd37845..4fe87f226 100644 --- a/poollet/machinepoollet/controllers/machinepool_controller.go +++ b/poollet/machinepoollet/controllers/machinepool_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/machinepoollet/controllers/machinepool_controller_test.go b/poollet/machinepoollet/controllers/machinepool_controller_test.go index 28877f5c1..75c8a4419 100644 --- a/poollet/machinepoollet/controllers/machinepool_controller_test.go +++ b/poollet/machinepoollet/controllers/machinepool_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers_test diff --git a/poollet/machinepoollet/controllers/machinepool_init.go b/poollet/machinepoollet/controllers/machinepool_init.go index 9c63e5e70..c9ea4b7fe 100644 --- a/poollet/machinepoollet/controllers/machinepool_init.go +++ b/poollet/machinepoollet/controllers/machinepool_init.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/machinepoollet/controllers/machinepoolannotator_controller.go b/poollet/machinepoollet/controllers/machinepoolannotator_controller.go index 302201b41..f61d0b158 100644 --- a/poollet/machinepoollet/controllers/machinepoolannotator_controller.go +++ b/poollet/machinepoollet/controllers/machinepoolannotator_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/machinepoollet/controllers/rbac.go b/poollet/machinepoollet/controllers/rbac.go index 2dfd2260d..2810703f8 100644 --- a/poollet/machinepoollet/controllers/rbac.go +++ b/poollet/machinepoollet/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/poollet/machinepoollet/controllers/util.go b/poollet/machinepoollet/controllers/util.go index 0a3179514..e4380646c 100644 --- a/poollet/machinepoollet/controllers/util.go +++ b/poollet/machinepoollet/controllers/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 controllers diff --git a/poollet/machinepoollet/handler/handler.go b/poollet/machinepoollet/handler/handler.go index f7c749af7..6fb1fdb01 100644 --- a/poollet/machinepoollet/handler/handler.go +++ b/poollet/machinepoollet/handler/handler.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package handler diff --git a/poollet/machinepoollet/iri/streaming/remotecommand/streams.go b/poollet/machinepoollet/iri/streaming/remotecommand/streams.go index 432b4a558..609163b1d 100644 --- a/poollet/machinepoollet/iri/streaming/remotecommand/streams.go +++ b/poollet/machinepoollet/iri/streaming/remotecommand/streams.go @@ -1,16 +1,18 @@ -// 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. +/* + * Copyright (c) 2023 by the OnMetal authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package remotecommand diff --git a/poollet/machinepoollet/machine/machine.go b/poollet/machinepoollet/machine/machine.go index adb9718e9..551b6e32b 100644 --- a/poollet/machinepoollet/machine/machine.go +++ b/poollet/machinepoollet/machine/machine.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 machine diff --git a/poollet/machinepoollet/mcm/generic.go b/poollet/machinepoollet/mcm/generic.go index c4ad7b0de..78111bf9a 100644 --- a/poollet/machinepoollet/mcm/generic.go +++ b/poollet/machinepoollet/mcm/generic.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package mcm diff --git a/poollet/machinepoollet/mcm/mcm.go b/poollet/machinepoollet/mcm/mcm.go index dfdf81958..279470ec4 100644 --- a/poollet/machinepoollet/mcm/mcm.go +++ b/poollet/machinepoollet/mcm/mcm.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package mcm diff --git a/poollet/machinepoollet/predicate/predicate.go b/poollet/machinepoollet/predicate/predicate.go index e46f58ef8..7f355450b 100644 --- a/poollet/machinepoollet/predicate/predicate.go +++ b/poollet/machinepoollet/predicate/predicate.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package predicate diff --git a/poollet/machinepoollet/server/exec.go b/poollet/machinepoollet/server/exec.go index 975786ac1..9a746113e 100644 --- a/poollet/machinepoollet/server/exec.go +++ b/poollet/machinepoollet/server/exec.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 server diff --git a/poollet/machinepoollet/server/flags.go b/poollet/machinepoollet/server/flags.go index 1b9b49472..70db608c8 100644 --- a/poollet/machinepoollet/server/flags.go +++ b/poollet/machinepoollet/server/flags.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/poollet/machinepoollet/server/server.go b/poollet/machinepoollet/server/server.go index e2af3acfe..0262bb187 100644 --- a/poollet/machinepoollet/server/server.go +++ b/poollet/machinepoollet/server/server.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package server diff --git a/poollet/volumepoollet/api/v1alpha1/common_types.go b/poollet/volumepoollet/api/v1alpha1/common_types.go index 5ec36e2d8..70d9d39c1 100644 --- a/poollet/volumepoollet/api/v1alpha1/common_types.go +++ b/poollet/volumepoollet/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/poollet/volumepoollet/client/config/getter.go b/poollet/volumepoollet/client/config/getter.go index 6ea339a85..8227a8bf5 100644 --- a/poollet/volumepoollet/client/config/getter.go +++ b/poollet/volumepoollet/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/poollet/volumepoollet/cmd/volumepoollet/app/app.go b/poollet/volumepoollet/cmd/volumepoollet/app/app.go index 22b964036..895060c3d 100644 --- a/poollet/volumepoollet/cmd/volumepoollet/app/app.go +++ b/poollet/volumepoollet/cmd/volumepoollet/app/app.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package app diff --git a/poollet/volumepoollet/cmd/volumepoollet/main.go b/poollet/volumepoollet/cmd/volumepoollet/main.go index 9022e3cf2..91e0326f3 100644 --- a/poollet/volumepoollet/cmd/volumepoollet/main.go +++ b/poollet/volumepoollet/cmd/volumepoollet/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/poollet/volumepoollet/controllers/controllers_suite_test.go b/poollet/volumepoollet/controllers/controllers_suite_test.go index b0f28972e..fdc57fafc 100644 --- a/poollet/volumepoollet/controllers/controllers_suite_test.go +++ b/poollet/volumepoollet/controllers/controllers_suite_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers_test diff --git a/poollet/volumepoollet/controllers/events/events.go b/poollet/volumepoollet/controllers/events/events.go index 197da326f..5677e19bf 100644 --- a/poollet/volumepoollet/controllers/events/events.go +++ b/poollet/volumepoollet/controllers/events/events.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package events diff --git a/poollet/volumepoollet/controllers/rbac.go b/poollet/volumepoollet/controllers/rbac.go index f78cabe27..2bd139b8c 100644 --- a/poollet/volumepoollet/controllers/rbac.go +++ b/poollet/volumepoollet/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/poollet/volumepoollet/controllers/volume_controller.go b/poollet/volumepoollet/controllers/volume_controller.go index 219bbc047..5670a917b 100644 --- a/poollet/volumepoollet/controllers/volume_controller.go +++ b/poollet/volumepoollet/controllers/volume_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/volumepoollet/controllers/volume_controller_test.go b/poollet/volumepoollet/controllers/volume_controller_test.go index 56ecf446c..5ba9e60ff 100644 --- a/poollet/volumepoollet/controllers/volume_controller_test.go +++ b/poollet/volumepoollet/controllers/volume_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers_test diff --git a/poollet/volumepoollet/controllers/volumeannotator_controller.go b/poollet/volumepoollet/controllers/volumeannotator_controller.go index 16100d9fe..efb2add92 100644 --- a/poollet/volumepoollet/controllers/volumeannotator_controller.go +++ b/poollet/volumepoollet/controllers/volumeannotator_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/volumepoollet/controllers/volumepool_controller.go b/poollet/volumepoollet/controllers/volumepool_controller.go index 7606308cc..c3f9b9f1d 100644 --- a/poollet/volumepoollet/controllers/volumepool_controller.go +++ b/poollet/volumepoollet/controllers/volumepool_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/volumepoollet/controllers/volumepool_controller_test.go b/poollet/volumepoollet/controllers/volumepool_controller_test.go index f0c758467..c992fbb80 100644 --- a/poollet/volumepoollet/controllers/volumepool_controller_test.go +++ b/poollet/volumepoollet/controllers/volumepool_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers_test diff --git a/poollet/volumepoollet/controllers/volumepool_init.go b/poollet/volumepoollet/controllers/volumepool_init.go index 757166121..58cc427ae 100644 --- a/poollet/volumepoollet/controllers/volumepool_init.go +++ b/poollet/volumepoollet/controllers/volumepool_init.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/volumepoollet/controllers/volumepoolannotator_controller.go b/poollet/volumepoollet/controllers/volumepoolannotator_controller.go index 4f705f0e6..0fd790d14 100644 --- a/poollet/volumepoollet/controllers/volumepoolannotator_controller.go +++ b/poollet/volumepoollet/controllers/volumepoolannotator_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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllers diff --git a/poollet/volumepoollet/vcm/generic.go b/poollet/volumepoollet/vcm/generic.go index 8965989b0..9d9925d70 100644 --- a/poollet/volumepoollet/vcm/generic.go +++ b/poollet/volumepoollet/vcm/generic.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package vcm diff --git a/poollet/volumepoollet/vcm/vcm.go b/poollet/volumepoollet/vcm/vcm.go index dba39ba03..1eadca605 100644 --- a/poollet/volumepoollet/vcm/vcm.go +++ b/poollet/volumepoollet/vcm/vcm.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package vcm diff --git a/utils/envtest/internal/testing/flock/doc.go b/third_party/kubernetes/pkg/util/flock/doc.go similarity index 100% rename from utils/envtest/internal/testing/flock/doc.go rename to third_party/kubernetes/pkg/util/flock/doc.go diff --git a/utils/envtest/internal/testing/flock/errors.go b/third_party/kubernetes/pkg/util/flock/errors.go similarity index 100% rename from utils/envtest/internal/testing/flock/errors.go rename to third_party/kubernetes/pkg/util/flock/errors.go diff --git a/utils/envtest/internal/testing/flock/flock_other.go b/third_party/kubernetes/pkg/util/flock/flock_other.go similarity index 100% rename from utils/envtest/internal/testing/flock/flock_other.go rename to third_party/kubernetes/pkg/util/flock/flock_other.go diff --git a/utils/envtest/internal/testing/flock/flock_unix.go b/third_party/kubernetes/pkg/util/flock/flock_unix.go similarity index 100% rename from utils/envtest/internal/testing/flock/flock_unix.go rename to third_party/kubernetes/pkg/util/flock/flock_unix.go diff --git a/utils/annotations/annotations.go b/utils/annotations/annotations.go index 911abec6c..b92eda05b 100644 --- a/utils/annotations/annotations.go +++ b/utils/annotations/annotations.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package annotations diff --git a/utils/certificate/certificate.go b/utils/certificate/certificate.go index e39111c53..ffca750e0 100644 --- a/utils/certificate/certificate.go +++ b/utils/certificate/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 certificate diff --git a/utils/certificate/certificate_suite_test.go b/utils/certificate/certificate_suite_test.go index 19ce486b1..11e76ed35 100644 --- a/utils/certificate/certificate_suite_test.go +++ b/utils/certificate/certificate_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 certificate_test diff --git a/utils/certificate/rotator.go b/utils/certificate/rotator.go index 0fe904456..9d73bcece 100644 --- a/utils/certificate/rotator.go +++ b/utils/certificate/rotator.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 certificate diff --git a/utils/certificate/rotator_test.go b/utils/certificate/rotator_test.go index aeac91277..15de959e0 100644 --- a/utils/certificate/rotator_test.go +++ b/utils/certificate/rotator_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 certificate_test diff --git a/utils/certificate/testing/fake.go b/utils/certificate/testing/fake.go index e0eafc942..d68476c60 100644 --- a/utils/certificate/testing/fake.go +++ b/utils/certificate/testing/fake.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 diff --git a/utils/claimmanager/claimmanager.go b/utils/claimmanager/claimmanager.go index c539f7c08..b34b4e48d 100644 --- a/utils/claimmanager/claimmanager.go +++ b/utils/claimmanager/claimmanager.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 claimmanager diff --git a/utils/client/cachingreader.go b/utils/client/cachingreader.go index d5e2cd3ed..78aa43e39 100644 --- a/utils/client/cachingreader.go +++ b/utils/client/cachingreader.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/client/client.go b/utils/client/client.go index 84e7a2358..c0145d35d 100644 --- a/utils/client/client.go +++ b/utils/client/client.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package client diff --git a/utils/client/config/config.go b/utils/client/config/config.go index 0555fc5a5..9966d177c 100644 --- a/utils/client/config/config.go +++ b/utils/client/config/config.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/utils/client/config/config_suite_test.go b/utils/client/config/config_suite_test.go index 0d7d5655d..a38ab159f 100644 --- a/utils/client/config/config_suite_test.go +++ b/utils/client/config/config_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 config_test diff --git a/utils/client/config/controller.go b/utils/client/config/controller.go index f9991eb85..07f3c0d70 100644 --- a/utils/client/config/controller.go +++ b/utils/client/config/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 config diff --git a/utils/client/config/controller_test.go b/utils/client/config/controller_test.go index b4dfbbd88..6aa957273 100644 --- a/utils/client/config/controller_test.go +++ b/utils/client/config/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 config_test diff --git a/utils/client/config/errors.go b/utils/client/config/errors.go index 44895cf1b..d03a72811 100644 --- a/utils/client/config/errors.go +++ b/utils/client/config/errors.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/utils/client/config/loader.go b/utils/client/config/loader.go index 461325877..022f72c33 100644 --- a/utils/client/config/loader.go +++ b/utils/client/config/loader.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/utils/client/config/loader_test.go b/utils/client/config/loader_test.go index 19f8d0b75..f8ac39a03 100644 --- a/utils/client/config/loader_test.go +++ b/utils/client/config/loader_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 config_test diff --git a/utils/client/config/options.go b/utils/client/config/options.go index 24cd110d8..d593ee33a 100644 --- a/utils/client/config/options.go +++ b/utils/client/config/options.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/utils/client/config/options_test.go b/utils/client/config/options_test.go index a41debd7e..d0986bf70 100644 --- a/utils/client/config/options_test.go +++ b/utils/client/config/options_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 config_test diff --git a/utils/client/config/store.go b/utils/client/config/store.go index 114277f0b..6802cd0e0 100644 --- a/utils/client/config/store.go +++ b/utils/client/config/store.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/utils/client/config/store_test.go b/utils/client/config/store_test.go index 8d8e19aa8..1db9de713 100644 --- a/utils/client/config/store_test.go +++ b/utils/client/config/store_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 config_test diff --git a/utils/client/readercache.go b/utils/client/readercache.go index 64d8d81a1..5bdcb296b 100644 --- a/utils/client/readercache.go +++ b/utils/client/readercache.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/clientcmd/clientcmd.go b/utils/clientcmd/clientcmd.go index f041452e9..1f255d184 100644 --- a/utils/clientcmd/clientcmd.go +++ b/utils/clientcmd/clientcmd.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 clientcmd diff --git a/utils/container/list/list.go b/utils/container/list/list.go index 76375c202..07630b6b9 100644 --- a/utils/container/list/list.go +++ b/utils/container/list/list.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 list is a generic and thus type-safe version of golang's container/list. // Wherever possible, it mimics the exact internal behavior as closely as possible. diff --git a/utils/context/context.go b/utils/context/context.go index 62ac11aa0..decce842f 100644 --- a/utils/context/context.go +++ b/utils/context/context.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 context diff --git a/utils/context/context_suite_test.go b/utils/context/context_suite_test.go index 4ab007892..c94e7dd65 100644 --- a/utils/context/context_suite_test.go +++ b/utils/context/context_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 context_test diff --git a/utils/context/context_test.go b/utils/context/context_test.go index 96ee1d1e1..71baa97df 100644 --- a/utils/context/context_test.go +++ b/utils/context/context_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 context_test diff --git a/utils/debug/debug.go b/utils/debug/debug.go index 429ec3e89..5c9d731f6 100644 --- a/utils/debug/debug.go +++ b/utils/debug/debug.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 debug diff --git a/utils/debug/handler.go b/utils/debug/handler.go index 1d594bf5c..255453d84 100644 --- a/utils/debug/handler.go +++ b/utils/debug/handler.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 debug diff --git a/utils/debug/options.go b/utils/debug/options.go index 04747a61c..ecc203a5b 100644 --- a/utils/debug/options.go +++ b/utils/debug/options.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 debug diff --git a/utils/debug/predicate.go b/utils/debug/predicate.go index 1552f6a26..07db6678c 100644 --- a/utils/debug/predicate.go +++ b/utils/debug/predicate.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 debug diff --git a/utils/envtest/apiserver/apiserver.go b/utils/envtest/apiserver/apiserver.go index 58c6e03a1..d71705907 100644 --- a/utils/envtest/apiserver/apiserver.go +++ b/utils/envtest/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package apiserver diff --git a/utils/envtest/apiservice.go b/utils/envtest/apiservice.go index 2e9857f7f..02457d994 100644 --- a/utils/envtest/apiservice.go +++ b/utils/envtest/apiservice.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package envtest diff --git a/utils/envtest/controllermanager/controllermanager.go b/utils/envtest/controllermanager/controllermanager.go index feb323146..3adb153af 100644 --- a/utils/envtest/controllermanager/controllermanager.go +++ b/utils/envtest/controllermanager/controllermanager.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controllermanager diff --git a/utils/envtest/envtest.go b/utils/envtest/envtest.go index 052c4cd17..28bec4716 100644 --- a/utils/envtest/envtest.go +++ b/utils/envtest/envtest.go @@ -1,16 +1,5 @@ -// Copyright 2021 IronCore authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions 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 envtest diff --git a/utils/envtest/helper.go b/utils/envtest/helper.go index 42587e866..f2cafbe96 100644 --- a/utils/envtest/helper.go +++ b/utils/envtest/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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package envtest diff --git a/utils/envtest/internal/testing/addr/addr.go b/utils/envtest/internal/testing/addr/addr.go index e4b48fbc0..c4eaf74e3 100644 --- a/utils/envtest/internal/testing/addr/addr.go +++ b/utils/envtest/internal/testing/addr/addr.go @@ -26,7 +26,7 @@ import ( "strings" "time" - flock2 "github.com/ironcore-dev/ironcore/utils/envtest/internal/testing/flock" + "github.com/ironcore-dev/ironcore/third_party/kubernetes/pkg/util/flock" ) // TODO(directxman12): interface / release functionality for external port managers @@ -78,7 +78,7 @@ func (c *portCache) add(port int) (bool, error) { } // Try allocating new port, by acquiring a file. path := fmt.Sprintf("%s/%s%d", cacheDir, portFilePrefix, port) - if err := flock2.Acquire(path); errors.Is(err, flock2.ErrAlreadyLocked) { + if err := flock.Acquire(path); errors.Is(err, flock.ErrAlreadyLocked) { return false, nil } else if err != nil { return false, err diff --git a/utils/envtest/internal/testing/controlplane/kubectl.go b/utils/envtest/internal/testing/controlplane/kubectl.go index 324f0eaf7..67811117c 100644 --- a/utils/envtest/internal/testing/controlplane/kubectl.go +++ b/utils/envtest/internal/testing/controlplane/kubectl.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package controlplane diff --git a/utils/envtest/process/process.go b/utils/envtest/process/process.go index 332331b46..abcaa0706 100644 --- a/utils/envtest/process/process.go +++ b/utils/envtest/process/process.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package process diff --git a/utils/equality/equality.go b/utils/equality/equality.go index b4dbf26d9..64dd0ecb8 100644 --- a/utils/equality/equality.go +++ b/utils/equality/equality.go @@ -1,16 +1,5 @@ -// Copyright 2021 IronCore authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions 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/utils/generic/generic.go b/utils/generic/generic.go index abbf4323c..46614473d 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/generic/generic_suite_test.go b/utils/generic/generic_suite_test.go index c579c0203..0ec91d01e 100644 --- a/utils/generic/generic_suite_test.go +++ b/utils/generic/generic_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 generic_test diff --git a/utils/generic/generic_test.go b/utils/generic/generic_test.go index 4a7c4baf1..7c7b8d7c5 100644 --- a/utils/generic/generic_test.go +++ b/utils/generic/generic_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 generic_test diff --git a/utils/http/middleware.go b/utils/http/middleware.go index bff4490a4..3a7729f7f 100644 --- a/utils/http/middleware.go +++ b/utils/http/middleware.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 http diff --git a/utils/klog/k8s_references.go b/utils/klog/k8s_references.go index 31aae7316..78fee28c4 100644 --- a/utils/klog/k8s_references.go +++ b/utils/klog/k8s_references.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 klog diff --git a/utils/labels/helpers.go b/utils/labels/helpers.go index 7128e09f6..1eaa1e89d 100644 --- a/utils/labels/helpers.go +++ b/utils/labels/helpers.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package labels diff --git a/utils/maps/maps.go b/utils/maps/maps.go index 8cec0f89f..6947c156d 100644 --- a/utils/maps/maps.go +++ b/utils/maps/maps.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package maps diff --git a/utils/meta/meta.go b/utils/meta/meta.go index 55811ec90..c15d2110a 100644 --- a/utils/meta/meta.go +++ b/utils/meta/meta.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 meta diff --git a/utils/predicates/generic_predicates.go b/utils/predicates/generic_predicates.go index 8b64d6c71..c072883e1 100644 --- a/utils/predicates/generic_predicates.go +++ b/utils/predicates/generic_predicates.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package predicates diff --git a/utils/quota/interfaces.go b/utils/quota/interfaces.go index 9d10765f3..2c3cedd6f 100644 --- a/utils/quota/interfaces.go +++ b/utils/quota/interfaces.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 quota diff --git a/utils/quota/quota.go b/utils/quota/quota.go index 16ba74315..f91577c5f 100644 --- a/utils/quota/quota.go +++ b/utils/quota/quota.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 quota diff --git a/utils/quota/registry.go b/utils/quota/registry.go index 4a6e999ca..28dccc3b3 100644 --- a/utils/quota/registry.go +++ b/utils/quota/registry.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 quota diff --git a/utils/quota/resourceaccess/resourceaccess.go b/utils/quota/resourceaccess/resourceaccess.go index ee36224d0..9b1b515d4 100644 --- a/utils/quota/resourceaccess/resourceaccess.go +++ b/utils/quota/resourceaccess/resourceaccess.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 resourceaccess diff --git a/utils/quota/scopeselector.go b/utils/quota/scopeselector.go index 6622ee151..b6c4908db 100644 --- a/utils/quota/scopeselector.go +++ b/utils/quota/scopeselector.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 quota diff --git a/utils/quota/usagecalculator.go b/utils/quota/usagecalculator.go index d14ac59cc..df20fe188 100644 --- a/utils/quota/usagecalculator.go +++ b/utils/quota/usagecalculator.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 quota diff --git a/utils/rest/configrotator.go b/utils/rest/configrotator.go index da8922cef..53b77311d 100644 --- a/utils/rest/configrotator.go +++ b/utils/rest/configrotator.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 rest diff --git a/utils/rest/configrotator_test.go b/utils/rest/configrotator_test.go index 8b8f70adf..07c52e618 100644 --- a/utils/rest/configrotator_test.go +++ b/utils/rest/configrotator_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 rest_test diff --git a/utils/rest/rest_suite_test.go b/utils/rest/rest_suite_test.go index 4fcb964c5..693d0e636 100644 --- a/utils/rest/rest_suite_test.go +++ b/utils/rest/rest_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 rest_test diff --git a/utils/rest/testing/fake.go b/utils/rest/testing/fake.go index 02484dbe4..7dc6afa03 100644 --- a/utils/rest/testing/fake.go +++ b/utils/rest/testing/fake.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 diff --git a/utils/rest/util.go b/utils/rest/util.go index 55ade4e60..ddbc7d20e 100644 --- a/utils/rest/util.go +++ b/utils/rest/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 rest diff --git a/utils/runtime/runtime.go b/utils/runtime/runtime.go index c05f35f29..2c5947029 100644 --- a/utils/runtime/runtime.go +++ b/utils/runtime/runtime.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 runtime diff --git a/utils/sets/sets.go b/utils/sets/sets.go index 2e68b2c32..e759d2864 100644 --- a/utils/sets/sets.go +++ b/utils/sets/sets.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 sets diff --git a/utils/slices/slices.go b/utils/slices/slices.go index e1aeae42e..49888e09f 100644 --- a/utils/slices/slices.go +++ b/utils/slices/slices.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package slices diff --git a/utils/testing/testing.go b/utils/testing/testing.go index 081b873f7..4894ffef5 100644 --- a/utils/testing/testing.go +++ b/utils/testing/testing.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: 2023 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 package testing