diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index bef9aef91..55025f70d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,6 +1,6 @@ name: Bug Report description: Help us diagnose and fix bugs in Official GCP Provider -labels: bug,needs:triage +labels: bug title: "[Bug]: " body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml.license b/.github/ISSUE_TEMPLATE/bug_report.yaml.license new file mode 100644 index 000000000..abc17349c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 The Crossplane Authors + +SPDX-License-Identifier: CC0-1.0 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b0a3f582c..02ce6aba4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature Request about: Help us make Official GCP Provider more useful -labels: enhancement,needs:triage +labels: enhancement title: --- ### Description of your changes + +[contribution process]: https://git.io/fj2m9 diff --git a/.github/PULL_REQUEST_TEMPLATE.md.license b/.github/PULL_REQUEST_TEMPLATE.md.license new file mode 100644 index 000000000..abc17349c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 The Crossplane Authors + +SPDX-License-Identifier: CC0-1.0 diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index f7ade82dd..a51beaf18 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + name: Backport on: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bf94205d..673f42e1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + name: CI on: diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 5564ecee2..e93ad641a 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + name: Comment Commands on: issue_comment diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 26ad686f0..ad87579b7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + name: End to End Testing on: diff --git a/.github/workflows/issue_triage.yml b/.github/workflows/issue_triage.yml index 2473cf5dd..3cd00afb2 100644 --- a/.github/workflows/issue_triage.yml +++ b/.github/workflows/issue_triage.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + name: Issue Triage on: diff --git a/.github/workflows/native-provider-bump.yml b/.github/workflows/native-provider-bump.yml index 4875bf0e6..945771c8b 100644 --- a/.github/workflows/native-provider-bump.yml +++ b/.github/workflows/native-provider-bump.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + name: Native Provider Version Bump on: diff --git a/.github/workflows/publish-service-artifacts.yml b/.github/workflows/publish-service-artifacts.yml index 0e2e0f2b7..3a4680ce9 100644 --- a/.github/workflows/publish-service-artifacts.yml +++ b/.github/workflows/publish-service-artifacts.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + name: Publish Service Artifacts on: diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index fef6afbe3..106fdd92a 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + name: Scan diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index 086c6f4dc..c33c56f9c 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + name: Tag on: diff --git a/.github/workflows/updoc.yml b/.github/workflows/updoc.yml index a8487b713..eff5d7106 100644 --- a/.github/workflows/updoc.yml +++ b/.github/workflows/updoc.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + name: Updoc on: diff --git a/.github/workflows/uptest-all.yml b/.github/workflows/uptest-all.yml index 21af92067..c2e0c8c0a 100644 --- a/.github/workflows/uptest-all.yml +++ b/.github/workflows/uptest-all.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + name: Uptest All on: diff --git a/.gitignore b/.gitignore index c1e0ab98f..00d9b235d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + /.cache /.work /_output diff --git a/.gitmodules b/.gitmodules index c2fad4707..921d31e3c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + [submodule "build"] path = build url = https://github.com/upbound/build diff --git a/.golangci.yml b/.golangci.yml index 0bdfb33af..cc2469c5d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + run: deadline: 10m diff --git a/CODEOWNERS b/CODEOWNERS index ce912922d..c187a348b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,8 @@ + +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + # This file controls automatic PR reviewer assignment. See the following docs: # # * https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index a3ee6a8a5..c927bfbab 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,9 @@ + + ## Community Code of Conduct This project follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). diff --git a/LICENSE b/LICENSE index 5695f4d9a..ca6352330 100644 --- a/LICENSE +++ b/LICENSE @@ -1,201 +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 [YEAR] Upbound Inc. All rights reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. +Apache License +Version 2.0, January 2004 + + +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 + + + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT 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 ac9d6e163..f5f557daa 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ + +# SPDX-FileCopyrightText: 2023 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + # ==================================================================================== # Setup Project diff --git a/NOTICE b/NOTICE index 4b491f4cc..417ad3b16 100644 --- a/NOTICE +++ b/NOTICE @@ -1,3 +1,9 @@ + + This project is a larger work that combines with software written by third parties, licensed under their own terms. diff --git a/OWNERS.md b/OWNERS.md index 599b40e4e..c6982bd15 100644 --- a/OWNERS.md +++ b/OWNERS.md @@ -1,9 +1,14 @@ -# OWNERS + -This page lists all maintainers for **this** repository. Each repository in the [Upbound -organization](https://github.com/upbound/) will list their repository maintainers in their own -`OWNERS.md` file. +# OWNERS +This page lists all maintainers for **this** repository. Each repository in the +[Crossplane organization](https://github.com/crossplane/) will list their +repository maintainers in their own `OWNERS.md` file. ## Maintainers diff --git a/README.md b/README.md index 3d7d3a06d..9a5188981 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ + + # Official Provider GCP
-![CI](https://github.com/upbound/provider-gcp/workflows/CI/badge.svg) [![GitHub release](https://img.shields.io/github/release/upbound/provider-gcp/all.svg?style=flat-square)](https://github.com/upbound/provider-gcp/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/upbound/provider-gcp)](https://goreportcard.com/report/github.com/upbound/provider-gcp) [![Slack](https://slack.crossplane.io/badge.svg)](https://crossplane.slack.com/archives/C01TRKD4623) [![Twitter Follow](https://img.shields.io/twitter/follow/upbound_io.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=upbound_io&user_id=788180534543339520) +![CI](https://github.com/crossplane-contrib/provider-upjet-gcp/workflows/CI/badge.svg) +[![GitHub release](https://img.shields.io/github/release/crossplane-contrib/provider-upjet-gcp/all.svg)](https://github.com/crossplane-contrib/provider-upjet-gcp/releases) +[![Go Report Card](https://goreportcard.com/badge/github.com/crossplane-contrib/provider-upjet-gcp)](https://goreportcard.com/report/github.com/crossplane-contrib/provider-upjet-gcp) +[![Contributors](https://img.shields.io/github/contributors/crossplane-contrib/provider-upjet-gcp)](https://github.com/crossplane-contrib/provider-upjet-gcp/graphs/contributors) +[![Slack](https://img.shields.io/badge/Slack-4A154B?logo=slack)](https://crossplane.slack.com/archives/C05E7EVM459) +[![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/crossplane_io)](https://twitter.com/crossplane_io)
@@ -33,15 +44,12 @@ Follow the guide [here](https://github.com/crossplane/upjet/blob/v0.10.0/docs/ad ## Report a Bug For filing bugs, suggesting improvements, or requesting new features, please -open an [issue](https://github.com/upbound/provider-gcp/issues). +open an [issue](https://github.com/crossplane-contrib/provider-upjet-gcp/issues). ## Contact -Please open a Github issue for all requests. If you need to reach out to Upbound, you can do so via the following channels: - -* Slack: [#upbound](https://crossplane.slack.com/archives/C01TRKD4623) channel in [Crossplane Slack](https://slack.crossplane.io) -* Twitter: [@upbound_io](https://twitter.com/upbound_io) -* Email: [support@upbound.io](mailto:support@upbound.io) +[#upbound-provider-aws](https://crossplane.slack.com/archives/C05E7EVM459) channel in +[Crossplane Slack](https://slack.crossplane.io) ## Licensing diff --git a/apis/accesscontextmanager/v1beta1/zz_accesslevel_terraformed.go b/apis/accesscontextmanager/v1beta1/zz_accesslevel_terraformed.go index 9b809bd16..5170af2f3 100755 --- a/apis/accesscontextmanager/v1beta1/zz_accesslevel_terraformed.go +++ b/apis/accesscontextmanager/v1beta1/zz_accesslevel_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/accesscontextmanager/v1beta1/zz_accesslevel_types.go b/apis/accesscontextmanager/v1beta1/zz_accesslevel_types.go index 95740bdef..1c35101e6 100755 --- a/apis/accesscontextmanager/v1beta1/zz_accesslevel_types.go +++ b/apis/accesscontextmanager/v1beta1/zz_accesslevel_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/accesscontextmanager/v1beta1/zz_accesslevelcondition_terraformed.go b/apis/accesscontextmanager/v1beta1/zz_accesslevelcondition_terraformed.go index c21147e07..78f50fd4f 100755 --- a/apis/accesscontextmanager/v1beta1/zz_accesslevelcondition_terraformed.go +++ b/apis/accesscontextmanager/v1beta1/zz_accesslevelcondition_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/accesscontextmanager/v1beta1/zz_accesslevelcondition_types.go b/apis/accesscontextmanager/v1beta1/zz_accesslevelcondition_types.go index 75a38a3b3..d2ea213ce 100755 --- a/apis/accesscontextmanager/v1beta1/zz_accesslevelcondition_types.go +++ b/apis/accesscontextmanager/v1beta1/zz_accesslevelcondition_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/accesscontextmanager/v1beta1/zz_accesspolicy_terraformed.go b/apis/accesscontextmanager/v1beta1/zz_accesspolicy_terraformed.go index 755f19f9c..353a207bc 100755 --- a/apis/accesscontextmanager/v1beta1/zz_accesspolicy_terraformed.go +++ b/apis/accesscontextmanager/v1beta1/zz_accesspolicy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/accesscontextmanager/v1beta1/zz_accesspolicy_types.go b/apis/accesscontextmanager/v1beta1/zz_accesspolicy_types.go index d5dda5be6..dfc319eb7 100755 --- a/apis/accesscontextmanager/v1beta1/zz_accesspolicy_types.go +++ b/apis/accesscontextmanager/v1beta1/zz_accesspolicy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/accesscontextmanager/v1beta1/zz_accesspolicyiammember_terraformed.go b/apis/accesscontextmanager/v1beta1/zz_accesspolicyiammember_terraformed.go index db0433a5b..22ae8fd41 100755 --- a/apis/accesscontextmanager/v1beta1/zz_accesspolicyiammember_terraformed.go +++ b/apis/accesscontextmanager/v1beta1/zz_accesspolicyiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/accesscontextmanager/v1beta1/zz_accesspolicyiammember_types.go b/apis/accesscontextmanager/v1beta1/zz_accesspolicyiammember_types.go index 7d3e08523..294f0c671 100755 --- a/apis/accesscontextmanager/v1beta1/zz_accesspolicyiammember_types.go +++ b/apis/accesscontextmanager/v1beta1/zz_accesspolicyiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/accesscontextmanager/v1beta1/zz_generated.conversion_hubs.go b/apis/accesscontextmanager/v1beta1/zz_generated.conversion_hubs.go index 66997bcb8..4689cec83 100755 --- a/apis/accesscontextmanager/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/accesscontextmanager/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/accesscontextmanager/v1beta1/zz_generated.deepcopy.go b/apis/accesscontextmanager/v1beta1/zz_generated.deepcopy.go index 81def0cf2..1e9d4419f 100644 --- a/apis/accesscontextmanager/v1beta1/zz_generated.deepcopy.go +++ b/apis/accesscontextmanager/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/accesscontextmanager/v1beta1/zz_generated.managed.go b/apis/accesscontextmanager/v1beta1/zz_generated.managed.go index d7774c418..ce0296ca1 100644 --- a/apis/accesscontextmanager/v1beta1/zz_generated.managed.go +++ b/apis/accesscontextmanager/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/accesscontextmanager/v1beta1/zz_generated.managedlist.go b/apis/accesscontextmanager/v1beta1/zz_generated.managedlist.go index 9a5ceb691..b51e7c830 100644 --- a/apis/accesscontextmanager/v1beta1/zz_generated.managedlist.go +++ b/apis/accesscontextmanager/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/accesscontextmanager/v1beta1/zz_generated.resolvers.go b/apis/accesscontextmanager/v1beta1/zz_generated.resolvers.go index 47c858fc7..42ffcb1fd 100644 --- a/apis/accesscontextmanager/v1beta1/zz_generated.resolvers.go +++ b/apis/accesscontextmanager/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/accesscontextmanager/v1beta1/zz_groupversion_info.go b/apis/accesscontextmanager/v1beta1/zz_groupversion_info.go index fb3a0b502..beb315f4f 100755 --- a/apis/accesscontextmanager/v1beta1/zz_groupversion_info.go +++ b/apis/accesscontextmanager/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/accesscontextmanager/v1beta1/zz_serviceperimeter_terraformed.go b/apis/accesscontextmanager/v1beta1/zz_serviceperimeter_terraformed.go index 02b58d606..a404b142d 100755 --- a/apis/accesscontextmanager/v1beta1/zz_serviceperimeter_terraformed.go +++ b/apis/accesscontextmanager/v1beta1/zz_serviceperimeter_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/accesscontextmanager/v1beta1/zz_serviceperimeter_types.go b/apis/accesscontextmanager/v1beta1/zz_serviceperimeter_types.go index bc5778a28..12e0a4f73 100755 --- a/apis/accesscontextmanager/v1beta1/zz_serviceperimeter_types.go +++ b/apis/accesscontextmanager/v1beta1/zz_serviceperimeter_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/accesscontextmanager/v1beta1/zz_serviceperimeterresource_terraformed.go b/apis/accesscontextmanager/v1beta1/zz_serviceperimeterresource_terraformed.go index 43af4431c..c91f58b5f 100755 --- a/apis/accesscontextmanager/v1beta1/zz_serviceperimeterresource_terraformed.go +++ b/apis/accesscontextmanager/v1beta1/zz_serviceperimeterresource_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/accesscontextmanager/v1beta1/zz_serviceperimeterresource_types.go b/apis/accesscontextmanager/v1beta1/zz_serviceperimeterresource_types.go index 4d39e64e4..686485997 100755 --- a/apis/accesscontextmanager/v1beta1/zz_serviceperimeterresource_types.go +++ b/apis/accesscontextmanager/v1beta1/zz_serviceperimeterresource_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/activedirectory/v1beta1/zz_domain_terraformed.go b/apis/activedirectory/v1beta1/zz_domain_terraformed.go index 66cb0735f..4cf461034 100755 --- a/apis/activedirectory/v1beta1/zz_domain_terraformed.go +++ b/apis/activedirectory/v1beta1/zz_domain_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/activedirectory/v1beta1/zz_domain_types.go b/apis/activedirectory/v1beta1/zz_domain_types.go index 1a2331047..a70e620af 100755 --- a/apis/activedirectory/v1beta1/zz_domain_types.go +++ b/apis/activedirectory/v1beta1/zz_domain_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/activedirectory/v1beta1/zz_generated.conversion_hubs.go b/apis/activedirectory/v1beta1/zz_generated.conversion_hubs.go index 50960720d..7274ddcaa 100755 --- a/apis/activedirectory/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/activedirectory/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/activedirectory/v1beta1/zz_generated.deepcopy.go b/apis/activedirectory/v1beta1/zz_generated.deepcopy.go index ef8f84b76..a6599e805 100644 --- a/apis/activedirectory/v1beta1/zz_generated.deepcopy.go +++ b/apis/activedirectory/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/activedirectory/v1beta1/zz_generated.managed.go b/apis/activedirectory/v1beta1/zz_generated.managed.go index ec34ace94..b3f4f79e0 100644 --- a/apis/activedirectory/v1beta1/zz_generated.managed.go +++ b/apis/activedirectory/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/activedirectory/v1beta1/zz_generated.managedlist.go b/apis/activedirectory/v1beta1/zz_generated.managedlist.go index 6dfa72d18..57c68b7cb 100644 --- a/apis/activedirectory/v1beta1/zz_generated.managedlist.go +++ b/apis/activedirectory/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/activedirectory/v1beta1/zz_groupversion_info.go b/apis/activedirectory/v1beta1/zz_groupversion_info.go index 4136edb21..a7311f34b 100755 --- a/apis/activedirectory/v1beta1/zz_groupversion_info.go +++ b/apis/activedirectory/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/alloydb/v1beta1/zz_backup_terraformed.go b/apis/alloydb/v1beta1/zz_backup_terraformed.go index 75f725342..909066689 100755 --- a/apis/alloydb/v1beta1/zz_backup_terraformed.go +++ b/apis/alloydb/v1beta1/zz_backup_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/alloydb/v1beta1/zz_backup_types.go b/apis/alloydb/v1beta1/zz_backup_types.go index 9dd5e73b4..69ef356b5 100755 --- a/apis/alloydb/v1beta1/zz_backup_types.go +++ b/apis/alloydb/v1beta1/zz_backup_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/alloydb/v1beta1/zz_cluster_terraformed.go b/apis/alloydb/v1beta1/zz_cluster_terraformed.go index d9a9f2eaa..b710681d1 100755 --- a/apis/alloydb/v1beta1/zz_cluster_terraformed.go +++ b/apis/alloydb/v1beta1/zz_cluster_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/alloydb/v1beta1/zz_cluster_types.go b/apis/alloydb/v1beta1/zz_cluster_types.go index 0822a920e..1046bef38 100755 --- a/apis/alloydb/v1beta1/zz_cluster_types.go +++ b/apis/alloydb/v1beta1/zz_cluster_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/alloydb/v1beta1/zz_generated.conversion_hubs.go b/apis/alloydb/v1beta1/zz_generated.conversion_hubs.go index 38ca7e420..0882aa61d 100755 --- a/apis/alloydb/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/alloydb/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/alloydb/v1beta1/zz_generated.deepcopy.go b/apis/alloydb/v1beta1/zz_generated.deepcopy.go index 9b68260cd..6327cf6de 100644 --- a/apis/alloydb/v1beta1/zz_generated.deepcopy.go +++ b/apis/alloydb/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/alloydb/v1beta1/zz_generated.managed.go b/apis/alloydb/v1beta1/zz_generated.managed.go index d69b1b8e9..d0a4215d9 100644 --- a/apis/alloydb/v1beta1/zz_generated.managed.go +++ b/apis/alloydb/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/alloydb/v1beta1/zz_generated.managedlist.go b/apis/alloydb/v1beta1/zz_generated.managedlist.go index b32c90223..bcc7ff23e 100644 --- a/apis/alloydb/v1beta1/zz_generated.managedlist.go +++ b/apis/alloydb/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/alloydb/v1beta1/zz_generated.resolvers.go b/apis/alloydb/v1beta1/zz_generated.resolvers.go index 533d11f35..7028884ba 100644 --- a/apis/alloydb/v1beta1/zz_generated.resolvers.go +++ b/apis/alloydb/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/alloydb/v1beta1/zz_groupversion_info.go b/apis/alloydb/v1beta1/zz_groupversion_info.go index d9108b49c..72918a103 100755 --- a/apis/alloydb/v1beta1/zz_groupversion_info.go +++ b/apis/alloydb/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/alloydb/v1beta1/zz_instance_terraformed.go b/apis/alloydb/v1beta1/zz_instance_terraformed.go index 28498b7d5..3de51d154 100755 --- a/apis/alloydb/v1beta1/zz_instance_terraformed.go +++ b/apis/alloydb/v1beta1/zz_instance_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/alloydb/v1beta1/zz_instance_types.go b/apis/alloydb/v1beta1/zz_instance_types.go index bd31db608..804d01714 100755 --- a/apis/alloydb/v1beta1/zz_instance_types.go +++ b/apis/alloydb/v1beta1/zz_instance_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_envgroup_terraformed.go b/apis/apigee/v1beta1/zz_envgroup_terraformed.go index 3ec0d1326..541a2a7e9 100755 --- a/apis/apigee/v1beta1/zz_envgroup_terraformed.go +++ b/apis/apigee/v1beta1/zz_envgroup_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_envgroup_types.go b/apis/apigee/v1beta1/zz_envgroup_types.go index 5657b6687..ddd4085b4 100755 --- a/apis/apigee/v1beta1/zz_envgroup_types.go +++ b/apis/apigee/v1beta1/zz_envgroup_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_environment_terraformed.go b/apis/apigee/v1beta1/zz_environment_terraformed.go index 9954a13ff..c2b2a2649 100755 --- a/apis/apigee/v1beta1/zz_environment_terraformed.go +++ b/apis/apigee/v1beta1/zz_environment_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_environment_types.go b/apis/apigee/v1beta1/zz_environment_types.go index a88ad90ec..63e198572 100755 --- a/apis/apigee/v1beta1/zz_environment_types.go +++ b/apis/apigee/v1beta1/zz_environment_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_environmentiammember_terraformed.go b/apis/apigee/v1beta1/zz_environmentiammember_terraformed.go index 87cd39cdf..771fb996d 100755 --- a/apis/apigee/v1beta1/zz_environmentiammember_terraformed.go +++ b/apis/apigee/v1beta1/zz_environmentiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_environmentiammember_types.go b/apis/apigee/v1beta1/zz_environmentiammember_types.go index 2d1d286f5..d339c98e7 100755 --- a/apis/apigee/v1beta1/zz_environmentiammember_types.go +++ b/apis/apigee/v1beta1/zz_environmentiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_generated.conversion_hubs.go b/apis/apigee/v1beta1/zz_generated.conversion_hubs.go index 412d9da56..a4fd4d86e 100755 --- a/apis/apigee/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/apigee/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_generated.deepcopy.go b/apis/apigee/v1beta1/zz_generated.deepcopy.go index 7601b3b10..2c970e196 100644 --- a/apis/apigee/v1beta1/zz_generated.deepcopy.go +++ b/apis/apigee/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/apigee/v1beta1/zz_generated.managed.go b/apis/apigee/v1beta1/zz_generated.managed.go index f8f9397e1..06797628a 100644 --- a/apis/apigee/v1beta1/zz_generated.managed.go +++ b/apis/apigee/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_generated.managedlist.go b/apis/apigee/v1beta1/zz_generated.managedlist.go index 64953841c..30d0520be 100644 --- a/apis/apigee/v1beta1/zz_generated.managedlist.go +++ b/apis/apigee/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_generated.resolvers.go b/apis/apigee/v1beta1/zz_generated.resolvers.go index 855488ad6..dd2b0f385 100644 --- a/apis/apigee/v1beta1/zz_generated.resolvers.go +++ b/apis/apigee/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/apigee/v1beta1/zz_groupversion_info.go b/apis/apigee/v1beta1/zz_groupversion_info.go index c284753a6..68774f69d 100755 --- a/apis/apigee/v1beta1/zz_groupversion_info.go +++ b/apis/apigee/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/apigee/v1beta1/zz_instance_terraformed.go b/apis/apigee/v1beta1/zz_instance_terraformed.go index 324c2df72..c5410af63 100755 --- a/apis/apigee/v1beta1/zz_instance_terraformed.go +++ b/apis/apigee/v1beta1/zz_instance_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_instance_types.go b/apis/apigee/v1beta1/zz_instance_types.go index 51b58bc2b..98ac81231 100755 --- a/apis/apigee/v1beta1/zz_instance_types.go +++ b/apis/apigee/v1beta1/zz_instance_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_nataddress_terraformed.go b/apis/apigee/v1beta1/zz_nataddress_terraformed.go index c8ac6df50..31ed19e4c 100755 --- a/apis/apigee/v1beta1/zz_nataddress_terraformed.go +++ b/apis/apigee/v1beta1/zz_nataddress_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_nataddress_types.go b/apis/apigee/v1beta1/zz_nataddress_types.go index 80b753790..3ae052b88 100755 --- a/apis/apigee/v1beta1/zz_nataddress_types.go +++ b/apis/apigee/v1beta1/zz_nataddress_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_organization_terraformed.go b/apis/apigee/v1beta1/zz_organization_terraformed.go index 0f4fd5fa9..dfe303637 100755 --- a/apis/apigee/v1beta1/zz_organization_terraformed.go +++ b/apis/apigee/v1beta1/zz_organization_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/apigee/v1beta1/zz_organization_types.go b/apis/apigee/v1beta1/zz_organization_types.go index 42ec62d31..564a850f8 100755 --- a/apis/apigee/v1beta1/zz_organization_types.go +++ b/apis/apigee/v1beta1/zz_organization_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/appengine/v1beta1/zz_application_terraformed.go b/apis/appengine/v1beta1/zz_application_terraformed.go index eacc64405..e1e6b51e2 100755 --- a/apis/appengine/v1beta1/zz_application_terraformed.go +++ b/apis/appengine/v1beta1/zz_application_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/appengine/v1beta1/zz_application_types.go b/apis/appengine/v1beta1/zz_application_types.go index 607a6bdbd..a8b0fff23 100755 --- a/apis/appengine/v1beta1/zz_application_types.go +++ b/apis/appengine/v1beta1/zz_application_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/appengine/v1beta1/zz_applicationurldispatchrules_terraformed.go b/apis/appengine/v1beta1/zz_applicationurldispatchrules_terraformed.go index 30ef0e67e..8c6c10107 100755 --- a/apis/appengine/v1beta1/zz_applicationurldispatchrules_terraformed.go +++ b/apis/appengine/v1beta1/zz_applicationurldispatchrules_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/appengine/v1beta1/zz_applicationurldispatchrules_types.go b/apis/appengine/v1beta1/zz_applicationurldispatchrules_types.go index c3940090e..05e36a087 100755 --- a/apis/appengine/v1beta1/zz_applicationurldispatchrules_types.go +++ b/apis/appengine/v1beta1/zz_applicationurldispatchrules_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/appengine/v1beta1/zz_firewallrule_terraformed.go b/apis/appengine/v1beta1/zz_firewallrule_terraformed.go index ac780f940..1aa86a933 100755 --- a/apis/appengine/v1beta1/zz_firewallrule_terraformed.go +++ b/apis/appengine/v1beta1/zz_firewallrule_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/appengine/v1beta1/zz_firewallrule_types.go b/apis/appengine/v1beta1/zz_firewallrule_types.go index 67a4448e5..2ec87a870 100755 --- a/apis/appengine/v1beta1/zz_firewallrule_types.go +++ b/apis/appengine/v1beta1/zz_firewallrule_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/appengine/v1beta1/zz_generated.conversion_hubs.go b/apis/appengine/v1beta1/zz_generated.conversion_hubs.go index a6416e46e..19813696d 100755 --- a/apis/appengine/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/appengine/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/appengine/v1beta1/zz_generated.deepcopy.go b/apis/appengine/v1beta1/zz_generated.deepcopy.go index 6e5c2ca14..7f7a14d94 100644 --- a/apis/appengine/v1beta1/zz_generated.deepcopy.go +++ b/apis/appengine/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/appengine/v1beta1/zz_generated.managed.go b/apis/appengine/v1beta1/zz_generated.managed.go index 6dd0ad896..5ef4c4887 100644 --- a/apis/appengine/v1beta1/zz_generated.managed.go +++ b/apis/appengine/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/appengine/v1beta1/zz_generated.managedlist.go b/apis/appengine/v1beta1/zz_generated.managedlist.go index 8d3e84a6f..61ad3da54 100644 --- a/apis/appengine/v1beta1/zz_generated.managedlist.go +++ b/apis/appengine/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/appengine/v1beta1/zz_generated.resolvers.go b/apis/appengine/v1beta1/zz_generated.resolvers.go index 0ba6fa57e..9132a8113 100644 --- a/apis/appengine/v1beta1/zz_generated.resolvers.go +++ b/apis/appengine/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/appengine/v1beta1/zz_groupversion_info.go b/apis/appengine/v1beta1/zz_groupversion_info.go index 8e39f7942..b966a1bbf 100755 --- a/apis/appengine/v1beta1/zz_groupversion_info.go +++ b/apis/appengine/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/appengine/v1beta1/zz_servicenetworksettings_terraformed.go b/apis/appengine/v1beta1/zz_servicenetworksettings_terraformed.go index fc66be43b..f2961887b 100755 --- a/apis/appengine/v1beta1/zz_servicenetworksettings_terraformed.go +++ b/apis/appengine/v1beta1/zz_servicenetworksettings_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/appengine/v1beta1/zz_servicenetworksettings_types.go b/apis/appengine/v1beta1/zz_servicenetworksettings_types.go index 440d6620e..940dc9ec6 100755 --- a/apis/appengine/v1beta1/zz_servicenetworksettings_types.go +++ b/apis/appengine/v1beta1/zz_servicenetworksettings_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/appengine/v1beta1/zz_standardappversion_terraformed.go b/apis/appengine/v1beta1/zz_standardappversion_terraformed.go index dfeafea3e..fadc7b365 100755 --- a/apis/appengine/v1beta1/zz_standardappversion_terraformed.go +++ b/apis/appengine/v1beta1/zz_standardappversion_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/appengine/v1beta1/zz_standardappversion_types.go b/apis/appengine/v1beta1/zz_standardappversion_types.go index 3913a4750..b5009a2be 100755 --- a/apis/appengine/v1beta1/zz_standardappversion_types.go +++ b/apis/appengine/v1beta1/zz_standardappversion_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/artifact/v1beta1/zz_generated.conversion_hubs.go b/apis/artifact/v1beta1/zz_generated.conversion_hubs.go index 32ac6ca27..d0b335fa4 100755 --- a/apis/artifact/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/artifact/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/artifact/v1beta1/zz_generated.deepcopy.go b/apis/artifact/v1beta1/zz_generated.deepcopy.go index 17b38957c..9a1e4fe6a 100644 --- a/apis/artifact/v1beta1/zz_generated.deepcopy.go +++ b/apis/artifact/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/artifact/v1beta1/zz_generated.managed.go b/apis/artifact/v1beta1/zz_generated.managed.go index 9d01be4c0..93591dab2 100644 --- a/apis/artifact/v1beta1/zz_generated.managed.go +++ b/apis/artifact/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/artifact/v1beta1/zz_generated.managedlist.go b/apis/artifact/v1beta1/zz_generated.managedlist.go index 2f7c559de..0716dff98 100644 --- a/apis/artifact/v1beta1/zz_generated.managedlist.go +++ b/apis/artifact/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/artifact/v1beta1/zz_generated.resolvers.go b/apis/artifact/v1beta1/zz_generated.resolvers.go index e41ae6bbf..6e897ec48 100644 --- a/apis/artifact/v1beta1/zz_generated.resolvers.go +++ b/apis/artifact/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/artifact/v1beta1/zz_groupversion_info.go b/apis/artifact/v1beta1/zz_groupversion_info.go index bc81818fb..b9fe4e437 100755 --- a/apis/artifact/v1beta1/zz_groupversion_info.go +++ b/apis/artifact/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/artifact/v1beta1/zz_registryrepository_terraformed.go b/apis/artifact/v1beta1/zz_registryrepository_terraformed.go index ff6f2f42d..50d690474 100755 --- a/apis/artifact/v1beta1/zz_registryrepository_terraformed.go +++ b/apis/artifact/v1beta1/zz_registryrepository_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/artifact/v1beta1/zz_registryrepository_types.go b/apis/artifact/v1beta1/zz_registryrepository_types.go index bd1c01eee..f36ceb63d 100755 --- a/apis/artifact/v1beta1/zz_registryrepository_types.go +++ b/apis/artifact/v1beta1/zz_registryrepository_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/artifact/v1beta1/zz_registryrepositoryiammember_terraformed.go b/apis/artifact/v1beta1/zz_registryrepositoryiammember_terraformed.go index e94389384..58f7b13f7 100755 --- a/apis/artifact/v1beta1/zz_registryrepositoryiammember_terraformed.go +++ b/apis/artifact/v1beta1/zz_registryrepositoryiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/artifact/v1beta1/zz_registryrepositoryiammember_types.go b/apis/artifact/v1beta1/zz_registryrepositoryiammember_types.go index e22aa282a..f08cc1666 100755 --- a/apis/artifact/v1beta1/zz_registryrepositoryiammember_types.go +++ b/apis/artifact/v1beta1/zz_registryrepositoryiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/beyondcorp/v1beta1/zz_appconnection_terraformed.go b/apis/beyondcorp/v1beta1/zz_appconnection_terraformed.go index c94ba4982..532f00a2d 100755 --- a/apis/beyondcorp/v1beta1/zz_appconnection_terraformed.go +++ b/apis/beyondcorp/v1beta1/zz_appconnection_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/beyondcorp/v1beta1/zz_appconnection_types.go b/apis/beyondcorp/v1beta1/zz_appconnection_types.go index c455809a5..22aa52c74 100755 --- a/apis/beyondcorp/v1beta1/zz_appconnection_types.go +++ b/apis/beyondcorp/v1beta1/zz_appconnection_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/beyondcorp/v1beta1/zz_appconnector_terraformed.go b/apis/beyondcorp/v1beta1/zz_appconnector_terraformed.go index cb939a60a..0cdc280cd 100755 --- a/apis/beyondcorp/v1beta1/zz_appconnector_terraformed.go +++ b/apis/beyondcorp/v1beta1/zz_appconnector_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/beyondcorp/v1beta1/zz_appconnector_types.go b/apis/beyondcorp/v1beta1/zz_appconnector_types.go index 2a637135d..7d8d91b21 100755 --- a/apis/beyondcorp/v1beta1/zz_appconnector_types.go +++ b/apis/beyondcorp/v1beta1/zz_appconnector_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/beyondcorp/v1beta1/zz_appgateway_terraformed.go b/apis/beyondcorp/v1beta1/zz_appgateway_terraformed.go index e3462e3de..814139bf3 100755 --- a/apis/beyondcorp/v1beta1/zz_appgateway_terraformed.go +++ b/apis/beyondcorp/v1beta1/zz_appgateway_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/beyondcorp/v1beta1/zz_appgateway_types.go b/apis/beyondcorp/v1beta1/zz_appgateway_types.go index e9a5280a4..352dde6d9 100755 --- a/apis/beyondcorp/v1beta1/zz_appgateway_types.go +++ b/apis/beyondcorp/v1beta1/zz_appgateway_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/beyondcorp/v1beta1/zz_generated.conversion_hubs.go b/apis/beyondcorp/v1beta1/zz_generated.conversion_hubs.go index 196b52ad9..e19dc81b4 100755 --- a/apis/beyondcorp/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/beyondcorp/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/beyondcorp/v1beta1/zz_generated.deepcopy.go b/apis/beyondcorp/v1beta1/zz_generated.deepcopy.go index 59a6f50a8..771c30ce5 100644 --- a/apis/beyondcorp/v1beta1/zz_generated.deepcopy.go +++ b/apis/beyondcorp/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/beyondcorp/v1beta1/zz_generated.managed.go b/apis/beyondcorp/v1beta1/zz_generated.managed.go index 82a798559..573d2c52d 100644 --- a/apis/beyondcorp/v1beta1/zz_generated.managed.go +++ b/apis/beyondcorp/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/beyondcorp/v1beta1/zz_generated.managedlist.go b/apis/beyondcorp/v1beta1/zz_generated.managedlist.go index be0f15a11..880193067 100644 --- a/apis/beyondcorp/v1beta1/zz_generated.managedlist.go +++ b/apis/beyondcorp/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/beyondcorp/v1beta1/zz_generated.resolvers.go b/apis/beyondcorp/v1beta1/zz_generated.resolvers.go index 57dff5fc6..caf6bdda3 100644 --- a/apis/beyondcorp/v1beta1/zz_generated.resolvers.go +++ b/apis/beyondcorp/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/beyondcorp/v1beta1/zz_groupversion_info.go b/apis/beyondcorp/v1beta1/zz_groupversion_info.go index 3c70ff6bc..84342495d 100755 --- a/apis/beyondcorp/v1beta1/zz_groupversion_info.go +++ b/apis/beyondcorp/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/bigquery/v1beta1/zz_analyticshubdataexchange_terraformed.go b/apis/bigquery/v1beta1/zz_analyticshubdataexchange_terraformed.go index a557f69df..efd188dda 100755 --- a/apis/bigquery/v1beta1/zz_analyticshubdataexchange_terraformed.go +++ b/apis/bigquery/v1beta1/zz_analyticshubdataexchange_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_analyticshubdataexchange_types.go b/apis/bigquery/v1beta1/zz_analyticshubdataexchange_types.go index dc5f3b36c..568588d99 100755 --- a/apis/bigquery/v1beta1/zz_analyticshubdataexchange_types.go +++ b/apis/bigquery/v1beta1/zz_analyticshubdataexchange_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_analyticshubdataexchangeiammember_terraformed.go b/apis/bigquery/v1beta1/zz_analyticshubdataexchangeiammember_terraformed.go index c268f091d..0c2060e99 100755 --- a/apis/bigquery/v1beta1/zz_analyticshubdataexchangeiammember_terraformed.go +++ b/apis/bigquery/v1beta1/zz_analyticshubdataexchangeiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_analyticshubdataexchangeiammember_types.go b/apis/bigquery/v1beta1/zz_analyticshubdataexchangeiammember_types.go index d5bb9c580..0b7444b9d 100755 --- a/apis/bigquery/v1beta1/zz_analyticshubdataexchangeiammember_types.go +++ b/apis/bigquery/v1beta1/zz_analyticshubdataexchangeiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_analyticshublisting_terraformed.go b/apis/bigquery/v1beta1/zz_analyticshublisting_terraformed.go index c4c9363e5..4f33e1368 100755 --- a/apis/bigquery/v1beta1/zz_analyticshublisting_terraformed.go +++ b/apis/bigquery/v1beta1/zz_analyticshublisting_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_analyticshublisting_types.go b/apis/bigquery/v1beta1/zz_analyticshublisting_types.go index 943d1c171..376faa97e 100755 --- a/apis/bigquery/v1beta1/zz_analyticshublisting_types.go +++ b/apis/bigquery/v1beta1/zz_analyticshublisting_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_connection_terraformed.go b/apis/bigquery/v1beta1/zz_connection_terraformed.go index 6a7f00e9d..51069ce1e 100755 --- a/apis/bigquery/v1beta1/zz_connection_terraformed.go +++ b/apis/bigquery/v1beta1/zz_connection_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_connection_types.go b/apis/bigquery/v1beta1/zz_connection_types.go index c4714b0d6..ce5629139 100755 --- a/apis/bigquery/v1beta1/zz_connection_types.go +++ b/apis/bigquery/v1beta1/zz_connection_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_dataset_terraformed.go b/apis/bigquery/v1beta1/zz_dataset_terraformed.go index 510035308..c14ad85df 100755 --- a/apis/bigquery/v1beta1/zz_dataset_terraformed.go +++ b/apis/bigquery/v1beta1/zz_dataset_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_dataset_types.go b/apis/bigquery/v1beta1/zz_dataset_types.go index 12dab53d6..5cdb9ebb5 100755 --- a/apis/bigquery/v1beta1/zz_dataset_types.go +++ b/apis/bigquery/v1beta1/zz_dataset_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_datasetaccess_terraformed.go b/apis/bigquery/v1beta1/zz_datasetaccess_terraformed.go index c3e6c317d..7499dda13 100755 --- a/apis/bigquery/v1beta1/zz_datasetaccess_terraformed.go +++ b/apis/bigquery/v1beta1/zz_datasetaccess_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_datasetaccess_types.go b/apis/bigquery/v1beta1/zz_datasetaccess_types.go index ff1cfd226..0f9068305 100755 --- a/apis/bigquery/v1beta1/zz_datasetaccess_types.go +++ b/apis/bigquery/v1beta1/zz_datasetaccess_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_datasetiambinding_terraformed.go b/apis/bigquery/v1beta1/zz_datasetiambinding_terraformed.go index c93e7102d..f151f5816 100755 --- a/apis/bigquery/v1beta1/zz_datasetiambinding_terraformed.go +++ b/apis/bigquery/v1beta1/zz_datasetiambinding_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_datasetiambinding_types.go b/apis/bigquery/v1beta1/zz_datasetiambinding_types.go index 762784e06..1c2e52258 100755 --- a/apis/bigquery/v1beta1/zz_datasetiambinding_types.go +++ b/apis/bigquery/v1beta1/zz_datasetiambinding_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_datasetiammember_terraformed.go b/apis/bigquery/v1beta1/zz_datasetiammember_terraformed.go index 3715921b6..71188c5fa 100755 --- a/apis/bigquery/v1beta1/zz_datasetiammember_terraformed.go +++ b/apis/bigquery/v1beta1/zz_datasetiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_datasetiammember_types.go b/apis/bigquery/v1beta1/zz_datasetiammember_types.go index eb607b35e..7f0fc54f4 100755 --- a/apis/bigquery/v1beta1/zz_datasetiammember_types.go +++ b/apis/bigquery/v1beta1/zz_datasetiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_datasetiampolicy_terraformed.go b/apis/bigquery/v1beta1/zz_datasetiampolicy_terraformed.go index a84aa8d70..4fee47f1c 100755 --- a/apis/bigquery/v1beta1/zz_datasetiampolicy_terraformed.go +++ b/apis/bigquery/v1beta1/zz_datasetiampolicy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_datasetiampolicy_types.go b/apis/bigquery/v1beta1/zz_datasetiampolicy_types.go index 2af21ff91..337a6690b 100755 --- a/apis/bigquery/v1beta1/zz_datasetiampolicy_types.go +++ b/apis/bigquery/v1beta1/zz_datasetiampolicy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_datatransferconfig_terraformed.go b/apis/bigquery/v1beta1/zz_datatransferconfig_terraformed.go index a48ac9ea4..7917fa312 100755 --- a/apis/bigquery/v1beta1/zz_datatransferconfig_terraformed.go +++ b/apis/bigquery/v1beta1/zz_datatransferconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_datatransferconfig_types.go b/apis/bigquery/v1beta1/zz_datatransferconfig_types.go index 2295d1074..748c91b40 100755 --- a/apis/bigquery/v1beta1/zz_datatransferconfig_types.go +++ b/apis/bigquery/v1beta1/zz_datatransferconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_generated.conversion_hubs.go b/apis/bigquery/v1beta1/zz_generated.conversion_hubs.go index 764c16e52..b7a2c2410 100755 --- a/apis/bigquery/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/bigquery/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_generated.deepcopy.go b/apis/bigquery/v1beta1/zz_generated.deepcopy.go index 60217d0c7..a48fd1ff3 100644 --- a/apis/bigquery/v1beta1/zz_generated.deepcopy.go +++ b/apis/bigquery/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/bigquery/v1beta1/zz_generated.managed.go b/apis/bigquery/v1beta1/zz_generated.managed.go index 19c011336..c9653e956 100644 --- a/apis/bigquery/v1beta1/zz_generated.managed.go +++ b/apis/bigquery/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_generated.managedlist.go b/apis/bigquery/v1beta1/zz_generated.managedlist.go index 5fa8e8bc7..e131c1e11 100644 --- a/apis/bigquery/v1beta1/zz_generated.managedlist.go +++ b/apis/bigquery/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_generated.resolvers.go b/apis/bigquery/v1beta1/zz_generated.resolvers.go index 4aa0f2e1e..d758efd6c 100644 --- a/apis/bigquery/v1beta1/zz_generated.resolvers.go +++ b/apis/bigquery/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/bigquery/v1beta1/zz_groupversion_info.go b/apis/bigquery/v1beta1/zz_groupversion_info.go index fc88af73c..a8344afd3 100755 --- a/apis/bigquery/v1beta1/zz_groupversion_info.go +++ b/apis/bigquery/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/bigquery/v1beta1/zz_job_terraformed.go b/apis/bigquery/v1beta1/zz_job_terraformed.go index b4d0b07f9..15546eddc 100755 --- a/apis/bigquery/v1beta1/zz_job_terraformed.go +++ b/apis/bigquery/v1beta1/zz_job_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_job_types.go b/apis/bigquery/v1beta1/zz_job_types.go index b93b8244e..6383b733e 100755 --- a/apis/bigquery/v1beta1/zz_job_types.go +++ b/apis/bigquery/v1beta1/zz_job_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_reservation_terraformed.go b/apis/bigquery/v1beta1/zz_reservation_terraformed.go index 901ba015f..c57d11c58 100755 --- a/apis/bigquery/v1beta1/zz_reservation_terraformed.go +++ b/apis/bigquery/v1beta1/zz_reservation_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_reservation_types.go b/apis/bigquery/v1beta1/zz_reservation_types.go index fdf3882af..088c8f53b 100755 --- a/apis/bigquery/v1beta1/zz_reservation_types.go +++ b/apis/bigquery/v1beta1/zz_reservation_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_reservationassignment_terraformed.go b/apis/bigquery/v1beta1/zz_reservationassignment_terraformed.go index 88d761fa7..96a077928 100755 --- a/apis/bigquery/v1beta1/zz_reservationassignment_terraformed.go +++ b/apis/bigquery/v1beta1/zz_reservationassignment_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_reservationassignment_types.go b/apis/bigquery/v1beta1/zz_reservationassignment_types.go index 50767a18c..544211050 100755 --- a/apis/bigquery/v1beta1/zz_reservationassignment_types.go +++ b/apis/bigquery/v1beta1/zz_reservationassignment_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_routine_terraformed.go b/apis/bigquery/v1beta1/zz_routine_terraformed.go index d9ddebc98..b545ec7ee 100755 --- a/apis/bigquery/v1beta1/zz_routine_terraformed.go +++ b/apis/bigquery/v1beta1/zz_routine_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_routine_types.go b/apis/bigquery/v1beta1/zz_routine_types.go index 8e647f2a7..6702f4a0a 100755 --- a/apis/bigquery/v1beta1/zz_routine_types.go +++ b/apis/bigquery/v1beta1/zz_routine_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_table_terraformed.go b/apis/bigquery/v1beta1/zz_table_terraformed.go index 6348f28b1..fa941d9ca 100755 --- a/apis/bigquery/v1beta1/zz_table_terraformed.go +++ b/apis/bigquery/v1beta1/zz_table_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_table_types.go b/apis/bigquery/v1beta1/zz_table_types.go index fd923530c..b1eaae5a4 100755 --- a/apis/bigquery/v1beta1/zz_table_types.go +++ b/apis/bigquery/v1beta1/zz_table_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_tableiambinding_terraformed.go b/apis/bigquery/v1beta1/zz_tableiambinding_terraformed.go index 82dbb7c7a..5c378415b 100755 --- a/apis/bigquery/v1beta1/zz_tableiambinding_terraformed.go +++ b/apis/bigquery/v1beta1/zz_tableiambinding_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_tableiambinding_types.go b/apis/bigquery/v1beta1/zz_tableiambinding_types.go index 1adb634bb..7426d3a8e 100755 --- a/apis/bigquery/v1beta1/zz_tableiambinding_types.go +++ b/apis/bigquery/v1beta1/zz_tableiambinding_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_tableiammember_terraformed.go b/apis/bigquery/v1beta1/zz_tableiammember_terraformed.go index 47a344b2f..7d9a62abd 100755 --- a/apis/bigquery/v1beta1/zz_tableiammember_terraformed.go +++ b/apis/bigquery/v1beta1/zz_tableiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_tableiammember_types.go b/apis/bigquery/v1beta1/zz_tableiammember_types.go index 052e90663..b1a731b0a 100755 --- a/apis/bigquery/v1beta1/zz_tableiammember_types.go +++ b/apis/bigquery/v1beta1/zz_tableiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_tableiampolicy_terraformed.go b/apis/bigquery/v1beta1/zz_tableiampolicy_terraformed.go index 8a9c85878..851802223 100755 --- a/apis/bigquery/v1beta1/zz_tableiampolicy_terraformed.go +++ b/apis/bigquery/v1beta1/zz_tableiampolicy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigquery/v1beta1/zz_tableiampolicy_types.go b/apis/bigquery/v1beta1/zz_tableiampolicy_types.go index dcef286d4..649a4f9d6 100755 --- a/apis/bigquery/v1beta1/zz_tableiampolicy_types.go +++ b/apis/bigquery/v1beta1/zz_tableiampolicy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_appprofile_terraformed.go b/apis/bigtable/v1beta1/zz_appprofile_terraformed.go index 9cf47a247..b1a3f611e 100755 --- a/apis/bigtable/v1beta1/zz_appprofile_terraformed.go +++ b/apis/bigtable/v1beta1/zz_appprofile_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_appprofile_types.go b/apis/bigtable/v1beta1/zz_appprofile_types.go index 8b431bd0e..be0df6734 100755 --- a/apis/bigtable/v1beta1/zz_appprofile_types.go +++ b/apis/bigtable/v1beta1/zz_appprofile_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_garbagecollectionpolicy_terraformed.go b/apis/bigtable/v1beta1/zz_garbagecollectionpolicy_terraformed.go index 50126bdf2..993adc406 100755 --- a/apis/bigtable/v1beta1/zz_garbagecollectionpolicy_terraformed.go +++ b/apis/bigtable/v1beta1/zz_garbagecollectionpolicy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_garbagecollectionpolicy_types.go b/apis/bigtable/v1beta1/zz_garbagecollectionpolicy_types.go index 5edb86a90..aa63596ca 100755 --- a/apis/bigtable/v1beta1/zz_garbagecollectionpolicy_types.go +++ b/apis/bigtable/v1beta1/zz_garbagecollectionpolicy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_generated.conversion_hubs.go b/apis/bigtable/v1beta1/zz_generated.conversion_hubs.go index beafb0c1e..6eff8d5b3 100755 --- a/apis/bigtable/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/bigtable/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_generated.deepcopy.go b/apis/bigtable/v1beta1/zz_generated.deepcopy.go index f334572dd..aa4d9898b 100644 --- a/apis/bigtable/v1beta1/zz_generated.deepcopy.go +++ b/apis/bigtable/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/bigtable/v1beta1/zz_generated.managed.go b/apis/bigtable/v1beta1/zz_generated.managed.go index 5d474a270..3219bde73 100644 --- a/apis/bigtable/v1beta1/zz_generated.managed.go +++ b/apis/bigtable/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_generated.managedlist.go b/apis/bigtable/v1beta1/zz_generated.managedlist.go index 56c703e98..e157e948b 100644 --- a/apis/bigtable/v1beta1/zz_generated.managedlist.go +++ b/apis/bigtable/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_generated.resolvers.go b/apis/bigtable/v1beta1/zz_generated.resolvers.go index 748414a44..ad05b4c72 100644 --- a/apis/bigtable/v1beta1/zz_generated.resolvers.go +++ b/apis/bigtable/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/bigtable/v1beta1/zz_groupversion_info.go b/apis/bigtable/v1beta1/zz_groupversion_info.go index 680541f1a..f58d7ff57 100755 --- a/apis/bigtable/v1beta1/zz_groupversion_info.go +++ b/apis/bigtable/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/bigtable/v1beta1/zz_instance_terraformed.go b/apis/bigtable/v1beta1/zz_instance_terraformed.go index 99815da4f..ac0774f78 100755 --- a/apis/bigtable/v1beta1/zz_instance_terraformed.go +++ b/apis/bigtable/v1beta1/zz_instance_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_instance_types.go b/apis/bigtable/v1beta1/zz_instance_types.go index ca897a4a6..e243ee489 100755 --- a/apis/bigtable/v1beta1/zz_instance_types.go +++ b/apis/bigtable/v1beta1/zz_instance_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_instanceiambinding_terraformed.go b/apis/bigtable/v1beta1/zz_instanceiambinding_terraformed.go index f27db9de7..d03b3998e 100755 --- a/apis/bigtable/v1beta1/zz_instanceiambinding_terraformed.go +++ b/apis/bigtable/v1beta1/zz_instanceiambinding_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_instanceiambinding_types.go b/apis/bigtable/v1beta1/zz_instanceiambinding_types.go index 8a967f778..d5bf8fc6b 100755 --- a/apis/bigtable/v1beta1/zz_instanceiambinding_types.go +++ b/apis/bigtable/v1beta1/zz_instanceiambinding_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_instanceiammember_terraformed.go b/apis/bigtable/v1beta1/zz_instanceiammember_terraformed.go index ec7e757f9..5d80317cb 100755 --- a/apis/bigtable/v1beta1/zz_instanceiammember_terraformed.go +++ b/apis/bigtable/v1beta1/zz_instanceiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_instanceiammember_types.go b/apis/bigtable/v1beta1/zz_instanceiammember_types.go index 305cf6566..3e2a00ca5 100755 --- a/apis/bigtable/v1beta1/zz_instanceiammember_types.go +++ b/apis/bigtable/v1beta1/zz_instanceiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_instanceiampolicy_terraformed.go b/apis/bigtable/v1beta1/zz_instanceiampolicy_terraformed.go index fd185a50d..a6441430f 100755 --- a/apis/bigtable/v1beta1/zz_instanceiampolicy_terraformed.go +++ b/apis/bigtable/v1beta1/zz_instanceiampolicy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_instanceiampolicy_types.go b/apis/bigtable/v1beta1/zz_instanceiampolicy_types.go index 243bbd326..3cfb4c76e 100755 --- a/apis/bigtable/v1beta1/zz_instanceiampolicy_types.go +++ b/apis/bigtable/v1beta1/zz_instanceiampolicy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_table_terraformed.go b/apis/bigtable/v1beta1/zz_table_terraformed.go index 9d444e1ba..a2348b769 100755 --- a/apis/bigtable/v1beta1/zz_table_terraformed.go +++ b/apis/bigtable/v1beta1/zz_table_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_table_types.go b/apis/bigtable/v1beta1/zz_table_types.go index b9ac1dd3b..154f8d0fb 100755 --- a/apis/bigtable/v1beta1/zz_table_types.go +++ b/apis/bigtable/v1beta1/zz_table_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_tableiambinding_terraformed.go b/apis/bigtable/v1beta1/zz_tableiambinding_terraformed.go index a8f241621..26620efe8 100755 --- a/apis/bigtable/v1beta1/zz_tableiambinding_terraformed.go +++ b/apis/bigtable/v1beta1/zz_tableiambinding_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_tableiambinding_types.go b/apis/bigtable/v1beta1/zz_tableiambinding_types.go index 6a26d497e..7dfa81404 100755 --- a/apis/bigtable/v1beta1/zz_tableiambinding_types.go +++ b/apis/bigtable/v1beta1/zz_tableiambinding_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_tableiammember_terraformed.go b/apis/bigtable/v1beta1/zz_tableiammember_terraformed.go index c525f4eef..e19d27f0c 100755 --- a/apis/bigtable/v1beta1/zz_tableiammember_terraformed.go +++ b/apis/bigtable/v1beta1/zz_tableiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_tableiammember_types.go b/apis/bigtable/v1beta1/zz_tableiammember_types.go index 665598b4f..e5011f23e 100755 --- a/apis/bigtable/v1beta1/zz_tableiammember_types.go +++ b/apis/bigtable/v1beta1/zz_tableiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_tableiampolicy_terraformed.go b/apis/bigtable/v1beta1/zz_tableiampolicy_terraformed.go index da7f79654..b3762d805 100755 --- a/apis/bigtable/v1beta1/zz_tableiampolicy_terraformed.go +++ b/apis/bigtable/v1beta1/zz_tableiampolicy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/bigtable/v1beta1/zz_tableiampolicy_types.go b/apis/bigtable/v1beta1/zz_tableiampolicy_types.go index fda345cfc..098e1fbf0 100755 --- a/apis/bigtable/v1beta1/zz_tableiampolicy_types.go +++ b/apis/bigtable/v1beta1/zz_tableiampolicy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/binaryauthorization/v1beta1/zz_attestor_terraformed.go b/apis/binaryauthorization/v1beta1/zz_attestor_terraformed.go index 01ce80347..f923c3132 100755 --- a/apis/binaryauthorization/v1beta1/zz_attestor_terraformed.go +++ b/apis/binaryauthorization/v1beta1/zz_attestor_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/binaryauthorization/v1beta1/zz_attestor_types.go b/apis/binaryauthorization/v1beta1/zz_attestor_types.go index 099afdf2f..6a2a537f1 100755 --- a/apis/binaryauthorization/v1beta1/zz_attestor_types.go +++ b/apis/binaryauthorization/v1beta1/zz_attestor_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/binaryauthorization/v1beta1/zz_generated.conversion_hubs.go b/apis/binaryauthorization/v1beta1/zz_generated.conversion_hubs.go index 657e378a9..fd0e57640 100755 --- a/apis/binaryauthorization/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/binaryauthorization/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/binaryauthorization/v1beta1/zz_generated.deepcopy.go b/apis/binaryauthorization/v1beta1/zz_generated.deepcopy.go index 504865bfb..fc6f292d7 100644 --- a/apis/binaryauthorization/v1beta1/zz_generated.deepcopy.go +++ b/apis/binaryauthorization/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/binaryauthorization/v1beta1/zz_generated.managed.go b/apis/binaryauthorization/v1beta1/zz_generated.managed.go index 3e05303df..fa43fa38f 100644 --- a/apis/binaryauthorization/v1beta1/zz_generated.managed.go +++ b/apis/binaryauthorization/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/binaryauthorization/v1beta1/zz_generated.managedlist.go b/apis/binaryauthorization/v1beta1/zz_generated.managedlist.go index ea4130163..d324c9576 100644 --- a/apis/binaryauthorization/v1beta1/zz_generated.managedlist.go +++ b/apis/binaryauthorization/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/binaryauthorization/v1beta1/zz_generated.resolvers.go b/apis/binaryauthorization/v1beta1/zz_generated.resolvers.go index a95363e9b..3bddb9c34 100644 --- a/apis/binaryauthorization/v1beta1/zz_generated.resolvers.go +++ b/apis/binaryauthorization/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/binaryauthorization/v1beta1/zz_groupversion_info.go b/apis/binaryauthorization/v1beta1/zz_groupversion_info.go index 804096979..007c898e6 100755 --- a/apis/binaryauthorization/v1beta1/zz_groupversion_info.go +++ b/apis/binaryauthorization/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/binaryauthorization/v1beta1/zz_policy_terraformed.go b/apis/binaryauthorization/v1beta1/zz_policy_terraformed.go index 7287d19cf..812e47bba 100755 --- a/apis/binaryauthorization/v1beta1/zz_policy_terraformed.go +++ b/apis/binaryauthorization/v1beta1/zz_policy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/binaryauthorization/v1beta1/zz_policy_types.go b/apis/binaryauthorization/v1beta1/zz_policy_types.go index 204b35fb0..2af7c6797 100755 --- a/apis/binaryauthorization/v1beta1/zz_policy_types.go +++ b/apis/binaryauthorization/v1beta1/zz_policy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/certificatemanager/v1beta1/zz_certificate_terraformed.go b/apis/certificatemanager/v1beta1/zz_certificate_terraformed.go index 4a4a9ac65..06f311f1a 100755 --- a/apis/certificatemanager/v1beta1/zz_certificate_terraformed.go +++ b/apis/certificatemanager/v1beta1/zz_certificate_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/certificatemanager/v1beta1/zz_certificate_types.go b/apis/certificatemanager/v1beta1/zz_certificate_types.go index 580eb2817..6154bfd3b 100755 --- a/apis/certificatemanager/v1beta1/zz_certificate_types.go +++ b/apis/certificatemanager/v1beta1/zz_certificate_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/certificatemanager/v1beta1/zz_certificatemap_terraformed.go b/apis/certificatemanager/v1beta1/zz_certificatemap_terraformed.go index 5438b3414..b3c5b01da 100755 --- a/apis/certificatemanager/v1beta1/zz_certificatemap_terraformed.go +++ b/apis/certificatemanager/v1beta1/zz_certificatemap_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/certificatemanager/v1beta1/zz_certificatemap_types.go b/apis/certificatemanager/v1beta1/zz_certificatemap_types.go index a8aedcb53..99bebebd3 100755 --- a/apis/certificatemanager/v1beta1/zz_certificatemap_types.go +++ b/apis/certificatemanager/v1beta1/zz_certificatemap_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/certificatemanager/v1beta1/zz_certificatemapentry_terraformed.go b/apis/certificatemanager/v1beta1/zz_certificatemapentry_terraformed.go index ffdfba771..0cf2312a2 100755 --- a/apis/certificatemanager/v1beta1/zz_certificatemapentry_terraformed.go +++ b/apis/certificatemanager/v1beta1/zz_certificatemapentry_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/certificatemanager/v1beta1/zz_certificatemapentry_types.go b/apis/certificatemanager/v1beta1/zz_certificatemapentry_types.go index 968939adb..6118170f3 100755 --- a/apis/certificatemanager/v1beta1/zz_certificatemapentry_types.go +++ b/apis/certificatemanager/v1beta1/zz_certificatemapentry_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/certificatemanager/v1beta1/zz_dnsauthorization_terraformed.go b/apis/certificatemanager/v1beta1/zz_dnsauthorization_terraformed.go index 401225b49..e30e068e3 100755 --- a/apis/certificatemanager/v1beta1/zz_dnsauthorization_terraformed.go +++ b/apis/certificatemanager/v1beta1/zz_dnsauthorization_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/certificatemanager/v1beta1/zz_dnsauthorization_types.go b/apis/certificatemanager/v1beta1/zz_dnsauthorization_types.go index 79692062f..191791b2a 100755 --- a/apis/certificatemanager/v1beta1/zz_dnsauthorization_types.go +++ b/apis/certificatemanager/v1beta1/zz_dnsauthorization_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/certificatemanager/v1beta1/zz_generated.conversion_hubs.go b/apis/certificatemanager/v1beta1/zz_generated.conversion_hubs.go index c0976eff3..b44ffbfa3 100755 --- a/apis/certificatemanager/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/certificatemanager/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/certificatemanager/v1beta1/zz_generated.deepcopy.go b/apis/certificatemanager/v1beta1/zz_generated.deepcopy.go index 74ae002aa..634d01d11 100644 --- a/apis/certificatemanager/v1beta1/zz_generated.deepcopy.go +++ b/apis/certificatemanager/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/certificatemanager/v1beta1/zz_generated.managed.go b/apis/certificatemanager/v1beta1/zz_generated.managed.go index bcc270a60..bc5873ccd 100644 --- a/apis/certificatemanager/v1beta1/zz_generated.managed.go +++ b/apis/certificatemanager/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/certificatemanager/v1beta1/zz_generated.managedlist.go b/apis/certificatemanager/v1beta1/zz_generated.managedlist.go index 222c3aeba..e16779584 100644 --- a/apis/certificatemanager/v1beta1/zz_generated.managedlist.go +++ b/apis/certificatemanager/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/certificatemanager/v1beta1/zz_generated.resolvers.go b/apis/certificatemanager/v1beta1/zz_generated.resolvers.go index 82926e8e6..79eaca2ba 100644 --- a/apis/certificatemanager/v1beta1/zz_generated.resolvers.go +++ b/apis/certificatemanager/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/certificatemanager/v1beta1/zz_groupversion_info.go b/apis/certificatemanager/v1beta1/zz_groupversion_info.go index bd0c27b3a..09463d6a6 100755 --- a/apis/certificatemanager/v1beta1/zz_groupversion_info.go +++ b/apis/certificatemanager/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/cloud/v1beta1/zz_generated.conversion_hubs.go b/apis/cloud/v1beta1/zz_generated.conversion_hubs.go index 5716639b0..2fc2a4380 100755 --- a/apis/cloud/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/cloud/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloud/v1beta1/zz_generated.deepcopy.go b/apis/cloud/v1beta1/zz_generated.deepcopy.go index 2f58eb481..07976ea6a 100644 --- a/apis/cloud/v1beta1/zz_generated.deepcopy.go +++ b/apis/cloud/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/cloud/v1beta1/zz_generated.managed.go b/apis/cloud/v1beta1/zz_generated.managed.go index 0b6802eb6..41cb0a662 100644 --- a/apis/cloud/v1beta1/zz_generated.managed.go +++ b/apis/cloud/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloud/v1beta1/zz_generated.managedlist.go b/apis/cloud/v1beta1/zz_generated.managedlist.go index 5a0fdeea9..f2f35b58c 100644 --- a/apis/cloud/v1beta1/zz_generated.managedlist.go +++ b/apis/cloud/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloud/v1beta1/zz_generated.resolvers.go b/apis/cloud/v1beta1/zz_generated.resolvers.go index 80d6c68c4..b9c2987fc 100644 --- a/apis/cloud/v1beta1/zz_generated.resolvers.go +++ b/apis/cloud/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/cloud/v1beta1/zz_groupversion_info.go b/apis/cloud/v1beta1/zz_groupversion_info.go index 624a8a43a..0581fb7d7 100755 --- a/apis/cloud/v1beta1/zz_groupversion_info.go +++ b/apis/cloud/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/cloud/v1beta1/zz_idsendpoint_terraformed.go b/apis/cloud/v1beta1/zz_idsendpoint_terraformed.go index ef2e5770c..69bfab35a 100755 --- a/apis/cloud/v1beta1/zz_idsendpoint_terraformed.go +++ b/apis/cloud/v1beta1/zz_idsendpoint_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloud/v1beta1/zz_idsendpoint_types.go b/apis/cloud/v1beta1/zz_idsendpoint_types.go index 3c8679583..fb5e3284a 100755 --- a/apis/cloud/v1beta1/zz_idsendpoint_types.go +++ b/apis/cloud/v1beta1/zz_idsendpoint_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudbuild/v1beta1/zz_generated.conversion_hubs.go b/apis/cloudbuild/v1beta1/zz_generated.conversion_hubs.go index 57e9a0898..84a3e75b6 100755 --- a/apis/cloudbuild/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/cloudbuild/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudbuild/v1beta1/zz_generated.deepcopy.go b/apis/cloudbuild/v1beta1/zz_generated.deepcopy.go index 9b53c8744..b99568c7d 100644 --- a/apis/cloudbuild/v1beta1/zz_generated.deepcopy.go +++ b/apis/cloudbuild/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/cloudbuild/v1beta1/zz_generated.managed.go b/apis/cloudbuild/v1beta1/zz_generated.managed.go index 5061f3388..27ca320ba 100644 --- a/apis/cloudbuild/v1beta1/zz_generated.managed.go +++ b/apis/cloudbuild/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudbuild/v1beta1/zz_generated.managedlist.go b/apis/cloudbuild/v1beta1/zz_generated.managedlist.go index 90e28a2d3..6ce7027e9 100644 --- a/apis/cloudbuild/v1beta1/zz_generated.managedlist.go +++ b/apis/cloudbuild/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudbuild/v1beta1/zz_generated.resolvers.go b/apis/cloudbuild/v1beta1/zz_generated.resolvers.go index 6a23273c4..d0204a717 100644 --- a/apis/cloudbuild/v1beta1/zz_generated.resolvers.go +++ b/apis/cloudbuild/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/cloudbuild/v1beta1/zz_groupversion_info.go b/apis/cloudbuild/v1beta1/zz_groupversion_info.go index cea4d717f..c4115e085 100755 --- a/apis/cloudbuild/v1beta1/zz_groupversion_info.go +++ b/apis/cloudbuild/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/cloudbuild/v1beta1/zz_trigger_terraformed.go b/apis/cloudbuild/v1beta1/zz_trigger_terraformed.go index b0ed64d9e..76d2342de 100755 --- a/apis/cloudbuild/v1beta1/zz_trigger_terraformed.go +++ b/apis/cloudbuild/v1beta1/zz_trigger_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudbuild/v1beta1/zz_trigger_types.go b/apis/cloudbuild/v1beta1/zz_trigger_types.go index 256c235ce..b5b2fa88e 100755 --- a/apis/cloudbuild/v1beta1/zz_trigger_types.go +++ b/apis/cloudbuild/v1beta1/zz_trigger_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudbuild/v1beta1/zz_workerpool_terraformed.go b/apis/cloudbuild/v1beta1/zz_workerpool_terraformed.go index ef967599b..8b9787acd 100755 --- a/apis/cloudbuild/v1beta1/zz_workerpool_terraformed.go +++ b/apis/cloudbuild/v1beta1/zz_workerpool_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudbuild/v1beta1/zz_workerpool_types.go b/apis/cloudbuild/v1beta1/zz_workerpool_types.go index d221b7709..f824c965b 100755 --- a/apis/cloudbuild/v1beta1/zz_workerpool_types.go +++ b/apis/cloudbuild/v1beta1/zz_workerpool_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudfunctions/v1beta1/zz_function_terraformed.go b/apis/cloudfunctions/v1beta1/zz_function_terraformed.go index 223001d9d..543e30cd9 100755 --- a/apis/cloudfunctions/v1beta1/zz_function_terraformed.go +++ b/apis/cloudfunctions/v1beta1/zz_function_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudfunctions/v1beta1/zz_function_types.go b/apis/cloudfunctions/v1beta1/zz_function_types.go index df1e11042..fcc37a32e 100755 --- a/apis/cloudfunctions/v1beta1/zz_function_types.go +++ b/apis/cloudfunctions/v1beta1/zz_function_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudfunctions/v1beta1/zz_functioniammember_terraformed.go b/apis/cloudfunctions/v1beta1/zz_functioniammember_terraformed.go index fea4101eb..71bd460d4 100755 --- a/apis/cloudfunctions/v1beta1/zz_functioniammember_terraformed.go +++ b/apis/cloudfunctions/v1beta1/zz_functioniammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudfunctions/v1beta1/zz_functioniammember_types.go b/apis/cloudfunctions/v1beta1/zz_functioniammember_types.go index 828d9f4c5..077fcced7 100755 --- a/apis/cloudfunctions/v1beta1/zz_functioniammember_types.go +++ b/apis/cloudfunctions/v1beta1/zz_functioniammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudfunctions/v1beta1/zz_generated.conversion_hubs.go b/apis/cloudfunctions/v1beta1/zz_generated.conversion_hubs.go index 79d64bc8d..9c138247a 100755 --- a/apis/cloudfunctions/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/cloudfunctions/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudfunctions/v1beta1/zz_generated.deepcopy.go b/apis/cloudfunctions/v1beta1/zz_generated.deepcopy.go index e90644127..208ed644c 100644 --- a/apis/cloudfunctions/v1beta1/zz_generated.deepcopy.go +++ b/apis/cloudfunctions/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/cloudfunctions/v1beta1/zz_generated.managed.go b/apis/cloudfunctions/v1beta1/zz_generated.managed.go index f0ea78b6f..ea65ef509 100644 --- a/apis/cloudfunctions/v1beta1/zz_generated.managed.go +++ b/apis/cloudfunctions/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudfunctions/v1beta1/zz_generated.managedlist.go b/apis/cloudfunctions/v1beta1/zz_generated.managedlist.go index f884f3f71..2f9e5790b 100644 --- a/apis/cloudfunctions/v1beta1/zz_generated.managedlist.go +++ b/apis/cloudfunctions/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudfunctions/v1beta1/zz_generated.resolvers.go b/apis/cloudfunctions/v1beta1/zz_generated.resolvers.go index da10fc041..e738ab34c 100644 --- a/apis/cloudfunctions/v1beta1/zz_generated.resolvers.go +++ b/apis/cloudfunctions/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/cloudfunctions/v1beta1/zz_groupversion_info.go b/apis/cloudfunctions/v1beta1/zz_groupversion_info.go index 50ea0eeef..7359c409e 100755 --- a/apis/cloudfunctions/v1beta1/zz_groupversion_info.go +++ b/apis/cloudfunctions/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/cloudfunctions2/v1beta1/zz_function_terraformed.go b/apis/cloudfunctions2/v1beta1/zz_function_terraformed.go index 7f5241925..c6380a9a8 100755 --- a/apis/cloudfunctions2/v1beta1/zz_function_terraformed.go +++ b/apis/cloudfunctions2/v1beta1/zz_function_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudfunctions2/v1beta1/zz_function_types.go b/apis/cloudfunctions2/v1beta1/zz_function_types.go index a790e9e75..110426c13 100755 --- a/apis/cloudfunctions2/v1beta1/zz_function_types.go +++ b/apis/cloudfunctions2/v1beta1/zz_function_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudfunctions2/v1beta1/zz_generated.conversion_hubs.go b/apis/cloudfunctions2/v1beta1/zz_generated.conversion_hubs.go index 43870cbc0..dff76e965 100755 --- a/apis/cloudfunctions2/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/cloudfunctions2/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudfunctions2/v1beta1/zz_generated.deepcopy.go b/apis/cloudfunctions2/v1beta1/zz_generated.deepcopy.go index 173489619..308ea4854 100644 --- a/apis/cloudfunctions2/v1beta1/zz_generated.deepcopy.go +++ b/apis/cloudfunctions2/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/cloudfunctions2/v1beta1/zz_generated.managed.go b/apis/cloudfunctions2/v1beta1/zz_generated.managed.go index 926514511..0a5cdf463 100644 --- a/apis/cloudfunctions2/v1beta1/zz_generated.managed.go +++ b/apis/cloudfunctions2/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudfunctions2/v1beta1/zz_generated.managedlist.go b/apis/cloudfunctions2/v1beta1/zz_generated.managedlist.go index 2451acb9c..3a2774743 100644 --- a/apis/cloudfunctions2/v1beta1/zz_generated.managedlist.go +++ b/apis/cloudfunctions2/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudfunctions2/v1beta1/zz_generated.resolvers.go b/apis/cloudfunctions2/v1beta1/zz_generated.resolvers.go index c9c5b236c..1d92442ff 100644 --- a/apis/cloudfunctions2/v1beta1/zz_generated.resolvers.go +++ b/apis/cloudfunctions2/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/cloudfunctions2/v1beta1/zz_groupversion_info.go b/apis/cloudfunctions2/v1beta1/zz_groupversion_info.go index ab9919a71..4d5b02eda 100755 --- a/apis/cloudfunctions2/v1beta1/zz_groupversion_info.go +++ b/apis/cloudfunctions2/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/cloudplatform/v1beta1/zz_folder_terraformed.go b/apis/cloudplatform/v1beta1/zz_folder_terraformed.go index a03654ba4..166cb18c7 100755 --- a/apis/cloudplatform/v1beta1/zz_folder_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_folder_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_folder_types.go b/apis/cloudplatform/v1beta1/zz_folder_types.go index e233948d5..9755527b6 100755 --- a/apis/cloudplatform/v1beta1/zz_folder_types.go +++ b/apis/cloudplatform/v1beta1/zz_folder_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_folderiammember_terraformed.go b/apis/cloudplatform/v1beta1/zz_folderiammember_terraformed.go index c0fcef862..5c6951920 100755 --- a/apis/cloudplatform/v1beta1/zz_folderiammember_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_folderiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_folderiammember_types.go b/apis/cloudplatform/v1beta1/zz_folderiammember_types.go index 6317e3e8f..36b254288 100755 --- a/apis/cloudplatform/v1beta1/zz_folderiammember_types.go +++ b/apis/cloudplatform/v1beta1/zz_folderiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_generated.conversion_hubs.go b/apis/cloudplatform/v1beta1/zz_generated.conversion_hubs.go index c765939e7..3a394418d 100755 --- a/apis/cloudplatform/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/cloudplatform/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_generated.deepcopy.go b/apis/cloudplatform/v1beta1/zz_generated.deepcopy.go index 2c963a24a..4e7ab7959 100644 --- a/apis/cloudplatform/v1beta1/zz_generated.deepcopy.go +++ b/apis/cloudplatform/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/cloudplatform/v1beta1/zz_generated.managed.go b/apis/cloudplatform/v1beta1/zz_generated.managed.go index 724784f75..2e1c71309 100644 --- a/apis/cloudplatform/v1beta1/zz_generated.managed.go +++ b/apis/cloudplatform/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_generated.managedlist.go b/apis/cloudplatform/v1beta1/zz_generated.managedlist.go index 79df21092..caf2a828b 100644 --- a/apis/cloudplatform/v1beta1/zz_generated.managedlist.go +++ b/apis/cloudplatform/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_generated.resolvers.go b/apis/cloudplatform/v1beta1/zz_generated.resolvers.go index 39ea2ba3f..26a2528b1 100644 --- a/apis/cloudplatform/v1beta1/zz_generated.resolvers.go +++ b/apis/cloudplatform/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/cloudplatform/v1beta1/zz_groupversion_info.go b/apis/cloudplatform/v1beta1/zz_groupversion_info.go index c9bac1eef..8e38e0b4e 100755 --- a/apis/cloudplatform/v1beta1/zz_groupversion_info.go +++ b/apis/cloudplatform/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/cloudplatform/v1beta1/zz_organizationiamauditconfig_terraformed.go b/apis/cloudplatform/v1beta1/zz_organizationiamauditconfig_terraformed.go index 245d70d41..69fd05e3b 100755 --- a/apis/cloudplatform/v1beta1/zz_organizationiamauditconfig_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_organizationiamauditconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_organizationiamauditconfig_types.go b/apis/cloudplatform/v1beta1/zz_organizationiamauditconfig_types.go index 6a221c5b0..dc6da1e86 100755 --- a/apis/cloudplatform/v1beta1/zz_organizationiamauditconfig_types.go +++ b/apis/cloudplatform/v1beta1/zz_organizationiamauditconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_organizationiamcustomrole_terraformed.go b/apis/cloudplatform/v1beta1/zz_organizationiamcustomrole_terraformed.go index ba4a2b413..85d89168a 100755 --- a/apis/cloudplatform/v1beta1/zz_organizationiamcustomrole_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_organizationiamcustomrole_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_organizationiamcustomrole_types.go b/apis/cloudplatform/v1beta1/zz_organizationiamcustomrole_types.go index 87eceb52c..b1e490745 100755 --- a/apis/cloudplatform/v1beta1/zz_organizationiamcustomrole_types.go +++ b/apis/cloudplatform/v1beta1/zz_organizationiamcustomrole_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_organizationiammember_terraformed.go b/apis/cloudplatform/v1beta1/zz_organizationiammember_terraformed.go index 7bc8b20cf..10713070e 100755 --- a/apis/cloudplatform/v1beta1/zz_organizationiammember_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_organizationiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_organizationiammember_types.go b/apis/cloudplatform/v1beta1/zz_organizationiammember_types.go index 09c8cea2b..dee6ef3a9 100755 --- a/apis/cloudplatform/v1beta1/zz_organizationiammember_types.go +++ b/apis/cloudplatform/v1beta1/zz_organizationiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_project_terraformed.go b/apis/cloudplatform/v1beta1/zz_project_terraformed.go index 2be4e062c..ee6e086a1 100755 --- a/apis/cloudplatform/v1beta1/zz_project_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_project_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_project_types.go b/apis/cloudplatform/v1beta1/zz_project_types.go index 9c3fded34..742cc67e9 100755 --- a/apis/cloudplatform/v1beta1/zz_project_types.go +++ b/apis/cloudplatform/v1beta1/zz_project_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_projectdefaultserviceaccounts_terraformed.go b/apis/cloudplatform/v1beta1/zz_projectdefaultserviceaccounts_terraformed.go index d3c07f125..31dc06d18 100755 --- a/apis/cloudplatform/v1beta1/zz_projectdefaultserviceaccounts_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_projectdefaultserviceaccounts_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_projectdefaultserviceaccounts_types.go b/apis/cloudplatform/v1beta1/zz_projectdefaultserviceaccounts_types.go index 2a1921e5a..bdcf9e65c 100755 --- a/apis/cloudplatform/v1beta1/zz_projectdefaultserviceaccounts_types.go +++ b/apis/cloudplatform/v1beta1/zz_projectdefaultserviceaccounts_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_projectiamauditconfig_terraformed.go b/apis/cloudplatform/v1beta1/zz_projectiamauditconfig_terraformed.go index d4656cc44..f4043e5bf 100755 --- a/apis/cloudplatform/v1beta1/zz_projectiamauditconfig_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_projectiamauditconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_projectiamauditconfig_types.go b/apis/cloudplatform/v1beta1/zz_projectiamauditconfig_types.go index 4d86a2209..930490392 100755 --- a/apis/cloudplatform/v1beta1/zz_projectiamauditconfig_types.go +++ b/apis/cloudplatform/v1beta1/zz_projectiamauditconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_projectiamcustomrole_terraformed.go b/apis/cloudplatform/v1beta1/zz_projectiamcustomrole_terraformed.go index 6e3c34b35..693528889 100755 --- a/apis/cloudplatform/v1beta1/zz_projectiamcustomrole_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_projectiamcustomrole_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_projectiamcustomrole_types.go b/apis/cloudplatform/v1beta1/zz_projectiamcustomrole_types.go index 679700411..f0069fb7c 100755 --- a/apis/cloudplatform/v1beta1/zz_projectiamcustomrole_types.go +++ b/apis/cloudplatform/v1beta1/zz_projectiamcustomrole_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_projectiammember_terraformed.go b/apis/cloudplatform/v1beta1/zz_projectiammember_terraformed.go index 8d6fc46f1..68b53a58d 100755 --- a/apis/cloudplatform/v1beta1/zz_projectiammember_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_projectiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_projectiammember_types.go b/apis/cloudplatform/v1beta1/zz_projectiammember_types.go index dc38fa9f5..3d6fd8f03 100755 --- a/apis/cloudplatform/v1beta1/zz_projectiammember_types.go +++ b/apis/cloudplatform/v1beta1/zz_projectiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_projectservice_terraformed.go b/apis/cloudplatform/v1beta1/zz_projectservice_terraformed.go index f4ef626ad..f58b15652 100755 --- a/apis/cloudplatform/v1beta1/zz_projectservice_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_projectservice_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_projectservice_types.go b/apis/cloudplatform/v1beta1/zz_projectservice_types.go index 15aaf242c..154004dd2 100755 --- a/apis/cloudplatform/v1beta1/zz_projectservice_types.go +++ b/apis/cloudplatform/v1beta1/zz_projectservice_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_projectusageexportbucket_terraformed.go b/apis/cloudplatform/v1beta1/zz_projectusageexportbucket_terraformed.go index 4f1bd696c..9557fea1d 100755 --- a/apis/cloudplatform/v1beta1/zz_projectusageexportbucket_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_projectusageexportbucket_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_projectusageexportbucket_types.go b/apis/cloudplatform/v1beta1/zz_projectusageexportbucket_types.go index a83757083..d2175f2c5 100755 --- a/apis/cloudplatform/v1beta1/zz_projectusageexportbucket_types.go +++ b/apis/cloudplatform/v1beta1/zz_projectusageexportbucket_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_serviceaccount_terraformed.go b/apis/cloudplatform/v1beta1/zz_serviceaccount_terraformed.go index f2d32aef3..33d802651 100755 --- a/apis/cloudplatform/v1beta1/zz_serviceaccount_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_serviceaccount_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_serviceaccount_types.go b/apis/cloudplatform/v1beta1/zz_serviceaccount_types.go index aa2e92b48..269045f8d 100755 --- a/apis/cloudplatform/v1beta1/zz_serviceaccount_types.go +++ b/apis/cloudplatform/v1beta1/zz_serviceaccount_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_serviceaccountiammember_terraformed.go b/apis/cloudplatform/v1beta1/zz_serviceaccountiammember_terraformed.go index 56e141224..b0b1b15ce 100755 --- a/apis/cloudplatform/v1beta1/zz_serviceaccountiammember_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_serviceaccountiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_serviceaccountiammember_types.go b/apis/cloudplatform/v1beta1/zz_serviceaccountiammember_types.go index ec6a712a0..73e032bc9 100755 --- a/apis/cloudplatform/v1beta1/zz_serviceaccountiammember_types.go +++ b/apis/cloudplatform/v1beta1/zz_serviceaccountiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_serviceaccountkey_terraformed.go b/apis/cloudplatform/v1beta1/zz_serviceaccountkey_terraformed.go index b61c1ddd4..67f8febe6 100755 --- a/apis/cloudplatform/v1beta1/zz_serviceaccountkey_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_serviceaccountkey_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_serviceaccountkey_types.go b/apis/cloudplatform/v1beta1/zz_serviceaccountkey_types.go index 7eef2e50d..4a5d81a40 100755 --- a/apis/cloudplatform/v1beta1/zz_serviceaccountkey_types.go +++ b/apis/cloudplatform/v1beta1/zz_serviceaccountkey_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_servicenetworkingpeereddnsdomain_terraformed.go b/apis/cloudplatform/v1beta1/zz_servicenetworkingpeereddnsdomain_terraformed.go index 4b81217c6..0bab07855 100755 --- a/apis/cloudplatform/v1beta1/zz_servicenetworkingpeereddnsdomain_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_servicenetworkingpeereddnsdomain_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudplatform/v1beta1/zz_servicenetworkingpeereddnsdomain_types.go b/apis/cloudplatform/v1beta1/zz_servicenetworkingpeereddnsdomain_types.go index 444065adc..2c6d9e032 100755 --- a/apis/cloudplatform/v1beta1/zz_servicenetworkingpeereddnsdomain_types.go +++ b/apis/cloudplatform/v1beta1/zz_servicenetworkingpeereddnsdomain_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudrun/v1beta1/zz_domainmapping_terraformed.go b/apis/cloudrun/v1beta1/zz_domainmapping_terraformed.go index 757d68f33..d3ae6b4fe 100755 --- a/apis/cloudrun/v1beta1/zz_domainmapping_terraformed.go +++ b/apis/cloudrun/v1beta1/zz_domainmapping_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudrun/v1beta1/zz_domainmapping_types.go b/apis/cloudrun/v1beta1/zz_domainmapping_types.go index 384a1791d..b740f8a0f 100755 --- a/apis/cloudrun/v1beta1/zz_domainmapping_types.go +++ b/apis/cloudrun/v1beta1/zz_domainmapping_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudrun/v1beta1/zz_generated.conversion_hubs.go b/apis/cloudrun/v1beta1/zz_generated.conversion_hubs.go index 662d8f04a..9645fcd9e 100755 --- a/apis/cloudrun/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/cloudrun/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudrun/v1beta1/zz_generated.deepcopy.go b/apis/cloudrun/v1beta1/zz_generated.deepcopy.go index b06bab1c1..f24b19246 100644 --- a/apis/cloudrun/v1beta1/zz_generated.deepcopy.go +++ b/apis/cloudrun/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/cloudrun/v1beta1/zz_generated.managed.go b/apis/cloudrun/v1beta1/zz_generated.managed.go index b14c00788..45e9b6331 100644 --- a/apis/cloudrun/v1beta1/zz_generated.managed.go +++ b/apis/cloudrun/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudrun/v1beta1/zz_generated.managedlist.go b/apis/cloudrun/v1beta1/zz_generated.managedlist.go index ee23ec31d..cc9ad6ec0 100644 --- a/apis/cloudrun/v1beta1/zz_generated.managedlist.go +++ b/apis/cloudrun/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudrun/v1beta1/zz_generated.resolvers.go b/apis/cloudrun/v1beta1/zz_generated.resolvers.go index 122c68443..b446fa6e5 100644 --- a/apis/cloudrun/v1beta1/zz_generated.resolvers.go +++ b/apis/cloudrun/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/cloudrun/v1beta1/zz_groupversion_info.go b/apis/cloudrun/v1beta1/zz_groupversion_info.go index c45b54bd9..eea0ef5e8 100755 --- a/apis/cloudrun/v1beta1/zz_groupversion_info.go +++ b/apis/cloudrun/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/cloudrun/v1beta1/zz_service_terraformed.go b/apis/cloudrun/v1beta1/zz_service_terraformed.go index 272d38635..9a1a839b8 100755 --- a/apis/cloudrun/v1beta1/zz_service_terraformed.go +++ b/apis/cloudrun/v1beta1/zz_service_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudrun/v1beta1/zz_service_types.go b/apis/cloudrun/v1beta1/zz_service_types.go index 7b20042ef..b2225090c 100755 --- a/apis/cloudrun/v1beta1/zz_service_types.go +++ b/apis/cloudrun/v1beta1/zz_service_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudrun/v1beta1/zz_serviceiammember_terraformed.go b/apis/cloudrun/v1beta1/zz_serviceiammember_terraformed.go index 556274b93..c35f03c2e 100755 --- a/apis/cloudrun/v1beta1/zz_serviceiammember_terraformed.go +++ b/apis/cloudrun/v1beta1/zz_serviceiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudrun/v1beta1/zz_serviceiammember_types.go b/apis/cloudrun/v1beta1/zz_serviceiammember_types.go index ac12769e7..7444a17ad 100755 --- a/apis/cloudrun/v1beta1/zz_serviceiammember_types.go +++ b/apis/cloudrun/v1beta1/zz_serviceiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudrun/v1beta1/zz_v2job_terraformed.go b/apis/cloudrun/v1beta1/zz_v2job_terraformed.go index 9bd7d5488..520f6c9cd 100755 --- a/apis/cloudrun/v1beta1/zz_v2job_terraformed.go +++ b/apis/cloudrun/v1beta1/zz_v2job_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudrun/v1beta1/zz_v2job_types.go b/apis/cloudrun/v1beta1/zz_v2job_types.go index 163f059b5..bc1a221e0 100755 --- a/apis/cloudrun/v1beta1/zz_v2job_types.go +++ b/apis/cloudrun/v1beta1/zz_v2job_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudrun/v1beta1/zz_v2service_terraformed.go b/apis/cloudrun/v1beta1/zz_v2service_terraformed.go index 2f4620230..b58dd31f4 100755 --- a/apis/cloudrun/v1beta1/zz_v2service_terraformed.go +++ b/apis/cloudrun/v1beta1/zz_v2service_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudrun/v1beta1/zz_v2service_types.go b/apis/cloudrun/v1beta1/zz_v2service_types.go index 683b73017..a88e05688 100755 --- a/apis/cloudrun/v1beta1/zz_v2service_types.go +++ b/apis/cloudrun/v1beta1/zz_v2service_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudscheduler/v1beta1/zz_generated.conversion_hubs.go b/apis/cloudscheduler/v1beta1/zz_generated.conversion_hubs.go index 235c9082a..5506a3831 100755 --- a/apis/cloudscheduler/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/cloudscheduler/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudscheduler/v1beta1/zz_generated.deepcopy.go b/apis/cloudscheduler/v1beta1/zz_generated.deepcopy.go index 4a032dc2d..0a82e3352 100644 --- a/apis/cloudscheduler/v1beta1/zz_generated.deepcopy.go +++ b/apis/cloudscheduler/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/cloudscheduler/v1beta1/zz_generated.managed.go b/apis/cloudscheduler/v1beta1/zz_generated.managed.go index 129c73b9c..ca3b9c6d4 100644 --- a/apis/cloudscheduler/v1beta1/zz_generated.managed.go +++ b/apis/cloudscheduler/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudscheduler/v1beta1/zz_generated.managedlist.go b/apis/cloudscheduler/v1beta1/zz_generated.managedlist.go index c8dfb2883..9966eefc5 100644 --- a/apis/cloudscheduler/v1beta1/zz_generated.managedlist.go +++ b/apis/cloudscheduler/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudscheduler/v1beta1/zz_generated.resolvers.go b/apis/cloudscheduler/v1beta1/zz_generated.resolvers.go index 68ad78c46..8a0cae634 100644 --- a/apis/cloudscheduler/v1beta1/zz_generated.resolvers.go +++ b/apis/cloudscheduler/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/cloudscheduler/v1beta1/zz_groupversion_info.go b/apis/cloudscheduler/v1beta1/zz_groupversion_info.go index ddca34fb6..86eabfcbc 100755 --- a/apis/cloudscheduler/v1beta1/zz_groupversion_info.go +++ b/apis/cloudscheduler/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/cloudscheduler/v1beta1/zz_job_terraformed.go b/apis/cloudscheduler/v1beta1/zz_job_terraformed.go index f9c9f87cb..83d73a900 100755 --- a/apis/cloudscheduler/v1beta1/zz_job_terraformed.go +++ b/apis/cloudscheduler/v1beta1/zz_job_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudscheduler/v1beta1/zz_job_types.go b/apis/cloudscheduler/v1beta1/zz_job_types.go index 6049fa7e4..a834b6443 100755 --- a/apis/cloudscheduler/v1beta1/zz_job_types.go +++ b/apis/cloudscheduler/v1beta1/zz_job_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudtasks/v1beta1/zz_generated.conversion_hubs.go b/apis/cloudtasks/v1beta1/zz_generated.conversion_hubs.go index 6103a7ee5..3ffcd96c9 100755 --- a/apis/cloudtasks/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/cloudtasks/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudtasks/v1beta1/zz_generated.deepcopy.go b/apis/cloudtasks/v1beta1/zz_generated.deepcopy.go index 3e739708a..0a2653e05 100644 --- a/apis/cloudtasks/v1beta1/zz_generated.deepcopy.go +++ b/apis/cloudtasks/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/cloudtasks/v1beta1/zz_generated.managed.go b/apis/cloudtasks/v1beta1/zz_generated.managed.go index 4d1e5a4cb..b39afcb6a 100644 --- a/apis/cloudtasks/v1beta1/zz_generated.managed.go +++ b/apis/cloudtasks/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudtasks/v1beta1/zz_generated.managedlist.go b/apis/cloudtasks/v1beta1/zz_generated.managedlist.go index 8eb5d7c3e..2e99e50a6 100644 --- a/apis/cloudtasks/v1beta1/zz_generated.managedlist.go +++ b/apis/cloudtasks/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudtasks/v1beta1/zz_generated.resolvers.go b/apis/cloudtasks/v1beta1/zz_generated.resolvers.go index cab185053..219da6de6 100644 --- a/apis/cloudtasks/v1beta1/zz_generated.resolvers.go +++ b/apis/cloudtasks/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/cloudtasks/v1beta1/zz_groupversion_info.go b/apis/cloudtasks/v1beta1/zz_groupversion_info.go index 6004fad75..bcf555ae1 100755 --- a/apis/cloudtasks/v1beta1/zz_groupversion_info.go +++ b/apis/cloudtasks/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/cloudtasks/v1beta1/zz_queue_terraformed.go b/apis/cloudtasks/v1beta1/zz_queue_terraformed.go index 85c3298ef..6f6b08643 100755 --- a/apis/cloudtasks/v1beta1/zz_queue_terraformed.go +++ b/apis/cloudtasks/v1beta1/zz_queue_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/cloudtasks/v1beta1/zz_queue_types.go b/apis/cloudtasks/v1beta1/zz_queue_types.go index 078d6770a..625dd3df6 100755 --- a/apis/cloudtasks/v1beta1/zz_queue_types.go +++ b/apis/cloudtasks/v1beta1/zz_queue_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/composer/v1beta1/zz_environment_terraformed.go b/apis/composer/v1beta1/zz_environment_terraformed.go index 79f52bc43..21ce0565a 100755 --- a/apis/composer/v1beta1/zz_environment_terraformed.go +++ b/apis/composer/v1beta1/zz_environment_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/composer/v1beta1/zz_environment_types.go b/apis/composer/v1beta1/zz_environment_types.go index a9854d473..d5973d7c4 100755 --- a/apis/composer/v1beta1/zz_environment_types.go +++ b/apis/composer/v1beta1/zz_environment_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/composer/v1beta1/zz_generated.conversion_hubs.go b/apis/composer/v1beta1/zz_generated.conversion_hubs.go index d26fcd364..e7ab6a185 100755 --- a/apis/composer/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/composer/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/composer/v1beta1/zz_generated.deepcopy.go b/apis/composer/v1beta1/zz_generated.deepcopy.go index 691eacd32..9ce501fdd 100644 --- a/apis/composer/v1beta1/zz_generated.deepcopy.go +++ b/apis/composer/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/composer/v1beta1/zz_generated.managed.go b/apis/composer/v1beta1/zz_generated.managed.go index 90aa79679..fb4c761e3 100644 --- a/apis/composer/v1beta1/zz_generated.managed.go +++ b/apis/composer/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/composer/v1beta1/zz_generated.managedlist.go b/apis/composer/v1beta1/zz_generated.managedlist.go index 3710ecf86..d1114b20b 100644 --- a/apis/composer/v1beta1/zz_generated.managedlist.go +++ b/apis/composer/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/composer/v1beta1/zz_generated.resolvers.go b/apis/composer/v1beta1/zz_generated.resolvers.go index f00d79883..08080aa42 100644 --- a/apis/composer/v1beta1/zz_generated.resolvers.go +++ b/apis/composer/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/composer/v1beta1/zz_groupversion_info.go b/apis/composer/v1beta1/zz_groupversion_info.go index 5d42e543a..ae170ac32 100755 --- a/apis/composer/v1beta1/zz_groupversion_info.go +++ b/apis/composer/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/compute/v1beta1/zz_address_terraformed.go b/apis/compute/v1beta1/zz_address_terraformed.go index b28c82604..50d071c67 100755 --- a/apis/compute/v1beta1/zz_address_terraformed.go +++ b/apis/compute/v1beta1/zz_address_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_address_types.go b/apis/compute/v1beta1/zz_address_types.go index 1037b1067..8ffef4abf 100755 --- a/apis/compute/v1beta1/zz_address_types.go +++ b/apis/compute/v1beta1/zz_address_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_attacheddisk_terraformed.go b/apis/compute/v1beta1/zz_attacheddisk_terraformed.go index be7bfab18..16c9098df 100755 --- a/apis/compute/v1beta1/zz_attacheddisk_terraformed.go +++ b/apis/compute/v1beta1/zz_attacheddisk_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_attacheddisk_types.go b/apis/compute/v1beta1/zz_attacheddisk_types.go index 1e0c516f6..d05d129b3 100755 --- a/apis/compute/v1beta1/zz_attacheddisk_types.go +++ b/apis/compute/v1beta1/zz_attacheddisk_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_autoscaler_terraformed.go b/apis/compute/v1beta1/zz_autoscaler_terraformed.go index 0d355302e..e424fd1ff 100755 --- a/apis/compute/v1beta1/zz_autoscaler_terraformed.go +++ b/apis/compute/v1beta1/zz_autoscaler_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_autoscaler_types.go b/apis/compute/v1beta1/zz_autoscaler_types.go index acd7f722d..2ea1f2ff7 100755 --- a/apis/compute/v1beta1/zz_autoscaler_types.go +++ b/apis/compute/v1beta1/zz_autoscaler_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_backendbucket_terraformed.go b/apis/compute/v1beta1/zz_backendbucket_terraformed.go index 1afb85c16..5e0286cb1 100755 --- a/apis/compute/v1beta1/zz_backendbucket_terraformed.go +++ b/apis/compute/v1beta1/zz_backendbucket_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_backendbucket_types.go b/apis/compute/v1beta1/zz_backendbucket_types.go index ee643a0af..c2bcfd52d 100755 --- a/apis/compute/v1beta1/zz_backendbucket_types.go +++ b/apis/compute/v1beta1/zz_backendbucket_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_backendbucketsignedurlkey_terraformed.go b/apis/compute/v1beta1/zz_backendbucketsignedurlkey_terraformed.go index a670aecfd..ceeb62a75 100755 --- a/apis/compute/v1beta1/zz_backendbucketsignedurlkey_terraformed.go +++ b/apis/compute/v1beta1/zz_backendbucketsignedurlkey_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_backendbucketsignedurlkey_types.go b/apis/compute/v1beta1/zz_backendbucketsignedurlkey_types.go index 6e81d01dd..d03db1813 100755 --- a/apis/compute/v1beta1/zz_backendbucketsignedurlkey_types.go +++ b/apis/compute/v1beta1/zz_backendbucketsignedurlkey_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_backendservice_terraformed.go b/apis/compute/v1beta1/zz_backendservice_terraformed.go index 0c538d84f..b81b3edc0 100755 --- a/apis/compute/v1beta1/zz_backendservice_terraformed.go +++ b/apis/compute/v1beta1/zz_backendservice_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_backendservice_types.go b/apis/compute/v1beta1/zz_backendservice_types.go index c9f3452a0..8ee6cdaae 100755 --- a/apis/compute/v1beta1/zz_backendservice_types.go +++ b/apis/compute/v1beta1/zz_backendservice_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_backendservicesignedurlkey_terraformed.go b/apis/compute/v1beta1/zz_backendservicesignedurlkey_terraformed.go index 9036570c6..5a1d47e1e 100755 --- a/apis/compute/v1beta1/zz_backendservicesignedurlkey_terraformed.go +++ b/apis/compute/v1beta1/zz_backendservicesignedurlkey_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_backendservicesignedurlkey_types.go b/apis/compute/v1beta1/zz_backendservicesignedurlkey_types.go index 835f3a8f6..003987185 100755 --- a/apis/compute/v1beta1/zz_backendservicesignedurlkey_types.go +++ b/apis/compute/v1beta1/zz_backendservicesignedurlkey_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_disk_terraformed.go b/apis/compute/v1beta1/zz_disk_terraformed.go index c0581e220..92a8637cd 100755 --- a/apis/compute/v1beta1/zz_disk_terraformed.go +++ b/apis/compute/v1beta1/zz_disk_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_disk_types.go b/apis/compute/v1beta1/zz_disk_types.go index 9df1f9b9b..312bee8e6 100755 --- a/apis/compute/v1beta1/zz_disk_types.go +++ b/apis/compute/v1beta1/zz_disk_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_diskiammember_terraformed.go b/apis/compute/v1beta1/zz_diskiammember_terraformed.go index 3d47ccb15..15dfed6a1 100755 --- a/apis/compute/v1beta1/zz_diskiammember_terraformed.go +++ b/apis/compute/v1beta1/zz_diskiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_diskiammember_types.go b/apis/compute/v1beta1/zz_diskiammember_types.go index 43bcef086..0967fe13c 100755 --- a/apis/compute/v1beta1/zz_diskiammember_types.go +++ b/apis/compute/v1beta1/zz_diskiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_diskresourcepolicyattachment_terraformed.go b/apis/compute/v1beta1/zz_diskresourcepolicyattachment_terraformed.go index ef73d7fa5..ad5181841 100755 --- a/apis/compute/v1beta1/zz_diskresourcepolicyattachment_terraformed.go +++ b/apis/compute/v1beta1/zz_diskresourcepolicyattachment_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_diskresourcepolicyattachment_types.go b/apis/compute/v1beta1/zz_diskresourcepolicyattachment_types.go index a6c9e184a..4d2d67527 100755 --- a/apis/compute/v1beta1/zz_diskresourcepolicyattachment_types.go +++ b/apis/compute/v1beta1/zz_diskresourcepolicyattachment_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_externalvpngateway_terraformed.go b/apis/compute/v1beta1/zz_externalvpngateway_terraformed.go index b1958e31c..ad70614e5 100755 --- a/apis/compute/v1beta1/zz_externalvpngateway_terraformed.go +++ b/apis/compute/v1beta1/zz_externalvpngateway_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_externalvpngateway_types.go b/apis/compute/v1beta1/zz_externalvpngateway_types.go index 96c1d716d..8343ff8b5 100755 --- a/apis/compute/v1beta1/zz_externalvpngateway_types.go +++ b/apis/compute/v1beta1/zz_externalvpngateway_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_firewall_terraformed.go b/apis/compute/v1beta1/zz_firewall_terraformed.go index 934559ad5..d98ec017b 100755 --- a/apis/compute/v1beta1/zz_firewall_terraformed.go +++ b/apis/compute/v1beta1/zz_firewall_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_firewall_types.go b/apis/compute/v1beta1/zz_firewall_types.go index d9203079f..806f26a8f 100755 --- a/apis/compute/v1beta1/zz_firewall_types.go +++ b/apis/compute/v1beta1/zz_firewall_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_firewallpolicy_terraformed.go b/apis/compute/v1beta1/zz_firewallpolicy_terraformed.go index 28d8c9291..24cb3c573 100755 --- a/apis/compute/v1beta1/zz_firewallpolicy_terraformed.go +++ b/apis/compute/v1beta1/zz_firewallpolicy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_firewallpolicy_types.go b/apis/compute/v1beta1/zz_firewallpolicy_types.go index af478f249..530cfb8ce 100755 --- a/apis/compute/v1beta1/zz_firewallpolicy_types.go +++ b/apis/compute/v1beta1/zz_firewallpolicy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_firewallpolicyassociation_terraformed.go b/apis/compute/v1beta1/zz_firewallpolicyassociation_terraformed.go index 2ea9d527d..c144fe35c 100755 --- a/apis/compute/v1beta1/zz_firewallpolicyassociation_terraformed.go +++ b/apis/compute/v1beta1/zz_firewallpolicyassociation_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_firewallpolicyassociation_types.go b/apis/compute/v1beta1/zz_firewallpolicyassociation_types.go index a6bd60d78..9ff5161b8 100755 --- a/apis/compute/v1beta1/zz_firewallpolicyassociation_types.go +++ b/apis/compute/v1beta1/zz_firewallpolicyassociation_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_firewallpolicyrule_terraformed.go b/apis/compute/v1beta1/zz_firewallpolicyrule_terraformed.go index 13fde3633..b0679f2c0 100755 --- a/apis/compute/v1beta1/zz_firewallpolicyrule_terraformed.go +++ b/apis/compute/v1beta1/zz_firewallpolicyrule_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_firewallpolicyrule_types.go b/apis/compute/v1beta1/zz_firewallpolicyrule_types.go index d216137e4..e2cb30c8c 100755 --- a/apis/compute/v1beta1/zz_firewallpolicyrule_types.go +++ b/apis/compute/v1beta1/zz_firewallpolicyrule_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_forwardingrule_terraformed.go b/apis/compute/v1beta1/zz_forwardingrule_terraformed.go index b98016885..56136228e 100755 --- a/apis/compute/v1beta1/zz_forwardingrule_terraformed.go +++ b/apis/compute/v1beta1/zz_forwardingrule_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_forwardingrule_types.go b/apis/compute/v1beta1/zz_forwardingrule_types.go index 2b1cc1688..1469f6a69 100755 --- a/apis/compute/v1beta1/zz_forwardingrule_types.go +++ b/apis/compute/v1beta1/zz_forwardingrule_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_generated.conversion_hubs.go b/apis/compute/v1beta1/zz_generated.conversion_hubs.go index bfaf526f8..2e44f272b 100755 --- a/apis/compute/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/compute/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_generated.deepcopy.go b/apis/compute/v1beta1/zz_generated.deepcopy.go index 8e01dab00..0d0b35d42 100644 --- a/apis/compute/v1beta1/zz_generated.deepcopy.go +++ b/apis/compute/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/compute/v1beta1/zz_generated.managed.go b/apis/compute/v1beta1/zz_generated.managed.go index 0a24c939d..8ce4c3e7a 100644 --- a/apis/compute/v1beta1/zz_generated.managed.go +++ b/apis/compute/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_generated.managedlist.go b/apis/compute/v1beta1/zz_generated.managedlist.go index 595d41902..3c087413a 100644 --- a/apis/compute/v1beta1/zz_generated.managedlist.go +++ b/apis/compute/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_generated.resolvers.go b/apis/compute/v1beta1/zz_generated.resolvers.go index b92226f89..3c8ac83f1 100644 --- a/apis/compute/v1beta1/zz_generated.resolvers.go +++ b/apis/compute/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/compute/v1beta1/zz_globaladdress_terraformed.go b/apis/compute/v1beta1/zz_globaladdress_terraformed.go index 8572298aa..a1ec8c2ba 100755 --- a/apis/compute/v1beta1/zz_globaladdress_terraformed.go +++ b/apis/compute/v1beta1/zz_globaladdress_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_globaladdress_types.go b/apis/compute/v1beta1/zz_globaladdress_types.go index 9226e691b..05765814d 100755 --- a/apis/compute/v1beta1/zz_globaladdress_types.go +++ b/apis/compute/v1beta1/zz_globaladdress_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_globalforwardingrule_terraformed.go b/apis/compute/v1beta1/zz_globalforwardingrule_terraformed.go index 10eef2f52..1712c4abb 100755 --- a/apis/compute/v1beta1/zz_globalforwardingrule_terraformed.go +++ b/apis/compute/v1beta1/zz_globalforwardingrule_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_globalforwardingrule_types.go b/apis/compute/v1beta1/zz_globalforwardingrule_types.go index f917cfa7b..a78632495 100755 --- a/apis/compute/v1beta1/zz_globalforwardingrule_types.go +++ b/apis/compute/v1beta1/zz_globalforwardingrule_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_globalnetworkendpoint_terraformed.go b/apis/compute/v1beta1/zz_globalnetworkendpoint_terraformed.go index f1cd47980..a5c815503 100755 --- a/apis/compute/v1beta1/zz_globalnetworkendpoint_terraformed.go +++ b/apis/compute/v1beta1/zz_globalnetworkendpoint_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_globalnetworkendpoint_types.go b/apis/compute/v1beta1/zz_globalnetworkendpoint_types.go index dc6f3cc42..66ff3c7db 100755 --- a/apis/compute/v1beta1/zz_globalnetworkendpoint_types.go +++ b/apis/compute/v1beta1/zz_globalnetworkendpoint_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_globalnetworkendpointgroup_terraformed.go b/apis/compute/v1beta1/zz_globalnetworkendpointgroup_terraformed.go index 38a337056..f549c72c2 100755 --- a/apis/compute/v1beta1/zz_globalnetworkendpointgroup_terraformed.go +++ b/apis/compute/v1beta1/zz_globalnetworkendpointgroup_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_globalnetworkendpointgroup_types.go b/apis/compute/v1beta1/zz_globalnetworkendpointgroup_types.go index afe88b593..73b9aae86 100755 --- a/apis/compute/v1beta1/zz_globalnetworkendpointgroup_types.go +++ b/apis/compute/v1beta1/zz_globalnetworkendpointgroup_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_groupversion_info.go b/apis/compute/v1beta1/zz_groupversion_info.go index 31153f2f1..c63914ddb 100755 --- a/apis/compute/v1beta1/zz_groupversion_info.go +++ b/apis/compute/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/compute/v1beta1/zz_havpngateway_terraformed.go b/apis/compute/v1beta1/zz_havpngateway_terraformed.go index 39f309f59..249f787be 100755 --- a/apis/compute/v1beta1/zz_havpngateway_terraformed.go +++ b/apis/compute/v1beta1/zz_havpngateway_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_havpngateway_types.go b/apis/compute/v1beta1/zz_havpngateway_types.go index 95b31bf67..f4b60d0ce 100755 --- a/apis/compute/v1beta1/zz_havpngateway_types.go +++ b/apis/compute/v1beta1/zz_havpngateway_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_healthcheck_terraformed.go b/apis/compute/v1beta1/zz_healthcheck_terraformed.go index 2c4cee9b2..777055a42 100755 --- a/apis/compute/v1beta1/zz_healthcheck_terraformed.go +++ b/apis/compute/v1beta1/zz_healthcheck_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_healthcheck_types.go b/apis/compute/v1beta1/zz_healthcheck_types.go index a71f47a46..b771015f7 100755 --- a/apis/compute/v1beta1/zz_healthcheck_types.go +++ b/apis/compute/v1beta1/zz_healthcheck_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_httphealthcheck_terraformed.go b/apis/compute/v1beta1/zz_httphealthcheck_terraformed.go index 4f61f6948..604575874 100755 --- a/apis/compute/v1beta1/zz_httphealthcheck_terraformed.go +++ b/apis/compute/v1beta1/zz_httphealthcheck_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_httphealthcheck_types.go b/apis/compute/v1beta1/zz_httphealthcheck_types.go index f72e7c0a9..2072407b6 100755 --- a/apis/compute/v1beta1/zz_httphealthcheck_types.go +++ b/apis/compute/v1beta1/zz_httphealthcheck_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_httpshealthcheck_terraformed.go b/apis/compute/v1beta1/zz_httpshealthcheck_terraformed.go index a5041a519..fceed4263 100755 --- a/apis/compute/v1beta1/zz_httpshealthcheck_terraformed.go +++ b/apis/compute/v1beta1/zz_httpshealthcheck_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_httpshealthcheck_types.go b/apis/compute/v1beta1/zz_httpshealthcheck_types.go index b21af43b2..44c28d493 100755 --- a/apis/compute/v1beta1/zz_httpshealthcheck_types.go +++ b/apis/compute/v1beta1/zz_httpshealthcheck_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_image_terraformed.go b/apis/compute/v1beta1/zz_image_terraformed.go index dfbfdab75..43922fe25 100755 --- a/apis/compute/v1beta1/zz_image_terraformed.go +++ b/apis/compute/v1beta1/zz_image_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_image_types.go b/apis/compute/v1beta1/zz_image_types.go index 4aae61ecc..9d014de1b 100755 --- a/apis/compute/v1beta1/zz_image_types.go +++ b/apis/compute/v1beta1/zz_image_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_imageiammember_terraformed.go b/apis/compute/v1beta1/zz_imageiammember_terraformed.go index 8a078166b..cf28f4560 100755 --- a/apis/compute/v1beta1/zz_imageiammember_terraformed.go +++ b/apis/compute/v1beta1/zz_imageiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_imageiammember_types.go b/apis/compute/v1beta1/zz_imageiammember_types.go index 1ba2c164a..e752ed803 100755 --- a/apis/compute/v1beta1/zz_imageiammember_types.go +++ b/apis/compute/v1beta1/zz_imageiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_instance_terraformed.go b/apis/compute/v1beta1/zz_instance_terraformed.go index 86ebd73da..e4424652f 100755 --- a/apis/compute/v1beta1/zz_instance_terraformed.go +++ b/apis/compute/v1beta1/zz_instance_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_instance_types.go b/apis/compute/v1beta1/zz_instance_types.go index 7995ab086..29e2f1de1 100755 --- a/apis/compute/v1beta1/zz_instance_types.go +++ b/apis/compute/v1beta1/zz_instance_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_instancefromtemplate_terraformed.go b/apis/compute/v1beta1/zz_instancefromtemplate_terraformed.go index 401dd024e..80302599d 100755 --- a/apis/compute/v1beta1/zz_instancefromtemplate_terraformed.go +++ b/apis/compute/v1beta1/zz_instancefromtemplate_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_instancefromtemplate_types.go b/apis/compute/v1beta1/zz_instancefromtemplate_types.go index 69eb9ee48..d6e5004e5 100755 --- a/apis/compute/v1beta1/zz_instancefromtemplate_types.go +++ b/apis/compute/v1beta1/zz_instancefromtemplate_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_instancegroup_terraformed.go b/apis/compute/v1beta1/zz_instancegroup_terraformed.go index ada36148a..13d2cfacd 100755 --- a/apis/compute/v1beta1/zz_instancegroup_terraformed.go +++ b/apis/compute/v1beta1/zz_instancegroup_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_instancegroup_types.go b/apis/compute/v1beta1/zz_instancegroup_types.go index 2732d1fbc..85eff3ae7 100755 --- a/apis/compute/v1beta1/zz_instancegroup_types.go +++ b/apis/compute/v1beta1/zz_instancegroup_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_instancegroupmanager_terraformed.go b/apis/compute/v1beta1/zz_instancegroupmanager_terraformed.go index 9bb58f6c0..f9dc4b17b 100755 --- a/apis/compute/v1beta1/zz_instancegroupmanager_terraformed.go +++ b/apis/compute/v1beta1/zz_instancegroupmanager_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_instancegroupmanager_types.go b/apis/compute/v1beta1/zz_instancegroupmanager_types.go index f190f1372..f28c3a59b 100755 --- a/apis/compute/v1beta1/zz_instancegroupmanager_types.go +++ b/apis/compute/v1beta1/zz_instancegroupmanager_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_instancegroupnamedport_terraformed.go b/apis/compute/v1beta1/zz_instancegroupnamedport_terraformed.go index e6f5e15f2..d73847085 100755 --- a/apis/compute/v1beta1/zz_instancegroupnamedport_terraformed.go +++ b/apis/compute/v1beta1/zz_instancegroupnamedport_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_instancegroupnamedport_types.go b/apis/compute/v1beta1/zz_instancegroupnamedport_types.go index 04d955421..178f9b994 100755 --- a/apis/compute/v1beta1/zz_instancegroupnamedport_types.go +++ b/apis/compute/v1beta1/zz_instancegroupnamedport_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_instanceiammember_terraformed.go b/apis/compute/v1beta1/zz_instanceiammember_terraformed.go index 2312ff2b8..84e349983 100755 --- a/apis/compute/v1beta1/zz_instanceiammember_terraformed.go +++ b/apis/compute/v1beta1/zz_instanceiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_instanceiammember_types.go b/apis/compute/v1beta1/zz_instanceiammember_types.go index 31e9c17b7..d6124aaf0 100755 --- a/apis/compute/v1beta1/zz_instanceiammember_types.go +++ b/apis/compute/v1beta1/zz_instanceiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_instancetemplate_terraformed.go b/apis/compute/v1beta1/zz_instancetemplate_terraformed.go index 909f07c5e..a4ae4dad8 100755 --- a/apis/compute/v1beta1/zz_instancetemplate_terraformed.go +++ b/apis/compute/v1beta1/zz_instancetemplate_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_instancetemplate_types.go b/apis/compute/v1beta1/zz_instancetemplate_types.go index 95de44831..afebafef4 100755 --- a/apis/compute/v1beta1/zz_instancetemplate_types.go +++ b/apis/compute/v1beta1/zz_instancetemplate_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_interconnectattachment_terraformed.go b/apis/compute/v1beta1/zz_interconnectattachment_terraformed.go index d8f0d6624..1327cd14c 100755 --- a/apis/compute/v1beta1/zz_interconnectattachment_terraformed.go +++ b/apis/compute/v1beta1/zz_interconnectattachment_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_interconnectattachment_types.go b/apis/compute/v1beta1/zz_interconnectattachment_types.go index 8a5b3b198..1b3b61809 100755 --- a/apis/compute/v1beta1/zz_interconnectattachment_types.go +++ b/apis/compute/v1beta1/zz_interconnectattachment_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_managedsslcertificate_terraformed.go b/apis/compute/v1beta1/zz_managedsslcertificate_terraformed.go index ecc95bbc3..4ff7df83b 100755 --- a/apis/compute/v1beta1/zz_managedsslcertificate_terraformed.go +++ b/apis/compute/v1beta1/zz_managedsslcertificate_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_managedsslcertificate_types.go b/apis/compute/v1beta1/zz_managedsslcertificate_types.go index 0fbce48a2..61e7d3ad2 100755 --- a/apis/compute/v1beta1/zz_managedsslcertificate_types.go +++ b/apis/compute/v1beta1/zz_managedsslcertificate_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_network_terraformed.go b/apis/compute/v1beta1/zz_network_terraformed.go index a11e54bff..cdaf8dcc9 100755 --- a/apis/compute/v1beta1/zz_network_terraformed.go +++ b/apis/compute/v1beta1/zz_network_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_network_types.go b/apis/compute/v1beta1/zz_network_types.go index bab5f30c3..c66f10ada 100755 --- a/apis/compute/v1beta1/zz_network_types.go +++ b/apis/compute/v1beta1/zz_network_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_networkendpoint_terraformed.go b/apis/compute/v1beta1/zz_networkendpoint_terraformed.go index 90cd80179..dd5dc1b93 100755 --- a/apis/compute/v1beta1/zz_networkendpoint_terraformed.go +++ b/apis/compute/v1beta1/zz_networkendpoint_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_networkendpoint_types.go b/apis/compute/v1beta1/zz_networkendpoint_types.go index 7162e38ca..c94e93ad9 100755 --- a/apis/compute/v1beta1/zz_networkendpoint_types.go +++ b/apis/compute/v1beta1/zz_networkendpoint_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_networkendpointgroup_terraformed.go b/apis/compute/v1beta1/zz_networkendpointgroup_terraformed.go index c5a19d4f4..c22044d40 100755 --- a/apis/compute/v1beta1/zz_networkendpointgroup_terraformed.go +++ b/apis/compute/v1beta1/zz_networkendpointgroup_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_networkendpointgroup_types.go b/apis/compute/v1beta1/zz_networkendpointgroup_types.go index d4db2e987..b9add278c 100755 --- a/apis/compute/v1beta1/zz_networkendpointgroup_types.go +++ b/apis/compute/v1beta1/zz_networkendpointgroup_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_networkfirewallpolicy_terraformed.go b/apis/compute/v1beta1/zz_networkfirewallpolicy_terraformed.go index a6d59e27e..bec820917 100755 --- a/apis/compute/v1beta1/zz_networkfirewallpolicy_terraformed.go +++ b/apis/compute/v1beta1/zz_networkfirewallpolicy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_networkfirewallpolicy_types.go b/apis/compute/v1beta1/zz_networkfirewallpolicy_types.go index cbd79869c..dff563068 100755 --- a/apis/compute/v1beta1/zz_networkfirewallpolicy_types.go +++ b/apis/compute/v1beta1/zz_networkfirewallpolicy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_networkfirewallpolicyassociation_terraformed.go b/apis/compute/v1beta1/zz_networkfirewallpolicyassociation_terraformed.go index a64b41445..e348af796 100755 --- a/apis/compute/v1beta1/zz_networkfirewallpolicyassociation_terraformed.go +++ b/apis/compute/v1beta1/zz_networkfirewallpolicyassociation_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_networkfirewallpolicyassociation_types.go b/apis/compute/v1beta1/zz_networkfirewallpolicyassociation_types.go index 4a41bcbf3..f58345bee 100755 --- a/apis/compute/v1beta1/zz_networkfirewallpolicyassociation_types.go +++ b/apis/compute/v1beta1/zz_networkfirewallpolicyassociation_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_networkpeering_terraformed.go b/apis/compute/v1beta1/zz_networkpeering_terraformed.go index 3cab57a54..2c11decd0 100755 --- a/apis/compute/v1beta1/zz_networkpeering_terraformed.go +++ b/apis/compute/v1beta1/zz_networkpeering_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_networkpeering_types.go b/apis/compute/v1beta1/zz_networkpeering_types.go index 56180fb52..c8df3b442 100755 --- a/apis/compute/v1beta1/zz_networkpeering_types.go +++ b/apis/compute/v1beta1/zz_networkpeering_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_networkpeeringroutesconfig_terraformed.go b/apis/compute/v1beta1/zz_networkpeeringroutesconfig_terraformed.go index b18ff6fe3..8788521b0 100755 --- a/apis/compute/v1beta1/zz_networkpeeringroutesconfig_terraformed.go +++ b/apis/compute/v1beta1/zz_networkpeeringroutesconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_networkpeeringroutesconfig_types.go b/apis/compute/v1beta1/zz_networkpeeringroutesconfig_types.go index 9d877d689..20d35402b 100755 --- a/apis/compute/v1beta1/zz_networkpeeringroutesconfig_types.go +++ b/apis/compute/v1beta1/zz_networkpeeringroutesconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_nodegroup_terraformed.go b/apis/compute/v1beta1/zz_nodegroup_terraformed.go index 27e75617c..64d274080 100755 --- a/apis/compute/v1beta1/zz_nodegroup_terraformed.go +++ b/apis/compute/v1beta1/zz_nodegroup_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_nodegroup_types.go b/apis/compute/v1beta1/zz_nodegroup_types.go index 0066807dd..7123456a4 100755 --- a/apis/compute/v1beta1/zz_nodegroup_types.go +++ b/apis/compute/v1beta1/zz_nodegroup_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_nodetemplate_terraformed.go b/apis/compute/v1beta1/zz_nodetemplate_terraformed.go index e56b03f9f..7a2a3005b 100755 --- a/apis/compute/v1beta1/zz_nodetemplate_terraformed.go +++ b/apis/compute/v1beta1/zz_nodetemplate_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_nodetemplate_types.go b/apis/compute/v1beta1/zz_nodetemplate_types.go index 955e1bfff..f31f8cee8 100755 --- a/apis/compute/v1beta1/zz_nodetemplate_types.go +++ b/apis/compute/v1beta1/zz_nodetemplate_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_packetmirroring_terraformed.go b/apis/compute/v1beta1/zz_packetmirroring_terraformed.go index 4a372b251..ef7883e61 100755 --- a/apis/compute/v1beta1/zz_packetmirroring_terraformed.go +++ b/apis/compute/v1beta1/zz_packetmirroring_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_packetmirroring_types.go b/apis/compute/v1beta1/zz_packetmirroring_types.go index 9ac2e34e2..67cda5fff 100755 --- a/apis/compute/v1beta1/zz_packetmirroring_types.go +++ b/apis/compute/v1beta1/zz_packetmirroring_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_perinstanceconfig_terraformed.go b/apis/compute/v1beta1/zz_perinstanceconfig_terraformed.go index 0f3a96aea..41c671ecd 100755 --- a/apis/compute/v1beta1/zz_perinstanceconfig_terraformed.go +++ b/apis/compute/v1beta1/zz_perinstanceconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_perinstanceconfig_types.go b/apis/compute/v1beta1/zz_perinstanceconfig_types.go index 582d5ad97..10e066366 100755 --- a/apis/compute/v1beta1/zz_perinstanceconfig_types.go +++ b/apis/compute/v1beta1/zz_perinstanceconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_projectdefaultnetworktier_terraformed.go b/apis/compute/v1beta1/zz_projectdefaultnetworktier_terraformed.go index 7ea30581f..8924f5a94 100755 --- a/apis/compute/v1beta1/zz_projectdefaultnetworktier_terraformed.go +++ b/apis/compute/v1beta1/zz_projectdefaultnetworktier_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_projectdefaultnetworktier_types.go b/apis/compute/v1beta1/zz_projectdefaultnetworktier_types.go index 6c418cf85..cc9db77fb 100755 --- a/apis/compute/v1beta1/zz_projectdefaultnetworktier_types.go +++ b/apis/compute/v1beta1/zz_projectdefaultnetworktier_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_projectmetadata_terraformed.go b/apis/compute/v1beta1/zz_projectmetadata_terraformed.go index ce06980bb..b1cd4b84d 100755 --- a/apis/compute/v1beta1/zz_projectmetadata_terraformed.go +++ b/apis/compute/v1beta1/zz_projectmetadata_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_projectmetadata_types.go b/apis/compute/v1beta1/zz_projectmetadata_types.go index 31f84b0d0..67b4fd33e 100755 --- a/apis/compute/v1beta1/zz_projectmetadata_types.go +++ b/apis/compute/v1beta1/zz_projectmetadata_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_projectmetadataitem_terraformed.go b/apis/compute/v1beta1/zz_projectmetadataitem_terraformed.go index 1693817ee..261480bd9 100755 --- a/apis/compute/v1beta1/zz_projectmetadataitem_terraformed.go +++ b/apis/compute/v1beta1/zz_projectmetadataitem_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_projectmetadataitem_types.go b/apis/compute/v1beta1/zz_projectmetadataitem_types.go index c97bfe12e..5a738c22f 100755 --- a/apis/compute/v1beta1/zz_projectmetadataitem_types.go +++ b/apis/compute/v1beta1/zz_projectmetadataitem_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionautoscaler_terraformed.go b/apis/compute/v1beta1/zz_regionautoscaler_terraformed.go index 88b71b76b..195473e3b 100755 --- a/apis/compute/v1beta1/zz_regionautoscaler_terraformed.go +++ b/apis/compute/v1beta1/zz_regionautoscaler_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionautoscaler_types.go b/apis/compute/v1beta1/zz_regionautoscaler_types.go index b033bd652..a5347250a 100755 --- a/apis/compute/v1beta1/zz_regionautoscaler_types.go +++ b/apis/compute/v1beta1/zz_regionautoscaler_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionbackendservice_terraformed.go b/apis/compute/v1beta1/zz_regionbackendservice_terraformed.go index bef25264e..fe4c1e068 100755 --- a/apis/compute/v1beta1/zz_regionbackendservice_terraformed.go +++ b/apis/compute/v1beta1/zz_regionbackendservice_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionbackendservice_types.go b/apis/compute/v1beta1/zz_regionbackendservice_types.go index 3b89d1029..4add8d412 100755 --- a/apis/compute/v1beta1/zz_regionbackendservice_types.go +++ b/apis/compute/v1beta1/zz_regionbackendservice_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regiondisk_terraformed.go b/apis/compute/v1beta1/zz_regiondisk_terraformed.go index 90d6921f8..6feb9f5ff 100755 --- a/apis/compute/v1beta1/zz_regiondisk_terraformed.go +++ b/apis/compute/v1beta1/zz_regiondisk_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regiondisk_types.go b/apis/compute/v1beta1/zz_regiondisk_types.go index daba21d22..a25b2f1d5 100755 --- a/apis/compute/v1beta1/zz_regiondisk_types.go +++ b/apis/compute/v1beta1/zz_regiondisk_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regiondiskiammember_terraformed.go b/apis/compute/v1beta1/zz_regiondiskiammember_terraformed.go index ad76bccbf..1f5676bb6 100755 --- a/apis/compute/v1beta1/zz_regiondiskiammember_terraformed.go +++ b/apis/compute/v1beta1/zz_regiondiskiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regiondiskiammember_types.go b/apis/compute/v1beta1/zz_regiondiskiammember_types.go index f6cae0914..b8eb5e023 100755 --- a/apis/compute/v1beta1/zz_regiondiskiammember_types.go +++ b/apis/compute/v1beta1/zz_regiondiskiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regiondiskresourcepolicyattachment_terraformed.go b/apis/compute/v1beta1/zz_regiondiskresourcepolicyattachment_terraformed.go index a8339b6de..1571ab151 100755 --- a/apis/compute/v1beta1/zz_regiondiskresourcepolicyattachment_terraformed.go +++ b/apis/compute/v1beta1/zz_regiondiskresourcepolicyattachment_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regiondiskresourcepolicyattachment_types.go b/apis/compute/v1beta1/zz_regiondiskresourcepolicyattachment_types.go index 05a84f7e3..b58c3a7d9 100755 --- a/apis/compute/v1beta1/zz_regiondiskresourcepolicyattachment_types.go +++ b/apis/compute/v1beta1/zz_regiondiskresourcepolicyattachment_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionhealthcheck_terraformed.go b/apis/compute/v1beta1/zz_regionhealthcheck_terraformed.go index 1d737f6b3..9bb6e28a2 100755 --- a/apis/compute/v1beta1/zz_regionhealthcheck_terraformed.go +++ b/apis/compute/v1beta1/zz_regionhealthcheck_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionhealthcheck_types.go b/apis/compute/v1beta1/zz_regionhealthcheck_types.go index 308f38de1..a3733e3f8 100755 --- a/apis/compute/v1beta1/zz_regionhealthcheck_types.go +++ b/apis/compute/v1beta1/zz_regionhealthcheck_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regioninstancegroupmanager_terraformed.go b/apis/compute/v1beta1/zz_regioninstancegroupmanager_terraformed.go index 6761e23d7..c325834ec 100755 --- a/apis/compute/v1beta1/zz_regioninstancegroupmanager_terraformed.go +++ b/apis/compute/v1beta1/zz_regioninstancegroupmanager_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regioninstancegroupmanager_types.go b/apis/compute/v1beta1/zz_regioninstancegroupmanager_types.go index 78845847d..e7a44ae01 100755 --- a/apis/compute/v1beta1/zz_regioninstancegroupmanager_types.go +++ b/apis/compute/v1beta1/zz_regioninstancegroupmanager_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionnetworkendpoint_terraformed.go b/apis/compute/v1beta1/zz_regionnetworkendpoint_terraformed.go index 8ae336f3b..51196ac85 100755 --- a/apis/compute/v1beta1/zz_regionnetworkendpoint_terraformed.go +++ b/apis/compute/v1beta1/zz_regionnetworkendpoint_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionnetworkendpoint_types.go b/apis/compute/v1beta1/zz_regionnetworkendpoint_types.go index 498d21ebc..30e77e756 100755 --- a/apis/compute/v1beta1/zz_regionnetworkendpoint_types.go +++ b/apis/compute/v1beta1/zz_regionnetworkendpoint_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionnetworkendpointgroup_terraformed.go b/apis/compute/v1beta1/zz_regionnetworkendpointgroup_terraformed.go index b837ce240..beef0b4db 100755 --- a/apis/compute/v1beta1/zz_regionnetworkendpointgroup_terraformed.go +++ b/apis/compute/v1beta1/zz_regionnetworkendpointgroup_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionnetworkendpointgroup_types.go b/apis/compute/v1beta1/zz_regionnetworkendpointgroup_types.go index 5af317489..d0494f758 100755 --- a/apis/compute/v1beta1/zz_regionnetworkendpointgroup_types.go +++ b/apis/compute/v1beta1/zz_regionnetworkendpointgroup_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionnetworkfirewallpolicy_terraformed.go b/apis/compute/v1beta1/zz_regionnetworkfirewallpolicy_terraformed.go index afd15ccd7..58f988603 100755 --- a/apis/compute/v1beta1/zz_regionnetworkfirewallpolicy_terraformed.go +++ b/apis/compute/v1beta1/zz_regionnetworkfirewallpolicy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionnetworkfirewallpolicy_types.go b/apis/compute/v1beta1/zz_regionnetworkfirewallpolicy_types.go index 41ce0f340..f0bb7d4ce 100755 --- a/apis/compute/v1beta1/zz_regionnetworkfirewallpolicy_types.go +++ b/apis/compute/v1beta1/zz_regionnetworkfirewallpolicy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionnetworkfirewallpolicyassociation_terraformed.go b/apis/compute/v1beta1/zz_regionnetworkfirewallpolicyassociation_terraformed.go index 7bdec60ae..dd32c2443 100755 --- a/apis/compute/v1beta1/zz_regionnetworkfirewallpolicyassociation_terraformed.go +++ b/apis/compute/v1beta1/zz_regionnetworkfirewallpolicyassociation_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionnetworkfirewallpolicyassociation_types.go b/apis/compute/v1beta1/zz_regionnetworkfirewallpolicyassociation_types.go index 555ae32bb..024d13746 100755 --- a/apis/compute/v1beta1/zz_regionnetworkfirewallpolicyassociation_types.go +++ b/apis/compute/v1beta1/zz_regionnetworkfirewallpolicyassociation_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionperinstanceconfig_terraformed.go b/apis/compute/v1beta1/zz_regionperinstanceconfig_terraformed.go index d4dd519b8..1fe781ea0 100755 --- a/apis/compute/v1beta1/zz_regionperinstanceconfig_terraformed.go +++ b/apis/compute/v1beta1/zz_regionperinstanceconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionperinstanceconfig_types.go b/apis/compute/v1beta1/zz_regionperinstanceconfig_types.go index fa579acc4..f06466451 100755 --- a/apis/compute/v1beta1/zz_regionperinstanceconfig_types.go +++ b/apis/compute/v1beta1/zz_regionperinstanceconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionsslcertificate_terraformed.go b/apis/compute/v1beta1/zz_regionsslcertificate_terraformed.go index 82f8905af..fe7ec1100 100755 --- a/apis/compute/v1beta1/zz_regionsslcertificate_terraformed.go +++ b/apis/compute/v1beta1/zz_regionsslcertificate_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionsslcertificate_types.go b/apis/compute/v1beta1/zz_regionsslcertificate_types.go index 471a56f63..05e8e7bb6 100755 --- a/apis/compute/v1beta1/zz_regionsslcertificate_types.go +++ b/apis/compute/v1beta1/zz_regionsslcertificate_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regiontargethttpproxy_terraformed.go b/apis/compute/v1beta1/zz_regiontargethttpproxy_terraformed.go index b923b791b..4dbcde259 100755 --- a/apis/compute/v1beta1/zz_regiontargethttpproxy_terraformed.go +++ b/apis/compute/v1beta1/zz_regiontargethttpproxy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regiontargethttpproxy_types.go b/apis/compute/v1beta1/zz_regiontargethttpproxy_types.go index 9f40da880..e025ace80 100755 --- a/apis/compute/v1beta1/zz_regiontargethttpproxy_types.go +++ b/apis/compute/v1beta1/zz_regiontargethttpproxy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regiontargethttpsproxy_terraformed.go b/apis/compute/v1beta1/zz_regiontargethttpsproxy_terraformed.go index a066f0bf8..8a83c8d0f 100755 --- a/apis/compute/v1beta1/zz_regiontargethttpsproxy_terraformed.go +++ b/apis/compute/v1beta1/zz_regiontargethttpsproxy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regiontargethttpsproxy_types.go b/apis/compute/v1beta1/zz_regiontargethttpsproxy_types.go index 3b776ab63..5173ff974 100755 --- a/apis/compute/v1beta1/zz_regiontargethttpsproxy_types.go +++ b/apis/compute/v1beta1/zz_regiontargethttpsproxy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regiontargettcpproxy_terraformed.go b/apis/compute/v1beta1/zz_regiontargettcpproxy_terraformed.go index 43074f437..7ba07287f 100755 --- a/apis/compute/v1beta1/zz_regiontargettcpproxy_terraformed.go +++ b/apis/compute/v1beta1/zz_regiontargettcpproxy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regiontargettcpproxy_types.go b/apis/compute/v1beta1/zz_regiontargettcpproxy_types.go index 51ec8bb2b..375ae4d91 100755 --- a/apis/compute/v1beta1/zz_regiontargettcpproxy_types.go +++ b/apis/compute/v1beta1/zz_regiontargettcpproxy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionurlmap_terraformed.go b/apis/compute/v1beta1/zz_regionurlmap_terraformed.go index 8f3e9a7bb..8fa5d2ff2 100755 --- a/apis/compute/v1beta1/zz_regionurlmap_terraformed.go +++ b/apis/compute/v1beta1/zz_regionurlmap_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_regionurlmap_types.go b/apis/compute/v1beta1/zz_regionurlmap_types.go index 0dda5205b..fa4e70968 100755 --- a/apis/compute/v1beta1/zz_regionurlmap_types.go +++ b/apis/compute/v1beta1/zz_regionurlmap_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_reservation_terraformed.go b/apis/compute/v1beta1/zz_reservation_terraformed.go index 9f3d8d3f2..d59aa1640 100755 --- a/apis/compute/v1beta1/zz_reservation_terraformed.go +++ b/apis/compute/v1beta1/zz_reservation_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_reservation_types.go b/apis/compute/v1beta1/zz_reservation_types.go index cb0c0bc1d..3d510e2f4 100755 --- a/apis/compute/v1beta1/zz_reservation_types.go +++ b/apis/compute/v1beta1/zz_reservation_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_resourcepolicy_terraformed.go b/apis/compute/v1beta1/zz_resourcepolicy_terraformed.go index 21ac5de3d..447bc8379 100755 --- a/apis/compute/v1beta1/zz_resourcepolicy_terraformed.go +++ b/apis/compute/v1beta1/zz_resourcepolicy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_resourcepolicy_types.go b/apis/compute/v1beta1/zz_resourcepolicy_types.go index 5b1b5d47d..ac30196b8 100755 --- a/apis/compute/v1beta1/zz_resourcepolicy_types.go +++ b/apis/compute/v1beta1/zz_resourcepolicy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_route_terraformed.go b/apis/compute/v1beta1/zz_route_terraformed.go index d0bc3de5c..a520170fd 100755 --- a/apis/compute/v1beta1/zz_route_terraformed.go +++ b/apis/compute/v1beta1/zz_route_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_route_types.go b/apis/compute/v1beta1/zz_route_types.go index 725186ac7..ee0487b17 100755 --- a/apis/compute/v1beta1/zz_route_types.go +++ b/apis/compute/v1beta1/zz_route_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_router_terraformed.go b/apis/compute/v1beta1/zz_router_terraformed.go index 98d444d55..70ecdcf9b 100755 --- a/apis/compute/v1beta1/zz_router_terraformed.go +++ b/apis/compute/v1beta1/zz_router_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_router_types.go b/apis/compute/v1beta1/zz_router_types.go index e8541bbe5..6be172698 100755 --- a/apis/compute/v1beta1/zz_router_types.go +++ b/apis/compute/v1beta1/zz_router_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_routerinterface_terraformed.go b/apis/compute/v1beta1/zz_routerinterface_terraformed.go index 51c2e9682..480c4dd18 100755 --- a/apis/compute/v1beta1/zz_routerinterface_terraformed.go +++ b/apis/compute/v1beta1/zz_routerinterface_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_routerinterface_types.go b/apis/compute/v1beta1/zz_routerinterface_types.go index cc09ce60d..33ac2408d 100755 --- a/apis/compute/v1beta1/zz_routerinterface_types.go +++ b/apis/compute/v1beta1/zz_routerinterface_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_routernat_terraformed.go b/apis/compute/v1beta1/zz_routernat_terraformed.go index 947b16bc5..7b1a9594c 100755 --- a/apis/compute/v1beta1/zz_routernat_terraformed.go +++ b/apis/compute/v1beta1/zz_routernat_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_routernat_types.go b/apis/compute/v1beta1/zz_routernat_types.go index ce744bf77..e21c8f72c 100755 --- a/apis/compute/v1beta1/zz_routernat_types.go +++ b/apis/compute/v1beta1/zz_routernat_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_routerpeer_terraformed.go b/apis/compute/v1beta1/zz_routerpeer_terraformed.go index 54cd0a04d..0e3807d0f 100755 --- a/apis/compute/v1beta1/zz_routerpeer_terraformed.go +++ b/apis/compute/v1beta1/zz_routerpeer_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_routerpeer_types.go b/apis/compute/v1beta1/zz_routerpeer_types.go index 5fb7303a2..b5d8a48b9 100755 --- a/apis/compute/v1beta1/zz_routerpeer_types.go +++ b/apis/compute/v1beta1/zz_routerpeer_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_securitypolicy_terraformed.go b/apis/compute/v1beta1/zz_securitypolicy_terraformed.go index 5863ca97f..a9319feae 100755 --- a/apis/compute/v1beta1/zz_securitypolicy_terraformed.go +++ b/apis/compute/v1beta1/zz_securitypolicy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_securitypolicy_types.go b/apis/compute/v1beta1/zz_securitypolicy_types.go index 9b2202e36..4a6dd159d 100755 --- a/apis/compute/v1beta1/zz_securitypolicy_types.go +++ b/apis/compute/v1beta1/zz_securitypolicy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_serviceattachment_terraformed.go b/apis/compute/v1beta1/zz_serviceattachment_terraformed.go index 6b0364c9d..262e5cd5c 100755 --- a/apis/compute/v1beta1/zz_serviceattachment_terraformed.go +++ b/apis/compute/v1beta1/zz_serviceattachment_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_serviceattachment_types.go b/apis/compute/v1beta1/zz_serviceattachment_types.go index 884931af9..b967e4738 100755 --- a/apis/compute/v1beta1/zz_serviceattachment_types.go +++ b/apis/compute/v1beta1/zz_serviceattachment_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_sharedvpchostproject_terraformed.go b/apis/compute/v1beta1/zz_sharedvpchostproject_terraformed.go index 3340e42fd..d96185d4d 100755 --- a/apis/compute/v1beta1/zz_sharedvpchostproject_terraformed.go +++ b/apis/compute/v1beta1/zz_sharedvpchostproject_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_sharedvpchostproject_types.go b/apis/compute/v1beta1/zz_sharedvpchostproject_types.go index 801482c22..735e84e82 100755 --- a/apis/compute/v1beta1/zz_sharedvpchostproject_types.go +++ b/apis/compute/v1beta1/zz_sharedvpchostproject_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_sharedvpcserviceproject_terraformed.go b/apis/compute/v1beta1/zz_sharedvpcserviceproject_terraformed.go index ee30f6dc6..55d5e3313 100755 --- a/apis/compute/v1beta1/zz_sharedvpcserviceproject_terraformed.go +++ b/apis/compute/v1beta1/zz_sharedvpcserviceproject_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_sharedvpcserviceproject_types.go b/apis/compute/v1beta1/zz_sharedvpcserviceproject_types.go index 39e1f0b0f..fb4318cf4 100755 --- a/apis/compute/v1beta1/zz_sharedvpcserviceproject_types.go +++ b/apis/compute/v1beta1/zz_sharedvpcserviceproject_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_snapshot_terraformed.go b/apis/compute/v1beta1/zz_snapshot_terraformed.go index c719278c9..d719628f6 100755 --- a/apis/compute/v1beta1/zz_snapshot_terraformed.go +++ b/apis/compute/v1beta1/zz_snapshot_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_snapshot_types.go b/apis/compute/v1beta1/zz_snapshot_types.go index 6deaab15a..1530a3083 100755 --- a/apis/compute/v1beta1/zz_snapshot_types.go +++ b/apis/compute/v1beta1/zz_snapshot_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_snapshotiammember_terraformed.go b/apis/compute/v1beta1/zz_snapshotiammember_terraformed.go index 0cb09fabb..42700d552 100755 --- a/apis/compute/v1beta1/zz_snapshotiammember_terraformed.go +++ b/apis/compute/v1beta1/zz_snapshotiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_snapshotiammember_types.go b/apis/compute/v1beta1/zz_snapshotiammember_types.go index 74092601e..bcef95b70 100755 --- a/apis/compute/v1beta1/zz_snapshotiammember_types.go +++ b/apis/compute/v1beta1/zz_snapshotiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_sslcertificate_terraformed.go b/apis/compute/v1beta1/zz_sslcertificate_terraformed.go index 35d6bf07b..5dcd4146e 100755 --- a/apis/compute/v1beta1/zz_sslcertificate_terraformed.go +++ b/apis/compute/v1beta1/zz_sslcertificate_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_sslcertificate_types.go b/apis/compute/v1beta1/zz_sslcertificate_types.go index 680bef9c3..ea3aafe2a 100755 --- a/apis/compute/v1beta1/zz_sslcertificate_types.go +++ b/apis/compute/v1beta1/zz_sslcertificate_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_sslpolicy_terraformed.go b/apis/compute/v1beta1/zz_sslpolicy_terraformed.go index 99b7058ad..1ae74d2b0 100755 --- a/apis/compute/v1beta1/zz_sslpolicy_terraformed.go +++ b/apis/compute/v1beta1/zz_sslpolicy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_sslpolicy_types.go b/apis/compute/v1beta1/zz_sslpolicy_types.go index c1374f5ef..8559383a0 100755 --- a/apis/compute/v1beta1/zz_sslpolicy_types.go +++ b/apis/compute/v1beta1/zz_sslpolicy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_subnetwork_terraformed.go b/apis/compute/v1beta1/zz_subnetwork_terraformed.go index 4a8de5507..25643d1f0 100755 --- a/apis/compute/v1beta1/zz_subnetwork_terraformed.go +++ b/apis/compute/v1beta1/zz_subnetwork_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_subnetwork_types.go b/apis/compute/v1beta1/zz_subnetwork_types.go index b7d9bf301..2288cf679 100755 --- a/apis/compute/v1beta1/zz_subnetwork_types.go +++ b/apis/compute/v1beta1/zz_subnetwork_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_subnetworkiammember_terraformed.go b/apis/compute/v1beta1/zz_subnetworkiammember_terraformed.go index 1bcce9a8e..629dfa32b 100755 --- a/apis/compute/v1beta1/zz_subnetworkiammember_terraformed.go +++ b/apis/compute/v1beta1/zz_subnetworkiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_subnetworkiammember_types.go b/apis/compute/v1beta1/zz_subnetworkiammember_types.go index 2019dffd0..d09bdada8 100755 --- a/apis/compute/v1beta1/zz_subnetworkiammember_types.go +++ b/apis/compute/v1beta1/zz_subnetworkiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_targetgrpcproxy_terraformed.go b/apis/compute/v1beta1/zz_targetgrpcproxy_terraformed.go index 5afb3e1c4..e5d20a7bc 100755 --- a/apis/compute/v1beta1/zz_targetgrpcproxy_terraformed.go +++ b/apis/compute/v1beta1/zz_targetgrpcproxy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_targetgrpcproxy_types.go b/apis/compute/v1beta1/zz_targetgrpcproxy_types.go index 274d6db74..d290ceb34 100755 --- a/apis/compute/v1beta1/zz_targetgrpcproxy_types.go +++ b/apis/compute/v1beta1/zz_targetgrpcproxy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_targethttpproxy_terraformed.go b/apis/compute/v1beta1/zz_targethttpproxy_terraformed.go index a47e1bb50..d6e845097 100755 --- a/apis/compute/v1beta1/zz_targethttpproxy_terraformed.go +++ b/apis/compute/v1beta1/zz_targethttpproxy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_targethttpproxy_types.go b/apis/compute/v1beta1/zz_targethttpproxy_types.go index 5c3e1344b..c57c50763 100755 --- a/apis/compute/v1beta1/zz_targethttpproxy_types.go +++ b/apis/compute/v1beta1/zz_targethttpproxy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_targethttpsproxy_terraformed.go b/apis/compute/v1beta1/zz_targethttpsproxy_terraformed.go index 1927d7547..1fa6a1414 100755 --- a/apis/compute/v1beta1/zz_targethttpsproxy_terraformed.go +++ b/apis/compute/v1beta1/zz_targethttpsproxy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_targethttpsproxy_types.go b/apis/compute/v1beta1/zz_targethttpsproxy_types.go index caddd2c23..d366980b8 100755 --- a/apis/compute/v1beta1/zz_targethttpsproxy_types.go +++ b/apis/compute/v1beta1/zz_targethttpsproxy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_targetinstance_terraformed.go b/apis/compute/v1beta1/zz_targetinstance_terraformed.go index 15adf83c2..7d4e8d4e8 100755 --- a/apis/compute/v1beta1/zz_targetinstance_terraformed.go +++ b/apis/compute/v1beta1/zz_targetinstance_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_targetinstance_types.go b/apis/compute/v1beta1/zz_targetinstance_types.go index a27dc4e91..a56c03a25 100755 --- a/apis/compute/v1beta1/zz_targetinstance_types.go +++ b/apis/compute/v1beta1/zz_targetinstance_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_targetpool_terraformed.go b/apis/compute/v1beta1/zz_targetpool_terraformed.go index 0ffe6b67e..afc178c75 100755 --- a/apis/compute/v1beta1/zz_targetpool_terraformed.go +++ b/apis/compute/v1beta1/zz_targetpool_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_targetpool_types.go b/apis/compute/v1beta1/zz_targetpool_types.go index 8970cec35..cbaa09108 100755 --- a/apis/compute/v1beta1/zz_targetpool_types.go +++ b/apis/compute/v1beta1/zz_targetpool_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_targetsslproxy_terraformed.go b/apis/compute/v1beta1/zz_targetsslproxy_terraformed.go index eca683c86..ce6d31a4b 100755 --- a/apis/compute/v1beta1/zz_targetsslproxy_terraformed.go +++ b/apis/compute/v1beta1/zz_targetsslproxy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_targetsslproxy_types.go b/apis/compute/v1beta1/zz_targetsslproxy_types.go index eee7a43e0..93ecf85a3 100755 --- a/apis/compute/v1beta1/zz_targetsslproxy_types.go +++ b/apis/compute/v1beta1/zz_targetsslproxy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_targettcpproxy_terraformed.go b/apis/compute/v1beta1/zz_targettcpproxy_terraformed.go index 1281469de..5b432dd52 100755 --- a/apis/compute/v1beta1/zz_targettcpproxy_terraformed.go +++ b/apis/compute/v1beta1/zz_targettcpproxy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_targettcpproxy_types.go b/apis/compute/v1beta1/zz_targettcpproxy_types.go index d1ee7f6b4..98165a0ed 100755 --- a/apis/compute/v1beta1/zz_targettcpproxy_types.go +++ b/apis/compute/v1beta1/zz_targettcpproxy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_urlmap_terraformed.go b/apis/compute/v1beta1/zz_urlmap_terraformed.go index b6cb4427e..716db4616 100755 --- a/apis/compute/v1beta1/zz_urlmap_terraformed.go +++ b/apis/compute/v1beta1/zz_urlmap_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_urlmap_types.go b/apis/compute/v1beta1/zz_urlmap_types.go index e8ac5368e..5e8d041bc 100755 --- a/apis/compute/v1beta1/zz_urlmap_types.go +++ b/apis/compute/v1beta1/zz_urlmap_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_vpngateway_terraformed.go b/apis/compute/v1beta1/zz_vpngateway_terraformed.go index 05a329922..5cac7b478 100755 --- a/apis/compute/v1beta1/zz_vpngateway_terraformed.go +++ b/apis/compute/v1beta1/zz_vpngateway_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_vpngateway_types.go b/apis/compute/v1beta1/zz_vpngateway_types.go index 27afaa7a6..94d385a9c 100755 --- a/apis/compute/v1beta1/zz_vpngateway_types.go +++ b/apis/compute/v1beta1/zz_vpngateway_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_vpntunnel_terraformed.go b/apis/compute/v1beta1/zz_vpntunnel_terraformed.go index 5025557b3..264e9ef4a 100755 --- a/apis/compute/v1beta1/zz_vpntunnel_terraformed.go +++ b/apis/compute/v1beta1/zz_vpntunnel_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/compute/v1beta1/zz_vpntunnel_types.go b/apis/compute/v1beta1/zz_vpntunnel_types.go index 4d6383ffe..772acd2dc 100755 --- a/apis/compute/v1beta1/zz_vpntunnel_types.go +++ b/apis/compute/v1beta1/zz_vpntunnel_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/container/v1beta1/zz_cluster_terraformed.go b/apis/container/v1beta1/zz_cluster_terraformed.go index 57e24ac76..440c863ac 100755 --- a/apis/container/v1beta1/zz_cluster_terraformed.go +++ b/apis/container/v1beta1/zz_cluster_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/container/v1beta1/zz_cluster_types.go b/apis/container/v1beta1/zz_cluster_types.go index cff442162..890a4eabe 100755 --- a/apis/container/v1beta1/zz_cluster_types.go +++ b/apis/container/v1beta1/zz_cluster_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/container/v1beta1/zz_generated.conversion_hubs.go b/apis/container/v1beta1/zz_generated.conversion_hubs.go index 96ec9062b..93dc012bd 100755 --- a/apis/container/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/container/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/container/v1beta1/zz_generated.deepcopy.go b/apis/container/v1beta1/zz_generated.deepcopy.go index 929e470d4..92efb4058 100644 --- a/apis/container/v1beta1/zz_generated.deepcopy.go +++ b/apis/container/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/container/v1beta1/zz_generated.managed.go b/apis/container/v1beta1/zz_generated.managed.go index 60133c533..283efb567 100644 --- a/apis/container/v1beta1/zz_generated.managed.go +++ b/apis/container/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/container/v1beta1/zz_generated.managedlist.go b/apis/container/v1beta1/zz_generated.managedlist.go index 25c4b9727..9de500d2c 100644 --- a/apis/container/v1beta1/zz_generated.managedlist.go +++ b/apis/container/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/container/v1beta1/zz_generated.resolvers.go b/apis/container/v1beta1/zz_generated.resolvers.go index 7df7237f0..a8ddfbf68 100644 --- a/apis/container/v1beta1/zz_generated.resolvers.go +++ b/apis/container/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/container/v1beta1/zz_groupversion_info.go b/apis/container/v1beta1/zz_groupversion_info.go index 3d8d7b325..f9eb6d5a6 100755 --- a/apis/container/v1beta1/zz_groupversion_info.go +++ b/apis/container/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/container/v1beta1/zz_nodepool_terraformed.go b/apis/container/v1beta1/zz_nodepool_terraformed.go index 34b3d6cf8..5aa705c1d 100755 --- a/apis/container/v1beta1/zz_nodepool_terraformed.go +++ b/apis/container/v1beta1/zz_nodepool_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/container/v1beta1/zz_nodepool_types.go b/apis/container/v1beta1/zz_nodepool_types.go index 6a28acf54..a180486a7 100755 --- a/apis/container/v1beta1/zz_nodepool_types.go +++ b/apis/container/v1beta1/zz_nodepool_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/container/v1beta1/zz_registry_terraformed.go b/apis/container/v1beta1/zz_registry_terraformed.go index e56762126..1ce73e8dd 100755 --- a/apis/container/v1beta1/zz_registry_terraformed.go +++ b/apis/container/v1beta1/zz_registry_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/container/v1beta1/zz_registry_types.go b/apis/container/v1beta1/zz_registry_types.go index 32647bae2..40ce534c9 100755 --- a/apis/container/v1beta1/zz_registry_types.go +++ b/apis/container/v1beta1/zz_registry_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containeranalysis/v1beta1/zz_generated.conversion_hubs.go b/apis/containeranalysis/v1beta1/zz_generated.conversion_hubs.go index 6738ccfca..ef042b31b 100755 --- a/apis/containeranalysis/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/containeranalysis/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containeranalysis/v1beta1/zz_generated.deepcopy.go b/apis/containeranalysis/v1beta1/zz_generated.deepcopy.go index 55ac3da5e..fdfea79b2 100644 --- a/apis/containeranalysis/v1beta1/zz_generated.deepcopy.go +++ b/apis/containeranalysis/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/containeranalysis/v1beta1/zz_generated.managed.go b/apis/containeranalysis/v1beta1/zz_generated.managed.go index c2845f0f0..71e5eddb7 100644 --- a/apis/containeranalysis/v1beta1/zz_generated.managed.go +++ b/apis/containeranalysis/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containeranalysis/v1beta1/zz_generated.managedlist.go b/apis/containeranalysis/v1beta1/zz_generated.managedlist.go index c47feb491..ff6f1a10c 100644 --- a/apis/containeranalysis/v1beta1/zz_generated.managedlist.go +++ b/apis/containeranalysis/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containeranalysis/v1beta1/zz_groupversion_info.go b/apis/containeranalysis/v1beta1/zz_groupversion_info.go index af5446fd8..c965b55fd 100755 --- a/apis/containeranalysis/v1beta1/zz_groupversion_info.go +++ b/apis/containeranalysis/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/containeranalysis/v1beta1/zz_note_terraformed.go b/apis/containeranalysis/v1beta1/zz_note_terraformed.go index c3b4df206..f2664b22a 100755 --- a/apis/containeranalysis/v1beta1/zz_note_terraformed.go +++ b/apis/containeranalysis/v1beta1/zz_note_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containeranalysis/v1beta1/zz_note_types.go b/apis/containeranalysis/v1beta1/zz_note_types.go index aa8ead143..5ccaff495 100755 --- a/apis/containeranalysis/v1beta1/zz_note_types.go +++ b/apis/containeranalysis/v1beta1/zz_note_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containeraws/v1beta1/zz_cluster_terraformed.go b/apis/containeraws/v1beta1/zz_cluster_terraformed.go index e0dfca925..5613327fd 100755 --- a/apis/containeraws/v1beta1/zz_cluster_terraformed.go +++ b/apis/containeraws/v1beta1/zz_cluster_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containeraws/v1beta1/zz_cluster_types.go b/apis/containeraws/v1beta1/zz_cluster_types.go index cde56f891..75995db48 100755 --- a/apis/containeraws/v1beta1/zz_cluster_types.go +++ b/apis/containeraws/v1beta1/zz_cluster_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containeraws/v1beta1/zz_generated.conversion_hubs.go b/apis/containeraws/v1beta1/zz_generated.conversion_hubs.go index 08dd0a609..4f1ba3dbe 100755 --- a/apis/containeraws/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/containeraws/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containeraws/v1beta1/zz_generated.deepcopy.go b/apis/containeraws/v1beta1/zz_generated.deepcopy.go index 7053b4dd5..ac10d06bb 100644 --- a/apis/containeraws/v1beta1/zz_generated.deepcopy.go +++ b/apis/containeraws/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/containeraws/v1beta1/zz_generated.managed.go b/apis/containeraws/v1beta1/zz_generated.managed.go index 47745de29..52eb222b0 100644 --- a/apis/containeraws/v1beta1/zz_generated.managed.go +++ b/apis/containeraws/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containeraws/v1beta1/zz_generated.managedlist.go b/apis/containeraws/v1beta1/zz_generated.managedlist.go index 656bd190b..353525ce6 100644 --- a/apis/containeraws/v1beta1/zz_generated.managedlist.go +++ b/apis/containeraws/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containeraws/v1beta1/zz_generated.resolvers.go b/apis/containeraws/v1beta1/zz_generated.resolvers.go index 61d871384..eeeb83e91 100644 --- a/apis/containeraws/v1beta1/zz_generated.resolvers.go +++ b/apis/containeraws/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/containeraws/v1beta1/zz_groupversion_info.go b/apis/containeraws/v1beta1/zz_groupversion_info.go index bb0c32636..cd9322ac0 100755 --- a/apis/containeraws/v1beta1/zz_groupversion_info.go +++ b/apis/containeraws/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/containeraws/v1beta1/zz_nodepool_terraformed.go b/apis/containeraws/v1beta1/zz_nodepool_terraformed.go index fbe5641a8..f7522dc3c 100755 --- a/apis/containeraws/v1beta1/zz_nodepool_terraformed.go +++ b/apis/containeraws/v1beta1/zz_nodepool_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containeraws/v1beta1/zz_nodepool_types.go b/apis/containeraws/v1beta1/zz_nodepool_types.go index 2c8fe4264..31d48d8e6 100755 --- a/apis/containeraws/v1beta1/zz_nodepool_types.go +++ b/apis/containeraws/v1beta1/zz_nodepool_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containerazure/v1beta1/zz_client_terraformed.go b/apis/containerazure/v1beta1/zz_client_terraformed.go index c261309fe..26261e07d 100755 --- a/apis/containerazure/v1beta1/zz_client_terraformed.go +++ b/apis/containerazure/v1beta1/zz_client_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containerazure/v1beta1/zz_client_types.go b/apis/containerazure/v1beta1/zz_client_types.go index e41bd9266..990d7761e 100755 --- a/apis/containerazure/v1beta1/zz_client_types.go +++ b/apis/containerazure/v1beta1/zz_client_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containerazure/v1beta1/zz_cluster_terraformed.go b/apis/containerazure/v1beta1/zz_cluster_terraformed.go index 13ae4658c..062202b8b 100755 --- a/apis/containerazure/v1beta1/zz_cluster_terraformed.go +++ b/apis/containerazure/v1beta1/zz_cluster_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containerazure/v1beta1/zz_cluster_types.go b/apis/containerazure/v1beta1/zz_cluster_types.go index 2204d34f2..621e9d0ae 100755 --- a/apis/containerazure/v1beta1/zz_cluster_types.go +++ b/apis/containerazure/v1beta1/zz_cluster_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containerazure/v1beta1/zz_generated.conversion_hubs.go b/apis/containerazure/v1beta1/zz_generated.conversion_hubs.go index 006a4dfbe..7ebf016dd 100755 --- a/apis/containerazure/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/containerazure/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containerazure/v1beta1/zz_generated.deepcopy.go b/apis/containerazure/v1beta1/zz_generated.deepcopy.go index a90f92bcb..acffc124c 100644 --- a/apis/containerazure/v1beta1/zz_generated.deepcopy.go +++ b/apis/containerazure/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/containerazure/v1beta1/zz_generated.managed.go b/apis/containerazure/v1beta1/zz_generated.managed.go index cdd152d10..0f476e0f9 100644 --- a/apis/containerazure/v1beta1/zz_generated.managed.go +++ b/apis/containerazure/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containerazure/v1beta1/zz_generated.managedlist.go b/apis/containerazure/v1beta1/zz_generated.managedlist.go index 6bebd402a..2434ea5b6 100644 --- a/apis/containerazure/v1beta1/zz_generated.managedlist.go +++ b/apis/containerazure/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containerazure/v1beta1/zz_generated.resolvers.go b/apis/containerazure/v1beta1/zz_generated.resolvers.go index 3b1744e05..bb9e89ed7 100644 --- a/apis/containerazure/v1beta1/zz_generated.resolvers.go +++ b/apis/containerazure/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/containerazure/v1beta1/zz_groupversion_info.go b/apis/containerazure/v1beta1/zz_groupversion_info.go index e2a920c90..d3f670fc1 100755 --- a/apis/containerazure/v1beta1/zz_groupversion_info.go +++ b/apis/containerazure/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/containerazure/v1beta1/zz_nodepool_terraformed.go b/apis/containerazure/v1beta1/zz_nodepool_terraformed.go index 16ec1c710..81ab337f4 100755 --- a/apis/containerazure/v1beta1/zz_nodepool_terraformed.go +++ b/apis/containerazure/v1beta1/zz_nodepool_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/containerazure/v1beta1/zz_nodepool_types.go b/apis/containerazure/v1beta1/zz_nodepool_types.go index 7b7a23cd9..436ca9099 100755 --- a/apis/containerazure/v1beta1/zz_nodepool_types.go +++ b/apis/containerazure/v1beta1/zz_nodepool_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datacatalog/v1beta1/zz_entry_terraformed.go b/apis/datacatalog/v1beta1/zz_entry_terraformed.go index c3d407aa6..7a7028709 100755 --- a/apis/datacatalog/v1beta1/zz_entry_terraformed.go +++ b/apis/datacatalog/v1beta1/zz_entry_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datacatalog/v1beta1/zz_entry_types.go b/apis/datacatalog/v1beta1/zz_entry_types.go index 4739de787..c9817362e 100755 --- a/apis/datacatalog/v1beta1/zz_entry_types.go +++ b/apis/datacatalog/v1beta1/zz_entry_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datacatalog/v1beta1/zz_entrygroup_terraformed.go b/apis/datacatalog/v1beta1/zz_entrygroup_terraformed.go index d0c1eea63..0b4f3cdd0 100755 --- a/apis/datacatalog/v1beta1/zz_entrygroup_terraformed.go +++ b/apis/datacatalog/v1beta1/zz_entrygroup_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datacatalog/v1beta1/zz_entrygroup_types.go b/apis/datacatalog/v1beta1/zz_entrygroup_types.go index 96e681f81..b73be746d 100755 --- a/apis/datacatalog/v1beta1/zz_entrygroup_types.go +++ b/apis/datacatalog/v1beta1/zz_entrygroup_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datacatalog/v1beta1/zz_generated.conversion_hubs.go b/apis/datacatalog/v1beta1/zz_generated.conversion_hubs.go index 7f963a659..65898fdc2 100755 --- a/apis/datacatalog/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/datacatalog/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datacatalog/v1beta1/zz_generated.deepcopy.go b/apis/datacatalog/v1beta1/zz_generated.deepcopy.go index 2480284b7..743d149f8 100644 --- a/apis/datacatalog/v1beta1/zz_generated.deepcopy.go +++ b/apis/datacatalog/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/datacatalog/v1beta1/zz_generated.managed.go b/apis/datacatalog/v1beta1/zz_generated.managed.go index 1bed4b376..ab54cea38 100644 --- a/apis/datacatalog/v1beta1/zz_generated.managed.go +++ b/apis/datacatalog/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datacatalog/v1beta1/zz_generated.managedlist.go b/apis/datacatalog/v1beta1/zz_generated.managedlist.go index 719ea026c..36aeefe2d 100644 --- a/apis/datacatalog/v1beta1/zz_generated.managedlist.go +++ b/apis/datacatalog/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datacatalog/v1beta1/zz_generated.resolvers.go b/apis/datacatalog/v1beta1/zz_generated.resolvers.go index 0be2ac881..bed78b654 100644 --- a/apis/datacatalog/v1beta1/zz_generated.resolvers.go +++ b/apis/datacatalog/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/datacatalog/v1beta1/zz_groupversion_info.go b/apis/datacatalog/v1beta1/zz_groupversion_info.go index 1933485a4..f479c8a25 100755 --- a/apis/datacatalog/v1beta1/zz_groupversion_info.go +++ b/apis/datacatalog/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/datacatalog/v1beta1/zz_tag_terraformed.go b/apis/datacatalog/v1beta1/zz_tag_terraformed.go index 1111c307a..64521e35e 100755 --- a/apis/datacatalog/v1beta1/zz_tag_terraformed.go +++ b/apis/datacatalog/v1beta1/zz_tag_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datacatalog/v1beta1/zz_tag_types.go b/apis/datacatalog/v1beta1/zz_tag_types.go index de6a70df2..7f45d9d38 100755 --- a/apis/datacatalog/v1beta1/zz_tag_types.go +++ b/apis/datacatalog/v1beta1/zz_tag_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datacatalog/v1beta1/zz_tagtemplate_terraformed.go b/apis/datacatalog/v1beta1/zz_tagtemplate_terraformed.go index c333e33cd..8716a9c52 100755 --- a/apis/datacatalog/v1beta1/zz_tagtemplate_terraformed.go +++ b/apis/datacatalog/v1beta1/zz_tagtemplate_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datacatalog/v1beta1/zz_tagtemplate_types.go b/apis/datacatalog/v1beta1/zz_tagtemplate_types.go index 7dd54170e..f25a50b68 100755 --- a/apis/datacatalog/v1beta1/zz_tagtemplate_types.go +++ b/apis/datacatalog/v1beta1/zz_tagtemplate_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataflow/v1beta1/zz_generated.conversion_hubs.go b/apis/dataflow/v1beta1/zz_generated.conversion_hubs.go index 235c9082a..5506a3831 100755 --- a/apis/dataflow/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/dataflow/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataflow/v1beta1/zz_generated.deepcopy.go b/apis/dataflow/v1beta1/zz_generated.deepcopy.go index 052c39be8..c23f7b47e 100644 --- a/apis/dataflow/v1beta1/zz_generated.deepcopy.go +++ b/apis/dataflow/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/dataflow/v1beta1/zz_generated.managed.go b/apis/dataflow/v1beta1/zz_generated.managed.go index 129c73b9c..ca3b9c6d4 100644 --- a/apis/dataflow/v1beta1/zz_generated.managed.go +++ b/apis/dataflow/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataflow/v1beta1/zz_generated.managedlist.go b/apis/dataflow/v1beta1/zz_generated.managedlist.go index c8dfb2883..9966eefc5 100644 --- a/apis/dataflow/v1beta1/zz_generated.managedlist.go +++ b/apis/dataflow/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataflow/v1beta1/zz_groupversion_info.go b/apis/dataflow/v1beta1/zz_groupversion_info.go index 0773c0920..6db91b093 100755 --- a/apis/dataflow/v1beta1/zz_groupversion_info.go +++ b/apis/dataflow/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/dataflow/v1beta1/zz_job_terraformed.go b/apis/dataflow/v1beta1/zz_job_terraformed.go index de763e8f8..8d6254f3a 100755 --- a/apis/dataflow/v1beta1/zz_job_terraformed.go +++ b/apis/dataflow/v1beta1/zz_job_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataflow/v1beta1/zz_job_types.go b/apis/dataflow/v1beta1/zz_job_types.go index 9c5aeb239..579b3620e 100755 --- a/apis/dataflow/v1beta1/zz_job_types.go +++ b/apis/dataflow/v1beta1/zz_job_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datafusion/v1beta1/zz_generated.conversion_hubs.go b/apis/datafusion/v1beta1/zz_generated.conversion_hubs.go index 2b8fae707..61a4a671c 100755 --- a/apis/datafusion/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/datafusion/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datafusion/v1beta1/zz_generated.deepcopy.go b/apis/datafusion/v1beta1/zz_generated.deepcopy.go index 4be1459c8..07da97340 100644 --- a/apis/datafusion/v1beta1/zz_generated.deepcopy.go +++ b/apis/datafusion/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/datafusion/v1beta1/zz_generated.managed.go b/apis/datafusion/v1beta1/zz_generated.managed.go index b1d77a96e..ed6281bb9 100644 --- a/apis/datafusion/v1beta1/zz_generated.managed.go +++ b/apis/datafusion/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datafusion/v1beta1/zz_generated.managedlist.go b/apis/datafusion/v1beta1/zz_generated.managedlist.go index 5e70c31fe..4d2d3e8ad 100644 --- a/apis/datafusion/v1beta1/zz_generated.managedlist.go +++ b/apis/datafusion/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datafusion/v1beta1/zz_generated.resolvers.go b/apis/datafusion/v1beta1/zz_generated.resolvers.go index 54e1e26bd..84fa682b0 100644 --- a/apis/datafusion/v1beta1/zz_generated.resolvers.go +++ b/apis/datafusion/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/datafusion/v1beta1/zz_groupversion_info.go b/apis/datafusion/v1beta1/zz_groupversion_info.go index e320a50fd..688a2e8d8 100755 --- a/apis/datafusion/v1beta1/zz_groupversion_info.go +++ b/apis/datafusion/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/datafusion/v1beta1/zz_instance_terraformed.go b/apis/datafusion/v1beta1/zz_instance_terraformed.go index f019b1423..bfe62aea8 100755 --- a/apis/datafusion/v1beta1/zz_instance_terraformed.go +++ b/apis/datafusion/v1beta1/zz_instance_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datafusion/v1beta1/zz_instance_types.go b/apis/datafusion/v1beta1/zz_instance_types.go index 0b09f66aa..ceb58317d 100755 --- a/apis/datafusion/v1beta1/zz_instance_types.go +++ b/apis/datafusion/v1beta1/zz_instance_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datalossprevention/v1beta1/zz_deidentifytemplate_terraformed.go b/apis/datalossprevention/v1beta1/zz_deidentifytemplate_terraformed.go index 8da8ea6e2..29daa372d 100755 --- a/apis/datalossprevention/v1beta1/zz_deidentifytemplate_terraformed.go +++ b/apis/datalossprevention/v1beta1/zz_deidentifytemplate_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datalossprevention/v1beta1/zz_deidentifytemplate_types.go b/apis/datalossprevention/v1beta1/zz_deidentifytemplate_types.go index 7551b31a7..ece1d1103 100755 --- a/apis/datalossprevention/v1beta1/zz_deidentifytemplate_types.go +++ b/apis/datalossprevention/v1beta1/zz_deidentifytemplate_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datalossprevention/v1beta1/zz_generated.conversion_hubs.go b/apis/datalossprevention/v1beta1/zz_generated.conversion_hubs.go index 76675c8a7..8b631ad45 100755 --- a/apis/datalossprevention/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/datalossprevention/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datalossprevention/v1beta1/zz_generated.deepcopy.go b/apis/datalossprevention/v1beta1/zz_generated.deepcopy.go index 8a6d93b0d..5ac101e53 100644 --- a/apis/datalossprevention/v1beta1/zz_generated.deepcopy.go +++ b/apis/datalossprevention/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/datalossprevention/v1beta1/zz_generated.managed.go b/apis/datalossprevention/v1beta1/zz_generated.managed.go index 2eeb916f0..06c6a8dec 100644 --- a/apis/datalossprevention/v1beta1/zz_generated.managed.go +++ b/apis/datalossprevention/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datalossprevention/v1beta1/zz_generated.managedlist.go b/apis/datalossprevention/v1beta1/zz_generated.managedlist.go index 81920ffc3..f66b529ce 100644 --- a/apis/datalossprevention/v1beta1/zz_generated.managedlist.go +++ b/apis/datalossprevention/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datalossprevention/v1beta1/zz_generated.resolvers.go b/apis/datalossprevention/v1beta1/zz_generated.resolvers.go index 6dc0dca2a..c1e72e20a 100644 --- a/apis/datalossprevention/v1beta1/zz_generated.resolvers.go +++ b/apis/datalossprevention/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/datalossprevention/v1beta1/zz_groupversion_info.go b/apis/datalossprevention/v1beta1/zz_groupversion_info.go index dd1b99567..573afc362 100755 --- a/apis/datalossprevention/v1beta1/zz_groupversion_info.go +++ b/apis/datalossprevention/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/datalossprevention/v1beta1/zz_inspecttemplate_terraformed.go b/apis/datalossprevention/v1beta1/zz_inspecttemplate_terraformed.go index 3c2c2e0d2..cf98c2d4e 100755 --- a/apis/datalossprevention/v1beta1/zz_inspecttemplate_terraformed.go +++ b/apis/datalossprevention/v1beta1/zz_inspecttemplate_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datalossprevention/v1beta1/zz_inspecttemplate_types.go b/apis/datalossprevention/v1beta1/zz_inspecttemplate_types.go index 7add3577c..a4cc4179c 100755 --- a/apis/datalossprevention/v1beta1/zz_inspecttemplate_types.go +++ b/apis/datalossprevention/v1beta1/zz_inspecttemplate_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datalossprevention/v1beta1/zz_jobtrigger_terraformed.go b/apis/datalossprevention/v1beta1/zz_jobtrigger_terraformed.go index 63aa88e49..278c7920f 100755 --- a/apis/datalossprevention/v1beta1/zz_jobtrigger_terraformed.go +++ b/apis/datalossprevention/v1beta1/zz_jobtrigger_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datalossprevention/v1beta1/zz_jobtrigger_types.go b/apis/datalossprevention/v1beta1/zz_jobtrigger_types.go index 78ea9de6b..d18e7ffcb 100755 --- a/apis/datalossprevention/v1beta1/zz_jobtrigger_types.go +++ b/apis/datalossprevention/v1beta1/zz_jobtrigger_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datalossprevention/v1beta1/zz_storedinfotype_terraformed.go b/apis/datalossprevention/v1beta1/zz_storedinfotype_terraformed.go index 1d14b3f50..b3322be95 100755 --- a/apis/datalossprevention/v1beta1/zz_storedinfotype_terraformed.go +++ b/apis/datalossprevention/v1beta1/zz_storedinfotype_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datalossprevention/v1beta1/zz_storedinfotype_types.go b/apis/datalossprevention/v1beta1/zz_storedinfotype_types.go index 5acbb906f..ed0ecf264 100755 --- a/apis/datalossprevention/v1beta1/zz_storedinfotype_types.go +++ b/apis/datalossprevention/v1beta1/zz_storedinfotype_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataplex/v1beta1/zz_asset_terraformed.go b/apis/dataplex/v1beta1/zz_asset_terraformed.go index e705e52cf..fe9b8ba12 100755 --- a/apis/dataplex/v1beta1/zz_asset_terraformed.go +++ b/apis/dataplex/v1beta1/zz_asset_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataplex/v1beta1/zz_asset_types.go b/apis/dataplex/v1beta1/zz_asset_types.go index 1dabb6715..d0f1e926c 100755 --- a/apis/dataplex/v1beta1/zz_asset_types.go +++ b/apis/dataplex/v1beta1/zz_asset_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataplex/v1beta1/zz_generated.conversion_hubs.go b/apis/dataplex/v1beta1/zz_generated.conversion_hubs.go index 2f1e8c82a..1412a5754 100755 --- a/apis/dataplex/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/dataplex/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataplex/v1beta1/zz_generated.deepcopy.go b/apis/dataplex/v1beta1/zz_generated.deepcopy.go index 69a4825b8..2eb33a0d5 100644 --- a/apis/dataplex/v1beta1/zz_generated.deepcopy.go +++ b/apis/dataplex/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/dataplex/v1beta1/zz_generated.managed.go b/apis/dataplex/v1beta1/zz_generated.managed.go index 62f38f8ef..d532125c5 100644 --- a/apis/dataplex/v1beta1/zz_generated.managed.go +++ b/apis/dataplex/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataplex/v1beta1/zz_generated.managedlist.go b/apis/dataplex/v1beta1/zz_generated.managedlist.go index 22d62203e..890472953 100644 --- a/apis/dataplex/v1beta1/zz_generated.managedlist.go +++ b/apis/dataplex/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataplex/v1beta1/zz_generated.resolvers.go b/apis/dataplex/v1beta1/zz_generated.resolvers.go index 519787349..5bbfb91ae 100644 --- a/apis/dataplex/v1beta1/zz_generated.resolvers.go +++ b/apis/dataplex/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/dataplex/v1beta1/zz_groupversion_info.go b/apis/dataplex/v1beta1/zz_groupversion_info.go index dad374769..a75271528 100755 --- a/apis/dataplex/v1beta1/zz_groupversion_info.go +++ b/apis/dataplex/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/dataplex/v1beta1/zz_lake_terraformed.go b/apis/dataplex/v1beta1/zz_lake_terraformed.go index 6dcf233a9..661bbf14d 100755 --- a/apis/dataplex/v1beta1/zz_lake_terraformed.go +++ b/apis/dataplex/v1beta1/zz_lake_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataplex/v1beta1/zz_lake_types.go b/apis/dataplex/v1beta1/zz_lake_types.go index 10f7fb5cc..fea82c37c 100755 --- a/apis/dataplex/v1beta1/zz_lake_types.go +++ b/apis/dataplex/v1beta1/zz_lake_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataplex/v1beta1/zz_zone_terraformed.go b/apis/dataplex/v1beta1/zz_zone_terraformed.go index 2b8cdbe6e..4e93050f2 100755 --- a/apis/dataplex/v1beta1/zz_zone_terraformed.go +++ b/apis/dataplex/v1beta1/zz_zone_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataplex/v1beta1/zz_zone_types.go b/apis/dataplex/v1beta1/zz_zone_types.go index 508a3d3a6..ed39fcbb8 100755 --- a/apis/dataplex/v1beta1/zz_zone_types.go +++ b/apis/dataplex/v1beta1/zz_zone_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataproc/v1beta1/zz_autoscalingpolicy_terraformed.go b/apis/dataproc/v1beta1/zz_autoscalingpolicy_terraformed.go index c80ae523a..0a9d5627f 100755 --- a/apis/dataproc/v1beta1/zz_autoscalingpolicy_terraformed.go +++ b/apis/dataproc/v1beta1/zz_autoscalingpolicy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataproc/v1beta1/zz_autoscalingpolicy_types.go b/apis/dataproc/v1beta1/zz_autoscalingpolicy_types.go index f72d7e846..7fe364740 100755 --- a/apis/dataproc/v1beta1/zz_autoscalingpolicy_types.go +++ b/apis/dataproc/v1beta1/zz_autoscalingpolicy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataproc/v1beta1/zz_cluster_terraformed.go b/apis/dataproc/v1beta1/zz_cluster_terraformed.go index 0b0c28575..1e221dd63 100755 --- a/apis/dataproc/v1beta1/zz_cluster_terraformed.go +++ b/apis/dataproc/v1beta1/zz_cluster_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataproc/v1beta1/zz_cluster_types.go b/apis/dataproc/v1beta1/zz_cluster_types.go index 1339bae3f..120fc66df 100755 --- a/apis/dataproc/v1beta1/zz_cluster_types.go +++ b/apis/dataproc/v1beta1/zz_cluster_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataproc/v1beta1/zz_generated.conversion_hubs.go b/apis/dataproc/v1beta1/zz_generated.conversion_hubs.go index c5834a0f9..36576058e 100755 --- a/apis/dataproc/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/dataproc/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataproc/v1beta1/zz_generated.deepcopy.go b/apis/dataproc/v1beta1/zz_generated.deepcopy.go index 7657a69da..65abcd9f4 100644 --- a/apis/dataproc/v1beta1/zz_generated.deepcopy.go +++ b/apis/dataproc/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/dataproc/v1beta1/zz_generated.managed.go b/apis/dataproc/v1beta1/zz_generated.managed.go index 07681145a..e48f220c5 100644 --- a/apis/dataproc/v1beta1/zz_generated.managed.go +++ b/apis/dataproc/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataproc/v1beta1/zz_generated.managedlist.go b/apis/dataproc/v1beta1/zz_generated.managedlist.go index c6cfb90c6..a2f94019a 100644 --- a/apis/dataproc/v1beta1/zz_generated.managedlist.go +++ b/apis/dataproc/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataproc/v1beta1/zz_generated.resolvers.go b/apis/dataproc/v1beta1/zz_generated.resolvers.go index ddb943d41..29960b17c 100644 --- a/apis/dataproc/v1beta1/zz_generated.resolvers.go +++ b/apis/dataproc/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/dataproc/v1beta1/zz_groupversion_info.go b/apis/dataproc/v1beta1/zz_groupversion_info.go index 8a682c631..50641d50e 100755 --- a/apis/dataproc/v1beta1/zz_groupversion_info.go +++ b/apis/dataproc/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/dataproc/v1beta1/zz_job_terraformed.go b/apis/dataproc/v1beta1/zz_job_terraformed.go index beb9501f6..17b05876a 100755 --- a/apis/dataproc/v1beta1/zz_job_terraformed.go +++ b/apis/dataproc/v1beta1/zz_job_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataproc/v1beta1/zz_job_types.go b/apis/dataproc/v1beta1/zz_job_types.go index b2ec87f53..4a7020fc1 100755 --- a/apis/dataproc/v1beta1/zz_job_types.go +++ b/apis/dataproc/v1beta1/zz_job_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataproc/v1beta1/zz_metastoreservice_terraformed.go b/apis/dataproc/v1beta1/zz_metastoreservice_terraformed.go index 2e8e08491..3839bbc27 100755 --- a/apis/dataproc/v1beta1/zz_metastoreservice_terraformed.go +++ b/apis/dataproc/v1beta1/zz_metastoreservice_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataproc/v1beta1/zz_metastoreservice_types.go b/apis/dataproc/v1beta1/zz_metastoreservice_types.go index b88689347..dc606fb2d 100755 --- a/apis/dataproc/v1beta1/zz_metastoreservice_types.go +++ b/apis/dataproc/v1beta1/zz_metastoreservice_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataproc/v1beta1/zz_workflowtemplate_terraformed.go b/apis/dataproc/v1beta1/zz_workflowtemplate_terraformed.go index a8810744b..3aecb7b96 100755 --- a/apis/dataproc/v1beta1/zz_workflowtemplate_terraformed.go +++ b/apis/dataproc/v1beta1/zz_workflowtemplate_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dataproc/v1beta1/zz_workflowtemplate_types.go b/apis/dataproc/v1beta1/zz_workflowtemplate_types.go index 73ff442bf..c5222a3fb 100755 --- a/apis/dataproc/v1beta1/zz_workflowtemplate_types.go +++ b/apis/dataproc/v1beta1/zz_workflowtemplate_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datastore/v1beta1/zz_generated.conversion_hubs.go b/apis/datastore/v1beta1/zz_generated.conversion_hubs.go index 9d034769b..083a481d1 100755 --- a/apis/datastore/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/datastore/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datastore/v1beta1/zz_generated.deepcopy.go b/apis/datastore/v1beta1/zz_generated.deepcopy.go index 54b9d423d..a5df7eae4 100644 --- a/apis/datastore/v1beta1/zz_generated.deepcopy.go +++ b/apis/datastore/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/datastore/v1beta1/zz_generated.managed.go b/apis/datastore/v1beta1/zz_generated.managed.go index ff5743f5a..a8d8461d1 100644 --- a/apis/datastore/v1beta1/zz_generated.managed.go +++ b/apis/datastore/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datastore/v1beta1/zz_generated.managedlist.go b/apis/datastore/v1beta1/zz_generated.managedlist.go index 93835758f..30838c27c 100644 --- a/apis/datastore/v1beta1/zz_generated.managedlist.go +++ b/apis/datastore/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datastore/v1beta1/zz_groupversion_info.go b/apis/datastore/v1beta1/zz_groupversion_info.go index 223b4cf4c..238412cbc 100755 --- a/apis/datastore/v1beta1/zz_groupversion_info.go +++ b/apis/datastore/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/datastore/v1beta1/zz_index_terraformed.go b/apis/datastore/v1beta1/zz_index_terraformed.go index 6475b63ae..cbd9ee161 100755 --- a/apis/datastore/v1beta1/zz_index_terraformed.go +++ b/apis/datastore/v1beta1/zz_index_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datastore/v1beta1/zz_index_types.go b/apis/datastore/v1beta1/zz_index_types.go index 6f2f35320..91c516b9c 100755 --- a/apis/datastore/v1beta1/zz_index_types.go +++ b/apis/datastore/v1beta1/zz_index_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datastream/v1beta1/zz_connectionprofile_terraformed.go b/apis/datastream/v1beta1/zz_connectionprofile_terraformed.go index d504d6626..4c28d7c0e 100755 --- a/apis/datastream/v1beta1/zz_connectionprofile_terraformed.go +++ b/apis/datastream/v1beta1/zz_connectionprofile_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datastream/v1beta1/zz_connectionprofile_types.go b/apis/datastream/v1beta1/zz_connectionprofile_types.go index 90641f953..9388b3bc4 100755 --- a/apis/datastream/v1beta1/zz_connectionprofile_types.go +++ b/apis/datastream/v1beta1/zz_connectionprofile_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datastream/v1beta1/zz_generated.conversion_hubs.go b/apis/datastream/v1beta1/zz_generated.conversion_hubs.go index 50ed35225..635c21f80 100755 --- a/apis/datastream/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/datastream/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datastream/v1beta1/zz_generated.deepcopy.go b/apis/datastream/v1beta1/zz_generated.deepcopy.go index 5748f5410..d9bf77043 100644 --- a/apis/datastream/v1beta1/zz_generated.deepcopy.go +++ b/apis/datastream/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/datastream/v1beta1/zz_generated.managed.go b/apis/datastream/v1beta1/zz_generated.managed.go index d4f73f78d..a0962bbd1 100644 --- a/apis/datastream/v1beta1/zz_generated.managed.go +++ b/apis/datastream/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datastream/v1beta1/zz_generated.managedlist.go b/apis/datastream/v1beta1/zz_generated.managedlist.go index 2f0a2bf2f..0fecb4080 100644 --- a/apis/datastream/v1beta1/zz_generated.managedlist.go +++ b/apis/datastream/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datastream/v1beta1/zz_generated.resolvers.go b/apis/datastream/v1beta1/zz_generated.resolvers.go index 4737a3a4d..62fbf3a8d 100644 --- a/apis/datastream/v1beta1/zz_generated.resolvers.go +++ b/apis/datastream/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/datastream/v1beta1/zz_groupversion_info.go b/apis/datastream/v1beta1/zz_groupversion_info.go index 508051758..bfa169019 100755 --- a/apis/datastream/v1beta1/zz_groupversion_info.go +++ b/apis/datastream/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/datastream/v1beta1/zz_privateconnection_terraformed.go b/apis/datastream/v1beta1/zz_privateconnection_terraformed.go index 8993cb27c..29729d6f6 100755 --- a/apis/datastream/v1beta1/zz_privateconnection_terraformed.go +++ b/apis/datastream/v1beta1/zz_privateconnection_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/datastream/v1beta1/zz_privateconnection_types.go b/apis/datastream/v1beta1/zz_privateconnection_types.go index 22a88839e..9bab59d6a 100755 --- a/apis/datastream/v1beta1/zz_privateconnection_types.go +++ b/apis/datastream/v1beta1/zz_privateconnection_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_agent_terraformed.go b/apis/dialogflowcx/v1beta1/zz_agent_terraformed.go index b38c57172..0b170b16d 100755 --- a/apis/dialogflowcx/v1beta1/zz_agent_terraformed.go +++ b/apis/dialogflowcx/v1beta1/zz_agent_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_agent_types.go b/apis/dialogflowcx/v1beta1/zz_agent_types.go index 36771d876..1a412ca61 100755 --- a/apis/dialogflowcx/v1beta1/zz_agent_types.go +++ b/apis/dialogflowcx/v1beta1/zz_agent_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_entitytype_terraformed.go b/apis/dialogflowcx/v1beta1/zz_entitytype_terraformed.go index e4ee72c7b..7c478f49a 100755 --- a/apis/dialogflowcx/v1beta1/zz_entitytype_terraformed.go +++ b/apis/dialogflowcx/v1beta1/zz_entitytype_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_entitytype_types.go b/apis/dialogflowcx/v1beta1/zz_entitytype_types.go index 45c378d99..14b159bf8 100755 --- a/apis/dialogflowcx/v1beta1/zz_entitytype_types.go +++ b/apis/dialogflowcx/v1beta1/zz_entitytype_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_environment_terraformed.go b/apis/dialogflowcx/v1beta1/zz_environment_terraformed.go index 1704cb9df..80faf403a 100755 --- a/apis/dialogflowcx/v1beta1/zz_environment_terraformed.go +++ b/apis/dialogflowcx/v1beta1/zz_environment_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_environment_types.go b/apis/dialogflowcx/v1beta1/zz_environment_types.go index b166329f3..734946c56 100755 --- a/apis/dialogflowcx/v1beta1/zz_environment_types.go +++ b/apis/dialogflowcx/v1beta1/zz_environment_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_flow_terraformed.go b/apis/dialogflowcx/v1beta1/zz_flow_terraformed.go index 86048907d..63517e7bc 100755 --- a/apis/dialogflowcx/v1beta1/zz_flow_terraformed.go +++ b/apis/dialogflowcx/v1beta1/zz_flow_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_flow_types.go b/apis/dialogflowcx/v1beta1/zz_flow_types.go index 3bbfebf34..c51493bf6 100755 --- a/apis/dialogflowcx/v1beta1/zz_flow_types.go +++ b/apis/dialogflowcx/v1beta1/zz_flow_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_generated.conversion_hubs.go b/apis/dialogflowcx/v1beta1/zz_generated.conversion_hubs.go index abe3ebe66..441d6c49b 100755 --- a/apis/dialogflowcx/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/dialogflowcx/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_generated.deepcopy.go b/apis/dialogflowcx/v1beta1/zz_generated.deepcopy.go index 120073811..6eb6fa93b 100644 --- a/apis/dialogflowcx/v1beta1/zz_generated.deepcopy.go +++ b/apis/dialogflowcx/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/dialogflowcx/v1beta1/zz_generated.managed.go b/apis/dialogflowcx/v1beta1/zz_generated.managed.go index 9303aec04..0a2799987 100644 --- a/apis/dialogflowcx/v1beta1/zz_generated.managed.go +++ b/apis/dialogflowcx/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_generated.managedlist.go b/apis/dialogflowcx/v1beta1/zz_generated.managedlist.go index 7c44964cf..c14167c4e 100644 --- a/apis/dialogflowcx/v1beta1/zz_generated.managedlist.go +++ b/apis/dialogflowcx/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_generated.resolvers.go b/apis/dialogflowcx/v1beta1/zz_generated.resolvers.go index 5f7a606f3..e6f778cda 100644 --- a/apis/dialogflowcx/v1beta1/zz_generated.resolvers.go +++ b/apis/dialogflowcx/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/dialogflowcx/v1beta1/zz_groupversion_info.go b/apis/dialogflowcx/v1beta1/zz_groupversion_info.go index 10600500c..219efe8ff 100755 --- a/apis/dialogflowcx/v1beta1/zz_groupversion_info.go +++ b/apis/dialogflowcx/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/dialogflowcx/v1beta1/zz_intent_terraformed.go b/apis/dialogflowcx/v1beta1/zz_intent_terraformed.go index d5f63d0bb..71baede54 100755 --- a/apis/dialogflowcx/v1beta1/zz_intent_terraformed.go +++ b/apis/dialogflowcx/v1beta1/zz_intent_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_intent_types.go b/apis/dialogflowcx/v1beta1/zz_intent_types.go index 2140260df..63da42a1d 100755 --- a/apis/dialogflowcx/v1beta1/zz_intent_types.go +++ b/apis/dialogflowcx/v1beta1/zz_intent_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_page_terraformed.go b/apis/dialogflowcx/v1beta1/zz_page_terraformed.go index fb480acd4..f2723ec43 100755 --- a/apis/dialogflowcx/v1beta1/zz_page_terraformed.go +++ b/apis/dialogflowcx/v1beta1/zz_page_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_page_types.go b/apis/dialogflowcx/v1beta1/zz_page_types.go index a13857a80..05035ea29 100755 --- a/apis/dialogflowcx/v1beta1/zz_page_types.go +++ b/apis/dialogflowcx/v1beta1/zz_page_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_version_terraformed.go b/apis/dialogflowcx/v1beta1/zz_version_terraformed.go index 1a5b6eb11..6d1a10d29 100755 --- a/apis/dialogflowcx/v1beta1/zz_version_terraformed.go +++ b/apis/dialogflowcx/v1beta1/zz_version_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_version_types.go b/apis/dialogflowcx/v1beta1/zz_version_types.go index dba699d59..0c671b7d0 100755 --- a/apis/dialogflowcx/v1beta1/zz_version_types.go +++ b/apis/dialogflowcx/v1beta1/zz_version_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_webhook_terraformed.go b/apis/dialogflowcx/v1beta1/zz_webhook_terraformed.go index a6f20e153..9d9684692 100755 --- a/apis/dialogflowcx/v1beta1/zz_webhook_terraformed.go +++ b/apis/dialogflowcx/v1beta1/zz_webhook_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dialogflowcx/v1beta1/zz_webhook_types.go b/apis/dialogflowcx/v1beta1/zz_webhook_types.go index 2b71cb26c..6c07c1da9 100755 --- a/apis/dialogflowcx/v1beta1/zz_webhook_types.go +++ b/apis/dialogflowcx/v1beta1/zz_webhook_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dns/v1beta1/zz_generated.conversion_hubs.go b/apis/dns/v1beta1/zz_generated.conversion_hubs.go index 1fbd1c827..242bd390e 100755 --- a/apis/dns/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/dns/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dns/v1beta1/zz_generated.deepcopy.go b/apis/dns/v1beta1/zz_generated.deepcopy.go index 5df3df809..b29e35589 100644 --- a/apis/dns/v1beta1/zz_generated.deepcopy.go +++ b/apis/dns/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/dns/v1beta1/zz_generated.managed.go b/apis/dns/v1beta1/zz_generated.managed.go index 10e6915f8..10eeb78be 100644 --- a/apis/dns/v1beta1/zz_generated.managed.go +++ b/apis/dns/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dns/v1beta1/zz_generated.managedlist.go b/apis/dns/v1beta1/zz_generated.managedlist.go index 3e567001c..f534c4c43 100644 --- a/apis/dns/v1beta1/zz_generated.managedlist.go +++ b/apis/dns/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dns/v1beta1/zz_generated.resolvers.go b/apis/dns/v1beta1/zz_generated.resolvers.go index 326aec1ae..61113fa10 100644 --- a/apis/dns/v1beta1/zz_generated.resolvers.go +++ b/apis/dns/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/dns/v1beta1/zz_groupversion_info.go b/apis/dns/v1beta1/zz_groupversion_info.go index bff47c0f4..148e1bee7 100755 --- a/apis/dns/v1beta1/zz_groupversion_info.go +++ b/apis/dns/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/dns/v1beta1/zz_managedzone_terraformed.go b/apis/dns/v1beta1/zz_managedzone_terraformed.go index 035fbbf7a..70baddbc6 100755 --- a/apis/dns/v1beta1/zz_managedzone_terraformed.go +++ b/apis/dns/v1beta1/zz_managedzone_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dns/v1beta1/zz_managedzone_types.go b/apis/dns/v1beta1/zz_managedzone_types.go index 167443ed9..fcd5a10cd 100755 --- a/apis/dns/v1beta1/zz_managedzone_types.go +++ b/apis/dns/v1beta1/zz_managedzone_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dns/v1beta1/zz_managedzoneiammember_terraformed.go b/apis/dns/v1beta1/zz_managedzoneiammember_terraformed.go index 87e919085..cf589b89a 100755 --- a/apis/dns/v1beta1/zz_managedzoneiammember_terraformed.go +++ b/apis/dns/v1beta1/zz_managedzoneiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dns/v1beta1/zz_managedzoneiammember_types.go b/apis/dns/v1beta1/zz_managedzoneiammember_types.go index f60830e86..03d8d3968 100755 --- a/apis/dns/v1beta1/zz_managedzoneiammember_types.go +++ b/apis/dns/v1beta1/zz_managedzoneiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dns/v1beta1/zz_policy_terraformed.go b/apis/dns/v1beta1/zz_policy_terraformed.go index a4c6f620b..7d1aef2c7 100755 --- a/apis/dns/v1beta1/zz_policy_terraformed.go +++ b/apis/dns/v1beta1/zz_policy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dns/v1beta1/zz_policy_types.go b/apis/dns/v1beta1/zz_policy_types.go index ce3363370..64d1b5b33 100755 --- a/apis/dns/v1beta1/zz_policy_types.go +++ b/apis/dns/v1beta1/zz_policy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dns/v1beta1/zz_recordset_terraformed.go b/apis/dns/v1beta1/zz_recordset_terraformed.go index 6ec2cfb1a..48e9fe9a0 100755 --- a/apis/dns/v1beta1/zz_recordset_terraformed.go +++ b/apis/dns/v1beta1/zz_recordset_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/dns/v1beta1/zz_recordset_types.go b/apis/dns/v1beta1/zz_recordset_types.go index 169a4b915..3d4b97829 100755 --- a/apis/dns/v1beta1/zz_recordset_types.go +++ b/apis/dns/v1beta1/zz_recordset_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/documentai/v1beta1/zz_generated.conversion_hubs.go b/apis/documentai/v1beta1/zz_generated.conversion_hubs.go index b048fed7c..5aadcdbf4 100755 --- a/apis/documentai/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/documentai/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/documentai/v1beta1/zz_generated.deepcopy.go b/apis/documentai/v1beta1/zz_generated.deepcopy.go index 16be73685..3e6c6bff4 100644 --- a/apis/documentai/v1beta1/zz_generated.deepcopy.go +++ b/apis/documentai/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/documentai/v1beta1/zz_generated.managed.go b/apis/documentai/v1beta1/zz_generated.managed.go index 0fa80f454..eadde9bef 100644 --- a/apis/documentai/v1beta1/zz_generated.managed.go +++ b/apis/documentai/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/documentai/v1beta1/zz_generated.managedlist.go b/apis/documentai/v1beta1/zz_generated.managedlist.go index c897aec81..ad79e4ef7 100644 --- a/apis/documentai/v1beta1/zz_generated.managedlist.go +++ b/apis/documentai/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/documentai/v1beta1/zz_groupversion_info.go b/apis/documentai/v1beta1/zz_groupversion_info.go index c4bfad5e9..048a0bef6 100755 --- a/apis/documentai/v1beta1/zz_groupversion_info.go +++ b/apis/documentai/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/documentai/v1beta1/zz_processor_terraformed.go b/apis/documentai/v1beta1/zz_processor_terraformed.go index 8e6716567..66bb52c2f 100755 --- a/apis/documentai/v1beta1/zz_processor_terraformed.go +++ b/apis/documentai/v1beta1/zz_processor_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/documentai/v1beta1/zz_processor_types.go b/apis/documentai/v1beta1/zz_processor_types.go index fcf6a22a3..5649fc6b6 100755 --- a/apis/documentai/v1beta1/zz_processor_types.go +++ b/apis/documentai/v1beta1/zz_processor_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/essentialcontacts/v1beta1/zz_contact_terraformed.go b/apis/essentialcontacts/v1beta1/zz_contact_terraformed.go index 09d85fee2..793ce3d06 100755 --- a/apis/essentialcontacts/v1beta1/zz_contact_terraformed.go +++ b/apis/essentialcontacts/v1beta1/zz_contact_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/essentialcontacts/v1beta1/zz_contact_types.go b/apis/essentialcontacts/v1beta1/zz_contact_types.go index a675051bb..16b6a7ef3 100755 --- a/apis/essentialcontacts/v1beta1/zz_contact_types.go +++ b/apis/essentialcontacts/v1beta1/zz_contact_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/essentialcontacts/v1beta1/zz_generated.conversion_hubs.go b/apis/essentialcontacts/v1beta1/zz_generated.conversion_hubs.go index c33a702c3..49216a779 100755 --- a/apis/essentialcontacts/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/essentialcontacts/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/essentialcontacts/v1beta1/zz_generated.deepcopy.go b/apis/essentialcontacts/v1beta1/zz_generated.deepcopy.go index aeaa7f36c..de5f67fb4 100644 --- a/apis/essentialcontacts/v1beta1/zz_generated.deepcopy.go +++ b/apis/essentialcontacts/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/essentialcontacts/v1beta1/zz_generated.managed.go b/apis/essentialcontacts/v1beta1/zz_generated.managed.go index 5f50aba4b..0212735e1 100644 --- a/apis/essentialcontacts/v1beta1/zz_generated.managed.go +++ b/apis/essentialcontacts/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/essentialcontacts/v1beta1/zz_generated.managedlist.go b/apis/essentialcontacts/v1beta1/zz_generated.managedlist.go index 0c379a26d..8d8d2ef9f 100644 --- a/apis/essentialcontacts/v1beta1/zz_generated.managedlist.go +++ b/apis/essentialcontacts/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/essentialcontacts/v1beta1/zz_groupversion_info.go b/apis/essentialcontacts/v1beta1/zz_groupversion_info.go index 246e4a188..81ccd4866 100755 --- a/apis/essentialcontacts/v1beta1/zz_groupversion_info.go +++ b/apis/essentialcontacts/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/eventarc/v1beta1/zz_channel_terraformed.go b/apis/eventarc/v1beta1/zz_channel_terraformed.go index 70aa678be..bf99ad078 100755 --- a/apis/eventarc/v1beta1/zz_channel_terraformed.go +++ b/apis/eventarc/v1beta1/zz_channel_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/eventarc/v1beta1/zz_channel_types.go b/apis/eventarc/v1beta1/zz_channel_types.go index dd9431ae2..319fa98b9 100755 --- a/apis/eventarc/v1beta1/zz_channel_types.go +++ b/apis/eventarc/v1beta1/zz_channel_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/eventarc/v1beta1/zz_generated.conversion_hubs.go b/apis/eventarc/v1beta1/zz_generated.conversion_hubs.go index 15bb5c778..d7c88646b 100755 --- a/apis/eventarc/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/eventarc/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/eventarc/v1beta1/zz_generated.deepcopy.go b/apis/eventarc/v1beta1/zz_generated.deepcopy.go index 38a9b3d37..43963e199 100644 --- a/apis/eventarc/v1beta1/zz_generated.deepcopy.go +++ b/apis/eventarc/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/eventarc/v1beta1/zz_generated.managed.go b/apis/eventarc/v1beta1/zz_generated.managed.go index 00ae99da8..738b8ef6f 100644 --- a/apis/eventarc/v1beta1/zz_generated.managed.go +++ b/apis/eventarc/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/eventarc/v1beta1/zz_generated.managedlist.go b/apis/eventarc/v1beta1/zz_generated.managedlist.go index 63d338714..ffe0ba68b 100644 --- a/apis/eventarc/v1beta1/zz_generated.managedlist.go +++ b/apis/eventarc/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/eventarc/v1beta1/zz_generated.resolvers.go b/apis/eventarc/v1beta1/zz_generated.resolvers.go index 4a3ab76eb..77ae40232 100644 --- a/apis/eventarc/v1beta1/zz_generated.resolvers.go +++ b/apis/eventarc/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/eventarc/v1beta1/zz_googlechannelconfig_terraformed.go b/apis/eventarc/v1beta1/zz_googlechannelconfig_terraformed.go index 08a7daa80..89d24ee1d 100755 --- a/apis/eventarc/v1beta1/zz_googlechannelconfig_terraformed.go +++ b/apis/eventarc/v1beta1/zz_googlechannelconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/eventarc/v1beta1/zz_googlechannelconfig_types.go b/apis/eventarc/v1beta1/zz_googlechannelconfig_types.go index 21d41bde4..b0e344395 100755 --- a/apis/eventarc/v1beta1/zz_googlechannelconfig_types.go +++ b/apis/eventarc/v1beta1/zz_googlechannelconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/eventarc/v1beta1/zz_groupversion_info.go b/apis/eventarc/v1beta1/zz_groupversion_info.go index ab788a1ea..eec591761 100755 --- a/apis/eventarc/v1beta1/zz_groupversion_info.go +++ b/apis/eventarc/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/eventarc/v1beta1/zz_trigger_terraformed.go b/apis/eventarc/v1beta1/zz_trigger_terraformed.go index e1171241d..f1b7472c7 100755 --- a/apis/eventarc/v1beta1/zz_trigger_terraformed.go +++ b/apis/eventarc/v1beta1/zz_trigger_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/eventarc/v1beta1/zz_trigger_types.go b/apis/eventarc/v1beta1/zz_trigger_types.go index 035a8bd8d..5c3604c3f 100755 --- a/apis/eventarc/v1beta1/zz_trigger_types.go +++ b/apis/eventarc/v1beta1/zz_trigger_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/filestore/v1beta1/zz_backup_terraformed.go b/apis/filestore/v1beta1/zz_backup_terraformed.go index 561f71637..3003a4b0c 100755 --- a/apis/filestore/v1beta1/zz_backup_terraformed.go +++ b/apis/filestore/v1beta1/zz_backup_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/filestore/v1beta1/zz_backup_types.go b/apis/filestore/v1beta1/zz_backup_types.go index 29e6d9466..cb27939d9 100755 --- a/apis/filestore/v1beta1/zz_backup_types.go +++ b/apis/filestore/v1beta1/zz_backup_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/filestore/v1beta1/zz_generated.conversion_hubs.go b/apis/filestore/v1beta1/zz_generated.conversion_hubs.go index ccbd0c095..671a522fa 100755 --- a/apis/filestore/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/filestore/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/filestore/v1beta1/zz_generated.deepcopy.go b/apis/filestore/v1beta1/zz_generated.deepcopy.go index d5971642c..1bdd80993 100644 --- a/apis/filestore/v1beta1/zz_generated.deepcopy.go +++ b/apis/filestore/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/filestore/v1beta1/zz_generated.managed.go b/apis/filestore/v1beta1/zz_generated.managed.go index 69c9240fc..8106e29e0 100644 --- a/apis/filestore/v1beta1/zz_generated.managed.go +++ b/apis/filestore/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/filestore/v1beta1/zz_generated.managedlist.go b/apis/filestore/v1beta1/zz_generated.managedlist.go index ba95734a5..9eb4bff3a 100644 --- a/apis/filestore/v1beta1/zz_generated.managedlist.go +++ b/apis/filestore/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/filestore/v1beta1/zz_generated.resolvers.go b/apis/filestore/v1beta1/zz_generated.resolvers.go index 0808e9a9b..c2b74b2de 100644 --- a/apis/filestore/v1beta1/zz_generated.resolvers.go +++ b/apis/filestore/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/filestore/v1beta1/zz_groupversion_info.go b/apis/filestore/v1beta1/zz_groupversion_info.go index 8a2ccd3ce..11c985f01 100755 --- a/apis/filestore/v1beta1/zz_groupversion_info.go +++ b/apis/filestore/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/filestore/v1beta1/zz_instance_terraformed.go b/apis/filestore/v1beta1/zz_instance_terraformed.go index 78fafa8ce..cbf1f03e2 100755 --- a/apis/filestore/v1beta1/zz_instance_terraformed.go +++ b/apis/filestore/v1beta1/zz_instance_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/filestore/v1beta1/zz_instance_types.go b/apis/filestore/v1beta1/zz_instance_types.go index 634bacadc..1973fc136 100755 --- a/apis/filestore/v1beta1/zz_instance_types.go +++ b/apis/filestore/v1beta1/zz_instance_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/filestore/v1beta1/zz_snapshot_terraformed.go b/apis/filestore/v1beta1/zz_snapshot_terraformed.go index d0e4062f8..6e656152b 100755 --- a/apis/filestore/v1beta1/zz_snapshot_terraformed.go +++ b/apis/filestore/v1beta1/zz_snapshot_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/filestore/v1beta1/zz_snapshot_types.go b/apis/filestore/v1beta1/zz_snapshot_types.go index 503e6bee7..38a7df3dd 100755 --- a/apis/filestore/v1beta1/zz_snapshot_types.go +++ b/apis/filestore/v1beta1/zz_snapshot_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/firebaserules/v1beta1/zz_generated.conversion_hubs.go b/apis/firebaserules/v1beta1/zz_generated.conversion_hubs.go index f2a0d23d7..39b1c74a7 100755 --- a/apis/firebaserules/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/firebaserules/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/firebaserules/v1beta1/zz_generated.deepcopy.go b/apis/firebaserules/v1beta1/zz_generated.deepcopy.go index fad9f25c4..c315d8069 100644 --- a/apis/firebaserules/v1beta1/zz_generated.deepcopy.go +++ b/apis/firebaserules/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/firebaserules/v1beta1/zz_generated.managed.go b/apis/firebaserules/v1beta1/zz_generated.managed.go index 5e7e03fc7..f355e0b1b 100644 --- a/apis/firebaserules/v1beta1/zz_generated.managed.go +++ b/apis/firebaserules/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/firebaserules/v1beta1/zz_generated.managedlist.go b/apis/firebaserules/v1beta1/zz_generated.managedlist.go index 501ca480c..ff72e022f 100644 --- a/apis/firebaserules/v1beta1/zz_generated.managedlist.go +++ b/apis/firebaserules/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/firebaserules/v1beta1/zz_generated.resolvers.go b/apis/firebaserules/v1beta1/zz_generated.resolvers.go index a7cb9de88..eb32c2848 100644 --- a/apis/firebaserules/v1beta1/zz_generated.resolvers.go +++ b/apis/firebaserules/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/firebaserules/v1beta1/zz_groupversion_info.go b/apis/firebaserules/v1beta1/zz_groupversion_info.go index 8c3c98489..ee121a41c 100755 --- a/apis/firebaserules/v1beta1/zz_groupversion_info.go +++ b/apis/firebaserules/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/firebaserules/v1beta1/zz_release_terraformed.go b/apis/firebaserules/v1beta1/zz_release_terraformed.go index d076aa9ec..1131d1587 100755 --- a/apis/firebaserules/v1beta1/zz_release_terraformed.go +++ b/apis/firebaserules/v1beta1/zz_release_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/firebaserules/v1beta1/zz_release_types.go b/apis/firebaserules/v1beta1/zz_release_types.go index 861bee6f0..031a535f9 100755 --- a/apis/firebaserules/v1beta1/zz_release_types.go +++ b/apis/firebaserules/v1beta1/zz_release_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/firebaserules/v1beta1/zz_ruleset_terraformed.go b/apis/firebaserules/v1beta1/zz_ruleset_terraformed.go index 9d45c9baa..c41e38456 100755 --- a/apis/firebaserules/v1beta1/zz_ruleset_terraformed.go +++ b/apis/firebaserules/v1beta1/zz_ruleset_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/firebaserules/v1beta1/zz_ruleset_types.go b/apis/firebaserules/v1beta1/zz_ruleset_types.go index 7df561fb3..2f0e9752c 100755 --- a/apis/firebaserules/v1beta1/zz_ruleset_types.go +++ b/apis/firebaserules/v1beta1/zz_ruleset_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/generate.go b/apis/generate.go index 3e48ce11a..1f1615bd9 100644 --- a/apis/generate.go +++ b/apis/generate.go @@ -1,21 +1,9 @@ //go:build generate // +build generate -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // NOTE: See the below link for details on what is happening here. // https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module diff --git a/apis/gke/v1beta1/zz_backupbackupplan_terraformed.go b/apis/gke/v1beta1/zz_backupbackupplan_terraformed.go index 8f1095a94..c9cc6fc9d 100755 --- a/apis/gke/v1beta1/zz_backupbackupplan_terraformed.go +++ b/apis/gke/v1beta1/zz_backupbackupplan_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/gke/v1beta1/zz_backupbackupplan_types.go b/apis/gke/v1beta1/zz_backupbackupplan_types.go index 444172001..204281616 100755 --- a/apis/gke/v1beta1/zz_backupbackupplan_types.go +++ b/apis/gke/v1beta1/zz_backupbackupplan_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/gke/v1beta1/zz_generated.conversion_hubs.go b/apis/gke/v1beta1/zz_generated.conversion_hubs.go index 3f399cb24..866ac73a8 100755 --- a/apis/gke/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/gke/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/gke/v1beta1/zz_generated.deepcopy.go b/apis/gke/v1beta1/zz_generated.deepcopy.go index 7e625c398..791a60ef5 100644 --- a/apis/gke/v1beta1/zz_generated.deepcopy.go +++ b/apis/gke/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/gke/v1beta1/zz_generated.managed.go b/apis/gke/v1beta1/zz_generated.managed.go index 6989e9a42..1b9c00a16 100644 --- a/apis/gke/v1beta1/zz_generated.managed.go +++ b/apis/gke/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/gke/v1beta1/zz_generated.managedlist.go b/apis/gke/v1beta1/zz_generated.managedlist.go index 4333a42d2..88cc0bd70 100644 --- a/apis/gke/v1beta1/zz_generated.managedlist.go +++ b/apis/gke/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/gke/v1beta1/zz_generated.resolvers.go b/apis/gke/v1beta1/zz_generated.resolvers.go index 0713ba24e..2ef56d5ba 100644 --- a/apis/gke/v1beta1/zz_generated.resolvers.go +++ b/apis/gke/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/gke/v1beta1/zz_groupversion_info.go b/apis/gke/v1beta1/zz_groupversion_info.go index 26c409407..7d9e5e0ff 100755 --- a/apis/gke/v1beta1/zz_groupversion_info.go +++ b/apis/gke/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/gkehub/v1beta1/zz_generated.conversion_hubs.go b/apis/gkehub/v1beta1/zz_generated.conversion_hubs.go index b5a54c8f3..cc029acd8 100755 --- a/apis/gkehub/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/gkehub/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/gkehub/v1beta1/zz_generated.deepcopy.go b/apis/gkehub/v1beta1/zz_generated.deepcopy.go index 031aa17b0..c322453fd 100644 --- a/apis/gkehub/v1beta1/zz_generated.deepcopy.go +++ b/apis/gkehub/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/gkehub/v1beta1/zz_generated.managed.go b/apis/gkehub/v1beta1/zz_generated.managed.go index 170a4b43a..a2cafb67a 100644 --- a/apis/gkehub/v1beta1/zz_generated.managed.go +++ b/apis/gkehub/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/gkehub/v1beta1/zz_generated.managedlist.go b/apis/gkehub/v1beta1/zz_generated.managedlist.go index 70eb9d0bd..0d2ac15bc 100644 --- a/apis/gkehub/v1beta1/zz_generated.managedlist.go +++ b/apis/gkehub/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/gkehub/v1beta1/zz_generated.resolvers.go b/apis/gkehub/v1beta1/zz_generated.resolvers.go index ce0c00c4e..a1541b96d 100644 --- a/apis/gkehub/v1beta1/zz_generated.resolvers.go +++ b/apis/gkehub/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/gkehub/v1beta1/zz_groupversion_info.go b/apis/gkehub/v1beta1/zz_groupversion_info.go index f029c665d..4195575e9 100755 --- a/apis/gkehub/v1beta1/zz_groupversion_info.go +++ b/apis/gkehub/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/gkehub/v1beta1/zz_membership_terraformed.go b/apis/gkehub/v1beta1/zz_membership_terraformed.go index 797d4f0ff..73237831c 100755 --- a/apis/gkehub/v1beta1/zz_membership_terraformed.go +++ b/apis/gkehub/v1beta1/zz_membership_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/gkehub/v1beta1/zz_membership_types.go b/apis/gkehub/v1beta1/zz_membership_types.go index e2b41c6d6..70d714d93 100755 --- a/apis/gkehub/v1beta1/zz_membership_types.go +++ b/apis/gkehub/v1beta1/zz_membership_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/gkehub/v1beta1/zz_membershipiammember_terraformed.go b/apis/gkehub/v1beta1/zz_membershipiammember_terraformed.go index b5ec92bac..3530ecaa0 100755 --- a/apis/gkehub/v1beta1/zz_membershipiammember_terraformed.go +++ b/apis/gkehub/v1beta1/zz_membershipiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/gkehub/v1beta1/zz_membershipiammember_types.go b/apis/gkehub/v1beta1/zz_membershipiammember_types.go index 70aca1fc9..529ba5462 100755 --- a/apis/gkehub/v1beta1/zz_membershipiammember_types.go +++ b/apis/gkehub/v1beta1/zz_membershipiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/healthcare/v1beta1/zz_consentstore_terraformed.go b/apis/healthcare/v1beta1/zz_consentstore_terraformed.go index 4ae3ef6b4..1278921e2 100755 --- a/apis/healthcare/v1beta1/zz_consentstore_terraformed.go +++ b/apis/healthcare/v1beta1/zz_consentstore_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/healthcare/v1beta1/zz_consentstore_types.go b/apis/healthcare/v1beta1/zz_consentstore_types.go index d899bb733..a28d35862 100755 --- a/apis/healthcare/v1beta1/zz_consentstore_types.go +++ b/apis/healthcare/v1beta1/zz_consentstore_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/healthcare/v1beta1/zz_dataset_terraformed.go b/apis/healthcare/v1beta1/zz_dataset_terraformed.go index c65d536c7..d7468bd20 100755 --- a/apis/healthcare/v1beta1/zz_dataset_terraformed.go +++ b/apis/healthcare/v1beta1/zz_dataset_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/healthcare/v1beta1/zz_dataset_types.go b/apis/healthcare/v1beta1/zz_dataset_types.go index 74b5783b0..6e48c305c 100755 --- a/apis/healthcare/v1beta1/zz_dataset_types.go +++ b/apis/healthcare/v1beta1/zz_dataset_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/healthcare/v1beta1/zz_datasetiammember_terraformed.go b/apis/healthcare/v1beta1/zz_datasetiammember_terraformed.go index 3b8ec57f5..db341886c 100755 --- a/apis/healthcare/v1beta1/zz_datasetiammember_terraformed.go +++ b/apis/healthcare/v1beta1/zz_datasetiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/healthcare/v1beta1/zz_datasetiammember_types.go b/apis/healthcare/v1beta1/zz_datasetiammember_types.go index 940e85cf8..b2ce4bb34 100755 --- a/apis/healthcare/v1beta1/zz_datasetiammember_types.go +++ b/apis/healthcare/v1beta1/zz_datasetiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/healthcare/v1beta1/zz_generated.conversion_hubs.go b/apis/healthcare/v1beta1/zz_generated.conversion_hubs.go index dd76a7db2..ae6e5fe84 100755 --- a/apis/healthcare/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/healthcare/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/healthcare/v1beta1/zz_generated.deepcopy.go b/apis/healthcare/v1beta1/zz_generated.deepcopy.go index 9f6b2e34c..bcd9842d8 100644 --- a/apis/healthcare/v1beta1/zz_generated.deepcopy.go +++ b/apis/healthcare/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/healthcare/v1beta1/zz_generated.managed.go b/apis/healthcare/v1beta1/zz_generated.managed.go index e33214425..9b2c26a32 100644 --- a/apis/healthcare/v1beta1/zz_generated.managed.go +++ b/apis/healthcare/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/healthcare/v1beta1/zz_generated.managedlist.go b/apis/healthcare/v1beta1/zz_generated.managedlist.go index ec5f61fea..18fa5ab35 100644 --- a/apis/healthcare/v1beta1/zz_generated.managedlist.go +++ b/apis/healthcare/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/healthcare/v1beta1/zz_generated.resolvers.go b/apis/healthcare/v1beta1/zz_generated.resolvers.go index d42b3903a..9f487cef8 100644 --- a/apis/healthcare/v1beta1/zz_generated.resolvers.go +++ b/apis/healthcare/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/healthcare/v1beta1/zz_groupversion_info.go b/apis/healthcare/v1beta1/zz_groupversion_info.go index a9627aa92..d1b59ed5e 100755 --- a/apis/healthcare/v1beta1/zz_groupversion_info.go +++ b/apis/healthcare/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/iam/v1beta1/zz_generated.conversion_hubs.go b/apis/iam/v1beta1/zz_generated.conversion_hubs.go index a24cb4515..f8292f6d7 100755 --- a/apis/iam/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/iam/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iam/v1beta1/zz_generated.deepcopy.go b/apis/iam/v1beta1/zz_generated.deepcopy.go index e2bc2f27f..d69ddb3e2 100644 --- a/apis/iam/v1beta1/zz_generated.deepcopy.go +++ b/apis/iam/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/iam/v1beta1/zz_generated.managed.go b/apis/iam/v1beta1/zz_generated.managed.go index 78964dfa4..f1fccfa6e 100644 --- a/apis/iam/v1beta1/zz_generated.managed.go +++ b/apis/iam/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iam/v1beta1/zz_generated.managedlist.go b/apis/iam/v1beta1/zz_generated.managedlist.go index 12ec7b2b7..7000153d0 100644 --- a/apis/iam/v1beta1/zz_generated.managedlist.go +++ b/apis/iam/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iam/v1beta1/zz_generated.resolvers.go b/apis/iam/v1beta1/zz_generated.resolvers.go index 4a1cd12a7..35cceb850 100644 --- a/apis/iam/v1beta1/zz_generated.resolvers.go +++ b/apis/iam/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/iam/v1beta1/zz_groupversion_info.go b/apis/iam/v1beta1/zz_groupversion_info.go index 09c6038e0..37b86d378 100755 --- a/apis/iam/v1beta1/zz_groupversion_info.go +++ b/apis/iam/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/iam/v1beta1/zz_workloadidentitypool_terraformed.go b/apis/iam/v1beta1/zz_workloadidentitypool_terraformed.go index 069898685..faded7685 100755 --- a/apis/iam/v1beta1/zz_workloadidentitypool_terraformed.go +++ b/apis/iam/v1beta1/zz_workloadidentitypool_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iam/v1beta1/zz_workloadidentitypool_types.go b/apis/iam/v1beta1/zz_workloadidentitypool_types.go index e4c6c8577..079ffcac6 100755 --- a/apis/iam/v1beta1/zz_workloadidentitypool_types.go +++ b/apis/iam/v1beta1/zz_workloadidentitypool_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iam/v1beta1/zz_workloadidentitypoolprovider_terraformed.go b/apis/iam/v1beta1/zz_workloadidentitypoolprovider_terraformed.go index 52836a945..79baeefcd 100755 --- a/apis/iam/v1beta1/zz_workloadidentitypoolprovider_terraformed.go +++ b/apis/iam/v1beta1/zz_workloadidentitypoolprovider_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iam/v1beta1/zz_workloadidentitypoolprovider_types.go b/apis/iam/v1beta1/zz_workloadidentitypoolprovider_types.go index 4edba6dcc..97c70b475 100755 --- a/apis/iam/v1beta1/zz_workloadidentitypoolprovider_types.go +++ b/apis/iam/v1beta1/zz_workloadidentitypoolprovider_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_appengineserviceiammember_terraformed.go b/apis/iap/v1beta1/zz_appengineserviceiammember_terraformed.go index 925aec104..25d530f0f 100755 --- a/apis/iap/v1beta1/zz_appengineserviceiammember_terraformed.go +++ b/apis/iap/v1beta1/zz_appengineserviceiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_appengineserviceiammember_types.go b/apis/iap/v1beta1/zz_appengineserviceiammember_types.go index 8157e5bde..b5f75f979 100755 --- a/apis/iap/v1beta1/zz_appengineserviceiammember_types.go +++ b/apis/iap/v1beta1/zz_appengineserviceiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_appengineversioniammember_terraformed.go b/apis/iap/v1beta1/zz_appengineversioniammember_terraformed.go index dddaf70a0..f924f3048 100755 --- a/apis/iap/v1beta1/zz_appengineversioniammember_terraformed.go +++ b/apis/iap/v1beta1/zz_appengineversioniammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_appengineversioniammember_types.go b/apis/iap/v1beta1/zz_appengineversioniammember_types.go index 9d2cace2e..eec61c4c2 100755 --- a/apis/iap/v1beta1/zz_appengineversioniammember_types.go +++ b/apis/iap/v1beta1/zz_appengineversioniammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_generated.conversion_hubs.go b/apis/iap/v1beta1/zz_generated.conversion_hubs.go index 898d0da30..415d67749 100755 --- a/apis/iap/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/iap/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_generated.deepcopy.go b/apis/iap/v1beta1/zz_generated.deepcopy.go index e9ab1f28b..78acf7304 100644 --- a/apis/iap/v1beta1/zz_generated.deepcopy.go +++ b/apis/iap/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/iap/v1beta1/zz_generated.managed.go b/apis/iap/v1beta1/zz_generated.managed.go index 55102bda9..eb1dc4343 100644 --- a/apis/iap/v1beta1/zz_generated.managed.go +++ b/apis/iap/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_generated.managedlist.go b/apis/iap/v1beta1/zz_generated.managedlist.go index b26795148..97556f795 100644 --- a/apis/iap/v1beta1/zz_generated.managedlist.go +++ b/apis/iap/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_generated.resolvers.go b/apis/iap/v1beta1/zz_generated.resolvers.go index 5e8051f8d..e3625dd6f 100644 --- a/apis/iap/v1beta1/zz_generated.resolvers.go +++ b/apis/iap/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/iap/v1beta1/zz_groupversion_info.go b/apis/iap/v1beta1/zz_groupversion_info.go index 043011f96..53e225e19 100755 --- a/apis/iap/v1beta1/zz_groupversion_info.go +++ b/apis/iap/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/iap/v1beta1/zz_tunneliammember_terraformed.go b/apis/iap/v1beta1/zz_tunneliammember_terraformed.go index 50d5611ff..125d20092 100755 --- a/apis/iap/v1beta1/zz_tunneliammember_terraformed.go +++ b/apis/iap/v1beta1/zz_tunneliammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_tunneliammember_types.go b/apis/iap/v1beta1/zz_tunneliammember_types.go index 55e6b7430..5d279e748 100755 --- a/apis/iap/v1beta1/zz_tunneliammember_types.go +++ b/apis/iap/v1beta1/zz_tunneliammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_webbackendserviceiammember_terraformed.go b/apis/iap/v1beta1/zz_webbackendserviceiammember_terraformed.go index 1d73c41bc..504830ab6 100755 --- a/apis/iap/v1beta1/zz_webbackendserviceiammember_terraformed.go +++ b/apis/iap/v1beta1/zz_webbackendserviceiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_webbackendserviceiammember_types.go b/apis/iap/v1beta1/zz_webbackendserviceiammember_types.go index 41aea3706..eb15291ad 100755 --- a/apis/iap/v1beta1/zz_webbackendserviceiammember_types.go +++ b/apis/iap/v1beta1/zz_webbackendserviceiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_webiammember_terraformed.go b/apis/iap/v1beta1/zz_webiammember_terraformed.go index 6e806ce6d..c8a7eff0c 100755 --- a/apis/iap/v1beta1/zz_webiammember_terraformed.go +++ b/apis/iap/v1beta1/zz_webiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_webiammember_types.go b/apis/iap/v1beta1/zz_webiammember_types.go index d11176152..7f2b70058 100755 --- a/apis/iap/v1beta1/zz_webiammember_types.go +++ b/apis/iap/v1beta1/zz_webiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_webtypeappengineiammember_terraformed.go b/apis/iap/v1beta1/zz_webtypeappengineiammember_terraformed.go index 4d26825d0..038b1c8e0 100755 --- a/apis/iap/v1beta1/zz_webtypeappengineiammember_terraformed.go +++ b/apis/iap/v1beta1/zz_webtypeappengineiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_webtypeappengineiammember_types.go b/apis/iap/v1beta1/zz_webtypeappengineiammember_types.go index 834504f5b..544293681 100755 --- a/apis/iap/v1beta1/zz_webtypeappengineiammember_types.go +++ b/apis/iap/v1beta1/zz_webtypeappengineiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_webtypecomputeiammember_terraformed.go b/apis/iap/v1beta1/zz_webtypecomputeiammember_terraformed.go index b06e6cdc0..bae297416 100755 --- a/apis/iap/v1beta1/zz_webtypecomputeiammember_terraformed.go +++ b/apis/iap/v1beta1/zz_webtypecomputeiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/iap/v1beta1/zz_webtypecomputeiammember_types.go b/apis/iap/v1beta1/zz_webtypecomputeiammember_types.go index add41d479..fa16df900 100755 --- a/apis/iap/v1beta1/zz_webtypecomputeiammember_types.go +++ b/apis/iap/v1beta1/zz_webtypecomputeiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_defaultsupportedidpconfig_terraformed.go b/apis/identityplatform/v1beta1/zz_defaultsupportedidpconfig_terraformed.go index 086013925..869f71261 100755 --- a/apis/identityplatform/v1beta1/zz_defaultsupportedidpconfig_terraformed.go +++ b/apis/identityplatform/v1beta1/zz_defaultsupportedidpconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_defaultsupportedidpconfig_types.go b/apis/identityplatform/v1beta1/zz_defaultsupportedidpconfig_types.go index a5ab2c143..b1766fcd3 100755 --- a/apis/identityplatform/v1beta1/zz_defaultsupportedidpconfig_types.go +++ b/apis/identityplatform/v1beta1/zz_defaultsupportedidpconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_generated.conversion_hubs.go b/apis/identityplatform/v1beta1/zz_generated.conversion_hubs.go index 8304bbf31..2b1fd8ab7 100755 --- a/apis/identityplatform/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/identityplatform/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_generated.deepcopy.go b/apis/identityplatform/v1beta1/zz_generated.deepcopy.go index 650262bc8..240e23487 100644 --- a/apis/identityplatform/v1beta1/zz_generated.deepcopy.go +++ b/apis/identityplatform/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/identityplatform/v1beta1/zz_generated.managed.go b/apis/identityplatform/v1beta1/zz_generated.managed.go index 4a820d224..e3296ca7f 100644 --- a/apis/identityplatform/v1beta1/zz_generated.managed.go +++ b/apis/identityplatform/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_generated.managedlist.go b/apis/identityplatform/v1beta1/zz_generated.managedlist.go index 93ae40a50..e65371738 100644 --- a/apis/identityplatform/v1beta1/zz_generated.managedlist.go +++ b/apis/identityplatform/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_generated.resolvers.go b/apis/identityplatform/v1beta1/zz_generated.resolvers.go index 13de71635..d3a485892 100644 --- a/apis/identityplatform/v1beta1/zz_generated.resolvers.go +++ b/apis/identityplatform/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/identityplatform/v1beta1/zz_groupversion_info.go b/apis/identityplatform/v1beta1/zz_groupversion_info.go index 500389e30..c3d0726c8 100755 --- a/apis/identityplatform/v1beta1/zz_groupversion_info.go +++ b/apis/identityplatform/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/identityplatform/v1beta1/zz_inboundsamlconfig_terraformed.go b/apis/identityplatform/v1beta1/zz_inboundsamlconfig_terraformed.go index db9fa4a54..0cf47aa40 100755 --- a/apis/identityplatform/v1beta1/zz_inboundsamlconfig_terraformed.go +++ b/apis/identityplatform/v1beta1/zz_inboundsamlconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_inboundsamlconfig_types.go b/apis/identityplatform/v1beta1/zz_inboundsamlconfig_types.go index 3c43deb0a..5cc01eb42 100755 --- a/apis/identityplatform/v1beta1/zz_inboundsamlconfig_types.go +++ b/apis/identityplatform/v1beta1/zz_inboundsamlconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_oauthidpconfig_terraformed.go b/apis/identityplatform/v1beta1/zz_oauthidpconfig_terraformed.go index 0e2720140..6aed5d4d2 100755 --- a/apis/identityplatform/v1beta1/zz_oauthidpconfig_terraformed.go +++ b/apis/identityplatform/v1beta1/zz_oauthidpconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_oauthidpconfig_types.go b/apis/identityplatform/v1beta1/zz_oauthidpconfig_types.go index 828f35eae..a95b1aaaf 100755 --- a/apis/identityplatform/v1beta1/zz_oauthidpconfig_types.go +++ b/apis/identityplatform/v1beta1/zz_oauthidpconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_projectdefaultconfig_terraformed.go b/apis/identityplatform/v1beta1/zz_projectdefaultconfig_terraformed.go index cbd27ba4c..13ffdefa1 100755 --- a/apis/identityplatform/v1beta1/zz_projectdefaultconfig_terraformed.go +++ b/apis/identityplatform/v1beta1/zz_projectdefaultconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_projectdefaultconfig_types.go b/apis/identityplatform/v1beta1/zz_projectdefaultconfig_types.go index 6dfdf92a5..1c86a8724 100755 --- a/apis/identityplatform/v1beta1/zz_projectdefaultconfig_types.go +++ b/apis/identityplatform/v1beta1/zz_projectdefaultconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_tenant_terraformed.go b/apis/identityplatform/v1beta1/zz_tenant_terraformed.go index 2bbde6fd8..c990441de 100755 --- a/apis/identityplatform/v1beta1/zz_tenant_terraformed.go +++ b/apis/identityplatform/v1beta1/zz_tenant_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_tenant_types.go b/apis/identityplatform/v1beta1/zz_tenant_types.go index 3eae6b5ae..84f5a7877 100755 --- a/apis/identityplatform/v1beta1/zz_tenant_types.go +++ b/apis/identityplatform/v1beta1/zz_tenant_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_tenantdefaultsupportedidpconfig_terraformed.go b/apis/identityplatform/v1beta1/zz_tenantdefaultsupportedidpconfig_terraformed.go index 44729f56b..468a56bdb 100755 --- a/apis/identityplatform/v1beta1/zz_tenantdefaultsupportedidpconfig_terraformed.go +++ b/apis/identityplatform/v1beta1/zz_tenantdefaultsupportedidpconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_tenantdefaultsupportedidpconfig_types.go b/apis/identityplatform/v1beta1/zz_tenantdefaultsupportedidpconfig_types.go index c839842de..87d4ef371 100755 --- a/apis/identityplatform/v1beta1/zz_tenantdefaultsupportedidpconfig_types.go +++ b/apis/identityplatform/v1beta1/zz_tenantdefaultsupportedidpconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_tenantinboundsamlconfig_terraformed.go b/apis/identityplatform/v1beta1/zz_tenantinboundsamlconfig_terraformed.go index 491466e8f..285d33181 100755 --- a/apis/identityplatform/v1beta1/zz_tenantinboundsamlconfig_terraformed.go +++ b/apis/identityplatform/v1beta1/zz_tenantinboundsamlconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_tenantinboundsamlconfig_types.go b/apis/identityplatform/v1beta1/zz_tenantinboundsamlconfig_types.go index 05ea328ce..93c07bf87 100755 --- a/apis/identityplatform/v1beta1/zz_tenantinboundsamlconfig_types.go +++ b/apis/identityplatform/v1beta1/zz_tenantinboundsamlconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_tenantoauthidpconfig_terraformed.go b/apis/identityplatform/v1beta1/zz_tenantoauthidpconfig_terraformed.go index 3713df3c2..9b5841eb1 100755 --- a/apis/identityplatform/v1beta1/zz_tenantoauthidpconfig_terraformed.go +++ b/apis/identityplatform/v1beta1/zz_tenantoauthidpconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/identityplatform/v1beta1/zz_tenantoauthidpconfig_types.go b/apis/identityplatform/v1beta1/zz_tenantoauthidpconfig_types.go index b015fdba9..fff3c3551 100755 --- a/apis/identityplatform/v1beta1/zz_tenantoauthidpconfig_types.go +++ b/apis/identityplatform/v1beta1/zz_tenantoauthidpconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_cryptokey_terraformed.go b/apis/kms/v1beta1/zz_cryptokey_terraformed.go index 020263437..bb04e4480 100755 --- a/apis/kms/v1beta1/zz_cryptokey_terraformed.go +++ b/apis/kms/v1beta1/zz_cryptokey_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_cryptokey_types.go b/apis/kms/v1beta1/zz_cryptokey_types.go index 7ceb0e405..d8c06f91c 100755 --- a/apis/kms/v1beta1/zz_cryptokey_types.go +++ b/apis/kms/v1beta1/zz_cryptokey_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_cryptokeyiammember_terraformed.go b/apis/kms/v1beta1/zz_cryptokeyiammember_terraformed.go index 75315d6bf..3142c37eb 100755 --- a/apis/kms/v1beta1/zz_cryptokeyiammember_terraformed.go +++ b/apis/kms/v1beta1/zz_cryptokeyiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_cryptokeyiammember_types.go b/apis/kms/v1beta1/zz_cryptokeyiammember_types.go index 76d88cf78..eaeaa47bd 100755 --- a/apis/kms/v1beta1/zz_cryptokeyiammember_types.go +++ b/apis/kms/v1beta1/zz_cryptokeyiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_cryptokeyversion_terraformed.go b/apis/kms/v1beta1/zz_cryptokeyversion_terraformed.go index 6c653960d..eb1e7b038 100755 --- a/apis/kms/v1beta1/zz_cryptokeyversion_terraformed.go +++ b/apis/kms/v1beta1/zz_cryptokeyversion_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_cryptokeyversion_types.go b/apis/kms/v1beta1/zz_cryptokeyversion_types.go index dd004a892..d037357a8 100755 --- a/apis/kms/v1beta1/zz_cryptokeyversion_types.go +++ b/apis/kms/v1beta1/zz_cryptokeyversion_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_generated.conversion_hubs.go b/apis/kms/v1beta1/zz_generated.conversion_hubs.go index cd66ba4f1..2add1813e 100755 --- a/apis/kms/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/kms/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_generated.deepcopy.go b/apis/kms/v1beta1/zz_generated.deepcopy.go index 6b66b1b3b..08f668174 100644 --- a/apis/kms/v1beta1/zz_generated.deepcopy.go +++ b/apis/kms/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/kms/v1beta1/zz_generated.managed.go b/apis/kms/v1beta1/zz_generated.managed.go index 954abba63..84cc2078d 100644 --- a/apis/kms/v1beta1/zz_generated.managed.go +++ b/apis/kms/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_generated.managedlist.go b/apis/kms/v1beta1/zz_generated.managedlist.go index f92883d57..517d25fdc 100644 --- a/apis/kms/v1beta1/zz_generated.managedlist.go +++ b/apis/kms/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_generated.resolvers.go b/apis/kms/v1beta1/zz_generated.resolvers.go index 10322e2b5..522168a5b 100644 --- a/apis/kms/v1beta1/zz_generated.resolvers.go +++ b/apis/kms/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/kms/v1beta1/zz_groupversion_info.go b/apis/kms/v1beta1/zz_groupversion_info.go index 8f89b30e3..958ea2540 100755 --- a/apis/kms/v1beta1/zz_groupversion_info.go +++ b/apis/kms/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/kms/v1beta1/zz_keyring_terraformed.go b/apis/kms/v1beta1/zz_keyring_terraformed.go index 29a409481..1254d95f0 100755 --- a/apis/kms/v1beta1/zz_keyring_terraformed.go +++ b/apis/kms/v1beta1/zz_keyring_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_keyring_types.go b/apis/kms/v1beta1/zz_keyring_types.go index 572d4a88c..3d846061f 100755 --- a/apis/kms/v1beta1/zz_keyring_types.go +++ b/apis/kms/v1beta1/zz_keyring_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_keyringiammember_terraformed.go b/apis/kms/v1beta1/zz_keyringiammember_terraformed.go index a16930afc..580a63eba 100755 --- a/apis/kms/v1beta1/zz_keyringiammember_terraformed.go +++ b/apis/kms/v1beta1/zz_keyringiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_keyringiammember_types.go b/apis/kms/v1beta1/zz_keyringiammember_types.go index 0d0bddd16..2a535728f 100755 --- a/apis/kms/v1beta1/zz_keyringiammember_types.go +++ b/apis/kms/v1beta1/zz_keyringiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_keyringimportjob_terraformed.go b/apis/kms/v1beta1/zz_keyringimportjob_terraformed.go index bcce7400e..e32125489 100755 --- a/apis/kms/v1beta1/zz_keyringimportjob_terraformed.go +++ b/apis/kms/v1beta1/zz_keyringimportjob_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_keyringimportjob_types.go b/apis/kms/v1beta1/zz_keyringimportjob_types.go index b709c306e..e679198ea 100755 --- a/apis/kms/v1beta1/zz_keyringimportjob_types.go +++ b/apis/kms/v1beta1/zz_keyringimportjob_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_secretciphertext_terraformed.go b/apis/kms/v1beta1/zz_secretciphertext_terraformed.go index 6f519c13b..198425f09 100755 --- a/apis/kms/v1beta1/zz_secretciphertext_terraformed.go +++ b/apis/kms/v1beta1/zz_secretciphertext_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/kms/v1beta1/zz_secretciphertext_types.go b/apis/kms/v1beta1/zz_secretciphertext_types.go index cf598b920..b06ec3fea 100755 --- a/apis/kms/v1beta1/zz_secretciphertext_types.go +++ b/apis/kms/v1beta1/zz_secretciphertext_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_folderbucketconfig_terraformed.go b/apis/logging/v1beta1/zz_folderbucketconfig_terraformed.go index 4a2ff5bed..9c3333cb5 100755 --- a/apis/logging/v1beta1/zz_folderbucketconfig_terraformed.go +++ b/apis/logging/v1beta1/zz_folderbucketconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_folderbucketconfig_types.go b/apis/logging/v1beta1/zz_folderbucketconfig_types.go index 72ae5c422..bb96ca76a 100755 --- a/apis/logging/v1beta1/zz_folderbucketconfig_types.go +++ b/apis/logging/v1beta1/zz_folderbucketconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_folderexclusion_terraformed.go b/apis/logging/v1beta1/zz_folderexclusion_terraformed.go index ee07c05cd..9a6e0b7b1 100755 --- a/apis/logging/v1beta1/zz_folderexclusion_terraformed.go +++ b/apis/logging/v1beta1/zz_folderexclusion_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_folderexclusion_types.go b/apis/logging/v1beta1/zz_folderexclusion_types.go index e3b15637e..949dcfdf7 100755 --- a/apis/logging/v1beta1/zz_folderexclusion_types.go +++ b/apis/logging/v1beta1/zz_folderexclusion_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_foldersink_terraformed.go b/apis/logging/v1beta1/zz_foldersink_terraformed.go index e17820e3c..7693dbe56 100755 --- a/apis/logging/v1beta1/zz_foldersink_terraformed.go +++ b/apis/logging/v1beta1/zz_foldersink_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_foldersink_types.go b/apis/logging/v1beta1/zz_foldersink_types.go index b4c9f9015..2856ba22f 100755 --- a/apis/logging/v1beta1/zz_foldersink_types.go +++ b/apis/logging/v1beta1/zz_foldersink_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_generated.conversion_hubs.go b/apis/logging/v1beta1/zz_generated.conversion_hubs.go index d87ecd63b..c87d413a4 100755 --- a/apis/logging/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/logging/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_generated.deepcopy.go b/apis/logging/v1beta1/zz_generated.deepcopy.go index b83bf1538..63015bdf8 100644 --- a/apis/logging/v1beta1/zz_generated.deepcopy.go +++ b/apis/logging/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/logging/v1beta1/zz_generated.managed.go b/apis/logging/v1beta1/zz_generated.managed.go index 698a7d6f0..438914d26 100644 --- a/apis/logging/v1beta1/zz_generated.managed.go +++ b/apis/logging/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_generated.managedlist.go b/apis/logging/v1beta1/zz_generated.managedlist.go index da75c1836..b41343d93 100644 --- a/apis/logging/v1beta1/zz_generated.managedlist.go +++ b/apis/logging/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_generated.resolvers.go b/apis/logging/v1beta1/zz_generated.resolvers.go index 1cc8014ba..8bfc2b108 100644 --- a/apis/logging/v1beta1/zz_generated.resolvers.go +++ b/apis/logging/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/logging/v1beta1/zz_groupversion_info.go b/apis/logging/v1beta1/zz_groupversion_info.go index b665ffb6b..11b240af2 100755 --- a/apis/logging/v1beta1/zz_groupversion_info.go +++ b/apis/logging/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/logging/v1beta1/zz_logview_terraformed.go b/apis/logging/v1beta1/zz_logview_terraformed.go index 751917c9a..cf1f03669 100755 --- a/apis/logging/v1beta1/zz_logview_terraformed.go +++ b/apis/logging/v1beta1/zz_logview_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_logview_types.go b/apis/logging/v1beta1/zz_logview_types.go index bc39126a0..b20257201 100755 --- a/apis/logging/v1beta1/zz_logview_types.go +++ b/apis/logging/v1beta1/zz_logview_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_metric_terraformed.go b/apis/logging/v1beta1/zz_metric_terraformed.go index 881b3d6ca..df892dfbd 100755 --- a/apis/logging/v1beta1/zz_metric_terraformed.go +++ b/apis/logging/v1beta1/zz_metric_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_metric_types.go b/apis/logging/v1beta1/zz_metric_types.go index be1e26c52..a61b57155 100755 --- a/apis/logging/v1beta1/zz_metric_types.go +++ b/apis/logging/v1beta1/zz_metric_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_projectbucketconfig_terraformed.go b/apis/logging/v1beta1/zz_projectbucketconfig_terraformed.go index 4922bdbb3..cc3b9b78a 100755 --- a/apis/logging/v1beta1/zz_projectbucketconfig_terraformed.go +++ b/apis/logging/v1beta1/zz_projectbucketconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_projectbucketconfig_types.go b/apis/logging/v1beta1/zz_projectbucketconfig_types.go index ca4e9b5ae..e2a37a0d9 100755 --- a/apis/logging/v1beta1/zz_projectbucketconfig_types.go +++ b/apis/logging/v1beta1/zz_projectbucketconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_projectexclusion_terraformed.go b/apis/logging/v1beta1/zz_projectexclusion_terraformed.go index 48c1e9d02..420f8e4d5 100755 --- a/apis/logging/v1beta1/zz_projectexclusion_terraformed.go +++ b/apis/logging/v1beta1/zz_projectexclusion_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_projectexclusion_types.go b/apis/logging/v1beta1/zz_projectexclusion_types.go index 3b81f5490..990604d3c 100755 --- a/apis/logging/v1beta1/zz_projectexclusion_types.go +++ b/apis/logging/v1beta1/zz_projectexclusion_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_projectsink_terraformed.go b/apis/logging/v1beta1/zz_projectsink_terraformed.go index 899b6e01d..5015166a3 100755 --- a/apis/logging/v1beta1/zz_projectsink_terraformed.go +++ b/apis/logging/v1beta1/zz_projectsink_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/logging/v1beta1/zz_projectsink_types.go b/apis/logging/v1beta1/zz_projectsink_types.go index d2bb0b2e8..a54999c05 100755 --- a/apis/logging/v1beta1/zz_projectsink_types.go +++ b/apis/logging/v1beta1/zz_projectsink_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/memcache/v1beta1/zz_generated.conversion_hubs.go b/apis/memcache/v1beta1/zz_generated.conversion_hubs.go index 2b8fae707..61a4a671c 100755 --- a/apis/memcache/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/memcache/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/memcache/v1beta1/zz_generated.deepcopy.go b/apis/memcache/v1beta1/zz_generated.deepcopy.go index fa700df65..0e16ede83 100644 --- a/apis/memcache/v1beta1/zz_generated.deepcopy.go +++ b/apis/memcache/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/memcache/v1beta1/zz_generated.managed.go b/apis/memcache/v1beta1/zz_generated.managed.go index b1d77a96e..ed6281bb9 100644 --- a/apis/memcache/v1beta1/zz_generated.managed.go +++ b/apis/memcache/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/memcache/v1beta1/zz_generated.managedlist.go b/apis/memcache/v1beta1/zz_generated.managedlist.go index 5e70c31fe..4d2d3e8ad 100644 --- a/apis/memcache/v1beta1/zz_generated.managedlist.go +++ b/apis/memcache/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/memcache/v1beta1/zz_generated.resolvers.go b/apis/memcache/v1beta1/zz_generated.resolvers.go index df9b39534..44be10c00 100644 --- a/apis/memcache/v1beta1/zz_generated.resolvers.go +++ b/apis/memcache/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/memcache/v1beta1/zz_groupversion_info.go b/apis/memcache/v1beta1/zz_groupversion_info.go index 6c61457af..7583d1c87 100755 --- a/apis/memcache/v1beta1/zz_groupversion_info.go +++ b/apis/memcache/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/memcache/v1beta1/zz_instance_terraformed.go b/apis/memcache/v1beta1/zz_instance_terraformed.go index e774a3aef..01b2f54de 100755 --- a/apis/memcache/v1beta1/zz_instance_terraformed.go +++ b/apis/memcache/v1beta1/zz_instance_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/memcache/v1beta1/zz_instance_types.go b/apis/memcache/v1beta1/zz_instance_types.go index cea25c647..b8c4e871c 100755 --- a/apis/memcache/v1beta1/zz_instance_types.go +++ b/apis/memcache/v1beta1/zz_instance_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/mlengine/v1beta1/zz_generated.conversion_hubs.go b/apis/mlengine/v1beta1/zz_generated.conversion_hubs.go index 4488d0ebb..a5539fbab 100755 --- a/apis/mlengine/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/mlengine/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/mlengine/v1beta1/zz_generated.deepcopy.go b/apis/mlengine/v1beta1/zz_generated.deepcopy.go index 614ffc782..36c79fd5a 100644 --- a/apis/mlengine/v1beta1/zz_generated.deepcopy.go +++ b/apis/mlengine/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/mlengine/v1beta1/zz_generated.managed.go b/apis/mlengine/v1beta1/zz_generated.managed.go index 93e3b50dd..cb40e1090 100644 --- a/apis/mlengine/v1beta1/zz_generated.managed.go +++ b/apis/mlengine/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/mlengine/v1beta1/zz_generated.managedlist.go b/apis/mlengine/v1beta1/zz_generated.managedlist.go index ae72861c0..ba5c2f086 100644 --- a/apis/mlengine/v1beta1/zz_generated.managedlist.go +++ b/apis/mlengine/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/mlengine/v1beta1/zz_groupversion_info.go b/apis/mlengine/v1beta1/zz_groupversion_info.go index 92ccfeef6..f03fb9e89 100755 --- a/apis/mlengine/v1beta1/zz_groupversion_info.go +++ b/apis/mlengine/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/mlengine/v1beta1/zz_model_terraformed.go b/apis/mlengine/v1beta1/zz_model_terraformed.go index 98a12a8fa..0940bd3e2 100755 --- a/apis/mlengine/v1beta1/zz_model_terraformed.go +++ b/apis/mlengine/v1beta1/zz_model_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/mlengine/v1beta1/zz_model_types.go b/apis/mlengine/v1beta1/zz_model_types.go index cd52b925c..780114251 100755 --- a/apis/mlengine/v1beta1/zz_model_types.go +++ b/apis/mlengine/v1beta1/zz_model_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_alertpolicy_terraformed.go b/apis/monitoring/v1beta1/zz_alertpolicy_terraformed.go index 500db6133..d130f3d4c 100755 --- a/apis/monitoring/v1beta1/zz_alertpolicy_terraformed.go +++ b/apis/monitoring/v1beta1/zz_alertpolicy_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_alertpolicy_types.go b/apis/monitoring/v1beta1/zz_alertpolicy_types.go index 2f900c6d2..808668ce9 100755 --- a/apis/monitoring/v1beta1/zz_alertpolicy_types.go +++ b/apis/monitoring/v1beta1/zz_alertpolicy_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_customservice_terraformed.go b/apis/monitoring/v1beta1/zz_customservice_terraformed.go index 09c00e92a..fc72312e6 100755 --- a/apis/monitoring/v1beta1/zz_customservice_terraformed.go +++ b/apis/monitoring/v1beta1/zz_customservice_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_customservice_types.go b/apis/monitoring/v1beta1/zz_customservice_types.go index c549f731a..3aea85071 100755 --- a/apis/monitoring/v1beta1/zz_customservice_types.go +++ b/apis/monitoring/v1beta1/zz_customservice_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_dashboard_terraformed.go b/apis/monitoring/v1beta1/zz_dashboard_terraformed.go index f3fe1cf54..9a7fb35e2 100755 --- a/apis/monitoring/v1beta1/zz_dashboard_terraformed.go +++ b/apis/monitoring/v1beta1/zz_dashboard_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_dashboard_types.go b/apis/monitoring/v1beta1/zz_dashboard_types.go index 3d774c9d9..a0cb2ef9e 100755 --- a/apis/monitoring/v1beta1/zz_dashboard_types.go +++ b/apis/monitoring/v1beta1/zz_dashboard_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_generated.conversion_hubs.go b/apis/monitoring/v1beta1/zz_generated.conversion_hubs.go index 6757d8f10..f9ae010bc 100755 --- a/apis/monitoring/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/monitoring/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_generated.deepcopy.go b/apis/monitoring/v1beta1/zz_generated.deepcopy.go index dde8717cf..164e812e3 100644 --- a/apis/monitoring/v1beta1/zz_generated.deepcopy.go +++ b/apis/monitoring/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/monitoring/v1beta1/zz_generated.managed.go b/apis/monitoring/v1beta1/zz_generated.managed.go index db923fdce..86a95436f 100644 --- a/apis/monitoring/v1beta1/zz_generated.managed.go +++ b/apis/monitoring/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_generated.managedlist.go b/apis/monitoring/v1beta1/zz_generated.managedlist.go index 67269cf58..e00900506 100644 --- a/apis/monitoring/v1beta1/zz_generated.managedlist.go +++ b/apis/monitoring/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_generated.resolvers.go b/apis/monitoring/v1beta1/zz_generated.resolvers.go index 4b2e57e57..a83c5ebe1 100644 --- a/apis/monitoring/v1beta1/zz_generated.resolvers.go +++ b/apis/monitoring/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/monitoring/v1beta1/zz_group_terraformed.go b/apis/monitoring/v1beta1/zz_group_terraformed.go index ead2d4489..a10bc7897 100755 --- a/apis/monitoring/v1beta1/zz_group_terraformed.go +++ b/apis/monitoring/v1beta1/zz_group_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_group_types.go b/apis/monitoring/v1beta1/zz_group_types.go index 0d64ea04c..2fa4ec5f8 100755 --- a/apis/monitoring/v1beta1/zz_group_types.go +++ b/apis/monitoring/v1beta1/zz_group_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_groupversion_info.go b/apis/monitoring/v1beta1/zz_groupversion_info.go index 5ad64ec6d..428da3348 100755 --- a/apis/monitoring/v1beta1/zz_groupversion_info.go +++ b/apis/monitoring/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/monitoring/v1beta1/zz_metricdescriptor_terraformed.go b/apis/monitoring/v1beta1/zz_metricdescriptor_terraformed.go index 56a958258..3396d1573 100755 --- a/apis/monitoring/v1beta1/zz_metricdescriptor_terraformed.go +++ b/apis/monitoring/v1beta1/zz_metricdescriptor_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_metricdescriptor_types.go b/apis/monitoring/v1beta1/zz_metricdescriptor_types.go index a5a79b5cb..7449bfee6 100755 --- a/apis/monitoring/v1beta1/zz_metricdescriptor_types.go +++ b/apis/monitoring/v1beta1/zz_metricdescriptor_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_notificationchannel_terraformed.go b/apis/monitoring/v1beta1/zz_notificationchannel_terraformed.go index ea2f874b5..475efd805 100755 --- a/apis/monitoring/v1beta1/zz_notificationchannel_terraformed.go +++ b/apis/monitoring/v1beta1/zz_notificationchannel_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_notificationchannel_types.go b/apis/monitoring/v1beta1/zz_notificationchannel_types.go index 0ebea0356..67dc8d429 100755 --- a/apis/monitoring/v1beta1/zz_notificationchannel_types.go +++ b/apis/monitoring/v1beta1/zz_notificationchannel_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_service_terraformed.go b/apis/monitoring/v1beta1/zz_service_terraformed.go index 7ef52579d..b259f1f19 100755 --- a/apis/monitoring/v1beta1/zz_service_terraformed.go +++ b/apis/monitoring/v1beta1/zz_service_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_service_types.go b/apis/monitoring/v1beta1/zz_service_types.go index 6185a8d53..e9b7e6ca7 100755 --- a/apis/monitoring/v1beta1/zz_service_types.go +++ b/apis/monitoring/v1beta1/zz_service_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_slo_terraformed.go b/apis/monitoring/v1beta1/zz_slo_terraformed.go index 98ac03a39..dd0c33da6 100755 --- a/apis/monitoring/v1beta1/zz_slo_terraformed.go +++ b/apis/monitoring/v1beta1/zz_slo_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_slo_types.go b/apis/monitoring/v1beta1/zz_slo_types.go index 48fc6eb0e..30155bb43 100755 --- a/apis/monitoring/v1beta1/zz_slo_types.go +++ b/apis/monitoring/v1beta1/zz_slo_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_uptimecheckconfig_terraformed.go b/apis/monitoring/v1beta1/zz_uptimecheckconfig_terraformed.go index 79e3b8b1e..3c2373bbb 100755 --- a/apis/monitoring/v1beta1/zz_uptimecheckconfig_terraformed.go +++ b/apis/monitoring/v1beta1/zz_uptimecheckconfig_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/monitoring/v1beta1/zz_uptimecheckconfig_types.go b/apis/monitoring/v1beta1/zz_uptimecheckconfig_types.go index e56dfb1a3..368ea6245 100755 --- a/apis/monitoring/v1beta1/zz_uptimecheckconfig_types.go +++ b/apis/monitoring/v1beta1/zz_uptimecheckconfig_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/networkconnectivity/v1beta1/zz_generated.conversion_hubs.go b/apis/networkconnectivity/v1beta1/zz_generated.conversion_hubs.go index 88eba6587..c5932a46e 100755 --- a/apis/networkconnectivity/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/networkconnectivity/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/networkconnectivity/v1beta1/zz_generated.deepcopy.go b/apis/networkconnectivity/v1beta1/zz_generated.deepcopy.go index 4d2b50f36..58dabf376 100644 --- a/apis/networkconnectivity/v1beta1/zz_generated.deepcopy.go +++ b/apis/networkconnectivity/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/networkconnectivity/v1beta1/zz_generated.managed.go b/apis/networkconnectivity/v1beta1/zz_generated.managed.go index d0f1fdc9d..c7c0c4555 100644 --- a/apis/networkconnectivity/v1beta1/zz_generated.managed.go +++ b/apis/networkconnectivity/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/networkconnectivity/v1beta1/zz_generated.managedlist.go b/apis/networkconnectivity/v1beta1/zz_generated.managedlist.go index 93186a19f..2c4966994 100644 --- a/apis/networkconnectivity/v1beta1/zz_generated.managedlist.go +++ b/apis/networkconnectivity/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/networkconnectivity/v1beta1/zz_generated.resolvers.go b/apis/networkconnectivity/v1beta1/zz_generated.resolvers.go index 31c246cd1..a21218ee1 100644 --- a/apis/networkconnectivity/v1beta1/zz_generated.resolvers.go +++ b/apis/networkconnectivity/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/networkconnectivity/v1beta1/zz_groupversion_info.go b/apis/networkconnectivity/v1beta1/zz_groupversion_info.go index e0041fd15..f6bc5e126 100755 --- a/apis/networkconnectivity/v1beta1/zz_groupversion_info.go +++ b/apis/networkconnectivity/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/networkconnectivity/v1beta1/zz_hub_terraformed.go b/apis/networkconnectivity/v1beta1/zz_hub_terraformed.go index ff7eac302..9143bf14a 100755 --- a/apis/networkconnectivity/v1beta1/zz_hub_terraformed.go +++ b/apis/networkconnectivity/v1beta1/zz_hub_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/networkconnectivity/v1beta1/zz_hub_types.go b/apis/networkconnectivity/v1beta1/zz_hub_types.go index d3358b5a8..5b35613f5 100755 --- a/apis/networkconnectivity/v1beta1/zz_hub_types.go +++ b/apis/networkconnectivity/v1beta1/zz_hub_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/networkconnectivity/v1beta1/zz_spoke_terraformed.go b/apis/networkconnectivity/v1beta1/zz_spoke_terraformed.go index 63d93e27b..ead9b3540 100755 --- a/apis/networkconnectivity/v1beta1/zz_spoke_terraformed.go +++ b/apis/networkconnectivity/v1beta1/zz_spoke_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/networkconnectivity/v1beta1/zz_spoke_types.go b/apis/networkconnectivity/v1beta1/zz_spoke_types.go index d3a510c21..bd9d19eb5 100755 --- a/apis/networkconnectivity/v1beta1/zz_spoke_types.go +++ b/apis/networkconnectivity/v1beta1/zz_spoke_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/networkmanagement/v1beta1/zz_connectivitytest_terraformed.go b/apis/networkmanagement/v1beta1/zz_connectivitytest_terraformed.go index ac1775743..d502b4985 100755 --- a/apis/networkmanagement/v1beta1/zz_connectivitytest_terraformed.go +++ b/apis/networkmanagement/v1beta1/zz_connectivitytest_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/networkmanagement/v1beta1/zz_connectivitytest_types.go b/apis/networkmanagement/v1beta1/zz_connectivitytest_types.go index d949cb402..13e33b137 100755 --- a/apis/networkmanagement/v1beta1/zz_connectivitytest_types.go +++ b/apis/networkmanagement/v1beta1/zz_connectivitytest_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/networkmanagement/v1beta1/zz_generated.conversion_hubs.go b/apis/networkmanagement/v1beta1/zz_generated.conversion_hubs.go index 7220e6d28..d48847973 100755 --- a/apis/networkmanagement/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/networkmanagement/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/networkmanagement/v1beta1/zz_generated.deepcopy.go b/apis/networkmanagement/v1beta1/zz_generated.deepcopy.go index 33db6a901..42806f626 100644 --- a/apis/networkmanagement/v1beta1/zz_generated.deepcopy.go +++ b/apis/networkmanagement/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/networkmanagement/v1beta1/zz_generated.managed.go b/apis/networkmanagement/v1beta1/zz_generated.managed.go index 160c46040..7db9d0d64 100644 --- a/apis/networkmanagement/v1beta1/zz_generated.managed.go +++ b/apis/networkmanagement/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/networkmanagement/v1beta1/zz_generated.managedlist.go b/apis/networkmanagement/v1beta1/zz_generated.managedlist.go index fe13ebe29..1d59b56c6 100644 --- a/apis/networkmanagement/v1beta1/zz_generated.managedlist.go +++ b/apis/networkmanagement/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/networkmanagement/v1beta1/zz_generated.resolvers.go b/apis/networkmanagement/v1beta1/zz_generated.resolvers.go index 3ee724abc..363c0eec7 100644 --- a/apis/networkmanagement/v1beta1/zz_generated.resolvers.go +++ b/apis/networkmanagement/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/networkmanagement/v1beta1/zz_groupversion_info.go b/apis/networkmanagement/v1beta1/zz_groupversion_info.go index 806a2b454..ddf6f0063 100755 --- a/apis/networkmanagement/v1beta1/zz_groupversion_info.go +++ b/apis/networkmanagement/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/notebooks/v1beta1/zz_environment_terraformed.go b/apis/notebooks/v1beta1/zz_environment_terraformed.go index 7a0a03026..d187afd37 100755 --- a/apis/notebooks/v1beta1/zz_environment_terraformed.go +++ b/apis/notebooks/v1beta1/zz_environment_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/notebooks/v1beta1/zz_environment_types.go b/apis/notebooks/v1beta1/zz_environment_types.go index 8e29354bb..958e41630 100755 --- a/apis/notebooks/v1beta1/zz_environment_types.go +++ b/apis/notebooks/v1beta1/zz_environment_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/notebooks/v1beta1/zz_generated.conversion_hubs.go b/apis/notebooks/v1beta1/zz_generated.conversion_hubs.go index 09b2f23c0..c3daadd63 100755 --- a/apis/notebooks/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/notebooks/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/notebooks/v1beta1/zz_generated.deepcopy.go b/apis/notebooks/v1beta1/zz_generated.deepcopy.go index caadca8c9..c5135e2eb 100644 --- a/apis/notebooks/v1beta1/zz_generated.deepcopy.go +++ b/apis/notebooks/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/notebooks/v1beta1/zz_generated.managed.go b/apis/notebooks/v1beta1/zz_generated.managed.go index 78b8fac7c..ca2e45c4f 100644 --- a/apis/notebooks/v1beta1/zz_generated.managed.go +++ b/apis/notebooks/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/notebooks/v1beta1/zz_generated.managedlist.go b/apis/notebooks/v1beta1/zz_generated.managedlist.go index 4be3dd9d9..53483d4b2 100644 --- a/apis/notebooks/v1beta1/zz_generated.managedlist.go +++ b/apis/notebooks/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/notebooks/v1beta1/zz_generated.resolvers.go b/apis/notebooks/v1beta1/zz_generated.resolvers.go index 4b4a1456b..1a090a6af 100644 --- a/apis/notebooks/v1beta1/zz_generated.resolvers.go +++ b/apis/notebooks/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/notebooks/v1beta1/zz_groupversion_info.go b/apis/notebooks/v1beta1/zz_groupversion_info.go index 7afe4df07..bca855ea0 100755 --- a/apis/notebooks/v1beta1/zz_groupversion_info.go +++ b/apis/notebooks/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/notebooks/v1beta1/zz_instance_terraformed.go b/apis/notebooks/v1beta1/zz_instance_terraformed.go index f0c437b7c..b21ad5442 100755 --- a/apis/notebooks/v1beta1/zz_instance_terraformed.go +++ b/apis/notebooks/v1beta1/zz_instance_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/notebooks/v1beta1/zz_instance_types.go b/apis/notebooks/v1beta1/zz_instance_types.go index ab02cc27a..73cf0a5b8 100755 --- a/apis/notebooks/v1beta1/zz_instance_types.go +++ b/apis/notebooks/v1beta1/zz_instance_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/notebooks/v1beta1/zz_instanceiammember_terraformed.go b/apis/notebooks/v1beta1/zz_instanceiammember_terraformed.go index 009251ba5..988d98611 100755 --- a/apis/notebooks/v1beta1/zz_instanceiammember_terraformed.go +++ b/apis/notebooks/v1beta1/zz_instanceiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/notebooks/v1beta1/zz_instanceiammember_types.go b/apis/notebooks/v1beta1/zz_instanceiammember_types.go index 149494659..52624c5d5 100755 --- a/apis/notebooks/v1beta1/zz_instanceiammember_types.go +++ b/apis/notebooks/v1beta1/zz_instanceiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/notebooks/v1beta1/zz_runtime_terraformed.go b/apis/notebooks/v1beta1/zz_runtime_terraformed.go index f446a70dc..9fab6cc7d 100755 --- a/apis/notebooks/v1beta1/zz_runtime_terraformed.go +++ b/apis/notebooks/v1beta1/zz_runtime_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/notebooks/v1beta1/zz_runtime_types.go b/apis/notebooks/v1beta1/zz_runtime_types.go index af2c6e213..ac39b8ab9 100755 --- a/apis/notebooks/v1beta1/zz_runtime_types.go +++ b/apis/notebooks/v1beta1/zz_runtime_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/notebooks/v1beta1/zz_runtimeiammember_terraformed.go b/apis/notebooks/v1beta1/zz_runtimeiammember_terraformed.go index 5b6173ae9..59c4b96cf 100755 --- a/apis/notebooks/v1beta1/zz_runtimeiammember_terraformed.go +++ b/apis/notebooks/v1beta1/zz_runtimeiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/notebooks/v1beta1/zz_runtimeiammember_types.go b/apis/notebooks/v1beta1/zz_runtimeiammember_types.go index 1d6886dc1..f3f726d96 100755 --- a/apis/notebooks/v1beta1/zz_runtimeiammember_types.go +++ b/apis/notebooks/v1beta1/zz_runtimeiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/osconfig/v1beta1/zz_generated.conversion_hubs.go b/apis/osconfig/v1beta1/zz_generated.conversion_hubs.go index 8ad16850c..bd11266d7 100755 --- a/apis/osconfig/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/osconfig/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/osconfig/v1beta1/zz_generated.deepcopy.go b/apis/osconfig/v1beta1/zz_generated.deepcopy.go index 00d2f74c3..325388b36 100644 --- a/apis/osconfig/v1beta1/zz_generated.deepcopy.go +++ b/apis/osconfig/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/osconfig/v1beta1/zz_generated.managed.go b/apis/osconfig/v1beta1/zz_generated.managed.go index 2f911822f..e29de5646 100644 --- a/apis/osconfig/v1beta1/zz_generated.managed.go +++ b/apis/osconfig/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/osconfig/v1beta1/zz_generated.managedlist.go b/apis/osconfig/v1beta1/zz_generated.managedlist.go index 5c9cd8074..9652bed07 100644 --- a/apis/osconfig/v1beta1/zz_generated.managedlist.go +++ b/apis/osconfig/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/osconfig/v1beta1/zz_groupversion_info.go b/apis/osconfig/v1beta1/zz_groupversion_info.go index 814e57de7..3c501180f 100755 --- a/apis/osconfig/v1beta1/zz_groupversion_info.go +++ b/apis/osconfig/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/osconfig/v1beta1/zz_ospolicyassignment_terraformed.go b/apis/osconfig/v1beta1/zz_ospolicyassignment_terraformed.go index d70093fec..8f5b4fda9 100755 --- a/apis/osconfig/v1beta1/zz_ospolicyassignment_terraformed.go +++ b/apis/osconfig/v1beta1/zz_ospolicyassignment_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/osconfig/v1beta1/zz_ospolicyassignment_types.go b/apis/osconfig/v1beta1/zz_ospolicyassignment_types.go index 982ba6d7c..09a026aaf 100755 --- a/apis/osconfig/v1beta1/zz_ospolicyassignment_types.go +++ b/apis/osconfig/v1beta1/zz_ospolicyassignment_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/osconfig/v1beta1/zz_patchdeployment_terraformed.go b/apis/osconfig/v1beta1/zz_patchdeployment_terraformed.go index 5ad696f05..df022dce1 100755 --- a/apis/osconfig/v1beta1/zz_patchdeployment_terraformed.go +++ b/apis/osconfig/v1beta1/zz_patchdeployment_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/osconfig/v1beta1/zz_patchdeployment_types.go b/apis/osconfig/v1beta1/zz_patchdeployment_types.go index ed7a96402..14270a21c 100755 --- a/apis/osconfig/v1beta1/zz_patchdeployment_types.go +++ b/apis/osconfig/v1beta1/zz_patchdeployment_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/oslogin/v1beta1/zz_generated.conversion_hubs.go b/apis/oslogin/v1beta1/zz_generated.conversion_hubs.go index be377bdd9..06de1eb77 100755 --- a/apis/oslogin/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/oslogin/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/oslogin/v1beta1/zz_generated.deepcopy.go b/apis/oslogin/v1beta1/zz_generated.deepcopy.go index a4f560db4..de01a8c29 100644 --- a/apis/oslogin/v1beta1/zz_generated.deepcopy.go +++ b/apis/oslogin/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/oslogin/v1beta1/zz_generated.managed.go b/apis/oslogin/v1beta1/zz_generated.managed.go index 87bed8bb1..deea254cf 100644 --- a/apis/oslogin/v1beta1/zz_generated.managed.go +++ b/apis/oslogin/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/oslogin/v1beta1/zz_generated.managedlist.go b/apis/oslogin/v1beta1/zz_generated.managedlist.go index 4bf15b8f0..21ce2960e 100644 --- a/apis/oslogin/v1beta1/zz_generated.managedlist.go +++ b/apis/oslogin/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/oslogin/v1beta1/zz_groupversion_info.go b/apis/oslogin/v1beta1/zz_groupversion_info.go index 03d6a09c6..2df8b4981 100755 --- a/apis/oslogin/v1beta1/zz_groupversion_info.go +++ b/apis/oslogin/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/oslogin/v1beta1/zz_sshpublickey_terraformed.go b/apis/oslogin/v1beta1/zz_sshpublickey_terraformed.go index fb2d1053e..37b33e151 100755 --- a/apis/oslogin/v1beta1/zz_sshpublickey_terraformed.go +++ b/apis/oslogin/v1beta1/zz_sshpublickey_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/oslogin/v1beta1/zz_sshpublickey_types.go b/apis/oslogin/v1beta1/zz_sshpublickey_types.go index 6c9fb5007..02148fe89 100755 --- a/apis/oslogin/v1beta1/zz_sshpublickey_types.go +++ b/apis/oslogin/v1beta1/zz_sshpublickey_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_capool_terraformed.go b/apis/privateca/v1beta1/zz_capool_terraformed.go index 4c95ea85e..37c9db09f 100755 --- a/apis/privateca/v1beta1/zz_capool_terraformed.go +++ b/apis/privateca/v1beta1/zz_capool_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_capool_types.go b/apis/privateca/v1beta1/zz_capool_types.go index c34807e11..91f237f4a 100755 --- a/apis/privateca/v1beta1/zz_capool_types.go +++ b/apis/privateca/v1beta1/zz_capool_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_capooliammember_terraformed.go b/apis/privateca/v1beta1/zz_capooliammember_terraformed.go index 0c906da86..afaa8ef79 100755 --- a/apis/privateca/v1beta1/zz_capooliammember_terraformed.go +++ b/apis/privateca/v1beta1/zz_capooliammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_capooliammember_types.go b/apis/privateca/v1beta1/zz_capooliammember_types.go index ce00ab8d6..35adabcf7 100755 --- a/apis/privateca/v1beta1/zz_capooliammember_types.go +++ b/apis/privateca/v1beta1/zz_capooliammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_certificate_terraformed.go b/apis/privateca/v1beta1/zz_certificate_terraformed.go index 2520af4aa..9dcf53014 100755 --- a/apis/privateca/v1beta1/zz_certificate_terraformed.go +++ b/apis/privateca/v1beta1/zz_certificate_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_certificate_types.go b/apis/privateca/v1beta1/zz_certificate_types.go index db9f1dae1..22de53927 100755 --- a/apis/privateca/v1beta1/zz_certificate_types.go +++ b/apis/privateca/v1beta1/zz_certificate_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_certificateauthority_terraformed.go b/apis/privateca/v1beta1/zz_certificateauthority_terraformed.go index f2619d172..985e45c92 100755 --- a/apis/privateca/v1beta1/zz_certificateauthority_terraformed.go +++ b/apis/privateca/v1beta1/zz_certificateauthority_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_certificateauthority_types.go b/apis/privateca/v1beta1/zz_certificateauthority_types.go index db87f2338..6954282f2 100755 --- a/apis/privateca/v1beta1/zz_certificateauthority_types.go +++ b/apis/privateca/v1beta1/zz_certificateauthority_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_certificatetemplate_terraformed.go b/apis/privateca/v1beta1/zz_certificatetemplate_terraformed.go index ea9620d66..03a9afe7c 100755 --- a/apis/privateca/v1beta1/zz_certificatetemplate_terraformed.go +++ b/apis/privateca/v1beta1/zz_certificatetemplate_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_certificatetemplate_types.go b/apis/privateca/v1beta1/zz_certificatetemplate_types.go index 5d2cb642c..8182c8e87 100755 --- a/apis/privateca/v1beta1/zz_certificatetemplate_types.go +++ b/apis/privateca/v1beta1/zz_certificatetemplate_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_certificatetemplateiammember_terraformed.go b/apis/privateca/v1beta1/zz_certificatetemplateiammember_terraformed.go index a778110de..4439b2125 100755 --- a/apis/privateca/v1beta1/zz_certificatetemplateiammember_terraformed.go +++ b/apis/privateca/v1beta1/zz_certificatetemplateiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_certificatetemplateiammember_types.go b/apis/privateca/v1beta1/zz_certificatetemplateiammember_types.go index a57d7bf6a..d83b1f148 100755 --- a/apis/privateca/v1beta1/zz_certificatetemplateiammember_types.go +++ b/apis/privateca/v1beta1/zz_certificatetemplateiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_generated.conversion_hubs.go b/apis/privateca/v1beta1/zz_generated.conversion_hubs.go index e72db4dc2..6fd0d5b76 100755 --- a/apis/privateca/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/privateca/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_generated.deepcopy.go b/apis/privateca/v1beta1/zz_generated.deepcopy.go index c255b6125..cbee3958f 100644 --- a/apis/privateca/v1beta1/zz_generated.deepcopy.go +++ b/apis/privateca/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/privateca/v1beta1/zz_generated.managed.go b/apis/privateca/v1beta1/zz_generated.managed.go index 5ee29eaa6..dd333dbb2 100644 --- a/apis/privateca/v1beta1/zz_generated.managed.go +++ b/apis/privateca/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_generated.managedlist.go b/apis/privateca/v1beta1/zz_generated.managedlist.go index 91c004469..1a2a0de0a 100644 --- a/apis/privateca/v1beta1/zz_generated.managedlist.go +++ b/apis/privateca/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/privateca/v1beta1/zz_generated.resolvers.go b/apis/privateca/v1beta1/zz_generated.resolvers.go index 94babb84b..80fe9e1b9 100644 --- a/apis/privateca/v1beta1/zz_generated.resolvers.go +++ b/apis/privateca/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/privateca/v1beta1/zz_groupversion_info.go b/apis/privateca/v1beta1/zz_groupversion_info.go index 63d56c8e8..415c2733b 100755 --- a/apis/privateca/v1beta1/zz_groupversion_info.go +++ b/apis/privateca/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/pubsub/v1beta1/zz_generated.conversion_hubs.go b/apis/pubsub/v1beta1/zz_generated.conversion_hubs.go index ffbc502b6..a557e310d 100755 --- a/apis/pubsub/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/pubsub/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_generated.deepcopy.go b/apis/pubsub/v1beta1/zz_generated.deepcopy.go index 1f774bf70..002812a7d 100644 --- a/apis/pubsub/v1beta1/zz_generated.deepcopy.go +++ b/apis/pubsub/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/pubsub/v1beta1/zz_generated.managed.go b/apis/pubsub/v1beta1/zz_generated.managed.go index eaf163659..50f02c780 100644 --- a/apis/pubsub/v1beta1/zz_generated.managed.go +++ b/apis/pubsub/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_generated.managedlist.go b/apis/pubsub/v1beta1/zz_generated.managedlist.go index 7b2442a62..6b5be8a29 100644 --- a/apis/pubsub/v1beta1/zz_generated.managedlist.go +++ b/apis/pubsub/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_generated.resolvers.go b/apis/pubsub/v1beta1/zz_generated.resolvers.go index d31ef943b..28596937c 100644 --- a/apis/pubsub/v1beta1/zz_generated.resolvers.go +++ b/apis/pubsub/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/pubsub/v1beta1/zz_groupversion_info.go b/apis/pubsub/v1beta1/zz_groupversion_info.go index 0d7b20075..6ef233da3 100755 --- a/apis/pubsub/v1beta1/zz_groupversion_info.go +++ b/apis/pubsub/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/pubsub/v1beta1/zz_litereservation_terraformed.go b/apis/pubsub/v1beta1/zz_litereservation_terraformed.go index f3c9052e9..6e103927c 100755 --- a/apis/pubsub/v1beta1/zz_litereservation_terraformed.go +++ b/apis/pubsub/v1beta1/zz_litereservation_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_litereservation_types.go b/apis/pubsub/v1beta1/zz_litereservation_types.go index 363335fa9..21ab9d9a8 100755 --- a/apis/pubsub/v1beta1/zz_litereservation_types.go +++ b/apis/pubsub/v1beta1/zz_litereservation_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_litesubscription_terraformed.go b/apis/pubsub/v1beta1/zz_litesubscription_terraformed.go index 736549ca0..57aab16bf 100755 --- a/apis/pubsub/v1beta1/zz_litesubscription_terraformed.go +++ b/apis/pubsub/v1beta1/zz_litesubscription_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_litesubscription_types.go b/apis/pubsub/v1beta1/zz_litesubscription_types.go index 0b45e6ddc..b7beb70b5 100755 --- a/apis/pubsub/v1beta1/zz_litesubscription_types.go +++ b/apis/pubsub/v1beta1/zz_litesubscription_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_litetopic_terraformed.go b/apis/pubsub/v1beta1/zz_litetopic_terraformed.go index 44ec03859..2e8ea7f7d 100755 --- a/apis/pubsub/v1beta1/zz_litetopic_terraformed.go +++ b/apis/pubsub/v1beta1/zz_litetopic_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_litetopic_types.go b/apis/pubsub/v1beta1/zz_litetopic_types.go index 16da594f4..de874b7e1 100755 --- a/apis/pubsub/v1beta1/zz_litetopic_types.go +++ b/apis/pubsub/v1beta1/zz_litetopic_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_schema_terraformed.go b/apis/pubsub/v1beta1/zz_schema_terraformed.go index cce4ed078..b1b93ae53 100755 --- a/apis/pubsub/v1beta1/zz_schema_terraformed.go +++ b/apis/pubsub/v1beta1/zz_schema_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_schema_types.go b/apis/pubsub/v1beta1/zz_schema_types.go index 0549887b1..a11595453 100755 --- a/apis/pubsub/v1beta1/zz_schema_types.go +++ b/apis/pubsub/v1beta1/zz_schema_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_subscription_terraformed.go b/apis/pubsub/v1beta1/zz_subscription_terraformed.go index 068c88db4..5ef9e9732 100755 --- a/apis/pubsub/v1beta1/zz_subscription_terraformed.go +++ b/apis/pubsub/v1beta1/zz_subscription_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_subscription_types.go b/apis/pubsub/v1beta1/zz_subscription_types.go index 19b078f80..8d6bbc1a2 100755 --- a/apis/pubsub/v1beta1/zz_subscription_types.go +++ b/apis/pubsub/v1beta1/zz_subscription_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_subscriptioniammember_terraformed.go b/apis/pubsub/v1beta1/zz_subscriptioniammember_terraformed.go index e360627e5..b01012a7f 100755 --- a/apis/pubsub/v1beta1/zz_subscriptioniammember_terraformed.go +++ b/apis/pubsub/v1beta1/zz_subscriptioniammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_subscriptioniammember_types.go b/apis/pubsub/v1beta1/zz_subscriptioniammember_types.go index 8fd4b07f1..c994a0d92 100755 --- a/apis/pubsub/v1beta1/zz_subscriptioniammember_types.go +++ b/apis/pubsub/v1beta1/zz_subscriptioniammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_topic_terraformed.go b/apis/pubsub/v1beta1/zz_topic_terraformed.go index 45f9b0b77..f9346bdd0 100755 --- a/apis/pubsub/v1beta1/zz_topic_terraformed.go +++ b/apis/pubsub/v1beta1/zz_topic_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_topic_types.go b/apis/pubsub/v1beta1/zz_topic_types.go index 485d48d60..72df45564 100755 --- a/apis/pubsub/v1beta1/zz_topic_types.go +++ b/apis/pubsub/v1beta1/zz_topic_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_topiciammember_terraformed.go b/apis/pubsub/v1beta1/zz_topiciammember_terraformed.go index 4d73b5f1e..df242aec1 100755 --- a/apis/pubsub/v1beta1/zz_topiciammember_terraformed.go +++ b/apis/pubsub/v1beta1/zz_topiciammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/pubsub/v1beta1/zz_topiciammember_types.go b/apis/pubsub/v1beta1/zz_topiciammember_types.go index 3e7bd5e69..40739aece 100755 --- a/apis/pubsub/v1beta1/zz_topiciammember_types.go +++ b/apis/pubsub/v1beta1/zz_topiciammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/redis/v1beta1/zz_generated.conversion_hubs.go b/apis/redis/v1beta1/zz_generated.conversion_hubs.go index 2b8fae707..61a4a671c 100755 --- a/apis/redis/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/redis/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/redis/v1beta1/zz_generated.deepcopy.go b/apis/redis/v1beta1/zz_generated.deepcopy.go index a69a3ac07..f9639f28d 100644 --- a/apis/redis/v1beta1/zz_generated.deepcopy.go +++ b/apis/redis/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/redis/v1beta1/zz_generated.managed.go b/apis/redis/v1beta1/zz_generated.managed.go index b1d77a96e..ed6281bb9 100644 --- a/apis/redis/v1beta1/zz_generated.managed.go +++ b/apis/redis/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/redis/v1beta1/zz_generated.managedlist.go b/apis/redis/v1beta1/zz_generated.managedlist.go index 5e70c31fe..4d2d3e8ad 100644 --- a/apis/redis/v1beta1/zz_generated.managedlist.go +++ b/apis/redis/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/redis/v1beta1/zz_generated.resolvers.go b/apis/redis/v1beta1/zz_generated.resolvers.go index c92f457b1..84a0b3716 100644 --- a/apis/redis/v1beta1/zz_generated.resolvers.go +++ b/apis/redis/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/redis/v1beta1/zz_groupversion_info.go b/apis/redis/v1beta1/zz_groupversion_info.go index 1f6303805..c44e7847b 100755 --- a/apis/redis/v1beta1/zz_groupversion_info.go +++ b/apis/redis/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/redis/v1beta1/zz_instance_terraformed.go b/apis/redis/v1beta1/zz_instance_terraformed.go index b26dc3d44..041327747 100755 --- a/apis/redis/v1beta1/zz_instance_terraformed.go +++ b/apis/redis/v1beta1/zz_instance_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/redis/v1beta1/zz_instance_types.go b/apis/redis/v1beta1/zz_instance_types.go index 5b0feb796..760060c94 100755 --- a/apis/redis/v1beta1/zz_instance_types.go +++ b/apis/redis/v1beta1/zz_instance_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/secretmanager/v1beta1/zz_generated.conversion_hubs.go b/apis/secretmanager/v1beta1/zz_generated.conversion_hubs.go index 1be3a233e..2c6f29061 100755 --- a/apis/secretmanager/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/secretmanager/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/secretmanager/v1beta1/zz_generated.deepcopy.go b/apis/secretmanager/v1beta1/zz_generated.deepcopy.go index d0ebc35b9..71a48453b 100644 --- a/apis/secretmanager/v1beta1/zz_generated.deepcopy.go +++ b/apis/secretmanager/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/secretmanager/v1beta1/zz_generated.managed.go b/apis/secretmanager/v1beta1/zz_generated.managed.go index f893a4d42..57694f883 100644 --- a/apis/secretmanager/v1beta1/zz_generated.managed.go +++ b/apis/secretmanager/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/secretmanager/v1beta1/zz_generated.managedlist.go b/apis/secretmanager/v1beta1/zz_generated.managedlist.go index 3a7de9554..9194df19b 100644 --- a/apis/secretmanager/v1beta1/zz_generated.managedlist.go +++ b/apis/secretmanager/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/secretmanager/v1beta1/zz_generated.resolvers.go b/apis/secretmanager/v1beta1/zz_generated.resolvers.go index 3441a09ed..fb2d09dd3 100644 --- a/apis/secretmanager/v1beta1/zz_generated.resolvers.go +++ b/apis/secretmanager/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/secretmanager/v1beta1/zz_groupversion_info.go b/apis/secretmanager/v1beta1/zz_groupversion_info.go index 642c0504c..d1823edc5 100755 --- a/apis/secretmanager/v1beta1/zz_groupversion_info.go +++ b/apis/secretmanager/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/secretmanager/v1beta1/zz_secret_terraformed.go b/apis/secretmanager/v1beta1/zz_secret_terraformed.go index fa1f1cf22..c620aa5e4 100755 --- a/apis/secretmanager/v1beta1/zz_secret_terraformed.go +++ b/apis/secretmanager/v1beta1/zz_secret_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/secretmanager/v1beta1/zz_secret_types.go b/apis/secretmanager/v1beta1/zz_secret_types.go index ec14b96c5..d9c81faf5 100755 --- a/apis/secretmanager/v1beta1/zz_secret_types.go +++ b/apis/secretmanager/v1beta1/zz_secret_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/secretmanager/v1beta1/zz_secretiammember_terraformed.go b/apis/secretmanager/v1beta1/zz_secretiammember_terraformed.go index 415f3ec82..a098e7f2b 100755 --- a/apis/secretmanager/v1beta1/zz_secretiammember_terraformed.go +++ b/apis/secretmanager/v1beta1/zz_secretiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/secretmanager/v1beta1/zz_secretiammember_types.go b/apis/secretmanager/v1beta1/zz_secretiammember_types.go index f819474f5..40d5c66ec 100755 --- a/apis/secretmanager/v1beta1/zz_secretiammember_types.go +++ b/apis/secretmanager/v1beta1/zz_secretiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/secretmanager/v1beta1/zz_secretversion_terraformed.go b/apis/secretmanager/v1beta1/zz_secretversion_terraformed.go index e1ac8ce20..ae458ebad 100755 --- a/apis/secretmanager/v1beta1/zz_secretversion_terraformed.go +++ b/apis/secretmanager/v1beta1/zz_secretversion_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/secretmanager/v1beta1/zz_secretversion_types.go b/apis/secretmanager/v1beta1/zz_secretversion_types.go index 77af5979e..3527b8e31 100755 --- a/apis/secretmanager/v1beta1/zz_secretversion_types.go +++ b/apis/secretmanager/v1beta1/zz_secretversion_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/servicenetworking/v1beta1/zz_connection_terraformed.go b/apis/servicenetworking/v1beta1/zz_connection_terraformed.go index c0b9f1074..132168541 100755 --- a/apis/servicenetworking/v1beta1/zz_connection_terraformed.go +++ b/apis/servicenetworking/v1beta1/zz_connection_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/servicenetworking/v1beta1/zz_connection_types.go b/apis/servicenetworking/v1beta1/zz_connection_types.go index 7dbe83a23..9c24f06b5 100755 --- a/apis/servicenetworking/v1beta1/zz_connection_types.go +++ b/apis/servicenetworking/v1beta1/zz_connection_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/servicenetworking/v1beta1/zz_generated.conversion_hubs.go b/apis/servicenetworking/v1beta1/zz_generated.conversion_hubs.go index 56b68150d..840464aee 100755 --- a/apis/servicenetworking/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/servicenetworking/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/servicenetworking/v1beta1/zz_generated.deepcopy.go b/apis/servicenetworking/v1beta1/zz_generated.deepcopy.go index f1690075e..ac838b435 100644 --- a/apis/servicenetworking/v1beta1/zz_generated.deepcopy.go +++ b/apis/servicenetworking/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/servicenetworking/v1beta1/zz_generated.managed.go b/apis/servicenetworking/v1beta1/zz_generated.managed.go index dcd856e35..16ff2b64c 100644 --- a/apis/servicenetworking/v1beta1/zz_generated.managed.go +++ b/apis/servicenetworking/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/servicenetworking/v1beta1/zz_generated.managedlist.go b/apis/servicenetworking/v1beta1/zz_generated.managedlist.go index 6f18c4842..af651cde3 100644 --- a/apis/servicenetworking/v1beta1/zz_generated.managedlist.go +++ b/apis/servicenetworking/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/servicenetworking/v1beta1/zz_generated.resolvers.go b/apis/servicenetworking/v1beta1/zz_generated.resolvers.go index 5ea5b290a..31836e415 100644 --- a/apis/servicenetworking/v1beta1/zz_generated.resolvers.go +++ b/apis/servicenetworking/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/servicenetworking/v1beta1/zz_groupversion_info.go b/apis/servicenetworking/v1beta1/zz_groupversion_info.go index 4b484d434..22e8bd1e7 100755 --- a/apis/servicenetworking/v1beta1/zz_groupversion_info.go +++ b/apis/servicenetworking/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/sourcerepo/v1beta1/zz_generated.conversion_hubs.go b/apis/sourcerepo/v1beta1/zz_generated.conversion_hubs.go index 1ae395664..453ab6f5e 100755 --- a/apis/sourcerepo/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/sourcerepo/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sourcerepo/v1beta1/zz_generated.deepcopy.go b/apis/sourcerepo/v1beta1/zz_generated.deepcopy.go index ccf549522..14cbe8d80 100644 --- a/apis/sourcerepo/v1beta1/zz_generated.deepcopy.go +++ b/apis/sourcerepo/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/sourcerepo/v1beta1/zz_generated.managed.go b/apis/sourcerepo/v1beta1/zz_generated.managed.go index 863f14f14..1306c719d 100644 --- a/apis/sourcerepo/v1beta1/zz_generated.managed.go +++ b/apis/sourcerepo/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sourcerepo/v1beta1/zz_generated.managedlist.go b/apis/sourcerepo/v1beta1/zz_generated.managedlist.go index 8ca28b415..f1b663371 100644 --- a/apis/sourcerepo/v1beta1/zz_generated.managedlist.go +++ b/apis/sourcerepo/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sourcerepo/v1beta1/zz_generated.resolvers.go b/apis/sourcerepo/v1beta1/zz_generated.resolvers.go index 373c47a59..d343461e3 100644 --- a/apis/sourcerepo/v1beta1/zz_generated.resolvers.go +++ b/apis/sourcerepo/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/sourcerepo/v1beta1/zz_groupversion_info.go b/apis/sourcerepo/v1beta1/zz_groupversion_info.go index 48f551d51..c1d6f7d5c 100755 --- a/apis/sourcerepo/v1beta1/zz_groupversion_info.go +++ b/apis/sourcerepo/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/sourcerepo/v1beta1/zz_repository_terraformed.go b/apis/sourcerepo/v1beta1/zz_repository_terraformed.go index c8d524dc2..a6af1f95b 100755 --- a/apis/sourcerepo/v1beta1/zz_repository_terraformed.go +++ b/apis/sourcerepo/v1beta1/zz_repository_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sourcerepo/v1beta1/zz_repository_types.go b/apis/sourcerepo/v1beta1/zz_repository_types.go index 1ead4523b..e5d132338 100755 --- a/apis/sourcerepo/v1beta1/zz_repository_types.go +++ b/apis/sourcerepo/v1beta1/zz_repository_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sourcerepo/v1beta1/zz_repositoryiammember_terraformed.go b/apis/sourcerepo/v1beta1/zz_repositoryiammember_terraformed.go index 598a797ee..0e3ef8657 100755 --- a/apis/sourcerepo/v1beta1/zz_repositoryiammember_terraformed.go +++ b/apis/sourcerepo/v1beta1/zz_repositoryiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sourcerepo/v1beta1/zz_repositoryiammember_types.go b/apis/sourcerepo/v1beta1/zz_repositoryiammember_types.go index b7a3f0376..d30c29da2 100755 --- a/apis/sourcerepo/v1beta1/zz_repositoryiammember_types.go +++ b/apis/sourcerepo/v1beta1/zz_repositoryiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/spanner/v1beta1/zz_database_terraformed.go b/apis/spanner/v1beta1/zz_database_terraformed.go index 6d4cdfea5..130f9b320 100755 --- a/apis/spanner/v1beta1/zz_database_terraformed.go +++ b/apis/spanner/v1beta1/zz_database_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/spanner/v1beta1/zz_database_types.go b/apis/spanner/v1beta1/zz_database_types.go index 7019e156e..81e743dde 100755 --- a/apis/spanner/v1beta1/zz_database_types.go +++ b/apis/spanner/v1beta1/zz_database_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/spanner/v1beta1/zz_databaseiammember_terraformed.go b/apis/spanner/v1beta1/zz_databaseiammember_terraformed.go index 75f333b87..820b9ef3b 100755 --- a/apis/spanner/v1beta1/zz_databaseiammember_terraformed.go +++ b/apis/spanner/v1beta1/zz_databaseiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/spanner/v1beta1/zz_databaseiammember_types.go b/apis/spanner/v1beta1/zz_databaseiammember_types.go index 84288ab14..c3e50cce4 100755 --- a/apis/spanner/v1beta1/zz_databaseiammember_types.go +++ b/apis/spanner/v1beta1/zz_databaseiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/spanner/v1beta1/zz_generated.conversion_hubs.go b/apis/spanner/v1beta1/zz_generated.conversion_hubs.go index 8b253f3a6..2053a7bfb 100755 --- a/apis/spanner/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/spanner/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/spanner/v1beta1/zz_generated.deepcopy.go b/apis/spanner/v1beta1/zz_generated.deepcopy.go index 6cbfebf41..282486528 100644 --- a/apis/spanner/v1beta1/zz_generated.deepcopy.go +++ b/apis/spanner/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/spanner/v1beta1/zz_generated.managed.go b/apis/spanner/v1beta1/zz_generated.managed.go index af4252ad7..b74889368 100644 --- a/apis/spanner/v1beta1/zz_generated.managed.go +++ b/apis/spanner/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/spanner/v1beta1/zz_generated.managedlist.go b/apis/spanner/v1beta1/zz_generated.managedlist.go index d7bd209db..da15116e9 100644 --- a/apis/spanner/v1beta1/zz_generated.managedlist.go +++ b/apis/spanner/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/spanner/v1beta1/zz_generated.resolvers.go b/apis/spanner/v1beta1/zz_generated.resolvers.go index 38b844982..df341597e 100644 --- a/apis/spanner/v1beta1/zz_generated.resolvers.go +++ b/apis/spanner/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/spanner/v1beta1/zz_groupversion_info.go b/apis/spanner/v1beta1/zz_groupversion_info.go index 11770b87c..65f81f438 100755 --- a/apis/spanner/v1beta1/zz_groupversion_info.go +++ b/apis/spanner/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/spanner/v1beta1/zz_instance_terraformed.go b/apis/spanner/v1beta1/zz_instance_terraformed.go index fe007e4ec..972f7c0a5 100755 --- a/apis/spanner/v1beta1/zz_instance_terraformed.go +++ b/apis/spanner/v1beta1/zz_instance_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/spanner/v1beta1/zz_instance_types.go b/apis/spanner/v1beta1/zz_instance_types.go index 4f762f45e..8b6375687 100755 --- a/apis/spanner/v1beta1/zz_instance_types.go +++ b/apis/spanner/v1beta1/zz_instance_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/spanner/v1beta1/zz_instanceiammember_terraformed.go b/apis/spanner/v1beta1/zz_instanceiammember_terraformed.go index df038e599..93790c036 100755 --- a/apis/spanner/v1beta1/zz_instanceiammember_terraformed.go +++ b/apis/spanner/v1beta1/zz_instanceiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/spanner/v1beta1/zz_instanceiammember_types.go b/apis/spanner/v1beta1/zz_instanceiammember_types.go index e78654f01..765798bc5 100755 --- a/apis/spanner/v1beta1/zz_instanceiammember_types.go +++ b/apis/spanner/v1beta1/zz_instanceiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sql/v1beta1/zz_database_terraformed.go b/apis/sql/v1beta1/zz_database_terraformed.go index 5dc9e3108..b078c1f4b 100755 --- a/apis/sql/v1beta1/zz_database_terraformed.go +++ b/apis/sql/v1beta1/zz_database_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sql/v1beta1/zz_database_types.go b/apis/sql/v1beta1/zz_database_types.go index e72b1e389..87091d18f 100755 --- a/apis/sql/v1beta1/zz_database_types.go +++ b/apis/sql/v1beta1/zz_database_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sql/v1beta1/zz_databaseinstance_terraformed.go b/apis/sql/v1beta1/zz_databaseinstance_terraformed.go index fde4846a6..c142ff0f6 100755 --- a/apis/sql/v1beta1/zz_databaseinstance_terraformed.go +++ b/apis/sql/v1beta1/zz_databaseinstance_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sql/v1beta1/zz_databaseinstance_types.go b/apis/sql/v1beta1/zz_databaseinstance_types.go index a0a20e57d..656465ddf 100755 --- a/apis/sql/v1beta1/zz_databaseinstance_types.go +++ b/apis/sql/v1beta1/zz_databaseinstance_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sql/v1beta1/zz_generated.conversion_hubs.go b/apis/sql/v1beta1/zz_generated.conversion_hubs.go index 1ecedf0fc..36e9e0f0e 100755 --- a/apis/sql/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/sql/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sql/v1beta1/zz_generated.deepcopy.go b/apis/sql/v1beta1/zz_generated.deepcopy.go index 1382c1404..b3cf348a8 100644 --- a/apis/sql/v1beta1/zz_generated.deepcopy.go +++ b/apis/sql/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/sql/v1beta1/zz_generated.managed.go b/apis/sql/v1beta1/zz_generated.managed.go index 5dc9ee5d3..59e13b189 100644 --- a/apis/sql/v1beta1/zz_generated.managed.go +++ b/apis/sql/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sql/v1beta1/zz_generated.managedlist.go b/apis/sql/v1beta1/zz_generated.managedlist.go index 9e0c03cd9..35e414882 100644 --- a/apis/sql/v1beta1/zz_generated.managedlist.go +++ b/apis/sql/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sql/v1beta1/zz_generated.resolvers.go b/apis/sql/v1beta1/zz_generated.resolvers.go index ffadef0ba..b5dc5d372 100644 --- a/apis/sql/v1beta1/zz_generated.resolvers.go +++ b/apis/sql/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/sql/v1beta1/zz_groupversion_info.go b/apis/sql/v1beta1/zz_groupversion_info.go index 6309dbda0..c2949b824 100755 --- a/apis/sql/v1beta1/zz_groupversion_info.go +++ b/apis/sql/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/sql/v1beta1/zz_sourcerepresentationinstance_terraformed.go b/apis/sql/v1beta1/zz_sourcerepresentationinstance_terraformed.go index 31d85d7ae..9afd6499b 100755 --- a/apis/sql/v1beta1/zz_sourcerepresentationinstance_terraformed.go +++ b/apis/sql/v1beta1/zz_sourcerepresentationinstance_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sql/v1beta1/zz_sourcerepresentationinstance_types.go b/apis/sql/v1beta1/zz_sourcerepresentationinstance_types.go index 2f551ad08..9c8a3a790 100755 --- a/apis/sql/v1beta1/zz_sourcerepresentationinstance_types.go +++ b/apis/sql/v1beta1/zz_sourcerepresentationinstance_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sql/v1beta1/zz_sslcert_terraformed.go b/apis/sql/v1beta1/zz_sslcert_terraformed.go index 4d539bbec..c859d424f 100755 --- a/apis/sql/v1beta1/zz_sslcert_terraformed.go +++ b/apis/sql/v1beta1/zz_sslcert_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sql/v1beta1/zz_sslcert_types.go b/apis/sql/v1beta1/zz_sslcert_types.go index 081fd512e..132809379 100755 --- a/apis/sql/v1beta1/zz_sslcert_types.go +++ b/apis/sql/v1beta1/zz_sslcert_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sql/v1beta1/zz_user_terraformed.go b/apis/sql/v1beta1/zz_user_terraformed.go index 8acbf117c..ec3c80b82 100755 --- a/apis/sql/v1beta1/zz_user_terraformed.go +++ b/apis/sql/v1beta1/zz_user_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/sql/v1beta1/zz_user_types.go b/apis/sql/v1beta1/zz_user_types.go index c0fbbce8c..52e24ce49 100755 --- a/apis/sql/v1beta1/zz_user_types.go +++ b/apis/sql/v1beta1/zz_user_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_bucket_terraformed.go b/apis/storage/v1beta1/zz_bucket_terraformed.go index 83a5dd2ae..addd2d8f3 100755 --- a/apis/storage/v1beta1/zz_bucket_terraformed.go +++ b/apis/storage/v1beta1/zz_bucket_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_bucket_types.go b/apis/storage/v1beta1/zz_bucket_types.go index 6bd035dad..776e690b0 100755 --- a/apis/storage/v1beta1/zz_bucket_types.go +++ b/apis/storage/v1beta1/zz_bucket_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_bucketaccesscontrol_terraformed.go b/apis/storage/v1beta1/zz_bucketaccesscontrol_terraformed.go index 5f9cea62d..f1d6347b1 100755 --- a/apis/storage/v1beta1/zz_bucketaccesscontrol_terraformed.go +++ b/apis/storage/v1beta1/zz_bucketaccesscontrol_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_bucketaccesscontrol_types.go b/apis/storage/v1beta1/zz_bucketaccesscontrol_types.go index 4caa90a63..3e72d46a2 100755 --- a/apis/storage/v1beta1/zz_bucketaccesscontrol_types.go +++ b/apis/storage/v1beta1/zz_bucketaccesscontrol_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_bucketacl_terraformed.go b/apis/storage/v1beta1/zz_bucketacl_terraformed.go index 32c9c50e2..3608bbc8c 100755 --- a/apis/storage/v1beta1/zz_bucketacl_terraformed.go +++ b/apis/storage/v1beta1/zz_bucketacl_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_bucketacl_types.go b/apis/storage/v1beta1/zz_bucketacl_types.go index 44f4df4b6..c94f9c043 100755 --- a/apis/storage/v1beta1/zz_bucketacl_types.go +++ b/apis/storage/v1beta1/zz_bucketacl_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_bucketiammember_terraformed.go b/apis/storage/v1beta1/zz_bucketiammember_terraformed.go index ad1862249..252e6b2e9 100755 --- a/apis/storage/v1beta1/zz_bucketiammember_terraformed.go +++ b/apis/storage/v1beta1/zz_bucketiammember_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_bucketiammember_types.go b/apis/storage/v1beta1/zz_bucketiammember_types.go index 7bab1e26b..9e6383a6a 100755 --- a/apis/storage/v1beta1/zz_bucketiammember_types.go +++ b/apis/storage/v1beta1/zz_bucketiammember_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_bucketobject_terraformed.go b/apis/storage/v1beta1/zz_bucketobject_terraformed.go index d82a96821..f3b69c136 100755 --- a/apis/storage/v1beta1/zz_bucketobject_terraformed.go +++ b/apis/storage/v1beta1/zz_bucketobject_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_bucketobject_types.go b/apis/storage/v1beta1/zz_bucketobject_types.go index 64af35065..639429b15 100755 --- a/apis/storage/v1beta1/zz_bucketobject_types.go +++ b/apis/storage/v1beta1/zz_bucketobject_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_defaultobjectaccesscontrol_terraformed.go b/apis/storage/v1beta1/zz_defaultobjectaccesscontrol_terraformed.go index 74b3ff8ee..013a82a35 100755 --- a/apis/storage/v1beta1/zz_defaultobjectaccesscontrol_terraformed.go +++ b/apis/storage/v1beta1/zz_defaultobjectaccesscontrol_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_defaultobjectaccesscontrol_types.go b/apis/storage/v1beta1/zz_defaultobjectaccesscontrol_types.go index f7569a08b..89025000e 100755 --- a/apis/storage/v1beta1/zz_defaultobjectaccesscontrol_types.go +++ b/apis/storage/v1beta1/zz_defaultobjectaccesscontrol_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_defaultobjectacl_terraformed.go b/apis/storage/v1beta1/zz_defaultobjectacl_terraformed.go index eeb9ae8a3..8573f5534 100755 --- a/apis/storage/v1beta1/zz_defaultobjectacl_terraformed.go +++ b/apis/storage/v1beta1/zz_defaultobjectacl_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_defaultobjectacl_types.go b/apis/storage/v1beta1/zz_defaultobjectacl_types.go index c06d32121..69a1504f8 100755 --- a/apis/storage/v1beta1/zz_defaultobjectacl_types.go +++ b/apis/storage/v1beta1/zz_defaultobjectacl_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_generated.conversion_hubs.go b/apis/storage/v1beta1/zz_generated.conversion_hubs.go index 64336e037..7885264a2 100755 --- a/apis/storage/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/storage/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_generated.deepcopy.go b/apis/storage/v1beta1/zz_generated.deepcopy.go index 3cdcd18e5..d20aa171b 100644 --- a/apis/storage/v1beta1/zz_generated.deepcopy.go +++ b/apis/storage/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/storage/v1beta1/zz_generated.managed.go b/apis/storage/v1beta1/zz_generated.managed.go index d3d0721ce..8d8c4ea15 100644 --- a/apis/storage/v1beta1/zz_generated.managed.go +++ b/apis/storage/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_generated.managedlist.go b/apis/storage/v1beta1/zz_generated.managedlist.go index b613747d7..9432b1747 100644 --- a/apis/storage/v1beta1/zz_generated.managedlist.go +++ b/apis/storage/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_generated.resolvers.go b/apis/storage/v1beta1/zz_generated.resolvers.go index fd334fba8..47089d090 100644 --- a/apis/storage/v1beta1/zz_generated.resolvers.go +++ b/apis/storage/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/storage/v1beta1/zz_groupversion_info.go b/apis/storage/v1beta1/zz_groupversion_info.go index 561b87a2d..8743f57e2 100755 --- a/apis/storage/v1beta1/zz_groupversion_info.go +++ b/apis/storage/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/storage/v1beta1/zz_notification_terraformed.go b/apis/storage/v1beta1/zz_notification_terraformed.go index d6cafcb7b..cc75fbce2 100755 --- a/apis/storage/v1beta1/zz_notification_terraformed.go +++ b/apis/storage/v1beta1/zz_notification_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_notification_types.go b/apis/storage/v1beta1/zz_notification_types.go index 2fd152e83..8a6d4fa3a 100755 --- a/apis/storage/v1beta1/zz_notification_types.go +++ b/apis/storage/v1beta1/zz_notification_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_objectaccesscontrol_terraformed.go b/apis/storage/v1beta1/zz_objectaccesscontrol_terraformed.go index 87e7be68e..5477a7e77 100755 --- a/apis/storage/v1beta1/zz_objectaccesscontrol_terraformed.go +++ b/apis/storage/v1beta1/zz_objectaccesscontrol_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_objectaccesscontrol_types.go b/apis/storage/v1beta1/zz_objectaccesscontrol_types.go index 9da8b346a..1ab2f22a1 100755 --- a/apis/storage/v1beta1/zz_objectaccesscontrol_types.go +++ b/apis/storage/v1beta1/zz_objectaccesscontrol_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_objectacl_terraformed.go b/apis/storage/v1beta1/zz_objectacl_terraformed.go index 1192e18ed..b0179c2f8 100755 --- a/apis/storage/v1beta1/zz_objectacl_terraformed.go +++ b/apis/storage/v1beta1/zz_objectacl_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storage/v1beta1/zz_objectacl_types.go b/apis/storage/v1beta1/zz_objectacl_types.go index 975f85bc2..82202a9eb 100755 --- a/apis/storage/v1beta1/zz_objectacl_types.go +++ b/apis/storage/v1beta1/zz_objectacl_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storagetransfer/v1beta1/zz_agentpool_terraformed.go b/apis/storagetransfer/v1beta1/zz_agentpool_terraformed.go index 00ae566c7..34f88a0ce 100755 --- a/apis/storagetransfer/v1beta1/zz_agentpool_terraformed.go +++ b/apis/storagetransfer/v1beta1/zz_agentpool_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storagetransfer/v1beta1/zz_agentpool_types.go b/apis/storagetransfer/v1beta1/zz_agentpool_types.go index 4a28cc053..1c640fc52 100755 --- a/apis/storagetransfer/v1beta1/zz_agentpool_types.go +++ b/apis/storagetransfer/v1beta1/zz_agentpool_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storagetransfer/v1beta1/zz_generated.conversion_hubs.go b/apis/storagetransfer/v1beta1/zz_generated.conversion_hubs.go index 1f13efc7b..3c48e9f66 100755 --- a/apis/storagetransfer/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/storagetransfer/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storagetransfer/v1beta1/zz_generated.deepcopy.go b/apis/storagetransfer/v1beta1/zz_generated.deepcopy.go index a1ba74ee0..b102ecf2b 100644 --- a/apis/storagetransfer/v1beta1/zz_generated.deepcopy.go +++ b/apis/storagetransfer/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/storagetransfer/v1beta1/zz_generated.managed.go b/apis/storagetransfer/v1beta1/zz_generated.managed.go index 272fd193e..611648c87 100644 --- a/apis/storagetransfer/v1beta1/zz_generated.managed.go +++ b/apis/storagetransfer/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storagetransfer/v1beta1/zz_generated.managedlist.go b/apis/storagetransfer/v1beta1/zz_generated.managedlist.go index 564429489..378ef7f5f 100644 --- a/apis/storagetransfer/v1beta1/zz_generated.managedlist.go +++ b/apis/storagetransfer/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/storagetransfer/v1beta1/zz_groupversion_info.go b/apis/storagetransfer/v1beta1/zz_groupversion_info.go index 5f00080b5..dc9d77cb6 100755 --- a/apis/storagetransfer/v1beta1/zz_groupversion_info.go +++ b/apis/storagetransfer/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/tpu/v1beta1/zz_generated.conversion_hubs.go b/apis/tpu/v1beta1/zz_generated.conversion_hubs.go index 060c57dd0..97f22bceb 100755 --- a/apis/tpu/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/tpu/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/tpu/v1beta1/zz_generated.deepcopy.go b/apis/tpu/v1beta1/zz_generated.deepcopy.go index 722789d43..24e8fe781 100644 --- a/apis/tpu/v1beta1/zz_generated.deepcopy.go +++ b/apis/tpu/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/tpu/v1beta1/zz_generated.managed.go b/apis/tpu/v1beta1/zz_generated.managed.go index 597367190..f83729cb6 100644 --- a/apis/tpu/v1beta1/zz_generated.managed.go +++ b/apis/tpu/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/tpu/v1beta1/zz_generated.managedlist.go b/apis/tpu/v1beta1/zz_generated.managedlist.go index e312c2cd7..06bbdf3ca 100644 --- a/apis/tpu/v1beta1/zz_generated.managedlist.go +++ b/apis/tpu/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/tpu/v1beta1/zz_generated.resolvers.go b/apis/tpu/v1beta1/zz_generated.resolvers.go index 5124909e2..b877fb841 100644 --- a/apis/tpu/v1beta1/zz_generated.resolvers.go +++ b/apis/tpu/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/tpu/v1beta1/zz_groupversion_info.go b/apis/tpu/v1beta1/zz_groupversion_info.go index 4d2b389d5..b9b8f663c 100755 --- a/apis/tpu/v1beta1/zz_groupversion_info.go +++ b/apis/tpu/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/tpu/v1beta1/zz_node_terraformed.go b/apis/tpu/v1beta1/zz_node_terraformed.go index d15c7c2af..92ad8aefc 100755 --- a/apis/tpu/v1beta1/zz_node_terraformed.go +++ b/apis/tpu/v1beta1/zz_node_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/tpu/v1beta1/zz_node_types.go b/apis/tpu/v1beta1/zz_node_types.go index f2f4b73c7..9259c17a7 100755 --- a/apis/tpu/v1beta1/zz_node_types.go +++ b/apis/tpu/v1beta1/zz_node_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/v1alpha1/doc.go b/apis/v1alpha1/doc.go index 0146e6900..37772bbf4 100644 --- a/apis/v1alpha1/doc.go +++ b/apis/v1alpha1/doc.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains the core resources of the gcp jet provider. // +kubebuilder:object:generate=true diff --git a/apis/v1alpha1/register.go b/apis/v1alpha1/register.go index 95f9e5532..5f4f6f695 100644 --- a/apis/v1alpha1/register.go +++ b/apis/v1alpha1/register.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/apis/v1alpha1/types.go b/apis/v1alpha1/types.go index d373a3930..f3094dbab 100644 --- a/apis/v1alpha1/types.go +++ b/apis/v1alpha1/types.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/apis/v1alpha1/zz_generated.deepcopy.go b/apis/v1alpha1/zz_generated.deepcopy.go index 1991455b1..d22189dba 100644 --- a/apis/v1alpha1/zz_generated.deepcopy.go +++ b/apis/v1alpha1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/v1beta1/doc.go b/apis/v1beta1/doc.go index a21b1596f..cacbdde69 100644 --- a/apis/v1beta1/doc.go +++ b/apis/v1beta1/doc.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Package v1beta1 contains the core resources of the gcp jet provider. // +kubebuilder:object:generate=true diff --git a/apis/v1beta1/register.go b/apis/v1beta1/register.go index bc7cc9946..b0bf06651 100644 --- a/apis/v1beta1/register.go +++ b/apis/v1beta1/register.go @@ -1,18 +1,6 @@ -/* -Copyright 2022 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/apis/v1beta1/types.go b/apis/v1beta1/types.go index 7d0b704d1..47be2eae2 100644 --- a/apis/v1beta1/types.go +++ b/apis/v1beta1/types.go @@ -1,18 +1,6 @@ -/* -Copyright 2022 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/apis/v1beta1/zz_generated.deepcopy.go b/apis/v1beta1/zz_generated.deepcopy.go index 786f1866a..690932f93 100644 --- a/apis/v1beta1/zz_generated.deepcopy.go +++ b/apis/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/v1beta1/zz_generated.pc.go b/apis/v1beta1/zz_generated.pc.go index c8d18e30a..74ba0e61c 100644 --- a/apis/v1beta1/zz_generated.pc.go +++ b/apis/v1beta1/zz_generated.pc.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/v1beta1/zz_generated.pcu.go b/apis/v1beta1/zz_generated.pcu.go index ebde1a9d9..f252573d7 100644 --- a/apis/v1beta1/zz_generated.pcu.go +++ b/apis/v1beta1/zz_generated.pcu.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/v1beta1/zz_generated.pculist.go b/apis/v1beta1/zz_generated.pculist.go index ef9c07d20..181990ea0 100644 --- a/apis/v1beta1/zz_generated.pculist.go +++ b/apis/v1beta1/zz_generated.pculist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vertexai/v1beta1/zz_dataset_terraformed.go b/apis/vertexai/v1beta1/zz_dataset_terraformed.go index 204e60c6e..250944eb5 100755 --- a/apis/vertexai/v1beta1/zz_dataset_terraformed.go +++ b/apis/vertexai/v1beta1/zz_dataset_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vertexai/v1beta1/zz_dataset_types.go b/apis/vertexai/v1beta1/zz_dataset_types.go index aa686db13..490c0539e 100755 --- a/apis/vertexai/v1beta1/zz_dataset_types.go +++ b/apis/vertexai/v1beta1/zz_dataset_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vertexai/v1beta1/zz_featurestore_terraformed.go b/apis/vertexai/v1beta1/zz_featurestore_terraformed.go index eb50a354b..ff5587227 100755 --- a/apis/vertexai/v1beta1/zz_featurestore_terraformed.go +++ b/apis/vertexai/v1beta1/zz_featurestore_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vertexai/v1beta1/zz_featurestore_types.go b/apis/vertexai/v1beta1/zz_featurestore_types.go index 36f045dcc..6080c2c61 100755 --- a/apis/vertexai/v1beta1/zz_featurestore_types.go +++ b/apis/vertexai/v1beta1/zz_featurestore_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vertexai/v1beta1/zz_featurestoreentitytype_terraformed.go b/apis/vertexai/v1beta1/zz_featurestoreentitytype_terraformed.go index 1d624f7b2..836fa1188 100755 --- a/apis/vertexai/v1beta1/zz_featurestoreentitytype_terraformed.go +++ b/apis/vertexai/v1beta1/zz_featurestoreentitytype_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vertexai/v1beta1/zz_featurestoreentitytype_types.go b/apis/vertexai/v1beta1/zz_featurestoreentitytype_types.go index e5c44f02c..34e7be136 100755 --- a/apis/vertexai/v1beta1/zz_featurestoreentitytype_types.go +++ b/apis/vertexai/v1beta1/zz_featurestoreentitytype_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vertexai/v1beta1/zz_generated.conversion_hubs.go b/apis/vertexai/v1beta1/zz_generated.conversion_hubs.go index c1d6bcefd..fa4e4b14a 100755 --- a/apis/vertexai/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/vertexai/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vertexai/v1beta1/zz_generated.deepcopy.go b/apis/vertexai/v1beta1/zz_generated.deepcopy.go index 0e736734f..a1118de7e 100644 --- a/apis/vertexai/v1beta1/zz_generated.deepcopy.go +++ b/apis/vertexai/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/vertexai/v1beta1/zz_generated.managed.go b/apis/vertexai/v1beta1/zz_generated.managed.go index b38a42384..7b2ccec0f 100644 --- a/apis/vertexai/v1beta1/zz_generated.managed.go +++ b/apis/vertexai/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vertexai/v1beta1/zz_generated.managedlist.go b/apis/vertexai/v1beta1/zz_generated.managedlist.go index 54dd2d4e6..8b2c93100 100644 --- a/apis/vertexai/v1beta1/zz_generated.managedlist.go +++ b/apis/vertexai/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vertexai/v1beta1/zz_generated.resolvers.go b/apis/vertexai/v1beta1/zz_generated.resolvers.go index eea411b3c..d979020e5 100644 --- a/apis/vertexai/v1beta1/zz_generated.resolvers.go +++ b/apis/vertexai/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/vertexai/v1beta1/zz_groupversion_info.go b/apis/vertexai/v1beta1/zz_groupversion_info.go index 276f3cbb2..e71fddc7f 100755 --- a/apis/vertexai/v1beta1/zz_groupversion_info.go +++ b/apis/vertexai/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/vertexai/v1beta1/zz_tensorboard_terraformed.go b/apis/vertexai/v1beta1/zz_tensorboard_terraformed.go index f14251da1..6053e6afe 100755 --- a/apis/vertexai/v1beta1/zz_tensorboard_terraformed.go +++ b/apis/vertexai/v1beta1/zz_tensorboard_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vertexai/v1beta1/zz_tensorboard_types.go b/apis/vertexai/v1beta1/zz_tensorboard_types.go index 26e3e3500..e9f0c3677 100755 --- a/apis/vertexai/v1beta1/zz_tensorboard_types.go +++ b/apis/vertexai/v1beta1/zz_tensorboard_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vpcaccess/v1beta1/zz_connector_terraformed.go b/apis/vpcaccess/v1beta1/zz_connector_terraformed.go index c778d6dce..6b531318f 100755 --- a/apis/vpcaccess/v1beta1/zz_connector_terraformed.go +++ b/apis/vpcaccess/v1beta1/zz_connector_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vpcaccess/v1beta1/zz_connector_types.go b/apis/vpcaccess/v1beta1/zz_connector_types.go index 8061f0670..cfd96189d 100755 --- a/apis/vpcaccess/v1beta1/zz_connector_types.go +++ b/apis/vpcaccess/v1beta1/zz_connector_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vpcaccess/v1beta1/zz_generated.conversion_hubs.go b/apis/vpcaccess/v1beta1/zz_generated.conversion_hubs.go index f357d3a48..4cbd93594 100755 --- a/apis/vpcaccess/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/vpcaccess/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vpcaccess/v1beta1/zz_generated.deepcopy.go b/apis/vpcaccess/v1beta1/zz_generated.deepcopy.go index e9ad63320..ce04c5c75 100644 --- a/apis/vpcaccess/v1beta1/zz_generated.deepcopy.go +++ b/apis/vpcaccess/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/vpcaccess/v1beta1/zz_generated.managed.go b/apis/vpcaccess/v1beta1/zz_generated.managed.go index cd91d0346..bc97c423d 100644 --- a/apis/vpcaccess/v1beta1/zz_generated.managed.go +++ b/apis/vpcaccess/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vpcaccess/v1beta1/zz_generated.managedlist.go b/apis/vpcaccess/v1beta1/zz_generated.managedlist.go index 80012ba94..35cdb86ed 100644 --- a/apis/vpcaccess/v1beta1/zz_generated.managedlist.go +++ b/apis/vpcaccess/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/vpcaccess/v1beta1/zz_generated.resolvers.go b/apis/vpcaccess/v1beta1/zz_generated.resolvers.go index 30a77231b..f19ae4b0b 100644 --- a/apis/vpcaccess/v1beta1/zz_generated.resolvers.go +++ b/apis/vpcaccess/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/vpcaccess/v1beta1/zz_groupversion_info.go b/apis/vpcaccess/v1beta1/zz_groupversion_info.go index 08eea4420..96825e438 100755 --- a/apis/vpcaccess/v1beta1/zz_groupversion_info.go +++ b/apis/vpcaccess/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/workflows/v1beta1/zz_generated.conversion_hubs.go b/apis/workflows/v1beta1/zz_generated.conversion_hubs.go index d0551fb8e..104d50daf 100755 --- a/apis/workflows/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/workflows/v1beta1/zz_generated.conversion_hubs.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/workflows/v1beta1/zz_generated.deepcopy.go b/apis/workflows/v1beta1/zz_generated.deepcopy.go index 666596145..cfc1cf3c2 100644 --- a/apis/workflows/v1beta1/zz_generated.deepcopy.go +++ b/apis/workflows/v1beta1/zz_generated.deepcopy.go @@ -1,20 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/workflows/v1beta1/zz_generated.managed.go b/apis/workflows/v1beta1/zz_generated.managed.go index 0eb1645f1..a5583c522 100644 --- a/apis/workflows/v1beta1/zz_generated.managed.go +++ b/apis/workflows/v1beta1/zz_generated.managed.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/workflows/v1beta1/zz_generated.managedlist.go b/apis/workflows/v1beta1/zz_generated.managedlist.go index 77d80660b..c623b75c2 100644 --- a/apis/workflows/v1beta1/zz_generated.managedlist.go +++ b/apis/workflows/v1beta1/zz_generated.managedlist.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. package v1beta1 diff --git a/apis/workflows/v1beta1/zz_generated.resolvers.go b/apis/workflows/v1beta1/zz_generated.resolvers.go index 68b9715c0..84955c461 100644 --- a/apis/workflows/v1beta1/zz_generated.resolvers.go +++ b/apis/workflows/v1beta1/zz_generated.resolvers.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. // Code transformed by upjet. DO NOT EDIT. diff --git a/apis/workflows/v1beta1/zz_groupversion_info.go b/apis/workflows/v1beta1/zz_groupversion_info.go index 32859051e..3251463ba 100755 --- a/apis/workflows/v1beta1/zz_groupversion_info.go +++ b/apis/workflows/v1beta1/zz_groupversion_info.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/workflows/v1beta1/zz_workflow_terraformed.go b/apis/workflows/v1beta1/zz_workflow_terraformed.go index db702be58..d9c4e1ed5 100755 --- a/apis/workflows/v1beta1/zz_workflow_terraformed.go +++ b/apis/workflows/v1beta1/zz_workflow_terraformed.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/workflows/v1beta1/zz_workflow_types.go b/apis/workflows/v1beta1/zz_workflow_types.go index 1a307624a..db5ddd5b5 100755 --- a/apis/workflows/v1beta1/zz_workflow_types.go +++ b/apis/workflows/v1beta1/zz_workflow_types.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/zz_register.go b/apis/zz_register.go index a57b8046b..82b12d444 100755 --- a/apis/zz_register.go +++ b/apis/zz_register.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. // Package apis contains Kubernetes API for the provider. diff --git a/catalog-info.yaml b/catalog-info.yaml index e4dede5fb..b4e4d5fab 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: backstage.io/v1alpha1 kind: Component metadata: diff --git a/cluster/test/setup.sh b/cluster/test/setup.sh index 0724a9b4d..439ab3ca2 100755 --- a/cluster/test/setup.sh +++ b/cluster/test/setup.sh @@ -1,6 +1,10 @@ #!/usr/bin/env bash set -aeuo pipefail +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + echo "Running setup.sh" if [[ -n "${UPTEST_CLOUD_CREDENTIALS:-}" ]]; then diff --git a/cmd/generator/main.go b/cmd/generator/main.go index 5771e0d00..43985e6a8 100644 --- a/cmd/generator/main.go +++ b/cmd/generator/main.go @@ -1,16 +1,6 @@ -// Copyright 2022 Upbound Inc. +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/accesscontextmanager/zz_main.go b/cmd/provider/accesscontextmanager/zz_main.go index 6eb3b46b0..bd7cb5ebd 100644 --- a/cmd/provider/accesscontextmanager/zz_main.go +++ b/cmd/provider/accesscontextmanager/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/activedirectory/zz_main.go b/cmd/provider/activedirectory/zz_main.go index 5572e50b4..a137faf91 100644 --- a/cmd/provider/activedirectory/zz_main.go +++ b/cmd/provider/activedirectory/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/alloydb/zz_main.go b/cmd/provider/alloydb/zz_main.go index 3961e460b..cc7c5cdfd 100644 --- a/cmd/provider/alloydb/zz_main.go +++ b/cmd/provider/alloydb/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/apigee/zz_main.go b/cmd/provider/apigee/zz_main.go index ac2209f6c..da48d1c90 100644 --- a/cmd/provider/apigee/zz_main.go +++ b/cmd/provider/apigee/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/appengine/zz_main.go b/cmd/provider/appengine/zz_main.go index 14b7a5ac4..4d015249a 100644 --- a/cmd/provider/appengine/zz_main.go +++ b/cmd/provider/appengine/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/artifact/zz_main.go b/cmd/provider/artifact/zz_main.go index bcff5f5b8..15064508c 100644 --- a/cmd/provider/artifact/zz_main.go +++ b/cmd/provider/artifact/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/beyondcorp/zz_main.go b/cmd/provider/beyondcorp/zz_main.go index f4514e4ba..c39de0921 100644 --- a/cmd/provider/beyondcorp/zz_main.go +++ b/cmd/provider/beyondcorp/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/bigquery/zz_main.go b/cmd/provider/bigquery/zz_main.go index 1bb5cc345..a9925fd7e 100644 --- a/cmd/provider/bigquery/zz_main.go +++ b/cmd/provider/bigquery/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/bigtable/zz_main.go b/cmd/provider/bigtable/zz_main.go index 4d83db71a..3840d9143 100644 --- a/cmd/provider/bigtable/zz_main.go +++ b/cmd/provider/bigtable/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/binaryauthorization/zz_main.go b/cmd/provider/binaryauthorization/zz_main.go index 2dcc960cd..b3693b45d 100644 --- a/cmd/provider/binaryauthorization/zz_main.go +++ b/cmd/provider/binaryauthorization/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/certificatemanager/zz_main.go b/cmd/provider/certificatemanager/zz_main.go index 9081d25f5..c37cd7400 100644 --- a/cmd/provider/certificatemanager/zz_main.go +++ b/cmd/provider/certificatemanager/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/cloud/zz_main.go b/cmd/provider/cloud/zz_main.go index 2335a3f06..c175504c1 100644 --- a/cmd/provider/cloud/zz_main.go +++ b/cmd/provider/cloud/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/cloudbuild/zz_main.go b/cmd/provider/cloudbuild/zz_main.go index c8b25a7f6..e71a1146b 100644 --- a/cmd/provider/cloudbuild/zz_main.go +++ b/cmd/provider/cloudbuild/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/cloudfunctions/zz_main.go b/cmd/provider/cloudfunctions/zz_main.go index cd6f9fb59..5a034a447 100644 --- a/cmd/provider/cloudfunctions/zz_main.go +++ b/cmd/provider/cloudfunctions/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/cloudfunctions2/zz_main.go b/cmd/provider/cloudfunctions2/zz_main.go index 53e2a4036..35838f7c2 100644 --- a/cmd/provider/cloudfunctions2/zz_main.go +++ b/cmd/provider/cloudfunctions2/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/cloudplatform/zz_main.go b/cmd/provider/cloudplatform/zz_main.go index 46f9a6fd6..304b983c7 100644 --- a/cmd/provider/cloudplatform/zz_main.go +++ b/cmd/provider/cloudplatform/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/cloudrun/zz_main.go b/cmd/provider/cloudrun/zz_main.go index 6f4e2774e..7d20eab97 100644 --- a/cmd/provider/cloudrun/zz_main.go +++ b/cmd/provider/cloudrun/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/cloudscheduler/zz_main.go b/cmd/provider/cloudscheduler/zz_main.go index 9300fb508..46b324fd3 100644 --- a/cmd/provider/cloudscheduler/zz_main.go +++ b/cmd/provider/cloudscheduler/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/cloudtasks/zz_main.go b/cmd/provider/cloudtasks/zz_main.go index 8d673c495..1ce2da4c9 100644 --- a/cmd/provider/cloudtasks/zz_main.go +++ b/cmd/provider/cloudtasks/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/composer/zz_main.go b/cmd/provider/composer/zz_main.go index ad79c70cd..9eb2a3fc6 100644 --- a/cmd/provider/composer/zz_main.go +++ b/cmd/provider/composer/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/compute/zz_main.go b/cmd/provider/compute/zz_main.go index c9573af55..d642b2d17 100644 --- a/cmd/provider/compute/zz_main.go +++ b/cmd/provider/compute/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/config/zz_main.go b/cmd/provider/config/zz_main.go index befdd994d..042672255 100644 --- a/cmd/provider/config/zz_main.go +++ b/cmd/provider/config/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/container/zz_main.go b/cmd/provider/container/zz_main.go index 17a191b21..a4d24b3e9 100644 --- a/cmd/provider/container/zz_main.go +++ b/cmd/provider/container/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/containeranalysis/zz_main.go b/cmd/provider/containeranalysis/zz_main.go index a60c99d17..223b0d0c9 100644 --- a/cmd/provider/containeranalysis/zz_main.go +++ b/cmd/provider/containeranalysis/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/containeraws/zz_main.go b/cmd/provider/containeraws/zz_main.go index e1b0371ab..70485eedd 100644 --- a/cmd/provider/containeraws/zz_main.go +++ b/cmd/provider/containeraws/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/containerazure/zz_main.go b/cmd/provider/containerazure/zz_main.go index 3e936d2c4..53644698a 100644 --- a/cmd/provider/containerazure/zz_main.go +++ b/cmd/provider/containerazure/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/datacatalog/zz_main.go b/cmd/provider/datacatalog/zz_main.go index 5996d0347..20b123912 100644 --- a/cmd/provider/datacatalog/zz_main.go +++ b/cmd/provider/datacatalog/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/dataflow/zz_main.go b/cmd/provider/dataflow/zz_main.go index d6520cbb7..b3bb9bd1f 100644 --- a/cmd/provider/dataflow/zz_main.go +++ b/cmd/provider/dataflow/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/datafusion/zz_main.go b/cmd/provider/datafusion/zz_main.go index 2c04b2888..cc954dba1 100644 --- a/cmd/provider/datafusion/zz_main.go +++ b/cmd/provider/datafusion/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/datalossprevention/zz_main.go b/cmd/provider/datalossprevention/zz_main.go index 467e95c80..bd09718b7 100644 --- a/cmd/provider/datalossprevention/zz_main.go +++ b/cmd/provider/datalossprevention/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/dataplex/zz_main.go b/cmd/provider/dataplex/zz_main.go index 594cb00ef..2bd0d7f44 100644 --- a/cmd/provider/dataplex/zz_main.go +++ b/cmd/provider/dataplex/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/dataproc/zz_main.go b/cmd/provider/dataproc/zz_main.go index ed29beea8..99d2afc31 100644 --- a/cmd/provider/dataproc/zz_main.go +++ b/cmd/provider/dataproc/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/datastore/zz_main.go b/cmd/provider/datastore/zz_main.go index f343f4bed..fe2bb5e76 100644 --- a/cmd/provider/datastore/zz_main.go +++ b/cmd/provider/datastore/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/datastream/zz_main.go b/cmd/provider/datastream/zz_main.go index 486836ce1..bffa52379 100644 --- a/cmd/provider/datastream/zz_main.go +++ b/cmd/provider/datastream/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/dialogflowcx/zz_main.go b/cmd/provider/dialogflowcx/zz_main.go index a78352f19..e04a840e4 100644 --- a/cmd/provider/dialogflowcx/zz_main.go +++ b/cmd/provider/dialogflowcx/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/dns/zz_main.go b/cmd/provider/dns/zz_main.go index c6b6e2aa9..4e06afa8f 100644 --- a/cmd/provider/dns/zz_main.go +++ b/cmd/provider/dns/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/documentai/zz_main.go b/cmd/provider/documentai/zz_main.go index 071300341..b8fe428a6 100644 --- a/cmd/provider/documentai/zz_main.go +++ b/cmd/provider/documentai/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/essentialcontacts/zz_main.go b/cmd/provider/essentialcontacts/zz_main.go index b97c60a79..ec1f39e73 100644 --- a/cmd/provider/essentialcontacts/zz_main.go +++ b/cmd/provider/essentialcontacts/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/eventarc/zz_main.go b/cmd/provider/eventarc/zz_main.go index e008315e5..c10cebe41 100644 --- a/cmd/provider/eventarc/zz_main.go +++ b/cmd/provider/eventarc/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/filestore/zz_main.go b/cmd/provider/filestore/zz_main.go index 92990b1de..bf7489a84 100644 --- a/cmd/provider/filestore/zz_main.go +++ b/cmd/provider/filestore/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/firebaserules/zz_main.go b/cmd/provider/firebaserules/zz_main.go index 4b68bb91c..aaacee078 100644 --- a/cmd/provider/firebaserules/zz_main.go +++ b/cmd/provider/firebaserules/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/gke/zz_main.go b/cmd/provider/gke/zz_main.go index ee2f6d6da..3e3bd8ee9 100644 --- a/cmd/provider/gke/zz_main.go +++ b/cmd/provider/gke/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/gkehub/zz_main.go b/cmd/provider/gkehub/zz_main.go index 7705050fe..5cc60a8cc 100644 --- a/cmd/provider/gkehub/zz_main.go +++ b/cmd/provider/gkehub/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/healthcare/zz_main.go b/cmd/provider/healthcare/zz_main.go index 49a183719..eb0e04299 100644 --- a/cmd/provider/healthcare/zz_main.go +++ b/cmd/provider/healthcare/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/iam/zz_main.go b/cmd/provider/iam/zz_main.go index 24e9278b8..a22ec56c7 100644 --- a/cmd/provider/iam/zz_main.go +++ b/cmd/provider/iam/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/iap/zz_main.go b/cmd/provider/iap/zz_main.go index 0b33265b3..a57815167 100644 --- a/cmd/provider/iap/zz_main.go +++ b/cmd/provider/iap/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/identityplatform/zz_main.go b/cmd/provider/identityplatform/zz_main.go index c79614cbb..f0f380a0e 100644 --- a/cmd/provider/identityplatform/zz_main.go +++ b/cmd/provider/identityplatform/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/kms/zz_main.go b/cmd/provider/kms/zz_main.go index 751841ed2..ade2312b4 100644 --- a/cmd/provider/kms/zz_main.go +++ b/cmd/provider/kms/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/logging/zz_main.go b/cmd/provider/logging/zz_main.go index 5438f7910..f1673dba7 100644 --- a/cmd/provider/logging/zz_main.go +++ b/cmd/provider/logging/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/memcache/zz_main.go b/cmd/provider/memcache/zz_main.go index a52a6b5e3..16d88d66f 100644 --- a/cmd/provider/memcache/zz_main.go +++ b/cmd/provider/memcache/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/mlengine/zz_main.go b/cmd/provider/mlengine/zz_main.go index a69928415..63b2ec0e8 100644 --- a/cmd/provider/mlengine/zz_main.go +++ b/cmd/provider/mlengine/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/monitoring/zz_main.go b/cmd/provider/monitoring/zz_main.go index bd801e19f..4a0ed56ed 100644 --- a/cmd/provider/monitoring/zz_main.go +++ b/cmd/provider/monitoring/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/monolith/zz_main.go b/cmd/provider/monolith/zz_main.go index 654c399c0..392254eed 100644 --- a/cmd/provider/monolith/zz_main.go +++ b/cmd/provider/monolith/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/networkconnectivity/zz_main.go b/cmd/provider/networkconnectivity/zz_main.go index 3ec8032fe..3ea689d76 100644 --- a/cmd/provider/networkconnectivity/zz_main.go +++ b/cmd/provider/networkconnectivity/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/networkmanagement/zz_main.go b/cmd/provider/networkmanagement/zz_main.go index 714504316..b196fdf8a 100644 --- a/cmd/provider/networkmanagement/zz_main.go +++ b/cmd/provider/networkmanagement/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/notebooks/zz_main.go b/cmd/provider/notebooks/zz_main.go index 03b00b8b0..b97030778 100644 --- a/cmd/provider/notebooks/zz_main.go +++ b/cmd/provider/notebooks/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/osconfig/zz_main.go b/cmd/provider/osconfig/zz_main.go index 0f81653a7..1f0318df6 100644 --- a/cmd/provider/osconfig/zz_main.go +++ b/cmd/provider/osconfig/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/oslogin/zz_main.go b/cmd/provider/oslogin/zz_main.go index f859b73f3..652a094bd 100644 --- a/cmd/provider/oslogin/zz_main.go +++ b/cmd/provider/oslogin/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/privateca/zz_main.go b/cmd/provider/privateca/zz_main.go index 995023742..509ad74b7 100644 --- a/cmd/provider/privateca/zz_main.go +++ b/cmd/provider/privateca/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/pubsub/zz_main.go b/cmd/provider/pubsub/zz_main.go index d221a1a28..655846056 100644 --- a/cmd/provider/pubsub/zz_main.go +++ b/cmd/provider/pubsub/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/redis/zz_main.go b/cmd/provider/redis/zz_main.go index 73cc99918..0ea6715d2 100644 --- a/cmd/provider/redis/zz_main.go +++ b/cmd/provider/redis/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/secretmanager/zz_main.go b/cmd/provider/secretmanager/zz_main.go index 5b805fb6f..d97d48b26 100644 --- a/cmd/provider/secretmanager/zz_main.go +++ b/cmd/provider/secretmanager/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/servicenetworking/zz_main.go b/cmd/provider/servicenetworking/zz_main.go index 05320fc28..10f1f8b60 100644 --- a/cmd/provider/servicenetworking/zz_main.go +++ b/cmd/provider/servicenetworking/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/sourcerepo/zz_main.go b/cmd/provider/sourcerepo/zz_main.go index bb9092024..889a359ba 100644 --- a/cmd/provider/sourcerepo/zz_main.go +++ b/cmd/provider/sourcerepo/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/spanner/zz_main.go b/cmd/provider/spanner/zz_main.go index 661c62396..746c37e4b 100644 --- a/cmd/provider/spanner/zz_main.go +++ b/cmd/provider/spanner/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/sql/zz_main.go b/cmd/provider/sql/zz_main.go index 419262e4e..8d7624698 100644 --- a/cmd/provider/sql/zz_main.go +++ b/cmd/provider/sql/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/storage/zz_main.go b/cmd/provider/storage/zz_main.go index 4393cb895..b0f857ebf 100644 --- a/cmd/provider/storage/zz_main.go +++ b/cmd/provider/storage/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/storagetransfer/zz_main.go b/cmd/provider/storagetransfer/zz_main.go index 6650509bd..2151ad162 100644 --- a/cmd/provider/storagetransfer/zz_main.go +++ b/cmd/provider/storagetransfer/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/tpu/zz_main.go b/cmd/provider/tpu/zz_main.go index f4d245626..8da198623 100644 --- a/cmd/provider/tpu/zz_main.go +++ b/cmd/provider/tpu/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/vertexai/zz_main.go b/cmd/provider/vertexai/zz_main.go index a217483cd..cfe191233 100644 --- a/cmd/provider/vertexai/zz_main.go +++ b/cmd/provider/vertexai/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/vpcaccess/zz_main.go b/cmd/provider/vpcaccess/zz_main.go index 75fcf084a..0389d263d 100644 --- a/cmd/provider/vpcaccess/zz_main.go +++ b/cmd/provider/vpcaccess/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/provider/workflows/zz_main.go b/cmd/provider/workflows/zz_main.go index 311cee28a..1dbd32044 100644 --- a/cmd/provider/workflows/zz_main.go +++ b/cmd/provider/workflows/zz_main.go @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/config/accessapproval/config.go b/config/accessapproval/config.go index 913ad07ab..4c70733fd 100644 --- a/config/accessapproval/config.go +++ b/config/accessapproval/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package accessapproval import ( diff --git a/config/accesscontextmanager/config.go b/config/accesscontextmanager/config.go index 1063b04f6..3842ae167 100644 --- a/config/accesscontextmanager/config.go +++ b/config/accesscontextmanager/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package accesscontextmanager import ( diff --git a/config/alloydb/config.go b/config/alloydb/config.go index 2cc381bfd..6cafb23d0 100644 --- a/config/alloydb/config.go +++ b/config/alloydb/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package alloydb import ( diff --git a/config/beyondcorp/config.go b/config/beyondcorp/config.go index d4257cf33..a514c31ee 100644 --- a/config/beyondcorp/config.go +++ b/config/beyondcorp/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package beyondcorp import "github.com/crossplane/upjet/pkg/config" diff --git a/config/bigquery/config.go b/config/bigquery/config.go index 773238f15..922d6fbdc 100644 --- a/config/bigquery/config.go +++ b/config/bigquery/config.go @@ -1,16 +1,6 @@ -// Copyright 2022 Upbound Inc. +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// SPDX-License-Identifier: CC0-1.0 package bigquery diff --git a/config/bigtable/config.go b/config/bigtable/config.go index 594e16d8d..2410f2669 100644 --- a/config/bigtable/config.go +++ b/config/bigtable/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package bigtable import "github.com/crossplane/upjet/pkg/config" diff --git a/config/cloudcomposer/config.go b/config/cloudcomposer/config.go index 5be848403..d7a04e806 100644 --- a/config/cloudcomposer/config.go +++ b/config/cloudcomposer/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package composer import ( diff --git a/config/cloudfunctions/config.go b/config/cloudfunctions/config.go index 10e77c921..e7f98e31f 100644 --- a/config/cloudfunctions/config.go +++ b/config/cloudfunctions/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package cloudfunctions import ( diff --git a/config/cloudplatform/config.go b/config/cloudplatform/config.go index 887825ecc..2a01be0b7 100644 --- a/config/cloudplatform/config.go +++ b/config/cloudplatform/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package cloudplatform import ( diff --git a/config/cloudrun/config.go b/config/cloudrun/config.go index fc6b92820..4e5905e73 100644 --- a/config/cloudrun/config.go +++ b/config/cloudrun/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package cloudrun import ( diff --git a/config/cloudscheduler/config.go b/config/cloudscheduler/config.go index 87ff21d62..8f10de912 100644 --- a/config/cloudscheduler/config.go +++ b/config/cloudscheduler/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package cloudscheduler import ( diff --git a/config/cloudtasks/config.go b/config/cloudtasks/config.go index c7bbc0ad7..fcae0c2f2 100644 --- a/config/cloudtasks/config.go +++ b/config/cloudtasks/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package cloudtasks import ( diff --git a/config/common/config.go b/config/common/config.go index 904c2584b..c62df331b 100644 --- a/config/common/config.go +++ b/config/common/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package common import ( diff --git a/config/compute/config.go b/config/compute/config.go index 227f5f965..97079cb24 100644 --- a/config/compute/config.go +++ b/config/compute/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package compute import ( diff --git a/config/container/config.go b/config/container/config.go index e834dcaea..7068e43ed 100644 --- a/config/container/config.go +++ b/config/container/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package container import ( diff --git a/config/containeraws/config.go b/config/containeraws/config.go index 1673ff21c..7b4e72d32 100644 --- a/config/containeraws/config.go +++ b/config/containeraws/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package containeraws import ( diff --git a/config/containerazure/config.go b/config/containerazure/config.go index 07e523885..0f89bca51 100644 --- a/config/containerazure/config.go +++ b/config/containerazure/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package containerazure import ( diff --git a/config/datacatalog/config.go b/config/datacatalog/config.go index 86b190734..fdf18373a 100644 --- a/config/datacatalog/config.go +++ b/config/datacatalog/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package datacatalog import ( diff --git a/config/dataflow/config.go b/config/dataflow/config.go index c134bd03b..cf64093f5 100644 --- a/config/dataflow/config.go +++ b/config/dataflow/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package dataflow import ( diff --git a/config/dataproc/config.go b/config/dataproc/config.go index 86f285e8b..a6b6fef86 100644 --- a/config/dataproc/config.go +++ b/config/dataproc/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package dataproc import ( diff --git a/config/dns/config.go b/config/dns/config.go index 9e7657d49..a9a222e42 100644 --- a/config/dns/config.go +++ b/config/dns/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package dns import ( diff --git a/config/endpoints/config.go b/config/endpoints/config.go index 80af22533..6d70dcfcf 100644 --- a/config/endpoints/config.go +++ b/config/endpoints/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package endpoints import ( diff --git a/config/externalname.go b/config/externalname.go index e003ccf31..4e20c1aa1 100644 --- a/config/externalname.go +++ b/config/externalname.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 package config diff --git a/config/externalnamenottested.go b/config/externalnamenottested.go index 6db79769f..c44b57369 100644 --- a/config/externalnamenottested.go +++ b/config/externalnamenottested.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package config import "github.com/crossplane/upjet/pkg/config" diff --git a/config/firebaserules/config.go b/config/firebaserules/config.go index af754d330..c22702f00 100644 --- a/config/firebaserules/config.go +++ b/config/firebaserules/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package firebaserules import ( diff --git a/config/gameservices/config.go b/config/gameservices/config.go index 549fb39df..06b2d062f 100644 --- a/config/gameservices/config.go +++ b/config/gameservices/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package gameservices import ( diff --git a/config/generated.lst.license b/config/generated.lst.license new file mode 100644 index 000000000..6806f72eb --- /dev/null +++ b/config/generated.lst.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 The Crossplane Authors + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/config/gkehub/config.go b/config/gkehub/config.go index 245250e3e..ac450349b 100644 --- a/config/gkehub/config.go +++ b/config/gkehub/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package gkehub import ( diff --git a/config/healthcare/config.go b/config/healthcare/config.go index a7813ada8..d6d529c35 100644 --- a/config/healthcare/config.go +++ b/config/healthcare/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package healthcare import ( diff --git a/config/iap/config.go b/config/iap/config.go index 5a96a7e9f..3dcb6c72b 100644 --- a/config/iap/config.go +++ b/config/iap/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package iap import ( diff --git a/config/identityplatform/config.go b/config/identityplatform/config.go index 4d822ddbb..7edf1397a 100644 --- a/config/identityplatform/config.go +++ b/config/identityplatform/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package identityplatform import ( diff --git a/config/kms/config.go b/config/kms/config.go index 8369fe511..f0cf74c5c 100644 --- a/config/kms/config.go +++ b/config/kms/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package kms import ( diff --git a/config/logging/config.go b/config/logging/config.go index a98a7db33..ee50ba054 100644 --- a/config/logging/config.go +++ b/config/logging/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package logging import ( diff --git a/config/monitoring/config.go b/config/monitoring/config.go index f29106fb0..09e3b7312 100644 --- a/config/monitoring/config.go +++ b/config/monitoring/config.go @@ -1,16 +1,6 @@ -// Copyright 2023 Upbound Inc. +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// SPDX-License-Identifier: CC0-1.0 package monitoring diff --git a/config/notebooks/config.go b/config/notebooks/config.go index 850d2a006..d02d28e62 100644 --- a/config/notebooks/config.go +++ b/config/notebooks/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package notebooks import ( diff --git a/config/oslogin/config.go b/config/oslogin/config.go index 3ea6bbc4e..c5d30d29f 100644 --- a/config/oslogin/config.go +++ b/config/oslogin/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package oslogin import ( diff --git a/config/overrides.go b/config/overrides.go index 8cf48479c..a14baa1f5 100644 --- a/config/overrides.go +++ b/config/overrides.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package config import ( diff --git a/config/privateca/config.go b/config/privateca/config.go index 8b44eb35c..4accf4e89 100644 --- a/config/privateca/config.go +++ b/config/privateca/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package privateca import ( diff --git a/config/project/config.go b/config/project/config.go index aa0f44267..2c238a586 100644 --- a/config/project/config.go +++ b/config/project/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package project import ( diff --git a/config/provider-metadata.yaml.license b/config/provider-metadata.yaml.license new file mode 100644 index 000000000..6806f72eb --- /dev/null +++ b/config/provider-metadata.yaml.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 The Crossplane Authors + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/config/provider.go b/config/provider.go index d67c9ed00..d1d494776 100644 --- a/config/provider.go +++ b/config/provider.go @@ -1,16 +1,6 @@ -// Copyright 2022 Upbound Inc. +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// SPDX-License-Identifier: Apache-2.0 package config diff --git a/config/pubsub/config.go b/config/pubsub/config.go index 9fe811b3f..7373ce26c 100644 --- a/config/pubsub/config.go +++ b/config/pubsub/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package pubsub import "github.com/crossplane/upjet/pkg/config" diff --git a/config/redis/config.go b/config/redis/config.go index 96af2d691..7a9048a01 100644 --- a/config/redis/config.go +++ b/config/redis/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package redis import "github.com/crossplane/upjet/pkg/config" diff --git a/config/schema.json.license b/config/schema.json.license new file mode 100644 index 000000000..6806f72eb --- /dev/null +++ b/config/schema.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 The Crossplane Authors + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/config/secretmanager/config.go b/config/secretmanager/config.go index 867ff9600..96a77e63d 100644 --- a/config/secretmanager/config.go +++ b/config/secretmanager/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package secretmanager import ( diff --git a/config/servicenetworking/config.go b/config/servicenetworking/config.go index cc5ebf039..c23395c28 100644 --- a/config/servicenetworking/config.go +++ b/config/servicenetworking/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package servicenetworking import ( diff --git a/config/sourcerepo/config.go b/config/sourcerepo/config.go index f98b79a63..8674e6185 100644 --- a/config/sourcerepo/config.go +++ b/config/sourcerepo/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package sourcerepo import ( diff --git a/config/spanner/config.go b/config/spanner/config.go index ee16cb748..c4b76c0a2 100644 --- a/config/spanner/config.go +++ b/config/spanner/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package spanner import ( diff --git a/config/sql/config.go b/config/sql/config.go index 787730a98..e414c7034 100644 --- a/config/sql/config.go +++ b/config/sql/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package sql import ( diff --git a/config/storage/config.go b/config/storage/config.go index ffa31de11..3311f3fab 100644 --- a/config/storage/config.go +++ b/config/storage/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package storage import ( diff --git a/config/tpu/config.go b/config/tpu/config.go index 30920680f..4286bb770 100644 --- a/config/tpu/config.go +++ b/config/tpu/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package tpu import "github.com/crossplane/upjet/pkg/config" diff --git a/config/vertexai/config.go b/config/vertexai/config.go index eb4e5a8b8..e6f66477a 100644 --- a/config/vertexai/config.go +++ b/config/vertexai/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package vertexai import ( diff --git a/config/vpcaccess/config.go b/config/vpcaccess/config.go index d02a92fc3..21b17164d 100644 --- a/config/vpcaccess/config.go +++ b/config/vpcaccess/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + package vpcaccess import "github.com/crossplane/upjet/pkg/config" diff --git a/examples/accesscontextmanager/accesslevel.yaml b/examples/accesscontextmanager/accesslevel.yaml index bb19c80f0..dd16378b6 100644 --- a/examples/accesscontextmanager/accesslevel.yaml +++ b/examples/accesscontextmanager/accesslevel.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: accesscontextmanager.gcp.upbound.io/v1beta1 kind: AccessLevel metadata: diff --git a/examples/accesscontextmanager/accesslevelcondition.yaml b/examples/accesscontextmanager/accesslevelcondition.yaml index 7a12b48f5..bc0268e7e 100644 --- a/examples/accesscontextmanager/accesslevelcondition.yaml +++ b/examples/accesscontextmanager/accesslevelcondition.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: accesscontextmanager.gcp.upbound.io/v1beta1 kind: AccessLevelCondition metadata: diff --git a/examples/accesscontextmanager/accesspolicy.yaml b/examples/accesscontextmanager/accesspolicy.yaml index b11166669..bf29deab0 100644 --- a/examples/accesscontextmanager/accesspolicy.yaml +++ b/examples/accesscontextmanager/accesspolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: accesscontextmanager.gcp.upbound.io/v1beta1 kind: AccessPolicy metadata: @@ -10,4 +14,4 @@ metadata: spec: forProvider: parent: organizations/123456789 - title: Org Access Policy \ No newline at end of file + title: Org Access Policy diff --git a/examples/accesscontextmanager/accesspolicyiammember.yaml b/examples/accesscontextmanager/accesspolicyiammember.yaml index 4555bbac0..da82e6b1c 100644 --- a/examples/accesscontextmanager/accesspolicyiammember.yaml +++ b/examples/accesscontextmanager/accesspolicyiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: accesscontextmanager.gcp.upbound.io/v1beta1 kind: AccessPolicyIAMMember metadata: diff --git a/examples/accesscontextmanager/serviceperimeter.yaml b/examples/accesscontextmanager/serviceperimeter.yaml index 067dc5bf8..2b8fff3a0 100644 --- a/examples/accesscontextmanager/serviceperimeter.yaml +++ b/examples/accesscontextmanager/serviceperimeter.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: accesscontextmanager.gcp.upbound.io/v1beta1 kind: ServicePerimeter metadata: @@ -60,4 +64,4 @@ metadata: spec: forProvider: parent: organizations/123456789 - title: my policy \ No newline at end of file + title: my policy diff --git a/examples/accesscontextmanager/serviceperimeterresource.yaml b/examples/accesscontextmanager/serviceperimeterresource.yaml index 16886016b..b41f25898 100644 --- a/examples/accesscontextmanager/serviceperimeterresource.yaml +++ b/examples/accesscontextmanager/serviceperimeterresource.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: accesscontextmanager.gcp.upbound.io/v1beta1 kind: ServicePerimeterResource metadata: @@ -48,4 +52,4 @@ spec: status: - restrictedServices: - storage.googleapis.com - title: restrict_all \ No newline at end of file + title: restrict_all diff --git a/examples/activedirectory/domain.yaml b/examples/activedirectory/domain.yaml index 9c0f75dcd..3a239d57c 100644 --- a/examples/activedirectory/domain.yaml +++ b/examples/activedirectory/domain.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: activedirectory.gcp.upbound.io/v1beta1 kind: Domain metadata: diff --git a/examples/alloydb/backup.yaml b/examples/alloydb/backup.yaml index e783d0136..1754f588f 100644 --- a/examples/alloydb/backup.yaml +++ b/examples/alloydb/backup.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: alloydb.gcp.upbound.io/v1beta1 kind: Backup metadata: diff --git a/examples/alloydb/cluster.yaml b/examples/alloydb/cluster.yaml index 37a143d2b..8990f9453 100644 --- a/examples/alloydb/cluster.yaml +++ b/examples/alloydb/cluster.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: alloydb.gcp.upbound.io/v1beta1 kind: Cluster metadata: diff --git a/examples/alloydb/instance.yaml b/examples/alloydb/instance.yaml index 7a55f808b..d9d2bea1d 100644 --- a/examples/alloydb/instance.yaml +++ b/examples/alloydb/instance.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: alloydb.gcp.upbound.io/v1beta1 kind: Instance metadata: diff --git a/examples/apigee/envgroup.yaml b/examples/apigee/envgroup.yaml index c6afbcb5f..5a4ce045d 100644 --- a/examples/apigee/envgroup.yaml +++ b/examples/apigee/envgroup.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: apigee.gcp.upbound.io/v1beta1 kind: Envgroup metadata: @@ -83,4 +87,4 @@ spec: reservedPeeringRangesSelector: matchLabels: testing.upbound.io/example-name: apigee_range - service: servicenetworking.googleapis.com \ No newline at end of file + service: servicenetworking.googleapis.com diff --git a/examples/apigee/environment.yaml b/examples/apigee/environment.yaml index fc1f39dcc..3ce6d4bbd 100644 --- a/examples/apigee/environment.yaml +++ b/examples/apigee/environment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: apigee.gcp.upbound.io/v1beta1 kind: Environment metadata: @@ -83,4 +87,4 @@ spec: reservedPeeringRangesSelector: matchLabels: testing.upbound.io/example-name: apigee_range - service: servicenetworking.googleapis.com \ No newline at end of file + service: servicenetworking.googleapis.com diff --git a/examples/apigee/environmentiammember.yaml b/examples/apigee/environmentiammember.yaml index 4b4756345..97bfd70dc 100644 --- a/examples/apigee/environmentiammember.yaml +++ b/examples/apigee/environmentiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: apigee.gcp.upbound.io/v1beta1 kind: EnvironmentIAMMember metadata: @@ -100,4 +104,4 @@ spec: reservedPeeringRangesSelector: matchLabels: testing.upbound.io/example-name: apigee_range - service: servicenetworking.googleapis.com \ No newline at end of file + service: servicenetworking.googleapis.com diff --git a/examples/apigee/instance.yaml b/examples/apigee/instance.yaml index 8cd4f254b..5b86b22e6 100644 --- a/examples/apigee/instance.yaml +++ b/examples/apigee/instance.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: apigee.gcp.upbound.io/v1beta1 kind: Instance metadata: @@ -82,4 +86,4 @@ spec: reservedPeeringRangesSelector: matchLabels: testing.upbound.io/example-name: apigee_range - service: servicenetworking.googleapis.com \ No newline at end of file + service: servicenetworking.googleapis.com diff --git a/examples/apigee/nataddress.yaml b/examples/apigee/nataddress.yaml index 9f5b2d629..76a447943 100644 --- a/examples/apigee/nataddress.yaml +++ b/examples/apigee/nataddress.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: apigee.gcp.upbound.io/v1beta1 kind: NATAddress metadata: @@ -98,4 +102,4 @@ spec: reservedPeeringRangesSelector: matchLabels: testing.upbound.io/example-name: apigee_range - service: servicenetworking.googleapis.com \ No newline at end of file + service: servicenetworking.googleapis.com diff --git a/examples/apigee/organization.yaml b/examples/apigee/organization.yaml index e1af77623..91ecc6d19 100644 --- a/examples/apigee/organization.yaml +++ b/examples/apigee/organization.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: apigee.gcp.upbound.io/v1beta1 kind: Organization metadata: @@ -65,4 +69,4 @@ spec: reservedPeeringRangesSelector: matchLabels: testing.upbound.io/example-name: apigee_range - service: servicenetworking.googleapis.com \ No newline at end of file + service: servicenetworking.googleapis.com diff --git a/examples/appengine/application.yaml b/examples/appengine/application.yaml index 92f07c993..b424af788 100644 --- a/examples/appengine/application.yaml +++ b/examples/appengine/application.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: appengine.gcp.upbound.io/v1beta1 kind: Application metadata: diff --git a/examples/appengine/applicationurldispatchrules.yaml b/examples/appengine/applicationurldispatchrules.yaml index dc409149a..f6c5ad59e 100644 --- a/examples/appengine/applicationurldispatchrules.yaml +++ b/examples/appengine/applicationurldispatchrules.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: appengine.gcp.upbound.io/v1beta1 kind: ApplicationURLDispatchRules metadata: @@ -90,4 +94,4 @@ spec: uniformBucketLevelAccess: false website: - mainPageSuffix: index.html - notFoundPage: 404.html \ No newline at end of file + notFoundPage: 404.html diff --git a/examples/appengine/firewallrule.yaml b/examples/appengine/firewallrule.yaml index 18aa657e9..7cf8c46db 100644 --- a/examples/appengine/firewallrule.yaml +++ b/examples/appengine/firewallrule.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: appengine.gcp.upbound.io/v1beta1 kind: FirewallRule metadata: @@ -12,4 +16,4 @@ spec: action: ALLOW priority: 1 project: "project_id" - sourceRange: '*' \ No newline at end of file + sourceRange: '*' diff --git a/examples/appengine/servicenetworksettings.yaml b/examples/appengine/servicenetworksettings.yaml index 7a7084cd9..cf51c2f66 100644 --- a/examples/appengine/servicenetworksettings.yaml +++ b/examples/appengine/servicenetworksettings.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: appengine.gcp.upbound.io/v1beta1 kind: ServiceNetworkSettings metadata: @@ -89,4 +93,4 @@ spec: uniformBucketLevelAccess: false website: - mainPageSuffix: index.html - notFoundPage: 404.html \ No newline at end of file + notFoundPage: 404.html diff --git a/examples/appengine/standardappversion.yaml b/examples/appengine/standardappversion.yaml index 34123765e..c374baba2 100644 --- a/examples/appengine/standardappversion.yaml +++ b/examples/appengine/standardappversion.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: appengine.gcp.upbound.io/v1beta1 kind: StandardAppVersion metadata: diff --git a/examples/artifact/registryrepository.yaml b/examples/artifact/registryrepository.yaml index 076b54369..e4cb52aff 100644 --- a/examples/artifact/registryrepository.yaml +++ b/examples/artifact/registryrepository.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: artifact.gcp.upbound.io/v1beta1 kind: RegistryRepository metadata: @@ -10,4 +14,4 @@ spec: forProvider: description: example docker repository format: DOCKER - location: us-central1 \ No newline at end of file + location: us-central1 diff --git a/examples/artifact/repositoryiammember.yaml b/examples/artifact/repositoryiammember.yaml index ae1076d2a..d1ecebe40 100644 --- a/examples/artifact/repositoryiammember.yaml +++ b/examples/artifact/repositoryiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: artifact.gcp.upbound.io/v1beta1 kind: RegistryRepositoryIAMMember metadata: @@ -28,4 +32,4 @@ spec: forProvider: description: example docker repository format: DOCKER - location: us-central1 \ No newline at end of file + location: us-central1 diff --git a/examples/artifact/testhooks/delete-registryrepositoryiammember.sh b/examples/artifact/testhooks/delete-registryrepositoryiammember.sh index a39a4765f..5bf273b37 100755 --- a/examples/artifact/testhooks/delete-registryrepositoryiammember.sh +++ b/examples/artifact/testhooks/delete-registryrepositoryiammember.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash set -aeuo pipefail +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + # Delete the RegistryRepositoryIAMMember resource before deleting the RegistryRepository itself ${KUBECTL} delete registryrepositoryiammember.artifact.gcp.upbound.io --all \ No newline at end of file diff --git a/examples/beyondcorp/appconnection.yaml b/examples/beyondcorp/appconnection.yaml index 46943dcb6..9e2c9da81 100644 --- a/examples/beyondcorp/appconnection.yaml +++ b/examples/beyondcorp/appconnection.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: beyondcorp.gcp.upbound.io/v1beta1 kind: AppConnection metadata: @@ -67,4 +71,4 @@ spec: forProvider: hostType: GCP_REGIONAL_MIG region: us-central1 - type: TCP_PROXY \ No newline at end of file + type: TCP_PROXY diff --git a/examples/beyondcorp/appconnector.yaml b/examples/beyondcorp/appconnector.yaml index 282c9ad60..69eab9c8c 100644 --- a/examples/beyondcorp/appconnector.yaml +++ b/examples/beyondcorp/appconnector.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: beyondcorp.gcp.upbound.io/v1beta1 kind: AppConnector metadata: @@ -27,4 +31,4 @@ metadata: name: service-account spec: forProvider: - displayName: Test Service Account \ No newline at end of file + displayName: Test Service Account diff --git a/examples/beyondcorp/appgateway.yaml b/examples/beyondcorp/appgateway.yaml index aebd1dc7d..3a64806af 100644 --- a/examples/beyondcorp/appgateway.yaml +++ b/examples/beyondcorp/appgateway.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: beyondcorp.gcp.upbound.io/v1beta1 kind: AppGateway metadata: @@ -10,4 +14,4 @@ spec: forProvider: hostType: GCP_REGIONAL_MIG region: us-central1 - type: TCP_PROXY \ No newline at end of file + type: TCP_PROXY diff --git a/examples/bigquery/analyticshubdataexchange.yaml b/examples/bigquery/analyticshubdataexchange.yaml index 711687aab..0e51fc14b 100644 --- a/examples/bigquery/analyticshubdataexchange.yaml +++ b/examples/bigquery/analyticshubdataexchange.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: AnalyticsHubDataExchange metadata: @@ -11,4 +15,4 @@ spec: dataExchangeId: my_data_exchange description: example data exchange displayName: my_data_exchange - location: US \ No newline at end of file + location: US diff --git a/examples/bigquery/analyticshubdataexchangeiammember.yaml b/examples/bigquery/analyticshubdataexchangeiammember.yaml index 2df587315..b67d96a02 100644 --- a/examples/bigquery/analyticshubdataexchangeiammember.yaml +++ b/examples/bigquery/analyticshubdataexchangeiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: AnalyticsHubDataExchangeIAMMember metadata: @@ -29,4 +33,4 @@ spec: dataExchangeId: my_data_exchange description: example data exchange displayName: my_data_exchange - location: US \ No newline at end of file + location: US diff --git a/examples/bigquery/analyticshublisting.yaml b/examples/bigquery/analyticshublisting.yaml index d012f86fc..6ae9ba0bc 100644 --- a/examples/bigquery/analyticshublisting.yaml +++ b/examples/bigquery/analyticshublisting.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: AnalyticsHubListing metadata: @@ -73,4 +77,4 @@ metadata: testing.upbound.io/example-name: bqowner name: bqowner spec: - forProvider: {} \ No newline at end of file + forProvider: {} diff --git a/examples/bigquery/connection.yaml b/examples/bigquery/connection.yaml index dbed156de..58bdc1c62 100644 --- a/examples/bigquery/connection.yaml +++ b/examples/bigquery/connection.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: Connection metadata: diff --git a/examples/bigquery/dataset.yaml b/examples/bigquery/dataset.yaml index 5a4565e9c..d3aa7e211 100644 --- a/examples/bigquery/dataset.yaml +++ b/examples/bigquery/dataset.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: Dataset metadata: diff --git a/examples/bigquery/datasetaccess.yaml b/examples/bigquery/datasetaccess.yaml index 3751d54a1..693a527c3 100644 --- a/examples/bigquery/datasetaccess.yaml +++ b/examples/bigquery/datasetaccess.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: DatasetAccess metadata: diff --git a/examples/bigquery/datasetiambinding.yaml b/examples/bigquery/datasetiambinding.yaml index f9da25bd5..69c6e88ec 100644 --- a/examples/bigquery/datasetiambinding.yaml +++ b/examples/bigquery/datasetiambinding.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: DatasetIAMBinding metadata: diff --git a/examples/bigquery/datasetiammember.yaml b/examples/bigquery/datasetiammember.yaml index 85f119842..015852ca4 100644 --- a/examples/bigquery/datasetiammember.yaml +++ b/examples/bigquery/datasetiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: DatasetIAMMember metadata: diff --git a/examples/bigquery/datasetiampolicy.yaml b/examples/bigquery/datasetiampolicy.yaml index 1d17def69..ca3fe7ebd 100644 --- a/examples/bigquery/datasetiampolicy.yaml +++ b/examples/bigquery/datasetiampolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: DatasetIAMPolicy metadata: diff --git a/examples/bigquery/datatransferconfig.yaml b/examples/bigquery/datatransferconfig.yaml index b8b349aaa..8e95aa06e 100644 --- a/examples/bigquery/datatransferconfig.yaml +++ b/examples/bigquery/datatransferconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: DataTransferConfig metadata: diff --git a/examples/bigquery/job.yaml b/examples/bigquery/job.yaml index 7021529b5..14127d3cb 100644 --- a/examples/bigquery/job.yaml +++ b/examples/bigquery/job.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: Job metadata: @@ -63,4 +67,3 @@ spec: matchLabels: testing.upbound.io/example-name: bar deletionProtection: false - diff --git a/examples/bigquery/reservation.yaml b/examples/bigquery/reservation.yaml index c309cca56..98b9bc8f3 100644 --- a/examples/bigquery/reservation.yaml +++ b/examples/bigquery/reservation.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: Reservation metadata: diff --git a/examples/bigquery/reservationassignment.yaml b/examples/bigquery/reservationassignment.yaml index fcd97a2d4..bd82652f7 100644 --- a/examples/bigquery/reservationassignment.yaml +++ b/examples/bigquery/reservationassignment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: ReservationAssignment metadata: diff --git a/examples/bigquery/routine.yaml b/examples/bigquery/routine.yaml index e5217b8d7..191f0d71d 100644 --- a/examples/bigquery/routine.yaml +++ b/examples/bigquery/routine.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: Routine metadata: diff --git a/examples/bigquery/table.yaml b/examples/bigquery/table.yaml index b44585d96..e0c4a2ab2 100644 --- a/examples/bigquery/table.yaml +++ b/examples/bigquery/table.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: Table metadata: diff --git a/examples/bigquery/tableiambinding.yaml b/examples/bigquery/tableiambinding.yaml index cf5127f66..3eb473a8c 100644 --- a/examples/bigquery/tableiambinding.yaml +++ b/examples/bigquery/tableiambinding.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: TableIAMBinding metadata: @@ -75,4 +79,3 @@ spec: labels: env: default location: EU - diff --git a/examples/bigquery/tableiammember.yaml b/examples/bigquery/tableiammember.yaml index 7e9da88fb..2db7784c4 100644 --- a/examples/bigquery/tableiammember.yaml +++ b/examples/bigquery/tableiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: TableIAMMember metadata: @@ -74,4 +78,3 @@ spec: labels: env: default location: EU - diff --git a/examples/bigquery/tableiampolicy.yaml b/examples/bigquery/tableiampolicy.yaml index 886528497..55cf9ead6 100644 --- a/examples/bigquery/tableiampolicy.yaml +++ b/examples/bigquery/tableiampolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigquery.gcp.upbound.io/v1beta1 kind: TableIAMPolicy metadata: @@ -82,4 +86,3 @@ spec: labels: env: default location: EU - diff --git a/examples/bigquery/testhooks/delete-user.sh b/examples/bigquery/testhooks/delete-user.sh index 88022eb11..6218cb813 100755 --- a/examples/bigquery/testhooks/delete-user.sh +++ b/examples/bigquery/testhooks/delete-user.sh @@ -1,6 +1,10 @@ #!/usr/bin/env bash set -aeuo pipefail +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + # Note(turkenf): We are getting "Invalid request since instance is not running" exception if user for # the databaseinstance got deleted before the user resource. This is a workaround for this # problem to make automated tests to work. diff --git a/examples/bigtable/appprofile.yaml b/examples/bigtable/appprofile.yaml index adaa93d42..0998655d5 100644 --- a/examples/bigtable/appprofile.yaml +++ b/examples/bigtable/appprofile.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigtable.gcp.upbound.io/v1beta1 kind: AppProfile metadata: @@ -39,4 +43,4 @@ spec: numNodes: 3 storageType: HDD zone: us-central1-c - deletionProtection: false \ No newline at end of file + deletionProtection: false diff --git a/examples/bigtable/garbagecollectionpolicy.yaml b/examples/bigtable/garbagecollectionpolicy.yaml index cd6a8bd6a..b6a87e18f 100644 --- a/examples/bigtable/garbagecollectionpolicy.yaml +++ b/examples/bigtable/garbagecollectionpolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigtable.gcp.upbound.io/v1beta1 kind: GarbageCollectionPolicy metadata: @@ -57,4 +61,4 @@ spec: splitKeys: - a - b - - c \ No newline at end of file + - c diff --git a/examples/bigtable/instance.yaml b/examples/bigtable/instance.yaml index 837ddb839..d9ef5fbd8 100644 --- a/examples/bigtable/instance.yaml +++ b/examples/bigtable/instance.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigtable.gcp.upbound.io/v1beta1 kind: Instance metadata: @@ -15,4 +19,4 @@ spec: zone: "us-central1-b" labels: my-label: prod-label - deletionProtection: false \ No newline at end of file + deletionProtection: false diff --git a/examples/bigtable/instanceiambinding.yaml b/examples/bigtable/instanceiambinding.yaml index 560848d79..5c832eaa3 100644 --- a/examples/bigtable/instanceiambinding.yaml +++ b/examples/bigtable/instanceiambinding.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigtable.gcp.upbound.io/v1beta1 kind: InstanceIAMBinding metadata: diff --git a/examples/bigtable/instanceiammember.yaml b/examples/bigtable/instanceiammember.yaml index 46fdb19a2..cc8efabc8 100644 --- a/examples/bigtable/instanceiammember.yaml +++ b/examples/bigtable/instanceiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigtable.gcp.upbound.io/v1beta1 kind: InstanceIAMMember metadata: diff --git a/examples/bigtable/instanceiampolicy.yaml b/examples/bigtable/instanceiampolicy.yaml index fc14444f6..cc8a69d7c 100644 --- a/examples/bigtable/instanceiampolicy.yaml +++ b/examples/bigtable/instanceiampolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigtable.gcp.upbound.io/v1beta1 kind: InstanceIAMPolicy metadata: @@ -41,4 +45,4 @@ spec: zone: "us-central1-b" labels: my-label: prod-label - deletionProtection: false \ No newline at end of file + deletionProtection: false diff --git a/examples/bigtable/table.yaml b/examples/bigtable/table.yaml index 8262c413a..a7a58aed1 100644 --- a/examples/bigtable/table.yaml +++ b/examples/bigtable/table.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigtable.gcp.upbound.io/v1beta1 kind: Table metadata: @@ -33,4 +37,4 @@ spec: numNodes: 3 storageType: HDD zone: us-central1-b - deletionProtection: false \ No newline at end of file + deletionProtection: false diff --git a/examples/bigtable/tableiambinding.yaml b/examples/bigtable/tableiambinding.yaml index db89bdecb..7980d907b 100644 --- a/examples/bigtable/tableiambinding.yaml +++ b/examples/bigtable/tableiambinding.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigtable.gcp.upbound.io/v1beta1 kind: TableIAMBinding metadata: diff --git a/examples/bigtable/tableiammember.yaml b/examples/bigtable/tableiammember.yaml index ce9c80e30..383749f35 100644 --- a/examples/bigtable/tableiammember.yaml +++ b/examples/bigtable/tableiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigtable.gcp.upbound.io/v1beta1 kind: TableIAMMember metadata: diff --git a/examples/bigtable/tableiampolicy.yaml b/examples/bigtable/tableiampolicy.yaml index 511cc2915..1cd382fb3 100644 --- a/examples/bigtable/tableiampolicy.yaml +++ b/examples/bigtable/tableiampolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: bigtable.gcp.upbound.io/v1beta1 kind: TableIAMPolicy metadata: @@ -60,4 +64,4 @@ spec: numNodes: 3 storageType: HDD zone: us-central1-b - deletionProtection: false \ No newline at end of file + deletionProtection: false diff --git a/examples/binaryauthorization/attestor.yaml b/examples/binaryauthorization/attestor.yaml index 5c4d9ea70..8b1de6f51 100644 --- a/examples/binaryauthorization/attestor.yaml +++ b/examples/binaryauthorization/attestor.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: binaryauthorization.gcp.upbound.io/v1beta1 kind: Attestor metadata: @@ -44,4 +48,4 @@ spec: forProvider: attestationAuthority: - hint: - - humanReadableName: Attestor Note \ No newline at end of file + - humanReadableName: Attestor Note diff --git a/examples/binaryauthorization/policy.yaml b/examples/binaryauthorization/policy.yaml index a982c069f..ef892b673 100644 --- a/examples/binaryauthorization/policy.yaml +++ b/examples/binaryauthorization/policy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: binaryauthorization.gcp.upbound.io/v1beta1 kind: Policy metadata: @@ -51,4 +55,4 @@ spec: forProvider: attestationAuthority: - hint: - - humanReadableName: My attestor \ No newline at end of file + - humanReadableName: My attestor diff --git a/examples/certificatemanager/certificate.yaml b/examples/certificatemanager/certificate.yaml index 2f3d12d37..b70d47f56 100644 --- a/examples/certificatemanager/certificate.yaml +++ b/examples/certificatemanager/certificate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: certificatemanager.gcp.upbound.io/v1beta1 kind: Certificate metadata: diff --git a/examples/certificatemanager/certificatemap.yaml b/examples/certificatemanager/certificatemap.yaml index 1ca71ff36..7270c8ab9 100644 --- a/examples/certificatemanager/certificatemap.yaml +++ b/examples/certificatemanager/certificatemap.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: certificatemanager.gcp.upbound.io/v1beta1 kind: CertificateMap metadata: diff --git a/examples/certificatemanager/certificatemapentry.yaml b/examples/certificatemanager/certificatemapentry.yaml index edd656f05..4237274db 100644 --- a/examples/certificatemanager/certificatemapentry.yaml +++ b/examples/certificatemanager/certificatemapentry.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: certificatemanager.gcp.upbound.io/v1beta1 kind: CertificateMapEntry metadata: @@ -89,4 +93,3 @@ spec: forProvider: description: The default dnss domain: subdomain2.hashicorptest.com - diff --git a/examples/certificatemanager/dnsauthorization.yaml b/examples/certificatemanager/dnsauthorization.yaml index 2d7e5185c..c7e5839d3 100644 --- a/examples/certificatemanager/dnsauthorization.yaml +++ b/examples/certificatemanager/dnsauthorization.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: certificatemanager.gcp.upbound.io/v1beta1 kind: DNSAuthorization metadata: diff --git a/examples/cloud/idsendpoint.yaml b/examples/cloud/idsendpoint.yaml index dfae0c81c..0f3a29174 100644 --- a/examples/cloud/idsendpoint.yaml +++ b/examples/cloud/idsendpoint.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloud.gcp.upbound.io/v1beta1 kind: IdsEndpoint metadata: diff --git a/examples/cloudbuild/trigger.yaml b/examples/cloudbuild/trigger.yaml index a0501c124..0741b7088 100644 --- a/examples/cloudbuild/trigger.yaml +++ b/examples/cloudbuild/trigger.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudbuild.gcp.upbound.io/v1beta1 kind: Trigger metadata: @@ -14,4 +18,4 @@ spec: _FOO: bar triggerTemplate: - branchName: main - repoName: my-repo \ No newline at end of file + repoName: my-repo diff --git a/examples/cloudbuild/workerpool.yaml b/examples/cloudbuild/workerpool.yaml index 2b57b765c..2f23a9636 100644 --- a/examples/cloudbuild/workerpool.yaml +++ b/examples/cloudbuild/workerpool.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudbuild.gcp.upbound.io/v1beta1 kind: WorkerPool metadata: @@ -12,4 +16,4 @@ spec: workerConfig: - diskSizeGb: 100 machineType: e2-standard-4 - noExternalIp: false \ No newline at end of file + noExternalIp: false diff --git a/examples/cloudfunctions/function.yaml b/examples/cloudfunctions/function.yaml index 8da76b6f4..f1dc9029d 100644 --- a/examples/cloudfunctions/function.yaml +++ b/examples/cloudfunctions/function.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudfunctions.gcp.upbound.io/v1beta1 kind: Function metadata: diff --git a/examples/cloudfunctions2/function.yaml b/examples/cloudfunctions2/function.yaml index 5c96e391b..61e44f86a 100644 --- a/examples/cloudfunctions2/function.yaml +++ b/examples/cloudfunctions2/function.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudfunctions2.gcp.upbound.io/v1beta1 kind: Function metadata: diff --git a/examples/cloudplatform/folder.yaml b/examples/cloudplatform/folder.yaml index ccd2d2c6c..05fc1ba86 100644 --- a/examples/cloudplatform/folder.yaml +++ b/examples/cloudplatform/folder.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: Folder metadata: diff --git a/examples/cloudplatform/folderiammember.yaml b/examples/cloudplatform/folderiammember.yaml index 59f08fe07..00624ee5e 100644 --- a/examples/cloudplatform/folderiammember.yaml +++ b/examples/cloudplatform/folderiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: FolderIAMMember metadata: diff --git a/examples/cloudplatform/organizationiamauditconfig.yaml b/examples/cloudplatform/organizationiamauditconfig.yaml index 84e684b70..d003bb6c7 100644 --- a/examples/cloudplatform/organizationiamauditconfig.yaml +++ b/examples/cloudplatform/organizationiamauditconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: OrganizationIAMAuditConfig metadata: diff --git a/examples/cloudplatform/organizationiamcustomrole.yaml b/examples/cloudplatform/organizationiamcustomrole.yaml index 7ae09695f..eb0ad07d8 100644 --- a/examples/cloudplatform/organizationiamcustomrole.yaml +++ b/examples/cloudplatform/organizationiamcustomrole.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: OrganizationIAMCustomRole metadata: diff --git a/examples/cloudplatform/organizationiammember.yaml b/examples/cloudplatform/organizationiammember.yaml index dc7b84f5d..63a93d804 100644 --- a/examples/cloudplatform/organizationiammember.yaml +++ b/examples/cloudplatform/organizationiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: OrganizationIAMMember metadata: diff --git a/examples/cloudplatform/project.yaml b/examples/cloudplatform/project.yaml index 3c9953b3c..db123bed1 100644 --- a/examples/cloudplatform/project.yaml +++ b/examples/cloudplatform/project.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: Project metadata: diff --git a/examples/cloudplatform/projectdefaultserviceaccounts.yaml b/examples/cloudplatform/projectdefaultserviceaccounts.yaml index 1cc532c17..c27f62cf4 100644 --- a/examples/cloudplatform/projectdefaultserviceaccounts.yaml +++ b/examples/cloudplatform/projectdefaultserviceaccounts.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: ProjectDefaultServiceAccounts metadata: diff --git a/examples/cloudplatform/projectiamauditconfig.yaml b/examples/cloudplatform/projectiamauditconfig.yaml index 64b5aca5d..167146d18 100644 --- a/examples/cloudplatform/projectiamauditconfig.yaml +++ b/examples/cloudplatform/projectiamauditconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: ProjectIAMAuditConfig metadata: diff --git a/examples/cloudplatform/projectiamcustomrole.yaml b/examples/cloudplatform/projectiamcustomrole.yaml index bb9eb3620..245994afd 100644 --- a/examples/cloudplatform/projectiamcustomrole.yaml +++ b/examples/cloudplatform/projectiamcustomrole.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: ProjectIAMCustomRole metadata: diff --git a/examples/cloudplatform/projectiammember.yaml b/examples/cloudplatform/projectiammember.yaml index 6927b63f3..d01e31c35 100644 --- a/examples/cloudplatform/projectiammember.yaml +++ b/examples/cloudplatform/projectiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: ProjectIAMMember metadata: diff --git a/examples/cloudplatform/projectservice.yaml b/examples/cloudplatform/projectservice.yaml index acd6071d2..06f553b54 100644 --- a/examples/cloudplatform/projectservice.yaml +++ b/examples/cloudplatform/projectservice.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: ProjectService metadata: diff --git a/examples/cloudplatform/projectusageexportbucket.yaml b/examples/cloudplatform/projectusageexportbucket.yaml index 13b8dd6f6..3e9651087 100644 --- a/examples/cloudplatform/projectusageexportbucket.yaml +++ b/examples/cloudplatform/projectusageexportbucket.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: ProjectUsageExportBucket metadata: diff --git a/examples/cloudplatform/serviceaccount.yaml b/examples/cloudplatform/serviceaccount.yaml index cd1398417..2ba181e19 100644 --- a/examples/cloudplatform/serviceaccount.yaml +++ b/examples/cloudplatform/serviceaccount.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: ServiceAccount metadata: diff --git a/examples/cloudplatform/serviceaccountiammember.yaml b/examples/cloudplatform/serviceaccountiammember.yaml index f38fca1d3..b3599a189 100644 --- a/examples/cloudplatform/serviceaccountiammember.yaml +++ b/examples/cloudplatform/serviceaccountiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: ServiceAccountIAMMember metadata: diff --git a/examples/cloudplatform/serviceaccountkey.yaml b/examples/cloudplatform/serviceaccountkey.yaml index fcda87727..fd9bfaf4e 100644 --- a/examples/cloudplatform/serviceaccountkey.yaml +++ b/examples/cloudplatform/serviceaccountkey.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: ServiceAccountKey metadata: diff --git a/examples/cloudplatform/servicenetworkingpeereddnsdomain.yaml b/examples/cloudplatform/servicenetworkingpeereddnsdomain.yaml index ce8261fba..e6cdf80e8 100644 --- a/examples/cloudplatform/servicenetworkingpeereddnsdomain.yaml +++ b/examples/cloudplatform/servicenetworkingpeereddnsdomain.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudplatform.gcp.upbound.io/v1beta1 kind: ServiceNetworkingPeeredDNSDomain metadata: diff --git a/examples/cloudrun/domainmapping.yaml b/examples/cloudrun/domainmapping.yaml index d093cfbdc..b24dc5fd2 100644 --- a/examples/cloudrun/domainmapping.yaml +++ b/examples/cloudrun/domainmapping.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudrun.gcp.upbound.io/v1beta1 kind: DomainMapping metadata: diff --git a/examples/cloudrun/service.yaml b/examples/cloudrun/service.yaml index 39639cb4c..6d81cf081 100644 --- a/examples/cloudrun/service.yaml +++ b/examples/cloudrun/service.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudrun.gcp.upbound.io/v1beta1 kind: Service metadata: diff --git a/examples/cloudrun/v2job.yaml b/examples/cloudrun/v2job.yaml index 03f718391..fcdcc8c51 100644 --- a/examples/cloudrun/v2job.yaml +++ b/examples/cloudrun/v2job.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudrun.gcp.upbound.io/v1beta1 kind: V2Job metadata: diff --git a/examples/cloudrun/v2service.yaml b/examples/cloudrun/v2service.yaml index dde0309e5..f2061714a 100644 --- a/examples/cloudrun/v2service.yaml +++ b/examples/cloudrun/v2service.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudrun.gcp.upbound.io/v1beta1 kind: V2Service metadata: diff --git a/examples/cloudscheduler/job.yaml b/examples/cloudscheduler/job.yaml index 39fc3c3ba..71169477b 100644 --- a/examples/cloudscheduler/job.yaml +++ b/examples/cloudscheduler/job.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudscheduler.gcp.upbound.io/v1beta1 kind: Job metadata: diff --git a/examples/cloudtasks/queue.yaml b/examples/cloudtasks/queue.yaml index 7c27c0b21..41c22995f 100644 --- a/examples/cloudtasks/queue.yaml +++ b/examples/cloudtasks/queue.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: cloudtasks.gcp.upbound.io/v1beta1 kind: Queue metadata: diff --git a/examples/composer/environment.yaml b/examples/composer/environment.yaml index 2a5424f72..21591796e 100644 --- a/examples/composer/environment.yaml +++ b/examples/composer/environment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: composer.gcp.upbound.io/v1beta1 kind: Environment metadata: diff --git a/examples/compute/address.yaml b/examples/compute/address.yaml index 3de39c05a..8d82cf669 100644 --- a/examples/compute/address.yaml +++ b/examples/compute/address.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: Address metadata: diff --git a/examples/compute/attacheddisk.yaml b/examples/compute/attacheddisk.yaml index 58bd819e3..a63fe0c51 100644 --- a/examples/compute/attacheddisk.yaml +++ b/examples/compute/attacheddisk.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 diff --git a/examples/compute/autoscaler.yaml b/examples/compute/autoscaler.yaml index 072a33141..5140bd828 100644 --- a/examples/compute/autoscaler.yaml +++ b/examples/compute/autoscaler.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: Autoscaler diff --git a/examples/compute/backendbucket.yaml b/examples/compute/backendbucket.yaml index 86bbd01a8..28a19112f 100644 --- a/examples/compute/backendbucket.yaml +++ b/examples/compute/backendbucket.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: BackendBucket metadata: diff --git a/examples/compute/backendbucketsignedurlkey.yaml b/examples/compute/backendbucketsignedurlkey.yaml index 965b59a2a..e0422b8b7 100644 --- a/examples/compute/backendbucketsignedurlkey.yaml +++ b/examples/compute/backendbucketsignedurlkey.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: BackendBucketSignedURLKey diff --git a/examples/compute/backendservice.yaml b/examples/compute/backendservice.yaml index e42b5eba6..24838bff2 100644 --- a/examples/compute/backendservice.yaml +++ b/examples/compute/backendservice.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: BackendService diff --git a/examples/compute/backendservicesignedurlkey.yaml b/examples/compute/backendservicesignedurlkey.yaml index 9038c4802..0f4a29b48 100644 --- a/examples/compute/backendservicesignedurlkey.yaml +++ b/examples/compute/backendservicesignedurlkey.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: BackendServiceSignedURLKey metadata: @@ -63,4 +67,4 @@ metadata: labels: testing.upbound.io/example-name: backend-service-signed-url-key name: backend-service-signed-url-key-id - namespace: upbound-system \ No newline at end of file + namespace: upbound-system diff --git a/examples/compute/disk.yaml b/examples/compute/disk.yaml index a4a2ae1b9..689887ce7 100644 --- a/examples/compute/disk.yaml +++ b/examples/compute/disk.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: Disk metadata: diff --git a/examples/compute/diskiammember.yaml b/examples/compute/diskiammember.yaml index d2bb59e76..07866d5b0 100644 --- a/examples/compute/diskiammember.yaml +++ b/examples/compute/diskiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: DiskIAMMember metadata: diff --git a/examples/compute/diskresourcepolicyattachment.yaml b/examples/compute/diskresourcepolicyattachment.yaml index 25ef75350..11baca9c0 100644 --- a/examples/compute/diskresourcepolicyattachment.yaml +++ b/examples/compute/diskresourcepolicyattachment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: DiskResourcePolicyAttachment metadata: diff --git a/examples/compute/externalvpngateway.yaml b/examples/compute/externalvpngateway.yaml index 8beb2b332..7d7c6b5ff 100644 --- a/examples/compute/externalvpngateway.yaml +++ b/examples/compute/externalvpngateway.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + # apiVersion: compute.gcp.upbound.io/v1beta1 # kind: ExternalVPNGateway # metadata: diff --git a/examples/compute/firewall.yaml b/examples/compute/firewall.yaml index 1822a45c5..1f850a075 100644 --- a/examples/compute/firewall.yaml +++ b/examples/compute/firewall.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: Firewall metadata: diff --git a/examples/compute/firewallpolicy.yaml b/examples/compute/firewallpolicy.yaml index c8714c031..3de6c4fc0 100644 --- a/examples/compute/firewallpolicy.yaml +++ b/examples/compute/firewallpolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: FirewallPolicy metadata: diff --git a/examples/compute/firewallpolicyassociation.yaml b/examples/compute/firewallpolicyassociation.yaml index 578fb32c4..dbfcf0983 100644 --- a/examples/compute/firewallpolicyassociation.yaml +++ b/examples/compute/firewallpolicyassociation.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: FirewallPolicyAssociation metadata: diff --git a/examples/compute/firewallpolicyrule.yaml b/examples/compute/firewallpolicyrule.yaml index eb2f1d67d..f0f9c7998 100644 --- a/examples/compute/firewallpolicyrule.yaml +++ b/examples/compute/firewallpolicyrule.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: FirewallPolicyRule metadata: diff --git a/examples/compute/forwardingrule.yaml b/examples/compute/forwardingrule.yaml index 2e1f2ebbd..d2822d003 100644 --- a/examples/compute/forwardingrule.yaml +++ b/examples/compute/forwardingrule.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: ForwardingRule metadata: diff --git a/examples/compute/globaladdress.yaml b/examples/compute/globaladdress.yaml index d7d5e7f06..6ba149181 100644 --- a/examples/compute/globaladdress.yaml +++ b/examples/compute/globaladdress.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: GlobalAddress metadata: diff --git a/examples/compute/globalforwardingrule.yaml b/examples/compute/globalforwardingrule.yaml index 1f702883c..384396c9e 100644 --- a/examples/compute/globalforwardingrule.yaml +++ b/examples/compute/globalforwardingrule.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: GlobalForwardingRule metadata: diff --git a/examples/compute/globalnetworkendpoint.yaml b/examples/compute/globalnetworkendpoint.yaml index 20227919e..b5c6a9155 100644 --- a/examples/compute/globalnetworkendpoint.yaml +++ b/examples/compute/globalnetworkendpoint.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: GlobalNetworkEndpoint metadata: diff --git a/examples/compute/globalnetworkendpointgroup.yaml b/examples/compute/globalnetworkendpointgroup.yaml index 1e3c2040c..3f8178a47 100644 --- a/examples/compute/globalnetworkendpointgroup.yaml +++ b/examples/compute/globalnetworkendpointgroup.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: GlobalNetworkEndpointGroup metadata: diff --git a/examples/compute/havpngateway.yaml b/examples/compute/havpngateway.yaml index 63a830ac2..4453ee609 100644 --- a/examples/compute/havpngateway.yaml +++ b/examples/compute/havpngateway.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: HaVPNGateway metadata: diff --git a/examples/compute/healthcheck.yaml b/examples/compute/healthcheck.yaml index 9bd5ea91f..f0f105dfc 100644 --- a/examples/compute/healthcheck.yaml +++ b/examples/compute/healthcheck.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: HealthCheck metadata: diff --git a/examples/compute/httphealthcheck.yaml b/examples/compute/httphealthcheck.yaml index ac94fb43f..be4fb1e0d 100644 --- a/examples/compute/httphealthcheck.yaml +++ b/examples/compute/httphealthcheck.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: HTTPHealthCheck metadata: diff --git a/examples/compute/httpshealthcheck.yaml b/examples/compute/httpshealthcheck.yaml index a455bb04f..0c59f1070 100644 --- a/examples/compute/httpshealthcheck.yaml +++ b/examples/compute/httpshealthcheck.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: HTTPSHealthCheck metadata: diff --git a/examples/compute/image.yaml b/examples/compute/image.yaml index 998102938..55996d93f 100644 --- a/examples/compute/image.yaml +++ b/examples/compute/image.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: Image metadata: diff --git a/examples/compute/imageiammember.yaml b/examples/compute/imageiammember.yaml index fdb7c1226..dbaf22d4a 100644 --- a/examples/compute/imageiammember.yaml +++ b/examples/compute/imageiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: ImageIAMMember metadata: diff --git a/examples/compute/instance.yaml b/examples/compute/instance.yaml index b0c275039..77c4d4625 100644 --- a/examples/compute/instance.yaml +++ b/examples/compute/instance.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: Instance metadata: diff --git a/examples/compute/instancefromtemplate.yaml b/examples/compute/instancefromtemplate.yaml index 4c9bb84d6..61efcb37c 100644 --- a/examples/compute/instancefromtemplate.yaml +++ b/examples/compute/instancefromtemplate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: InstanceFromTemplate metadata: diff --git a/examples/compute/instancegroup.yaml b/examples/compute/instancegroup.yaml index cf09bc8f3..446b27280 100644 --- a/examples/compute/instancegroup.yaml +++ b/examples/compute/instancegroup.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: InstanceGroup metadata: diff --git a/examples/compute/instancegroupmanager.yaml b/examples/compute/instancegroupmanager.yaml index 49d4f9375..b20b88cf3 100644 --- a/examples/compute/instancegroupmanager.yaml +++ b/examples/compute/instancegroupmanager.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: InstanceGroupManager metadata: diff --git a/examples/compute/instancegroupnamedport.yaml b/examples/compute/instancegroupnamedport.yaml index 6106d38be..0f3dc8088 100644 --- a/examples/compute/instancegroupnamedport.yaml +++ b/examples/compute/instancegroupnamedport.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: InstanceGroupNamedPort metadata: diff --git a/examples/compute/instanceiammember.yaml b/examples/compute/instanceiammember.yaml index 1570a2506..3f7c48349 100644 --- a/examples/compute/instanceiammember.yaml +++ b/examples/compute/instanceiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: InstanceIAMMember metadata: diff --git a/examples/compute/instancetemplate.yaml b/examples/compute/instancetemplate.yaml index 34cd06f03..e1c89b663 100644 --- a/examples/compute/instancetemplate.yaml +++ b/examples/compute/instancetemplate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: InstanceTemplate metadata: diff --git a/examples/compute/interconnectattachment.yaml b/examples/compute/interconnectattachment.yaml index 48f696d21..91e1ab8ed 100644 --- a/examples/compute/interconnectattachment.yaml +++ b/examples/compute/interconnectattachment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: InterconnectAttachment metadata: @@ -48,4 +52,3 @@ metadata: spec: forProvider: autoCreateSubnetworks: false - diff --git a/examples/compute/managedsslcertificate.yaml b/examples/compute/managedsslcertificate.yaml index b66772be6..930260374 100644 --- a/examples/compute/managedsslcertificate.yaml +++ b/examples/compute/managedsslcertificate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: ManagedSSLCertificate metadata: diff --git a/examples/compute/network.yaml b/examples/compute/network.yaml index c757dcefe..9047fe18a 100644 --- a/examples/compute/network.yaml +++ b/examples/compute/network.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: Network metadata: diff --git a/examples/compute/networkendpoint.yaml b/examples/compute/networkendpoint.yaml index 25869f16f..bdd081710 100644 --- a/examples/compute/networkendpoint.yaml +++ b/examples/compute/networkendpoint.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: NetworkEndpoint metadata: diff --git a/examples/compute/networkendpointgroup.yaml b/examples/compute/networkendpointgroup.yaml index 210a8887f..ecb9706cc 100644 --- a/examples/compute/networkendpointgroup.yaml +++ b/examples/compute/networkendpointgroup.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: NetworkEndpointGroup metadata: diff --git a/examples/compute/networkfirewallpolicy.yaml b/examples/compute/networkfirewallpolicy.yaml index 9b9a853ae..8b8d32c46 100644 --- a/examples/compute/networkfirewallpolicy.yaml +++ b/examples/compute/networkfirewallpolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: NetworkFirewallPolicy metadata: @@ -8,4 +12,4 @@ metadata: name: primary spec: forProvider: - description: Sample global network firewall policy \ No newline at end of file + description: Sample global network firewall policy diff --git a/examples/compute/networkfirewallpolicyassociation.yaml b/examples/compute/networkfirewallpolicyassociation.yaml index 6313286e6..2d08536c8 100644 --- a/examples/compute/networkfirewallpolicyassociation.yaml +++ b/examples/compute/networkfirewallpolicyassociation.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: NetworkFirewallPolicyAssociation metadata: @@ -40,4 +44,4 @@ metadata: name: network-firewall-policy spec: forProvider: - description: Sample global network firewall policy \ No newline at end of file + description: Sample global network firewall policy diff --git a/examples/compute/networkpeering.yaml b/examples/compute/networkpeering.yaml index 52148d02d..e2f9c8a89 100644 --- a/examples/compute/networkpeering.yaml +++ b/examples/compute/networkpeering.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: NetworkPeering metadata: diff --git a/examples/compute/networkpeeringroutesconfig.yaml b/examples/compute/networkpeeringroutesconfig.yaml index 59cb1d899..60b02daae 100644 --- a/examples/compute/networkpeeringroutesconfig.yaml +++ b/examples/compute/networkpeeringroutesconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: NetworkPeeringRoutesConfig metadata: diff --git a/examples/compute/nodegroup.yaml b/examples/compute/nodegroup.yaml index 41ee396c9..055da292f 100644 --- a/examples/compute/nodegroup.yaml +++ b/examples/compute/nodegroup.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: NodeGroup metadata: diff --git a/examples/compute/nodetemplate.yaml b/examples/compute/nodetemplate.yaml index 00478273e..af70fef3c 100644 --- a/examples/compute/nodetemplate.yaml +++ b/examples/compute/nodetemplate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: NodeTemplate metadata: diff --git a/examples/compute/packetmirroring.yaml b/examples/compute/packetmirroring.yaml index dfbb6d845..0096a1d2e 100644 --- a/examples/compute/packetmirroring.yaml +++ b/examples/compute/packetmirroring.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: PacketMirroring metadata: diff --git a/examples/compute/perinstanceconfig.yaml b/examples/compute/perinstanceconfig.yaml index f83c6cb48..0dbd82fbc 100644 --- a/examples/compute/perinstanceconfig.yaml +++ b/examples/compute/perinstanceconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: PerInstanceConfig metadata: diff --git a/examples/compute/projectdefaultnetworktier.yaml b/examples/compute/projectdefaultnetworktier.yaml index 68b46d6a4..01906c006 100644 --- a/examples/compute/projectdefaultnetworktier.yaml +++ b/examples/compute/projectdefaultnetworktier.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: ProjectDefaultNetworkTier metadata: diff --git a/examples/compute/projectmetadata.yaml b/examples/compute/projectmetadata.yaml index b1aea0861..094d5bee6 100644 --- a/examples/compute/projectmetadata.yaml +++ b/examples/compute/projectmetadata.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: ProjectMetadata metadata: diff --git a/examples/compute/projectmetadataitem.yaml b/examples/compute/projectmetadataitem.yaml index 016010602..fcab56496 100644 --- a/examples/compute/projectmetadataitem.yaml +++ b/examples/compute/projectmetadataitem.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: ProjectMetadataItem metadata: diff --git a/examples/compute/regionautoscaler.yaml b/examples/compute/regionautoscaler.yaml index d86e29b85..52d420738 100644 --- a/examples/compute/regionautoscaler.yaml +++ b/examples/compute/regionautoscaler.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionAutoscaler metadata: diff --git a/examples/compute/regionbackendservice.yaml b/examples/compute/regionbackendservice.yaml index 7405cb2a8..ae9706804 100644 --- a/examples/compute/regionbackendservice.yaml +++ b/examples/compute/regionbackendservice.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionBackendService metadata: diff --git a/examples/compute/regiondisk.yaml b/examples/compute/regiondisk.yaml index 82816bee2..4de26f61a 100644 --- a/examples/compute/regiondisk.yaml +++ b/examples/compute/regiondisk.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionDisk metadata: diff --git a/examples/compute/regiondiskiammember.yaml b/examples/compute/regiondiskiammember.yaml index 5cb782fa6..e38f05275 100644 --- a/examples/compute/regiondiskiammember.yaml +++ b/examples/compute/regiondiskiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionDiskIAMMember metadata: diff --git a/examples/compute/regiondiskresourcepolicyattachment.yaml b/examples/compute/regiondiskresourcepolicyattachment.yaml index b0ecb20c4..4e9fea2b9 100644 --- a/examples/compute/regiondiskresourcepolicyattachment.yaml +++ b/examples/compute/regiondiskresourcepolicyattachment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionDiskResourcePolicyAttachment metadata: diff --git a/examples/compute/regionhealthcheck.yaml b/examples/compute/regionhealthcheck.yaml index 0783ab967..90df9d945 100644 --- a/examples/compute/regionhealthcheck.yaml +++ b/examples/compute/regionhealthcheck.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionHealthCheck metadata: diff --git a/examples/compute/regioninstancegroupmanager.yaml b/examples/compute/regioninstancegroupmanager.yaml index 1c987d1d0..5b23f0177 100644 --- a/examples/compute/regioninstancegroupmanager.yaml +++ b/examples/compute/regioninstancegroupmanager.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionInstanceGroupManager metadata: diff --git a/examples/compute/regionnetworkendpoint.yaml b/examples/compute/regionnetworkendpoint.yaml index 0829ee53b..4453d1b2c 100644 --- a/examples/compute/regionnetworkendpoint.yaml +++ b/examples/compute/regionnetworkendpoint.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionNetworkEndpoint metadata: diff --git a/examples/compute/regionnetworkendpointgroup.yaml b/examples/compute/regionnetworkendpointgroup.yaml index c5fc96077..a388ffe53 100644 --- a/examples/compute/regionnetworkendpointgroup.yaml +++ b/examples/compute/regionnetworkendpointgroup.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionNetworkEndpointGroup metadata: diff --git a/examples/compute/regionnetworkfirewallpolicy.yaml b/examples/compute/regionnetworkfirewallpolicy.yaml index 084d13b07..90295e2cb 100644 --- a/examples/compute/regionnetworkfirewallpolicy.yaml +++ b/examples/compute/regionnetworkfirewallpolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionNetworkFirewallPolicy metadata: @@ -9,4 +13,4 @@ metadata: spec: forProvider: description: Sample regional network firewall policy - region: us-west1 \ No newline at end of file + region: us-west1 diff --git a/examples/compute/regionnetworkfirewallpolicyassociation.yaml b/examples/compute/regionnetworkfirewallpolicyassociation.yaml index 6dd42a2a7..30988438f 100644 --- a/examples/compute/regionnetworkfirewallpolicyassociation.yaml +++ b/examples/compute/regionnetworkfirewallpolicyassociation.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionNetworkFirewallPolicyAssociation metadata: @@ -42,4 +46,4 @@ metadata: spec: forProvider: description: Sample global network firewall policy - region: us-west1 \ No newline at end of file + region: us-west1 diff --git a/examples/compute/regionperinstanceconfig.yaml b/examples/compute/regionperinstanceconfig.yaml index b298d83ef..c02307aa9 100644 --- a/examples/compute/regionperinstanceconfig.yaml +++ b/examples/compute/regionperinstanceconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionPerInstanceConfig metadata: diff --git a/examples/compute/regionsslcertificate.yaml b/examples/compute/regionsslcertificate.yaml index 3871c22d8..62b6621c9 100644 --- a/examples/compute/regionsslcertificate.yaml +++ b/examples/compute/regionsslcertificate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionSSLCertificate metadata: diff --git a/examples/compute/regiontargethttpproxy.yaml b/examples/compute/regiontargethttpproxy.yaml index b8df4b48c..4ebc4eb1e 100644 --- a/examples/compute/regiontargethttpproxy.yaml +++ b/examples/compute/regiontargethttpproxy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionTargetHTTPProxy metadata: diff --git a/examples/compute/regiontargethttpsproxy.yaml b/examples/compute/regiontargethttpsproxy.yaml index 52f8e055e..d9d30765a 100644 --- a/examples/compute/regiontargethttpsproxy.yaml +++ b/examples/compute/regiontargethttpsproxy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionTargetHTTPSProxy metadata: diff --git a/examples/compute/regiontargettcpproxy.yaml b/examples/compute/regiontargettcpproxy.yaml index 141abe631..8df4a7ec8 100644 --- a/examples/compute/regiontargettcpproxy.yaml +++ b/examples/compute/regiontargettcpproxy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionTargetTCPProxy metadata: diff --git a/examples/compute/regionurlmap.yaml b/examples/compute/regionurlmap.yaml index 58aad726c..35c068707 100644 --- a/examples/compute/regionurlmap.yaml +++ b/examples/compute/regionurlmap.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RegionURLMap metadata: diff --git a/examples/compute/reservation.yaml b/examples/compute/reservation.yaml index a3246ee82..94614f304 100644 --- a/examples/compute/reservation.yaml +++ b/examples/compute/reservation.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: Reservation metadata: diff --git a/examples/compute/resourcepolicy.yaml b/examples/compute/resourcepolicy.yaml index 8c66a248f..b69639675 100644 --- a/examples/compute/resourcepolicy.yaml +++ b/examples/compute/resourcepolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: ResourcePolicy metadata: diff --git a/examples/compute/route.yaml b/examples/compute/route.yaml index 07c7e013b..3e18138de 100644 --- a/examples/compute/route.yaml +++ b/examples/compute/route.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: Route metadata: diff --git a/examples/compute/router.yaml b/examples/compute/router.yaml index c43a62a6d..4a4c89768 100644 --- a/examples/compute/router.yaml +++ b/examples/compute/router.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: Router metadata: diff --git a/examples/compute/routerinterface.yaml b/examples/compute/routerinterface.yaml index 11073f968..95f56bcb8 100644 --- a/examples/compute/routerinterface.yaml +++ b/examples/compute/routerinterface.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RouterInterface metadata: diff --git a/examples/compute/routernat.yaml b/examples/compute/routernat.yaml index e7ae82d22..528ae03bb 100644 --- a/examples/compute/routernat.yaml +++ b/examples/compute/routernat.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RouterNAT metadata: diff --git a/examples/compute/routerpeer.yaml b/examples/compute/routerpeer.yaml index 6b7b728e9..5b310a546 100644 --- a/examples/compute/routerpeer.yaml +++ b/examples/compute/routerpeer.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: RouterPeer metadata: @@ -71,4 +75,4 @@ metadata: name: peer-router-network spec: forProvider: - autoCreateSubnetworks: false \ No newline at end of file + autoCreateSubnetworks: false diff --git a/examples/compute/securitypolicy.yaml b/examples/compute/securitypolicy.yaml index 6de9e6611..72412ba82 100644 --- a/examples/compute/securitypolicy.yaml +++ b/examples/compute/securitypolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: SecurityPolicy metadata: diff --git a/examples/compute/serviceattachment.yaml b/examples/compute/serviceattachment.yaml index f349c97bf..be0676d45 100644 --- a/examples/compute/serviceattachment.yaml +++ b/examples/compute/serviceattachment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: ServiceAttachment metadata: diff --git a/examples/compute/sharedvpchostproject.yaml b/examples/compute/sharedvpchostproject.yaml index 20ad27017..dffa146a7 100644 --- a/examples/compute/sharedvpchostproject.yaml +++ b/examples/compute/sharedvpchostproject.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: SharedVPCHostProject metadata: diff --git a/examples/compute/sharedvpcserviceproject.yaml b/examples/compute/sharedvpcserviceproject.yaml index 272f32605..00a2fa11c 100644 --- a/examples/compute/sharedvpcserviceproject.yaml +++ b/examples/compute/sharedvpcserviceproject.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: SharedVPCServiceProject metadata: @@ -12,4 +16,4 @@ spec: hostProject: ${data.cloudplatform_project.projectId} serviceProjectSelector: matchLabels: - testing.upbound.io/example-name: example \ No newline at end of file + testing.upbound.io/example-name: example diff --git a/examples/compute/snapshot.yaml b/examples/compute/snapshot.yaml index 7f16314d1..27cbeeec4 100644 --- a/examples/compute/snapshot.yaml +++ b/examples/compute/snapshot.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: Snapshot metadata: @@ -47,4 +51,4 @@ metadata: spec: forProvider: rawDisk: - - source: https://storage.googleapis.com/bosh-gce-raw-stemcells/bosh-stemcell-97.98-google-kvm-ubuntu-xenial-go_agent-raw-1557960142.tar.gz \ No newline at end of file + - source: https://storage.googleapis.com/bosh-gce-raw-stemcells/bosh-stemcell-97.98-google-kvm-ubuntu-xenial-go_agent-raw-1557960142.tar.gz diff --git a/examples/compute/snapshotiammember.yaml b/examples/compute/snapshotiammember.yaml index 2afd9c756..eca01fec0 100644 --- a/examples/compute/snapshotiammember.yaml +++ b/examples/compute/snapshotiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: SnapshotIAMMember metadata: @@ -63,4 +67,4 @@ metadata: spec: forProvider: rawDisk: - - source: https://storage.googleapis.com/bosh-gce-raw-stemcells/bosh-stemcell-97.98-google-kvm-ubuntu-xenial-go_agent-raw-1557960142.tar.gz \ No newline at end of file + - source: https://storage.googleapis.com/bosh-gce-raw-stemcells/bosh-stemcell-97.98-google-kvm-ubuntu-xenial-go_agent-raw-1557960142.tar.gz diff --git a/examples/compute/sslcertificate.yaml b/examples/compute/sslcertificate.yaml index 56f6cf7aa..b34227a41 100644 --- a/examples/compute/sslcertificate.yaml +++ b/examples/compute/sslcertificate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: SSLCertificate metadata: diff --git a/examples/compute/sslpolicy.yaml b/examples/compute/sslpolicy.yaml index 23ec10d54..636e1485a 100644 --- a/examples/compute/sslpolicy.yaml +++ b/examples/compute/sslpolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: SSLPolicy metadata: @@ -8,4 +12,4 @@ metadata: name: prod-ssl-policy spec: forProvider: - profile: MODERN \ No newline at end of file + profile: MODERN diff --git a/examples/compute/subnetwork.yaml b/examples/compute/subnetwork.yaml index b8ae019f4..973efab92 100644 --- a/examples/compute/subnetwork.yaml +++ b/examples/compute/subnetwork.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: Subnetwork metadata: diff --git a/examples/compute/subnetworkiammember.yaml b/examples/compute/subnetworkiammember.yaml index 2089778b8..f798d5df9 100644 --- a/examples/compute/subnetworkiammember.yaml +++ b/examples/compute/subnetworkiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: SubnetworkIAMMember metadata: diff --git a/examples/compute/targetgrpcproxy.yaml b/examples/compute/targetgrpcproxy.yaml index 2bca42732..cac374535 100644 --- a/examples/compute/targetgrpcproxy.yaml +++ b/examples/compute/targetgrpcproxy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: TargetGRPCProxy metadata: diff --git a/examples/compute/targethttpproxy.yaml b/examples/compute/targethttpproxy.yaml index a662bf069..aecd3a686 100644 --- a/examples/compute/targethttpproxy.yaml +++ b/examples/compute/targethttpproxy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: TargetHTTPProxy metadata: diff --git a/examples/compute/targethttpsproxy.yaml b/examples/compute/targethttpsproxy.yaml index 8edfa1aa7..a1f836a2c 100644 --- a/examples/compute/targethttpsproxy.yaml +++ b/examples/compute/targethttpsproxy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: TargetHTTPSProxy metadata: diff --git a/examples/compute/targetinstance.yaml b/examples/compute/targetinstance.yaml index f734ad1de..2b9dd0b39 100644 --- a/examples/compute/targetinstance.yaml +++ b/examples/compute/targetinstance.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: TargetInstance metadata: diff --git a/examples/compute/targetpool.yaml b/examples/compute/targetpool.yaml index d0022ce88..5df5daed5 100644 --- a/examples/compute/targetpool.yaml +++ b/examples/compute/targetpool.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: TargetPool metadata: diff --git a/examples/compute/targetsslproxy.yaml b/examples/compute/targetsslproxy.yaml index cb48713b2..e169bf9f5 100644 --- a/examples/compute/targetsslproxy.yaml +++ b/examples/compute/targetsslproxy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: TargetSSLProxy metadata: diff --git a/examples/compute/targettcpproxy.yaml b/examples/compute/targettcpproxy.yaml index 154eb9c9c..447cab524 100644 --- a/examples/compute/targettcpproxy.yaml +++ b/examples/compute/targettcpproxy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: TargetTCPProxy metadata: diff --git a/examples/compute/urlmap.yaml b/examples/compute/urlmap.yaml index db2c6ec3e..d312bba43 100644 --- a/examples/compute/urlmap.yaml +++ b/examples/compute/urlmap.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: URLMap metadata: diff --git a/examples/compute/vpngateway.yaml b/examples/compute/vpngateway.yaml index 8714b7063..2a5e5aeb9 100644 --- a/examples/compute/vpngateway.yaml +++ b/examples/compute/vpngateway.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: VPNGateway metadata: diff --git a/examples/compute/vpntunnel.yaml b/examples/compute/vpntunnel.yaml index 16a288003..90f975aa0 100644 --- a/examples/compute/vpntunnel.yaml +++ b/examples/compute/vpntunnel.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: VPNTunnel metadata: diff --git a/examples/container/cluster.yaml b/examples/container/cluster.yaml index 7100bb411..67e2f2374 100644 --- a/examples/container/cluster.yaml +++ b/examples/container/cluster.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: container.gcp.upbound.io/v1beta1 kind: Cluster metadata: @@ -13,4 +17,4 @@ spec: - {} enableAutopilot: true enableIntranodeVisibility: true - deletionProtection: false \ No newline at end of file + deletionProtection: false diff --git a/examples/container/nodepool.yaml b/examples/container/nodepool.yaml index 4413057cc..840cf17a5 100644 --- a/examples/container/nodepool.yaml +++ b/examples/container/nodepool.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: container.gcp.upbound.io/v1beta1 kind: NodePool metadata: diff --git a/examples/container/registry.yaml b/examples/container/registry.yaml index 271177f88..02e92e996 100644 --- a/examples/container/registry.yaml +++ b/examples/container/registry.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: container.gcp.upbound.io/v1beta1 kind: Registry metadata: diff --git a/examples/containeranalysis/note.yaml b/examples/containeranalysis/note.yaml index 85f72b6b7..f1ee6ecbb 100644 --- a/examples/containeranalysis/note.yaml +++ b/examples/containeranalysis/note.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: containeranalysis.gcp.upbound.io/v1beta1 kind: Note metadata: diff --git a/examples/containeranalysis/occurrence.yaml b/examples/containeranalysis/occurrence.yaml index 2b059c026..b52c6514b 100644 --- a/examples/containeranalysis/occurrence.yaml +++ b/examples/containeranalysis/occurrence.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: containeranalysis.gcp.upbound.io/v1beta1 kind: Occurrence metadata: diff --git a/examples/containeraws/cluster.yaml b/examples/containeraws/cluster.yaml index 075c65d02..668fd6c29 100644 --- a/examples/containeraws/cluster.yaml +++ b/examples/containeraws/cluster.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: containeraws.gcp.upbound.io/v1beta1 kind: Cluster metadata: diff --git a/examples/containeraws/nodepool.yaml b/examples/containeraws/nodepool.yaml index 2db31a13c..234542f60 100644 --- a/examples/containeraws/nodepool.yaml +++ b/examples/containeraws/nodepool.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: containeraws.gcp.upbound.io/v1beta1 kind: NodePool metadata: diff --git a/examples/containeraws/provider-aws/00-containeraws-iam.yaml b/examples/containeraws/provider-aws/00-containeraws-iam.yaml index fb25774bb..1b4eb435a 100644 --- a/examples/containeraws/provider-aws/00-containeraws-iam.yaml +++ b/examples/containeraws/provider-aws/00-containeraws-iam.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + --- apiVersion: iam.aws.upbound.io/v1beta1 kind: Role diff --git a/examples/containeraws/provider-aws/00-containeraws-kms.yaml b/examples/containeraws/provider-aws/00-containeraws-kms.yaml index 56f38cb6e..ddda0ee37 100644 --- a/examples/containeraws/provider-aws/00-containeraws-kms.yaml +++ b/examples/containeraws/provider-aws/00-containeraws-kms.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + --- apiVersion: kms.aws.upbound.io/v1beta1 kind: Key diff --git a/examples/containeraws/provider-aws/00-containeraws-network.yaml b/examples/containeraws/provider-aws/00-containeraws-network.yaml index 49f3d0907..b6c3500dd 100644 --- a/examples/containeraws/provider-aws/00-containeraws-network.yaml +++ b/examples/containeraws/provider-aws/00-containeraws-network.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: ec2.aws.upbound.io/v1beta1 kind: VPC metadata: diff --git a/examples/containerazure/client.yaml b/examples/containerazure/client.yaml index 6e7bb06bf..8aa6dbc02 100644 --- a/examples/containerazure/client.yaml +++ b/examples/containerazure/client.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: containerazure.gcp.upbound.io/v1beta1 kind: Client metadata: diff --git a/examples/containerazure/cluster.yaml b/examples/containerazure/cluster.yaml index bea079065..84ec2b69b 100644 --- a/examples/containerazure/cluster.yaml +++ b/examples/containerazure/cluster.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: containerazure.gcp.upbound.io/v1beta1 kind: Cluster metadata: diff --git a/examples/containerazure/nodepool.yaml b/examples/containerazure/nodepool.yaml index ad06cda7f..5e705a401 100644 --- a/examples/containerazure/nodepool.yaml +++ b/examples/containerazure/nodepool.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: containerazure.gcp.upbound.io/v1beta1 kind: NodePool metadata: diff --git a/examples/containerazure/provider-azure/00-containerazure-application.sh b/examples/containerazure/provider-azure/00-containerazure-application.sh index 57c53a32a..3bede2ba6 100755 --- a/examples/containerazure/provider-azure/00-containerazure-application.sh +++ b/examples/containerazure/provider-azure/00-containerazure-application.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + # terraform-provider-azurerm does not support ad applications az ad app create --display-name containerazure-gcp-upbound export APPLICATION_ID=$(az ad app list --all \ diff --git a/examples/containerazure/provider-azure/00-containerazure-network.yaml b/examples/containerazure/provider-azure/00-containerazure-network.yaml index 3b9179a2e..331029e02 100644 --- a/examples/containerazure/provider-azure/00-containerazure-network.yaml +++ b/examples/containerazure/provider-azure/00-containerazure-network.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: azure.upbound.io/v1beta1 kind: ResourceGroup metadata: @@ -73,4 +77,4 @@ spec: natGatewayIdRef: name: containerazure-gcp-upbound-nat subnetIdRef: - name: containerazure-gcp-upbound-subnet \ No newline at end of file + name: containerazure-gcp-upbound-subnet diff --git a/examples/containerazure/provider-azure/02-authorize_client.sh b/examples/containerazure/provider-azure/02-authorize_client.sh index 318d76be5..d1f655d05 100755 --- a/examples/containerazure/provider-azure/02-authorize_client.sh +++ b/examples/containerazure/provider-azure/02-authorize_client.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + AZURE_CLIENT=$1 export APPLICATION_ID=$(az ad app list --all \ diff --git a/examples/containerazure/provider-azure/99-cleanup.sh b/examples/containerazure/provider-azure/99-cleanup.sh index 31984ed20..3cbce1261 100755 --- a/examples/containerazure/provider-azure/99-cleanup.sh +++ b/examples/containerazure/provider-azure/99-cleanup.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + # Should be run only after all manifests have been deleted export SERVICE_PRINCIPAL_ID=$(az ad sp list --all --output tsv \ --query "[?displayName=='containerazure-gcp-upbound'].{id:id}") diff --git a/examples/datacatalog/entry.yaml b/examples/datacatalog/entry.yaml index f79268924..5796f5965 100644 --- a/examples/datacatalog/entry.yaml +++ b/examples/datacatalog/entry.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: datacatalog.gcp.upbound.io/v1beta1 kind: Entry metadata: diff --git a/examples/datacatalog/entrygroup.yaml b/examples/datacatalog/entrygroup.yaml index 56979354a..8b241c30d 100644 --- a/examples/datacatalog/entrygroup.yaml +++ b/examples/datacatalog/entrygroup.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: datacatalog.gcp.upbound.io/v1beta1 kind: EntryGroup metadata: diff --git a/examples/datacatalog/tag.yaml b/examples/datacatalog/tag.yaml index e154ac2ed..7684c1a83 100644 --- a/examples/datacatalog/tag.yaml +++ b/examples/datacatalog/tag.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: datacatalog.gcp.upbound.io/v1beta1 kind: Tag metadata: diff --git a/examples/datacatalog/tagtemplate.yaml b/examples/datacatalog/tagtemplate.yaml index 9ee0578cd..ed65c70b0 100644 --- a/examples/datacatalog/tagtemplate.yaml +++ b/examples/datacatalog/tagtemplate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: datacatalog.gcp.upbound.io/v1beta1 kind: TagTemplate metadata: diff --git a/examples/dataflow/job.yaml b/examples/dataflow/job.yaml index 346292ffe..86d044cf2 100644 --- a/examples/dataflow/job.yaml +++ b/examples/dataflow/job.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dataflow.gcp.upbound.io/v1beta1 kind: Job metadata: diff --git a/examples/datafusion/instance.yaml b/examples/datafusion/instance.yaml index 289b63996..43b3e21a5 100644 --- a/examples/datafusion/instance.yaml +++ b/examples/datafusion/instance.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: datafusion.gcp.upbound.io/v1beta1 kind: Instance metadata: @@ -9,4 +13,4 @@ metadata: spec: forProvider: region: us-central1 - type: BASIC \ No newline at end of file + type: BASIC diff --git a/examples/datalossprevention/deidentifytemplate.yaml b/examples/datalossprevention/deidentifytemplate.yaml index 8f7f7e595..4221d4a65 100644 --- a/examples/datalossprevention/deidentifytemplate.yaml +++ b/examples/datalossprevention/deidentifytemplate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: datalossprevention.gcp.upbound.io/v1beta1 kind: DeidentifyTemplate metadata: @@ -55,4 +59,4 @@ spec: - name: abc description: Description displayName: Displayname - parent: projects/&{project_id} \ No newline at end of file + parent: projects/&{project_id} diff --git a/examples/datalossprevention/inspecttemplate.yaml b/examples/datalossprevention/inspecttemplate.yaml index 442265e59..3d812befa 100644 --- a/examples/datalossprevention/inspecttemplate.yaml +++ b/examples/datalossprevention/inspecttemplate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: datalossprevention.gcp.upbound.io/v1beta1 kind: InspectTemplate metadata: @@ -61,4 +65,4 @@ spec: - fixedLikelihood: VERY_LIKELY proximity: - windowBefore: 50 - parent: projects/&{project_id} \ No newline at end of file + parent: projects/&{project_id} diff --git a/examples/datalossprevention/jobtrigger.yaml b/examples/datalossprevention/jobtrigger.yaml index 2c715aee5..766908ff3 100644 --- a/examples/datalossprevention/jobtrigger.yaml +++ b/examples/datalossprevention/jobtrigger.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: datalossprevention.gcp.upbound.io/v1beta1 kind: JobTrigger metadata: @@ -26,4 +30,4 @@ spec: parent: projects/&{project_id} triggers: - schedule: - - recurrencePeriodDuration: 86400s \ No newline at end of file + - recurrencePeriodDuration: 86400s diff --git a/examples/datalossprevention/storedinfotype.yaml b/examples/datalossprevention/storedinfotype.yaml index 4fe71ddf1..57bb2a3d0 100644 --- a/examples/datalossprevention/storedinfotype.yaml +++ b/examples/datalossprevention/storedinfotype.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: datalossprevention.gcp.upbound.io/v1beta1 kind: StoredInfoType metadata: @@ -15,4 +19,4 @@ spec: regex: - groupIndexes: - 2 - pattern: patient \ No newline at end of file + pattern: patient diff --git a/examples/dataplex/asset.yaml b/examples/dataplex/asset.yaml index c669e1923..e80e2765b 100644 --- a/examples/dataplex/asset.yaml +++ b/examples/dataplex/asset.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dataplex.gcp.upbound.io/v1beta1 kind: Asset metadata: diff --git a/examples/dataplex/lake.yaml b/examples/dataplex/lake.yaml index fb138c454..211b1ccee 100644 --- a/examples/dataplex/lake.yaml +++ b/examples/dataplex/lake.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dataplex.gcp.upbound.io/v1beta1 kind: Lake metadata: diff --git a/examples/dataplex/zone.yaml b/examples/dataplex/zone.yaml index 8e46a5315..35494a571 100644 --- a/examples/dataplex/zone.yaml +++ b/examples/dataplex/zone.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dataplex.gcp.upbound.io/v1beta1 kind: Lake metadata: diff --git a/examples/dataproc/autoscalingpolicy.yaml b/examples/dataproc/autoscalingpolicy.yaml index 5f3992e2f..8c4806bef 100644 --- a/examples/dataproc/autoscalingpolicy.yaml +++ b/examples/dataproc/autoscalingpolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dataproc.gcp.upbound.io/v1beta1 kind: AutoscalingPolicy metadata: @@ -15,4 +19,4 @@ spec: scaleUpFactor: 0.5 location: us-central1 workerConfig: - - maxInstances: 3 \ No newline at end of file + - maxInstances: 3 diff --git a/examples/dataproc/cluster.yaml b/examples/dataproc/cluster.yaml index 5bfef73b3..611d6bde6 100644 --- a/examples/dataproc/cluster.yaml +++ b/examples/dataproc/cluster.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dataproc.gcp.upbound.io/v1beta1 kind: Cluster metadata: diff --git a/examples/dataproc/job.yaml b/examples/dataproc/job.yaml index 1ab17eb76..da1a36d50 100644 --- a/examples/dataproc/job.yaml +++ b/examples/dataproc/job.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dataproc.gcp.upbound.io/v1beta1 kind: Job metadata: @@ -45,4 +49,4 @@ spec: clusterConfig: - preemptibleWorkerConfig: - diskConfig: - - bootDiskType: pd-standard \ No newline at end of file + - bootDiskType: pd-standard diff --git a/examples/dataproc/metastoreservice.yaml b/examples/dataproc/metastoreservice.yaml index b7f5efe8b..20183314f 100644 --- a/examples/dataproc/metastoreservice.yaml +++ b/examples/dataproc/metastoreservice.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dataproc.gcp.upbound.io/v1beta1 kind: MetastoreService metadata: diff --git a/examples/dataproc/workflowtemplate.yaml b/examples/dataproc/workflowtemplate.yaml index 00e87fcf8..68e3304e7 100644 --- a/examples/dataproc/workflowtemplate.yaml +++ b/examples/dataproc/workflowtemplate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dataproc.gcp.upbound.io/v1beta1 kind: WorkflowTemplate metadata: @@ -42,4 +46,4 @@ spec: - bootDiskSizeGb: 10 numLocalSsds: 2 machineType: n1-standard-2 - numInstances: 3 \ No newline at end of file + numInstances: 3 diff --git a/examples/datastore/index.yaml b/examples/datastore/index.yaml index 90b75b3f5..f012b8e7a 100644 --- a/examples/datastore/index.yaml +++ b/examples/datastore/index.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: datastore.gcp.upbound.io/v1beta1 kind: Index metadata: diff --git a/examples/datastream/connectionprofile.yaml b/examples/datastream/connectionprofile.yaml index 547678070..437a6727c 100644 --- a/examples/datastream/connectionprofile.yaml +++ b/examples/datastream/connectionprofile.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: datastream.gcp.upbound.io/v1beta1 kind: ConnectionProfile metadata: diff --git a/examples/datastream/privateconnection.yaml b/examples/datastream/privateconnection.yaml index a0ff88dcc..86e879dec 100644 --- a/examples/datastream/privateconnection.yaml +++ b/examples/datastream/privateconnection.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: datastream.gcp.upbound.io/v1beta1 kind: PrivateConnection metadata: diff --git a/examples/dialogflowcx/agent.yaml b/examples/dialogflowcx/agent.yaml index 64282bb83..551b34c63 100644 --- a/examples/dialogflowcx/agent.yaml +++ b/examples/dialogflowcx/agent.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dialogflowcx.gcp.upbound.io/v1beta1 kind: Agent metadata: diff --git a/examples/dialogflowcx/entitytype.yaml b/examples/dialogflowcx/entitytype.yaml index b40fbf98b..60e337c87 100644 --- a/examples/dialogflowcx/entitytype.yaml +++ b/examples/dialogflowcx/entitytype.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dialogflowcx.gcp.upbound.io/v1beta1 kind: EntityType metadata: diff --git a/examples/dialogflowcx/environment.yaml b/examples/dialogflowcx/environment.yaml index 95f0fa5f4..cf1195988 100644 --- a/examples/dialogflowcx/environment.yaml +++ b/examples/dialogflowcx/environment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dialogflowcx.gcp.upbound.io/v1beta1 kind: Environment metadata: diff --git a/examples/dialogflowcx/flow.yaml b/examples/dialogflowcx/flow.yaml index 8a6b49b70..aefb88c4a 100644 --- a/examples/dialogflowcx/flow.yaml +++ b/examples/dialogflowcx/flow.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dialogflowcx.gcp.upbound.io/v1beta1 kind: Flow metadata: diff --git a/examples/dialogflowcx/intent.yaml b/examples/dialogflowcx/intent.yaml index d1cbcbfc1..444602baa 100644 --- a/examples/dialogflowcx/intent.yaml +++ b/examples/dialogflowcx/intent.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dialogflowcx.gcp.upbound.io/v1beta1 kind: Intent metadata: diff --git a/examples/dialogflowcx/page.yaml b/examples/dialogflowcx/page.yaml index fa6bcdaf6..dbfe91568 100644 --- a/examples/dialogflowcx/page.yaml +++ b/examples/dialogflowcx/page.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dialogflowcx.gcp.upbound.io/v1beta1 kind: Page metadata: diff --git a/examples/dialogflowcx/version.yaml b/examples/dialogflowcx/version.yaml index 26303e680..09602901a 100644 --- a/examples/dialogflowcx/version.yaml +++ b/examples/dialogflowcx/version.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dialogflowcx.gcp.upbound.io/v1beta1 kind: Version metadata: diff --git a/examples/dialogflowcx/webhook.yaml b/examples/dialogflowcx/webhook.yaml index 420a24ce8..0eeda0838 100644 --- a/examples/dialogflowcx/webhook.yaml +++ b/examples/dialogflowcx/webhook.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dialogflowcx.gcp.upbound.io/v1beta1 kind: Webhook metadata: diff --git a/examples/dns/managedzone.yaml b/examples/dns/managedzone.yaml index b5a0d90d1..e81e0a020 100644 --- a/examples/dns/managedzone.yaml +++ b/examples/dns/managedzone.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dns.gcp.upbound.io/v1beta1 kind: ManagedZone metadata: diff --git a/examples/dns/managedzoneiammember.yaml b/examples/dns/managedzoneiammember.yaml index 196590668..7df4e2277 100644 --- a/examples/dns/managedzoneiammember.yaml +++ b/examples/dns/managedzoneiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dns.gcp.upbound.io/v1beta1 kind: ManagedZoneIAMMember metadata: diff --git a/examples/dns/policy.yaml b/examples/dns/policy.yaml index a89805424..71f61df72 100644 --- a/examples/dns/policy.yaml +++ b/examples/dns/policy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: dns.gcp.upbound.io/v1beta1 kind: Policy metadata: diff --git a/examples/documentai/processor.yaml b/examples/documentai/processor.yaml index bf154420e..ae300c826 100644 --- a/examples/documentai/processor.yaml +++ b/examples/documentai/processor.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: documentai.gcp.upbound.io/v1beta1 kind: Processor metadata: diff --git a/examples/endpoints/service.yaml b/examples/endpoints/service.yaml index 1594c44dc..628424921 100644 --- a/examples/endpoints/service.yaml +++ b/examples/endpoints/service.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: endpoints.gcp.upbound.io/v1beta1 kind: Service metadata: diff --git a/examples/essentialcontacts/contact.yaml b/examples/essentialcontacts/contact.yaml index 9f943651d..103b594ab 100644 --- a/examples/essentialcontacts/contact.yaml +++ b/examples/essentialcontacts/contact.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: essentialcontacts.gcp.upbound.io/v1beta1 kind: Contact metadata: diff --git a/examples/eventarc/channel.yaml b/examples/eventarc/channel.yaml index b12b51b84..cab34377e 100644 --- a/examples/eventarc/channel.yaml +++ b/examples/eventarc/channel.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: eventarc.gcp.upbound.io/v1beta1 kind: Channel metadata: @@ -8,4 +12,4 @@ metadata: name: primary spec: forProvider: - location: us-west1 \ No newline at end of file + location: us-west1 diff --git a/examples/eventarc/googlechannelconfig.yaml b/examples/eventarc/googlechannelconfig.yaml index 2e059eec8..06254b6d0 100644 --- a/examples/eventarc/googlechannelconfig.yaml +++ b/examples/eventarc/googlechannelconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: eventarc.gcp.upbound.io/v1beta1 kind: GoogleChannelConfig metadata: @@ -8,4 +12,4 @@ metadata: name: primary spec: forProvider: - location: us-west1 \ No newline at end of file + location: us-west1 diff --git a/examples/eventarc/trigger.yaml b/examples/eventarc/trigger.yaml index 901d96ffa..4f797d3b5 100644 --- a/examples/eventarc/trigger.yaml +++ b/examples/eventarc/trigger.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: eventarc.gcp.upbound.io/v1beta1 kind: Trigger metadata: diff --git a/examples/filestore/backup.yaml b/examples/filestore/backup.yaml index d1a059232..61478d023 100644 --- a/examples/filestore/backup.yaml +++ b/examples/filestore/backup.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: filestore.gcp.upbound.io/v1beta1 kind: Backup metadata: @@ -40,4 +44,4 @@ spec: modes: - MODE_IPV4 network: default - tier: BASIC_SSD \ No newline at end of file + tier: BASIC_SSD diff --git a/examples/filestore/instance.yaml b/examples/filestore/instance.yaml index 31b5b43fc..294809516 100644 --- a/examples/filestore/instance.yaml +++ b/examples/filestore/instance.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: filestore.gcp.upbound.io/v1beta1 kind: Instance metadata: diff --git a/examples/filestore/snapshot.yaml b/examples/filestore/snapshot.yaml index d9531c3fd..404088850 100644 --- a/examples/filestore/snapshot.yaml +++ b/examples/filestore/snapshot.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: filestore.gcp.upbound.io/v1beta1 kind: Snapshot metadata: @@ -34,4 +38,4 @@ spec: - modes: - MODE_IPV4 network: default - tier: ENTERPRISE \ No newline at end of file + tier: ENTERPRISE diff --git a/examples/firebaserules/release.yaml b/examples/firebaserules/release.yaml index e92f2540a..a0ee94c62 100644 --- a/examples/firebaserules/release.yaml +++ b/examples/firebaserules/release.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: firebaserules.gcp.upbound.io/v1beta1 kind: Release metadata: diff --git a/examples/firebaserules/ruleset.yaml b/examples/firebaserules/ruleset.yaml index bab16669e..bd8888f18 100644 --- a/examples/firebaserules/ruleset.yaml +++ b/examples/firebaserules/ruleset.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: firebaserules.gcp.upbound.io/v1beta1 kind: Ruleset metadata: diff --git a/examples/firestore/document.yaml b/examples/firestore/document.yaml index 392f978bb..ce431ca08 100644 --- a/examples/firestore/document.yaml +++ b/examples/firestore/document.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: firestore.gcp.upbound.io/v1beta1 kind: Document metadata: diff --git a/examples/firestore/index.yaml b/examples/firestore/index.yaml index 07b66d89c..b51945df5 100644 --- a/examples/firestore/index.yaml +++ b/examples/firestore/index.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: firestore.gcp.upbound.io/v1beta1 kind: Index metadata: diff --git a/examples/gameservices/gameservercluster.yaml b/examples/gameservices/gameservercluster.yaml index 8953bbc0b..10ec3fa77 100644 --- a/examples/gameservices/gameservercluster.yaml +++ b/examples/gameservices/gameservercluster.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: gameservices.gcp.upbound.io/v1beta1 kind: GameServerCluster metadata: diff --git a/examples/gameservices/gameserverconfig.yaml b/examples/gameservices/gameserverconfig.yaml index 6bc3aee5e..731d7acec 100644 --- a/examples/gameservices/gameserverconfig.yaml +++ b/examples/gameservices/gameserverconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: gameservices.gcp.upbound.io/v1beta1 kind: GameServerConfig metadata: diff --git a/examples/gameservices/gameserverdeployment.yaml b/examples/gameservices/gameserverdeployment.yaml index 5fda758d2..c5554dce7 100644 --- a/examples/gameservices/gameserverdeployment.yaml +++ b/examples/gameservices/gameserverdeployment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: gameservices.gcp.upbound.io/v1beta1 kind: GameServerDeployment metadata: diff --git a/examples/gameservices/gameserverdeploymentrollout.yaml b/examples/gameservices/gameserverdeploymentrollout.yaml index bd4fa2905..3ad7b6706 100644 --- a/examples/gameservices/gameserverdeploymentrollout.yaml +++ b/examples/gameservices/gameserverdeploymentrollout.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: gameservices.gcp.upbound.io/v1beta1 kind: GameServerDeploymentRollout metadata: diff --git a/examples/gameservices/realm.yaml b/examples/gameservices/realm.yaml index 53455ea5c..a77d39371 100644 --- a/examples/gameservices/realm.yaml +++ b/examples/gameservices/realm.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: gameservices.gcp.upbound.io/v1beta1 kind: Realm metadata: diff --git a/examples/gcp/accesstoken.yaml b/examples/gcp/accesstoken.yaml index 7ef29173d..bf20e9b28 100644 --- a/examples/gcp/accesstoken.yaml +++ b/examples/gcp/accesstoken.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: gcp.upbound.io/v1beta1 kind: ProviderConfig metadata: diff --git a/examples/gcp/providerconfig.yaml b/examples/gcp/providerconfig.yaml index 968cf81fc..80d3bf1d8 100644 --- a/examples/gcp/providerconfig.yaml +++ b/examples/gcp/providerconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: gcp.upbound.io/v1beta1 kind: ProviderConfig metadata: diff --git a/examples/gcp/upbound.yaml b/examples/gcp/upbound.yaml index b379b00f5..d9898b1c2 100644 --- a/examples/gcp/upbound.yaml +++ b/examples/gcp/upbound.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: gcp.upbound.io/v1beta1 kind: ProviderConfig metadata: diff --git a/examples/gcp/workloadidentity.yaml b/examples/gcp/workloadidentity.yaml index d330bdb62..7ea61367c 100644 --- a/examples/gcp/workloadidentity.yaml +++ b/examples/gcp/workloadidentity.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: gcp.upbound.io/v1beta1 kind: ProviderConfig metadata: @@ -5,4 +9,4 @@ metadata: spec: projectID: ${PROJECT_ID} credentials: - source: InjectedIdentity \ No newline at end of file + source: InjectedIdentity diff --git a/examples/gke/backupbackupplan.yaml b/examples/gke/backupbackupplan.yaml index e0e032268..ee51ed9b6 100644 --- a/examples/gke/backupbackupplan.yaml +++ b/examples/gke/backupbackupplan.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: gke.gcp.upbound.io/v1beta1 kind: BackupBackupPlan metadata: diff --git a/examples/gkehub/membership.yaml b/examples/gkehub/membership.yaml index d3778aff8..8161b8519 100644 --- a/examples/gkehub/membership.yaml +++ b/examples/gkehub/membership.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: gkehub.gcp.upbound.io/v1beta1 kind: Membership metadata: diff --git a/examples/gkehub/membershipiammember.yaml b/examples/gkehub/membershipiammember.yaml index 24cbb4379..de8ec6e54 100644 --- a/examples/gkehub/membershipiammember.yaml +++ b/examples/gkehub/membershipiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: gkehub.gcp.upbound.io/v1beta1 kind: MembershipIAMMember metadata: diff --git a/examples/healthcare/consentstore.yaml b/examples/healthcare/consentstore.yaml index ab0a4215a..127d31338 100644 --- a/examples/healthcare/consentstore.yaml +++ b/examples/healthcare/consentstore.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: healthcare.gcp.upbound.io/v1beta1 kind: ConsentStore metadata: diff --git a/examples/healthcare/dataset.yaml b/examples/healthcare/dataset.yaml index ba0423355..ba4cec5b3 100644 --- a/examples/healthcare/dataset.yaml +++ b/examples/healthcare/dataset.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: healthcare.gcp.upbound.io/v1beta1 kind: Dataset metadata: diff --git a/examples/healthcare/datesetiammember.yaml b/examples/healthcare/datesetiammember.yaml index 30909bec9..e15e49973 100644 --- a/examples/healthcare/datesetiammember.yaml +++ b/examples/healthcare/datesetiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: healthcare.gcp.upbound.io/v1beta1 kind: DatasetIAMMember metadata: diff --git a/examples/healthcare/testhooks/delete-datasetiammember.sh b/examples/healthcare/testhooks/delete-datasetiammember.sh index 21fc44619..70b8b413c 100755 --- a/examples/healthcare/testhooks/delete-datasetiammember.sh +++ b/examples/healthcare/testhooks/delete-datasetiammember.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash set -aeuo pipefail +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + # Delete the DatasetIAMMember resource before deleting the Dataset itself ${KUBECTL} delete datasetiammember.healthcare.gcp.upbound.io --all \ No newline at end of file diff --git a/examples/iam/workloadidentitypool.yaml b/examples/iam/workloadidentitypool.yaml index fbe551039..d1200f94c 100644 --- a/examples/iam/workloadidentitypool.yaml +++ b/examples/iam/workloadidentitypool.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: iam.gcp.upbound.io/v1beta1 kind: WorkloadIdentityPool metadata: diff --git a/examples/iam/workloadidentitypoolprovider.yaml b/examples/iam/workloadidentitypoolprovider.yaml index 280dbda26..f1622f0c7 100644 --- a/examples/iam/workloadidentitypoolprovider.yaml +++ b/examples/iam/workloadidentitypoolprovider.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: iam.gcp.upbound.io/v1beta1 kind: WorkloadIdentityPoolProvider metadata: diff --git a/examples/iap/appengineserviceiammember.yaml b/examples/iap/appengineserviceiammember.yaml index 9fe336bdb..358c93a1e 100644 --- a/examples/iap/appengineserviceiammember.yaml +++ b/examples/iap/appengineserviceiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: iap.gcp.upbound.io/v1beta1 kind: AppEngineServiceIAMMember metadata: diff --git a/examples/iap/appengineversioniammember.yaml b/examples/iap/appengineversioniammember.yaml index c2cfd87c8..77dadfa90 100644 --- a/examples/iap/appengineversioniammember.yaml +++ b/examples/iap/appengineversioniammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: iap.gcp.upbound.io/v1beta1 kind: AppEngineVersionIAMMember metadata: diff --git a/examples/iap/tunneliammember.yaml b/examples/iap/tunneliammember.yaml index 17baad8df..306c6d751 100644 --- a/examples/iap/tunneliammember.yaml +++ b/examples/iap/tunneliammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: iap.gcp.upbound.io/v1beta1 kind: TunnelIAMMember metadata: diff --git a/examples/iap/webbackendserviceiammember.yaml b/examples/iap/webbackendserviceiammember.yaml index 1104a5ab2..5108e10af 100644 --- a/examples/iap/webbackendserviceiammember.yaml +++ b/examples/iap/webbackendserviceiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: iap.gcp.upbound.io/v1beta1 kind: WebBackendServiceIAMMember metadata: diff --git a/examples/iap/webiammember.yaml b/examples/iap/webiammember.yaml index 619401fd3..42dd01c76 100644 --- a/examples/iap/webiammember.yaml +++ b/examples/iap/webiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: iap.gcp.upbound.io/v1beta1 kind: WebIAMMember metadata: diff --git a/examples/iap/webtypeappengineiammember.yaml b/examples/iap/webtypeappengineiammember.yaml index c389b2d98..bdaa62d89 100644 --- a/examples/iap/webtypeappengineiammember.yaml +++ b/examples/iap/webtypeappengineiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: iap.gcp.upbound.io/v1beta1 kind: WebTypeAppEngineIAMMember metadata: diff --git a/examples/iap/webtypecomputeiammember.yaml b/examples/iap/webtypecomputeiammember.yaml index 334bbdeb2..b80e3173d 100644 --- a/examples/iap/webtypecomputeiammember.yaml +++ b/examples/iap/webtypecomputeiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: iap.gcp.upbound.io/v1beta1 kind: WebTypeComputeIAMMember metadata: diff --git a/examples/identityplatform/defaultsupportedidpconfig.yaml b/examples/identityplatform/defaultsupportedidpconfig.yaml index aacd0d5c1..df729317e 100644 --- a/examples/identityplatform/defaultsupportedidpconfig.yaml +++ b/examples/identityplatform/defaultsupportedidpconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: identityplatform.gcp.upbound.io/v1beta1 kind: DefaultSupportedIdPConfig metadata: diff --git a/examples/identityplatform/inboundsamlconfig.yaml b/examples/identityplatform/inboundsamlconfig.yaml index e3c121843..6a7956886 100644 --- a/examples/identityplatform/inboundsamlconfig.yaml +++ b/examples/identityplatform/inboundsamlconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: identityplatform.gcp.upbound.io/v1beta1 kind: InboundSAMLConfig metadata: diff --git a/examples/identityplatform/oauthidpconfig.yaml b/examples/identityplatform/oauthidpconfig.yaml index 682781982..db3f919d3 100644 --- a/examples/identityplatform/oauthidpconfig.yaml +++ b/examples/identityplatform/oauthidpconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: identityplatform.gcp.upbound.io/v1beta1 kind: OAuthIdPConfig metadata: diff --git a/examples/identityplatform/projectdefaultconfig.yaml b/examples/identityplatform/projectdefaultconfig.yaml index 4954723b6..80f4e26f8 100644 --- a/examples/identityplatform/projectdefaultconfig.yaml +++ b/examples/identityplatform/projectdefaultconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: identityplatform.gcp.upbound.io/v1beta1 kind: ProjectDefaultConfig metadata: diff --git a/examples/identityplatform/tenantdefaultsupportedidpconfig.yaml b/examples/identityplatform/tenantdefaultsupportedidpconfig.yaml index 925386e1a..ae7007601 100644 --- a/examples/identityplatform/tenantdefaultsupportedidpconfig.yaml +++ b/examples/identityplatform/tenantdefaultsupportedidpconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: identityplatform.gcp.upbound.io/v1beta1 kind: TenantDefaultSupportedIdPConfig metadata: diff --git a/examples/identityplatform/tenantinboundsamlconfig.yaml b/examples/identityplatform/tenantinboundsamlconfig.yaml index 698c5e5a5..0c9e38fa9 100644 --- a/examples/identityplatform/tenantinboundsamlconfig.yaml +++ b/examples/identityplatform/tenantinboundsamlconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: identityplatform.gcp.upbound.io/v1beta1 kind: TenantInboundSAMLConfig metadata: diff --git a/examples/identityplatform/tenantoauthidpconfig.yaml b/examples/identityplatform/tenantoauthidpconfig.yaml index d1094ef34..7625b059d 100644 --- a/examples/identityplatform/tenantoauthidpconfig.yaml +++ b/examples/identityplatform/tenantoauthidpconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: identityplatform.gcp.upbound.io/v1beta1 kind: TenantOAuthIdPConfig metadata: diff --git a/examples/kms/cryptokey.yaml b/examples/kms/cryptokey.yaml index 5cb33e313..b703995d2 100644 --- a/examples/kms/cryptokey.yaml +++ b/examples/kms/cryptokey.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: kms.gcp.upbound.io/v1beta1 kind: CryptoKey metadata: diff --git a/examples/kms/cryptokeyiammember.yaml b/examples/kms/cryptokeyiammember.yaml index c12369234..1e4b83937 100644 --- a/examples/kms/cryptokeyiammember.yaml +++ b/examples/kms/cryptokeyiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: kms.gcp.upbound.io/v1beta1 kind: CryptoKeyIAMMember metadata: diff --git a/examples/kms/cryptokeyversion.yaml b/examples/kms/cryptokeyversion.yaml index 1c60d5f29..f510e63a2 100644 --- a/examples/kms/cryptokeyversion.yaml +++ b/examples/kms/cryptokeyversion.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: kms.gcp.upbound.io/v1beta1 kind: CryptoKeyVersion metadata: diff --git a/examples/kms/keyringiammember.yaml b/examples/kms/keyringiammember.yaml index 2b97eb91f..6699e16f7 100644 --- a/examples/kms/keyringiammember.yaml +++ b/examples/kms/keyringiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: kms.gcp.upbound.io/v1beta1 kind: KeyRingIAMMember metadata: diff --git a/examples/kms/keyringimportjob.yaml b/examples/kms/keyringimportjob.yaml index ea80d0822..2623a72ff 100644 --- a/examples/kms/keyringimportjob.yaml +++ b/examples/kms/keyringimportjob.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: kms.gcp.upbound.io/v1beta1 kind: KeyRingImportJob metadata: diff --git a/examples/kms/secretciphertext.yaml b/examples/kms/secretciphertext.yaml index 109994644..1b23f54ec 100644 --- a/examples/kms/secretciphertext.yaml +++ b/examples/kms/secretciphertext.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: kms.gcp.upbound.io/v1beta1 kind: SecretCiphertext metadata: diff --git a/examples/logging/folderbucketconfig.yaml b/examples/logging/folderbucketconfig.yaml index 0fcc1bdab..45f27afa8 100644 --- a/examples/logging/folderbucketconfig.yaml +++ b/examples/logging/folderbucketconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: logging.gcp.upbound.io/v1beta1 kind: FolderBucketConfig metadata: diff --git a/examples/logging/folderexclusion.yaml b/examples/logging/folderexclusion.yaml index 89b6012a8..de03dd285 100644 --- a/examples/logging/folderexclusion.yaml +++ b/examples/logging/folderexclusion.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: logging.gcp.upbound.io/v1beta1 kind: FolderExclusion metadata: diff --git a/examples/logging/foldersink.yaml b/examples/logging/foldersink.yaml index f8451061e..6800416ec 100644 --- a/examples/logging/foldersink.yaml +++ b/examples/logging/foldersink.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: logging.gcp.upbound.io/v1beta1 kind: FolderSink metadata: diff --git a/examples/logging/logview.yaml b/examples/logging/logview.yaml index 0d7c1772f..ba5977450 100644 --- a/examples/logging/logview.yaml +++ b/examples/logging/logview.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: logging.gcp.upbound.io/v1beta1 kind: LogView metadata: @@ -30,4 +34,4 @@ spec: bucketId: _Default location: global project: ${project_id} - retentionDays: 30 \ No newline at end of file + retentionDays: 30 diff --git a/examples/logging/metric.yaml b/examples/logging/metric.yaml index b2544379d..5f0763b0c 100644 --- a/examples/logging/metric.yaml +++ b/examples/logging/metric.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: logging.gcp.upbound.io/v1beta1 kind: Metric metadata: @@ -29,4 +33,4 @@ spec: metricKind: DELTA unit: "1" valueType: DISTRIBUTION - valueExtractor: EXTRACT(jsonPayload.request) \ No newline at end of file + valueExtractor: EXTRACT(jsonPayload.request) diff --git a/examples/logging/projectbucketconfig.yaml b/examples/logging/projectbucketconfig.yaml index e13522ee9..1b3fd5cfc 100644 --- a/examples/logging/projectbucketconfig.yaml +++ b/examples/logging/projectbucketconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: logging.gcp.upbound.io/v1beta1 kind: ProjectBucketConfig metadata: @@ -12,4 +16,4 @@ spec: bucketId: _Default location: global project: ${project_id} - retentionDays: 30 \ No newline at end of file + retentionDays: 30 diff --git a/examples/logging/projectexclusion.yaml b/examples/logging/projectexclusion.yaml index a2987bfe8..d023b74bf 100644 --- a/examples/logging/projectexclusion.yaml +++ b/examples/logging/projectexclusion.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: logging.gcp.upbound.io/v1beta1 kind: ProjectExclusion metadata: @@ -9,4 +13,4 @@ metadata: spec: forProvider: description: Exclude GCE instance debug logs - filter: resource.type = gce_instance AND severity <= DEBUG \ No newline at end of file + filter: resource.type = gce_instance AND severity <= DEBUG diff --git a/examples/logging/projectsink.yaml b/examples/logging/projectsink.yaml index a664ac77c..fe916b29d 100644 --- a/examples/logging/projectsink.yaml +++ b/examples/logging/projectsink.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: logging.gcp.upbound.io/v1beta1 kind: ProjectSink metadata: diff --git a/examples/memcache/instance.yaml b/examples/memcache/instance.yaml index 053c1838d..91d75772e 100644 --- a/examples/memcache/instance.yaml +++ b/examples/memcache/instance.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: memcache.gcp.upbound.io/v1beta1 kind: Instance metadata: diff --git a/examples/mlengine/model.yaml b/examples/mlengine/model.yaml index a5a237629..3148e2c5f 100644 --- a/examples/mlengine/model.yaml +++ b/examples/mlengine/model.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: mlengine.gcp.upbound.io/v1beta1 kind: Model metadata: diff --git a/examples/monitoring/alertpolicy.yaml b/examples/monitoring/alertpolicy.yaml index 0071f944f..29cd80645 100644 --- a/examples/monitoring/alertpolicy.yaml +++ b/examples/monitoring/alertpolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: monitoring.gcp.upbound.io/v1beta1 kind: AlertPolicy metadata: diff --git a/examples/monitoring/customservice.yaml b/examples/monitoring/customservice.yaml index 9d8a5bb81..7d2abd8e1 100644 --- a/examples/monitoring/customservice.yaml +++ b/examples/monitoring/customservice.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: monitoring.gcp.upbound.io/v1beta1 kind: CustomService metadata: @@ -14,4 +18,4 @@ spec: - resourceName: //product.googleapis.com/foo/foo/services/test userLabels: my_key: my_value - my_other_key: my_other_value \ No newline at end of file + my_other_key: my_other_value diff --git a/examples/monitoring/dashboard.yaml b/examples/monitoring/dashboard.yaml index 93e50d012..8283490c2 100644 --- a/examples/monitoring/dashboard.yaml +++ b/examples/monitoring/dashboard.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: monitoring.gcp.upbound.io/v1beta1 kind: Dashboard metadata: @@ -18,4 +22,4 @@ spec: } ] } - } \ No newline at end of file + } diff --git a/examples/monitoring/group.yaml b/examples/monitoring/group.yaml index 425a48272..d8d0ea2f8 100644 --- a/examples/monitoring/group.yaml +++ b/examples/monitoring/group.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: monitoring.gcp.upbound.io/v1beta1 kind: Group metadata: @@ -9,4 +13,4 @@ metadata: spec: forProvider: displayName: tf-test MonitoringGroup - filter: resource.metadata.region="europe-west2" \ No newline at end of file + filter: resource.metadata.region="europe-west2" diff --git a/examples/monitoring/metricdescriptor.yaml b/examples/monitoring/metricdescriptor.yaml index cb0dd6d98..225cb9076 100644 --- a/examples/monitoring/metricdescriptor.yaml +++ b/examples/monitoring/metricdescriptor.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: monitoring.gcp.upbound.io/v1beta1 kind: MetricDescriptor metadata: @@ -21,4 +25,4 @@ spec: metricKind: GAUGE type: custom.googleapis.com/stores/daily_sales unit: '{USD}' - valueType: DOUBLE \ No newline at end of file + valueType: DOUBLE diff --git a/examples/monitoring/notificationchannel.yaml b/examples/monitoring/notificationchannel.yaml index 5abf824a3..fa0229e90 100644 --- a/examples/monitoring/notificationchannel.yaml +++ b/examples/monitoring/notificationchannel.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: monitoring.gcp.upbound.io/v1beta1 kind: NotificationChannel metadata: diff --git a/examples/monitoring/service.yaml b/examples/monitoring/service.yaml index 527a0e012..8284410d8 100644 --- a/examples/monitoring/service.yaml +++ b/examples/monitoring/service.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: monitoring.gcp.upbound.io/v1beta1 kind: Service metadata: diff --git a/examples/monitoring/slo.yaml b/examples/monitoring/slo.yaml index 8390cd985..beccefb6a 100644 --- a/examples/monitoring/slo.yaml +++ b/examples/monitoring/slo.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: monitoring.gcp.upbound.io/v1beta1 kind: SLO metadata: @@ -42,4 +46,4 @@ spec: - resourceName: //product.googleapis.com/foo/foo/services/test userLabels: my_key: my_value - my_other_key: my_other_value \ No newline at end of file + my_other_key: my_other_value diff --git a/examples/monitoring/uptimecheckconfig.yaml b/examples/monitoring/uptimecheckconfig.yaml index 5ac1d026e..727e1a1d6 100644 --- a/examples/monitoring/uptimecheckconfig.yaml +++ b/examples/monitoring/uptimecheckconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: monitoring.gcp.upbound.io/v1beta1 kind: UptimeCheckConfig metadata: diff --git a/examples/networkconnectivity/hub.yaml b/examples/networkconnectivity/hub.yaml index 34528a654..1edf8944c 100644 --- a/examples/networkconnectivity/hub.yaml +++ b/examples/networkconnectivity/hub.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: networkconnectivity.gcp.upbound.io/v1beta1 kind: Hub metadata: diff --git a/examples/networkconnectivity/spoke.yaml b/examples/networkconnectivity/spoke.yaml index d3f405a16..c4753addb 100644 --- a/examples/networkconnectivity/spoke.yaml +++ b/examples/networkconnectivity/spoke.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: networkconnectivity.gcp.upbound.io/v1beta1 kind: Spoke metadata: diff --git a/examples/networkmanagement/connectivitytest.yaml b/examples/networkmanagement/connectivitytest.yaml index 275594e57..ad1bd9bc3 100644 --- a/examples/networkmanagement/connectivitytest.yaml +++ b/examples/networkmanagement/connectivitytest.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: networkmanagement.gcp.upbound.io/v1beta1 kind: ConnectivityTest metadata: diff --git a/examples/notebooks/environment.yaml b/examples/notebooks/environment.yaml index 23927aa6a..7783a3893 100644 --- a/examples/notebooks/environment.yaml +++ b/examples/notebooks/environment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: notebooks.gcp.upbound.io/v1beta1 kind: Environment metadata: diff --git a/examples/notebooks/instance.yaml b/examples/notebooks/instance.yaml index c01be4fec..2054699c1 100644 --- a/examples/notebooks/instance.yaml +++ b/examples/notebooks/instance.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: notebooks.gcp.upbound.io/v1beta1 kind: Instance metadata: diff --git a/examples/notebooks/instanceiammember.yaml b/examples/notebooks/instanceiammember.yaml index 309a3fcd6..4cc984cfb 100644 --- a/examples/notebooks/instanceiammember.yaml +++ b/examples/notebooks/instanceiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: notebooks.gcp.upbound.io/v1beta1 kind: InstanceIAMMember metadata: diff --git a/examples/notebooks/runtime.yaml b/examples/notebooks/runtime.yaml index 0e81a6dd3..53cc7dfa2 100644 --- a/examples/notebooks/runtime.yaml +++ b/examples/notebooks/runtime.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: notebooks.gcp.upbound.io/v1beta1 kind: Runtime metadata: diff --git a/examples/notebooks/runtimeiammember.yaml b/examples/notebooks/runtimeiammember.yaml index 7bc1a0909..19e892aa9 100644 --- a/examples/notebooks/runtimeiammember.yaml +++ b/examples/notebooks/runtimeiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: notebooks.gcp.upbound.io/v1beta1 kind: RuntimeIAMMember metadata: diff --git a/examples/osconfig/ospolicyassignment.yaml b/examples/osconfig/ospolicyassignment.yaml index 106537433..9447f61f4 100644 --- a/examples/osconfig/ospolicyassignment.yaml +++ b/examples/osconfig/ospolicyassignment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: osconfig.gcp.upbound.io/v1beta1 kind: OsPolicyAssignment metadata: diff --git a/examples/osconfig/patchdeployment.yaml b/examples/osconfig/patchdeployment.yaml index 128f12bd1..90b4007e6 100644 --- a/examples/osconfig/patchdeployment.yaml +++ b/examples/osconfig/patchdeployment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: osconfig.gcp.upbound.io/v1beta1 kind: PatchDeployment metadata: diff --git a/examples/oslogin/sshpublickey.yaml b/examples/oslogin/sshpublickey.yaml index 666419441..cc0ee7535 100644 --- a/examples/oslogin/sshpublickey.yaml +++ b/examples/oslogin/sshpublickey.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: oslogin.gcp.upbound.io/v1beta1 kind: SSHPublicKey metadata: diff --git a/examples/privateca/capool.yaml b/examples/privateca/capool.yaml index 523a60d7f..d486bfdeb 100644 --- a/examples/privateca/capool.yaml +++ b/examples/privateca/capool.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: privateca.gcp.upbound.io/v1beta1 kind: CAPool metadata: diff --git a/examples/privateca/capooliammember.yaml b/examples/privateca/capooliammember.yaml index d5523a2bb..b8551a123 100644 --- a/examples/privateca/capooliammember.yaml +++ b/examples/privateca/capooliammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: privateca.gcp.upbound.io/v1beta1 kind: CAPoolIAMMember metadata: diff --git a/examples/privateca/certificate.yaml b/examples/privateca/certificate.yaml index 996b30a4f..926c7b4ee 100644 --- a/examples/privateca/certificate.yaml +++ b/examples/privateca/certificate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: privateca.gcp.upbound.io/v1beta1 kind: Certificate metadata: @@ -65,7 +69,7 @@ metadata: data: # Note: The key value must be base64 encoded. So make sure to encode the public key before creating Kubernetes Secret. # E.g. - # base64 rsa_public.pem | tr -d \\n > rsa_public.pem.b64 + # base64 rsa_public.pem | tr -d \n > rsa_public.pem.b64 # kubectl create secret generic certificate --from-file=rsa_public.pem=rsa_public.pem.b64 -n upbound-system -oyaml --dry-run=client rsa_public.pem: TFMwdExTMUNSVWRKVGlCUVZVSk1TVU1nUzBWWkxTMHRMUzBLVFVsSlFrbHFRVTVDWjJ0eGFHdHBSemwzTUVKQlVVVkdRVUZQUTBGUk9FRk5TVWxDUTJkTFEwRlJSVUY0U25GNlNVMDNVbXhtYW5Gc0wzUjVSa0ZTUlFvdlJYZ3lhazh3U0ZOU1ZtOXZkWGN3Y2xaVVdsUkRWRVJWZHpWS1NqTkdXa1JGVFZKM1JFa3lVbWxRVldnMk9IRnhObWwzTjFKRlJsSTBXVU16UVRWWENrNUNTRlZwYjJwWU5rTkNhelpYWXpBNFRGbFNWM2RQZWpOYWMyVkJRME0wTUc1d2RtTk5iWFF5TjBsNVZEa3JiSFY0WTB0UlNXOVdhVlJJTlRabWFUVUtjRGRCYTIxSmMydGpUVGRYYldOdFNqbGxSbWxJVjFkcFFqWlVRbVpsUVU1clZHWXhSMlJVUlcwM0swOWpRbFZTYzBjd2JtaDRjMk5XVm1OUVUwNW5ZUW81V0hGclNrNVBaRWxvSzJOVFFpOURTa3hvYTFkMloxQkVRa281SzFJNFRrcHhSWEY2UTBad01UUnVRbG8xZUUxMU9ERlBUVTl2WjB0S1kwTlFTRkZDQ2xaT2NHbHFTM1E0ZW1ZdmNDOXpPRzlxTW5OS2JsSktjRE0xVVd0TlJGcFFhelZ4V21sa1ZtSTBiRFpoTjNocEwxWjRSVVV5Ym01eFYydFZUVFUzVWtnS2RYZEpSRUZSUVVJS0xTMHRMUzFGVGtRZ1VGVkNURWxESUV0RldTMHRMUzB0Q2c9PQ== diff --git a/examples/privateca/certificateauthority.yaml b/examples/privateca/certificateauthority.yaml index dc4286098..14d2f4e18 100644 --- a/examples/privateca/certificateauthority.yaml +++ b/examples/privateca/certificateauthority.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: privateca.gcp.upbound.io/v1beta1 kind: CertificateAuthority metadata: diff --git a/examples/privateca/certificatetemplate.yaml b/examples/privateca/certificatetemplate.yaml index 7f081cd42..cb51e98e1 100644 --- a/examples/privateca/certificatetemplate.yaml +++ b/examples/privateca/certificatetemplate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: privateca.gcp.upbound.io/v1beta1 kind: CertificateTemplate metadata: diff --git a/examples/privateca/certificatetemplateiammember.yaml b/examples/privateca/certificatetemplateiammember.yaml index 4987e6800..7c46f9166 100644 --- a/examples/privateca/certificatetemplateiammember.yaml +++ b/examples/privateca/certificatetemplateiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: privateca.gcp.upbound.io/v1beta1 kind: CertificateTemplateIAMMember metadata: diff --git a/examples/providerconfig/impersonatedserviceaccount.yaml b/examples/providerconfig/impersonatedserviceaccount.yaml index 09528f529..2d778743c 100644 --- a/examples/providerconfig/impersonatedserviceaccount.yaml +++ b/examples/providerconfig/impersonatedserviceaccount.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: gcp.upbound.io/v1beta1 kind: ProviderConfig metadata: diff --git a/examples/providerconfig/providerconfig.yaml b/examples/providerconfig/providerconfig.yaml index 0b3a30d1e..b1cac6303 100644 --- a/examples/providerconfig/providerconfig.yaml +++ b/examples/providerconfig/providerconfig.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: gcp.upbound.io/v1beta1 kind: ProviderConfig metadata: diff --git a/examples/pubsub/litereservation.yaml b/examples/pubsub/litereservation.yaml index dd0b384eb..c184eb8fb 100644 --- a/examples/pubsub/litereservation.yaml +++ b/examples/pubsub/litereservation.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: pubsub.gcp.upbound.io/v1beta1 kind: LiteReservation metadata: diff --git a/examples/pubsub/litesubscription.yaml b/examples/pubsub/litesubscription.yaml index 8e85e699f..ece2882ae 100644 --- a/examples/pubsub/litesubscription.yaml +++ b/examples/pubsub/litesubscription.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: pubsub.gcp.upbound.io/v1beta1 kind: LiteSubscription metadata: diff --git a/examples/pubsub/litetopic.yaml b/examples/pubsub/litetopic.yaml index 2f0de2576..a2dde60a6 100644 --- a/examples/pubsub/litetopic.yaml +++ b/examples/pubsub/litetopic.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: pubsub.gcp.upbound.io/v1beta1 kind: LiteTopic metadata: diff --git a/examples/pubsub/schema.yaml b/examples/pubsub/schema.yaml index bf4050560..04787c42f 100644 --- a/examples/pubsub/schema.yaml +++ b/examples/pubsub/schema.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: pubsub.gcp.upbound.io/v1beta1 kind: Schema metadata: diff --git a/examples/pubsub/subscription.yaml b/examples/pubsub/subscription.yaml index 8d116b809..814d51202 100644 --- a/examples/pubsub/subscription.yaml +++ b/examples/pubsub/subscription.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: pubsub.gcp.upbound.io/v1beta1 kind: Subscription metadata: diff --git a/examples/pubsub/subscriptioniammember.yaml b/examples/pubsub/subscriptioniammember.yaml index 94fac8985..74cb0ff6b 100644 --- a/examples/pubsub/subscriptioniammember.yaml +++ b/examples/pubsub/subscriptioniammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: pubsub.gcp.upbound.io/v1beta1 kind: SubscriptionIAMMember metadata: diff --git a/examples/pubsub/topic.yaml b/examples/pubsub/topic.yaml index f686baef0..6755e8784 100644 --- a/examples/pubsub/topic.yaml +++ b/examples/pubsub/topic.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: pubsub.gcp.upbound.io/v1beta1 kind: Topic metadata: diff --git a/examples/pubsub/topiciammember.yaml b/examples/pubsub/topiciammember.yaml index 081262db7..fc75b60f5 100644 --- a/examples/pubsub/topiciammember.yaml +++ b/examples/pubsub/topiciammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: pubsub.gcp.upbound.io/v1beta1 kind: TopicIAMMember metadata: diff --git a/examples/redis/instance.yaml b/examples/redis/instance.yaml index b06375462..f862256ef 100644 --- a/examples/redis/instance.yaml +++ b/examples/redis/instance.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: redis.gcp.upbound.io/v1beta1 kind: Instance metadata: diff --git a/examples/secretmanager/secret.yaml b/examples/secretmanager/secret.yaml index 4f05a806d..ee8da2500 100644 --- a/examples/secretmanager/secret.yaml +++ b/examples/secretmanager/secret.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: secretmanager.gcp.upbound.io/v1beta1 kind: Secret metadata: diff --git a/examples/secretmanager/secretiammember.yaml b/examples/secretmanager/secretiammember.yaml index 3866b6473..855279b54 100644 --- a/examples/secretmanager/secretiammember.yaml +++ b/examples/secretmanager/secretiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: secretmanager.gcp.upbound.io/v1beta1 kind: SecretIAMMember metadata: diff --git a/examples/secretmanager/secretmanageriammember.yaml b/examples/secretmanager/secretmanageriammember.yaml index 9f9592b0b..81d6b1386 100644 --- a/examples/secretmanager/secretmanageriammember.yaml +++ b/examples/secretmanager/secretmanageriammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: secretmanager.gcp.upbound.io/v1beta1 kind: SecretIAMMember metadata: diff --git a/examples/secretmanager/secretversion.yaml b/examples/secretmanager/secretversion.yaml index f6eae1e6f..c635d13cb 100644 --- a/examples/secretmanager/secretversion.yaml +++ b/examples/secretmanager/secretversion.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: secretmanager.gcp.upbound.io/v1beta1 kind: SecretVersion metadata: diff --git a/examples/servicenetworking/connection.yaml b/examples/servicenetworking/connection.yaml index aa9dc7b8d..daf9811f2 100644 --- a/examples/servicenetworking/connection.yaml +++ b/examples/servicenetworking/connection.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: servicenetworking.gcp.upbound.io/v1beta1 kind: Connection metadata: diff --git a/examples/sourcerepo/repository.yaml b/examples/sourcerepo/repository.yaml index 57e72c923..782d03d28 100644 --- a/examples/sourcerepo/repository.yaml +++ b/examples/sourcerepo/repository.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: sourcerepo.gcp.upbound.io/v1beta1 kind: Repository metadata: diff --git a/examples/sourcerepo/repositoryiammember.yaml b/examples/sourcerepo/repositoryiammember.yaml index cceaa8f4c..d78353ef7 100644 --- a/examples/sourcerepo/repositoryiammember.yaml +++ b/examples/sourcerepo/repositoryiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: sourcerepo.gcp.upbound.io/v1beta1 kind: RepositoryIAMMember metadata: diff --git a/examples/spanner/database.yaml b/examples/spanner/database.yaml index e58ba29af..afa4a5829 100644 --- a/examples/spanner/database.yaml +++ b/examples/spanner/database.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: spanner.gcp.upbound.io/v1beta1 kind: Database metadata: @@ -31,4 +35,3 @@ spec: config: regional-europe-west1 displayName: main-instance numNodes: 1 - diff --git a/examples/spanner/databaseiammember.yaml b/examples/spanner/databaseiammember.yaml index a1e778b8d..2af48535c 100644 --- a/examples/spanner/databaseiammember.yaml +++ b/examples/spanner/databaseiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: spanner.gcp.upbound.io/v1beta1 kind: DatabaseIAMMember diff --git a/examples/spanner/instance.yaml b/examples/spanner/instance.yaml index bb2b8934d..d1a00c124 100644 --- a/examples/spanner/instance.yaml +++ b/examples/spanner/instance.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: spanner.gcp.upbound.io/v1beta1 kind: Instance metadata: diff --git a/examples/spanner/instanceiammember.yaml b/examples/spanner/instanceiammember.yaml index 590136ed0..b3bef1286 100644 --- a/examples/spanner/instanceiammember.yaml +++ b/examples/spanner/instanceiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: spanner.gcp.upbound.io/v1beta1 kind: InstanceIAMMember metadata: @@ -34,4 +38,3 @@ spec: labels: foo: bar numNodes: 2 - diff --git a/examples/sql/database.yaml b/examples/sql/database.yaml index e4bf151a2..d3c756446 100644 --- a/examples/sql/database.yaml +++ b/examples/sql/database.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: sql.gcp.upbound.io/v1beta1 kind: Database metadata: diff --git a/examples/sql/instance.yaml b/examples/sql/instance.yaml index b65eede83..7ce621358 100644 --- a/examples/sql/instance.yaml +++ b/examples/sql/instance.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: sql.gcp.upbound.io/v1beta1 kind: DatabaseInstance metadata: diff --git a/examples/sql/sourcerepresentationinstance.yaml b/examples/sql/sourcerepresentationinstance.yaml index b3422a95e..452546ac3 100644 --- a/examples/sql/sourcerepresentationinstance.yaml +++ b/examples/sql/sourcerepresentationinstance.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: sql.gcp.upbound.io/v1beta1 kind: SourceRepresentationInstance metadata: diff --git a/examples/sql/sslcert.yaml b/examples/sql/sslcert.yaml index 1351e8839..85d375237 100644 --- a/examples/sql/sslcert.yaml +++ b/examples/sql/sslcert.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: sql.gcp.upbound.io/v1beta1 kind: SSLCert metadata: @@ -35,4 +39,3 @@ spec: - tier: "db-f1-micro" diskSize: 20 deletionProtection: false # allow crossplane to delete the instance automatically - diff --git a/examples/sql/testhooks/delete-sslcert.sh b/examples/sql/testhooks/delete-sslcert.sh index 843f57e99..5628f21bd 100755 --- a/examples/sql/testhooks/delete-sslcert.sh +++ b/examples/sql/testhooks/delete-sslcert.sh @@ -1,6 +1,10 @@ #!/usr/bin/env bash set -aeuo pipefail +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + # Note(turkenf): The SSLCert resource must be deleted before the DatabaseInstance # resource to be successfully deleted. This is a workaround for this # problem to make automated tests to work. diff --git a/examples/sql/testhooks/delete-user.sh b/examples/sql/testhooks/delete-user.sh index 12b71d0fa..f0c9f2194 100755 --- a/examples/sql/testhooks/delete-user.sh +++ b/examples/sql/testhooks/delete-user.sh @@ -1,6 +1,10 @@ #!/usr/bin/env bash set -aeuo pipefail +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + # Note(turkenf): We are getting (Invalid request since instance is not running) exception if user for # the instance got deleted before the user resource. This is a workaround for this # problem to make automated tests to work. diff --git a/examples/sql/user.yaml b/examples/sql/user.yaml index a5d4e9699..185109217 100644 --- a/examples/sql/user.yaml +++ b/examples/sql/user.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: sql.gcp.upbound.io/v1beta1 kind: User metadata: diff --git a/examples/storage/bucket.yaml b/examples/storage/bucket.yaml index 2cebbd688..fdafa46e9 100644 --- a/examples/storage/bucket.yaml +++ b/examples/storage/bucket.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: storage.gcp.upbound.io/v1beta1 kind: Bucket metadata: diff --git a/examples/storage/bucketaccesscontrol.yaml b/examples/storage/bucketaccesscontrol.yaml index b13035e0d..131d806de 100644 --- a/examples/storage/bucketaccesscontrol.yaml +++ b/examples/storage/bucketaccesscontrol.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: storage.gcp.upbound.io/v1beta1 kind: BucketAccessControl metadata: diff --git a/examples/storage/bucketacl.yaml b/examples/storage/bucketacl.yaml index d38c3faba..565b7576e 100644 --- a/examples/storage/bucketacl.yaml +++ b/examples/storage/bucketacl.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: storage.gcp.upbound.io/v1beta1 kind: BucketACL metadata: diff --git a/examples/storage/bucketiammember.yaml b/examples/storage/bucketiammember.yaml index da25816a0..f28f5bc1f 100644 --- a/examples/storage/bucketiammember.yaml +++ b/examples/storage/bucketiammember.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: storage.gcp.upbound.io/v1beta1 kind: BucketIAMMember metadata: diff --git a/examples/storage/bucketobject.yaml b/examples/storage/bucketobject.yaml index 9856b9951..af9219b79 100644 --- a/examples/storage/bucketobject.yaml +++ b/examples/storage/bucketobject.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: storage.gcp.upbound.io/v1beta1 kind: BucketObject metadata: diff --git a/examples/storage/defaultobjectaccesscontrol.yaml b/examples/storage/defaultobjectaccesscontrol.yaml index 0d3a3d18d..7aa45b8ca 100644 --- a/examples/storage/defaultobjectaccesscontrol.yaml +++ b/examples/storage/defaultobjectaccesscontrol.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: storage.gcp.upbound.io/v1beta1 kind: DefaultObjectAccessControl metadata: diff --git a/examples/storage/defaultobjectacl.yaml b/examples/storage/defaultobjectacl.yaml index de615cebc..557e230be 100644 --- a/examples/storage/defaultobjectacl.yaml +++ b/examples/storage/defaultobjectacl.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: storage.gcp.upbound.io/v1beta1 kind: DefaultObjectACL metadata: diff --git a/examples/storage/notification.yaml b/examples/storage/notification.yaml index ebf7e709a..577ba0017 100644 --- a/examples/storage/notification.yaml +++ b/examples/storage/notification.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: storage.gcp.upbound.io/v1beta1 kind: Notification metadata: @@ -65,4 +69,4 @@ spec: role: "roles/pubsub.publisher" topicSelector: matchLabels: - testing.upbound.io/example-name: topic \ No newline at end of file + testing.upbound.io/example-name: topic diff --git a/examples/storage/objectaccesscontrol.yaml b/examples/storage/objectaccesscontrol.yaml index 2805c8a47..f1db07a8b 100644 --- a/examples/storage/objectaccesscontrol.yaml +++ b/examples/storage/objectaccesscontrol.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: storage.gcp.upbound.io/v1beta1 kind: ObjectAccessControl metadata: diff --git a/examples/storage/objectacl.yaml b/examples/storage/objectacl.yaml index f470787f7..d370e2289 100644 --- a/examples/storage/objectacl.yaml +++ b/examples/storage/objectacl.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: storage.gcp.upbound.io/v1beta1 kind: ObjectACL metadata: diff --git a/examples/storagetransfer/agentpool.yaml b/examples/storagetransfer/agentpool.yaml index 94e3d36fd..6060817a2 100644 --- a/examples/storagetransfer/agentpool.yaml +++ b/examples/storagetransfer/agentpool.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: storagetransfer.gcp.upbound.io/v1beta1 kind: AgentPool metadata: diff --git a/examples/tpu/node.yaml b/examples/tpu/node.yaml index 670feb743..746f3c4db 100644 --- a/examples/tpu/node.yaml +++ b/examples/tpu/node.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: tpu.gcp.upbound.io/v1beta1 kind: Node metadata: diff --git a/examples/vertexai/dataset.yaml b/examples/vertexai/dataset.yaml index c2424ab77..e64daa138 100644 --- a/examples/vertexai/dataset.yaml +++ b/examples/vertexai/dataset.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: vertexai.gcp.upbound.io/v1beta1 kind: Dataset metadata: @@ -10,4 +14,4 @@ spec: forProvider: displayName: terraform metadataSchemaUri: gs://google-cloud-aiplatform/schema/dataset/metadata/image_1.0.0.yaml - region: us-central1 \ No newline at end of file + region: us-central1 diff --git a/examples/vertexai/featurestore.yaml b/examples/vertexai/featurestore.yaml index 4c6a57f40..11ff53300 100644 --- a/examples/vertexai/featurestore.yaml +++ b/examples/vertexai/featurestore.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: vertexai.gcp.upbound.io/v1beta1 kind: Featurestore metadata: @@ -15,4 +19,4 @@ spec: name: featurestore onlineServingConfig: - fixedNodeCount: 2 - region: us-central1 \ No newline at end of file + region: us-central1 diff --git a/examples/vertexai/featurestoreentitytype.yaml b/examples/vertexai/featurestoreentitytype.yaml index f6ae9d613..d7be90c82 100644 --- a/examples/vertexai/featurestoreentitytype.yaml +++ b/examples/vertexai/featurestoreentitytype.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: vertexai.gcp.upbound.io/v1beta1 kind: FeaturestoreEntitytype metadata: @@ -47,4 +51,4 @@ spec: name: featurestore onlineServingConfig: - fixedNodeCount: 2 - region: us-central1 \ No newline at end of file + region: us-central1 diff --git a/examples/vertexai/tensorboard.yaml b/examples/vertexai/tensorboard.yaml index 0a42c25c3..9eb82dc93 100644 --- a/examples/vertexai/tensorboard.yaml +++ b/examples/vertexai/tensorboard.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: vertexai.gcp.upbound.io/v1beta1 kind: Tensorboard metadata: @@ -12,4 +16,4 @@ spec: labels: key1: value1 key2: value2 - region: us-central1 \ No newline at end of file + region: us-central1 diff --git a/examples/vpcaccess/connector.yaml b/examples/vpcaccess/connector.yaml index da6876822..1ad779eed 100644 --- a/examples/vpcaccess/connector.yaml +++ b/examples/vpcaccess/connector.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: compute.gcp.upbound.io/v1beta1 kind: Network metadata: diff --git a/examples/workflows/workflow.yaml b/examples/workflows/workflow.yaml index fe60beac3..4a6d01df2 100644 --- a/examples/workflows/workflow.yaml +++ b/examples/workflows/workflow.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: workflows.gcp.upbound.io/v1beta1 kind: Workflow metadata: diff --git a/go.mod b/go.mod index d133daeea..e28206539 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: CC0-1.0 + module github.com/upbound/provider-gcp go 1.21 @@ -6,7 +10,7 @@ require ( dario.cat/mergo v1.0.0 github.com/crossplane/crossplane-runtime v1.15.1 github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79 - github.com/crossplane/upjet v1.1.1 + github.com/crossplane/upjet v1.1.4 github.com/hashicorp/terraform-json v0.18.0 github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0 github.com/hashicorp/terraform-provider-google v1.20.1-0.20240304172718-a9e2f2c89f14 diff --git a/go.sum b/go.sum index 4b0ddbbf3..63d8af399 100644 --- a/go.sum +++ b/go.sum @@ -71,8 +71,8 @@ github.com/crossplane/crossplane-runtime v1.15.1 h1:g1h75tNYOQT152IUNxs8ZgSsRFQK github.com/crossplane/crossplane-runtime v1.15.1/go.mod h1:kRcJjJQmBFrR2n/KhwL8wYS7xNfq3D8eK4JliEScOHI= github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79 h1:HigXs5tEQxWz0fcj8hzbU2UAZgEM7wPe0XRFOsrtF8Y= github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79/go.mod h1:+e4OaFlOcmr0JvINHl/yvEYBrZawzTgj6pQumOH1SS0= -github.com/crossplane/upjet v1.1.1 h1:5GBZxDcKf3zOZpb6f3Dfk2ptTVd8F6tuX+HmUXO0Slg= -github.com/crossplane/upjet v1.1.1/go.mod h1:0bHLtnejZ9bDeyXuBb9MSOQLvKo3+aoTeUBO8N0dGSA= +github.com/crossplane/upjet v1.1.4 h1:IFavq26jciFXi+00c8hwFSOHoL558Mybd7AW+qOpzKs= +github.com/crossplane/upjet v1.1.4/go.mod h1:0bHLtnejZ9bDeyXuBb9MSOQLvKo3+aoTeUBO8N0dGSA= github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg= github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4= github.com/dave/jennifer v1.4.1 h1:XyqG6cn5RQsTj3qlWQTKlRGAyrTcsk1kUmWdZBzRjDw= diff --git a/go.sum.license b/go.sum.license new file mode 100644 index 000000000..7d075e775 --- /dev/null +++ b/go.sum.license @@ -0,0 +1,4 @@ + +SPDX-FileCopyrightText: 2024 The Crossplane Authors + +SPDX-License-Identifier: CC0-1.0 diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 385ea2fb2..666c7bb73 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,15 +1,3 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ \ No newline at end of file +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/hack/embed.go b/hack/embed.go index 31633110b..e9b8dbedf 100644 --- a/hack/embed.go +++ b/hack/embed.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package hack import _ "embed" diff --git a/hack/main.go.tmpl b/hack/main.go.tmpl index 43367fada..497fdd457 100644 --- a/hack/main.go.tmpl +++ b/hack/main.go.tmpl @@ -1,18 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/internal/apis/scheme.go b/internal/apis/scheme.go index 98d0dc9b2..0e1c271f5 100644 --- a/internal/apis/scheme.go +++ b/internal/apis/scheme.go @@ -1,6 +1,6 @@ -/* -Copyright 2024 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package apis diff --git a/internal/clients/gcp.go b/internal/clients/gcp.go index b61a4f1da..dfabdf87b 100644 --- a/internal/clients/gcp.go +++ b/internal/clients/gcp.go @@ -1,18 +1,6 @@ -/* -Copyright 2022 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package clients diff --git a/internal/controller/accesscontextmanager/accesslevel/zz_controller.go b/internal/controller/accesscontextmanager/accesslevel/zz_controller.go index 2da7d9168..1b34997d4 100755 --- a/internal/controller/accesscontextmanager/accesslevel/zz_controller.go +++ b/internal/controller/accesscontextmanager/accesslevel/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package accesslevel diff --git a/internal/controller/accesscontextmanager/accesslevelcondition/zz_controller.go b/internal/controller/accesscontextmanager/accesslevelcondition/zz_controller.go index 4faf1812f..5d2bf9b42 100755 --- a/internal/controller/accesscontextmanager/accesslevelcondition/zz_controller.go +++ b/internal/controller/accesscontextmanager/accesslevelcondition/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package accesslevelcondition diff --git a/internal/controller/accesscontextmanager/accesspolicy/zz_controller.go b/internal/controller/accesscontextmanager/accesspolicy/zz_controller.go index 016dbe741..893896d49 100755 --- a/internal/controller/accesscontextmanager/accesspolicy/zz_controller.go +++ b/internal/controller/accesscontextmanager/accesspolicy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package accesspolicy diff --git a/internal/controller/accesscontextmanager/accesspolicyiammember/zz_controller.go b/internal/controller/accesscontextmanager/accesspolicyiammember/zz_controller.go index d0d67bca7..b8e5fc50a 100755 --- a/internal/controller/accesscontextmanager/accesspolicyiammember/zz_controller.go +++ b/internal/controller/accesscontextmanager/accesspolicyiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package accesspolicyiammember diff --git a/internal/controller/accesscontextmanager/serviceperimeter/zz_controller.go b/internal/controller/accesscontextmanager/serviceperimeter/zz_controller.go index fa8e6f7e0..005bc0481 100755 --- a/internal/controller/accesscontextmanager/serviceperimeter/zz_controller.go +++ b/internal/controller/accesscontextmanager/serviceperimeter/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package serviceperimeter diff --git a/internal/controller/accesscontextmanager/serviceperimeterresource/zz_controller.go b/internal/controller/accesscontextmanager/serviceperimeterresource/zz_controller.go index 22373be4a..70705691c 100755 --- a/internal/controller/accesscontextmanager/serviceperimeterresource/zz_controller.go +++ b/internal/controller/accesscontextmanager/serviceperimeterresource/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package serviceperimeterresource diff --git a/internal/controller/activedirectory/domain/zz_controller.go b/internal/controller/activedirectory/domain/zz_controller.go index 74f775550..c2242428f 100755 --- a/internal/controller/activedirectory/domain/zz_controller.go +++ b/internal/controller/activedirectory/domain/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package domain diff --git a/internal/controller/alloydb/backup/zz_controller.go b/internal/controller/alloydb/backup/zz_controller.go index 035878d1e..0f18bafcf 100755 --- a/internal/controller/alloydb/backup/zz_controller.go +++ b/internal/controller/alloydb/backup/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package backup diff --git a/internal/controller/alloydb/cluster/zz_controller.go b/internal/controller/alloydb/cluster/zz_controller.go index 423f5fd59..febe9d926 100755 --- a/internal/controller/alloydb/cluster/zz_controller.go +++ b/internal/controller/alloydb/cluster/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package cluster diff --git a/internal/controller/alloydb/instance/zz_controller.go b/internal/controller/alloydb/instance/zz_controller.go index 92d423655..8f0da0d27 100755 --- a/internal/controller/alloydb/instance/zz_controller.go +++ b/internal/controller/alloydb/instance/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instance diff --git a/internal/controller/apigee/envgroup/zz_controller.go b/internal/controller/apigee/envgroup/zz_controller.go index 70ee8f54d..3882a9b50 100755 --- a/internal/controller/apigee/envgroup/zz_controller.go +++ b/internal/controller/apigee/envgroup/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package envgroup diff --git a/internal/controller/apigee/environment/zz_controller.go b/internal/controller/apigee/environment/zz_controller.go index db1714610..50739c59a 100755 --- a/internal/controller/apigee/environment/zz_controller.go +++ b/internal/controller/apigee/environment/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package environment diff --git a/internal/controller/apigee/environmentiammember/zz_controller.go b/internal/controller/apigee/environmentiammember/zz_controller.go index 25781fbe5..4c87a964a 100755 --- a/internal/controller/apigee/environmentiammember/zz_controller.go +++ b/internal/controller/apigee/environmentiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package environmentiammember diff --git a/internal/controller/apigee/instance/zz_controller.go b/internal/controller/apigee/instance/zz_controller.go index e1c3bbe9f..87654c8ea 100755 --- a/internal/controller/apigee/instance/zz_controller.go +++ b/internal/controller/apigee/instance/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instance diff --git a/internal/controller/apigee/nataddress/zz_controller.go b/internal/controller/apigee/nataddress/zz_controller.go index 331fb99b1..638b2e8ff 100755 --- a/internal/controller/apigee/nataddress/zz_controller.go +++ b/internal/controller/apigee/nataddress/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package nataddress diff --git a/internal/controller/apigee/organization/zz_controller.go b/internal/controller/apigee/organization/zz_controller.go index c7c3eb484..f3692193c 100755 --- a/internal/controller/apigee/organization/zz_controller.go +++ b/internal/controller/apigee/organization/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package organization diff --git a/internal/controller/appengine/application/zz_controller.go b/internal/controller/appengine/application/zz_controller.go index b0978ec2b..c4bda5a3c 100755 --- a/internal/controller/appengine/application/zz_controller.go +++ b/internal/controller/appengine/application/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package application diff --git a/internal/controller/appengine/applicationurldispatchrules/zz_controller.go b/internal/controller/appengine/applicationurldispatchrules/zz_controller.go index 952e6670c..c7dc649f9 100755 --- a/internal/controller/appengine/applicationurldispatchrules/zz_controller.go +++ b/internal/controller/appengine/applicationurldispatchrules/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package applicationurldispatchrules diff --git a/internal/controller/appengine/firewallrule/zz_controller.go b/internal/controller/appengine/firewallrule/zz_controller.go index a2f31a2df..abebfc732 100755 --- a/internal/controller/appengine/firewallrule/zz_controller.go +++ b/internal/controller/appengine/firewallrule/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package firewallrule diff --git a/internal/controller/appengine/servicenetworksettings/zz_controller.go b/internal/controller/appengine/servicenetworksettings/zz_controller.go index c91b8f8f1..d150f6db3 100755 --- a/internal/controller/appengine/servicenetworksettings/zz_controller.go +++ b/internal/controller/appengine/servicenetworksettings/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package servicenetworksettings diff --git a/internal/controller/appengine/standardappversion/zz_controller.go b/internal/controller/appengine/standardappversion/zz_controller.go index 73c0b57ef..206a4d958 100755 --- a/internal/controller/appengine/standardappversion/zz_controller.go +++ b/internal/controller/appengine/standardappversion/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package standardappversion diff --git a/internal/controller/artifact/registryrepository/zz_controller.go b/internal/controller/artifact/registryrepository/zz_controller.go index 395167f25..d3bf2076b 100755 --- a/internal/controller/artifact/registryrepository/zz_controller.go +++ b/internal/controller/artifact/registryrepository/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package registryrepository diff --git a/internal/controller/artifact/registryrepositoryiammember/zz_controller.go b/internal/controller/artifact/registryrepositoryiammember/zz_controller.go index 76a2facf5..687fb8c22 100755 --- a/internal/controller/artifact/registryrepositoryiammember/zz_controller.go +++ b/internal/controller/artifact/registryrepositoryiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package registryrepositoryiammember diff --git a/internal/controller/beyondcorp/appconnection/zz_controller.go b/internal/controller/beyondcorp/appconnection/zz_controller.go index 0aa60c1cd..b0381c57e 100755 --- a/internal/controller/beyondcorp/appconnection/zz_controller.go +++ b/internal/controller/beyondcorp/appconnection/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package appconnection diff --git a/internal/controller/beyondcorp/appconnector/zz_controller.go b/internal/controller/beyondcorp/appconnector/zz_controller.go index a845e7918..fa4d16809 100755 --- a/internal/controller/beyondcorp/appconnector/zz_controller.go +++ b/internal/controller/beyondcorp/appconnector/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package appconnector diff --git a/internal/controller/beyondcorp/appgateway/zz_controller.go b/internal/controller/beyondcorp/appgateway/zz_controller.go index 23e65f30c..ffdb5e0ce 100755 --- a/internal/controller/beyondcorp/appgateway/zz_controller.go +++ b/internal/controller/beyondcorp/appgateway/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package appgateway diff --git a/internal/controller/bigquery/analyticshubdataexchange/zz_controller.go b/internal/controller/bigquery/analyticshubdataexchange/zz_controller.go index ec7481fe1..f07e331d6 100755 --- a/internal/controller/bigquery/analyticshubdataexchange/zz_controller.go +++ b/internal/controller/bigquery/analyticshubdataexchange/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package analyticshubdataexchange diff --git a/internal/controller/bigquery/analyticshubdataexchangeiammember/zz_controller.go b/internal/controller/bigquery/analyticshubdataexchangeiammember/zz_controller.go index ff7411483..c0669336d 100755 --- a/internal/controller/bigquery/analyticshubdataexchangeiammember/zz_controller.go +++ b/internal/controller/bigquery/analyticshubdataexchangeiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package analyticshubdataexchangeiammember diff --git a/internal/controller/bigquery/analyticshublisting/zz_controller.go b/internal/controller/bigquery/analyticshublisting/zz_controller.go index b324baf6c..54ac74f9f 100755 --- a/internal/controller/bigquery/analyticshublisting/zz_controller.go +++ b/internal/controller/bigquery/analyticshublisting/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package analyticshublisting diff --git a/internal/controller/bigquery/connection/zz_controller.go b/internal/controller/bigquery/connection/zz_controller.go index 818672d11..de9f69c0e 100755 --- a/internal/controller/bigquery/connection/zz_controller.go +++ b/internal/controller/bigquery/connection/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package connection diff --git a/internal/controller/bigquery/dataset/zz_controller.go b/internal/controller/bigquery/dataset/zz_controller.go index 05e7bf353..8b903b6f5 100755 --- a/internal/controller/bigquery/dataset/zz_controller.go +++ b/internal/controller/bigquery/dataset/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package dataset diff --git a/internal/controller/bigquery/datasetaccess/zz_controller.go b/internal/controller/bigquery/datasetaccess/zz_controller.go index cdc8021b6..290695959 100755 --- a/internal/controller/bigquery/datasetaccess/zz_controller.go +++ b/internal/controller/bigquery/datasetaccess/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package datasetaccess diff --git a/internal/controller/bigquery/datasetiambinding/zz_controller.go b/internal/controller/bigquery/datasetiambinding/zz_controller.go index e7f7f68b5..b0414bce5 100755 --- a/internal/controller/bigquery/datasetiambinding/zz_controller.go +++ b/internal/controller/bigquery/datasetiambinding/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package datasetiambinding diff --git a/internal/controller/bigquery/datasetiammember/zz_controller.go b/internal/controller/bigquery/datasetiammember/zz_controller.go index 6853eb6ac..0bbe2093a 100755 --- a/internal/controller/bigquery/datasetiammember/zz_controller.go +++ b/internal/controller/bigquery/datasetiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package datasetiammember diff --git a/internal/controller/bigquery/datasetiampolicy/zz_controller.go b/internal/controller/bigquery/datasetiampolicy/zz_controller.go index ad0229690..db483b40a 100755 --- a/internal/controller/bigquery/datasetiampolicy/zz_controller.go +++ b/internal/controller/bigquery/datasetiampolicy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package datasetiampolicy diff --git a/internal/controller/bigquery/datatransferconfig/zz_controller.go b/internal/controller/bigquery/datatransferconfig/zz_controller.go index 01a58b39c..56541c908 100755 --- a/internal/controller/bigquery/datatransferconfig/zz_controller.go +++ b/internal/controller/bigquery/datatransferconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package datatransferconfig diff --git a/internal/controller/bigquery/job/zz_controller.go b/internal/controller/bigquery/job/zz_controller.go index 67dca2c3e..f94ee50db 100755 --- a/internal/controller/bigquery/job/zz_controller.go +++ b/internal/controller/bigquery/job/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package job diff --git a/internal/controller/bigquery/reservation/zz_controller.go b/internal/controller/bigquery/reservation/zz_controller.go index 389258288..4c900abfa 100755 --- a/internal/controller/bigquery/reservation/zz_controller.go +++ b/internal/controller/bigquery/reservation/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package reservation diff --git a/internal/controller/bigquery/reservationassignment/zz_controller.go b/internal/controller/bigquery/reservationassignment/zz_controller.go index 7367c3bdd..279f971ea 100755 --- a/internal/controller/bigquery/reservationassignment/zz_controller.go +++ b/internal/controller/bigquery/reservationassignment/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package reservationassignment diff --git a/internal/controller/bigquery/routine/zz_controller.go b/internal/controller/bigquery/routine/zz_controller.go index 02e70fbbd..b5431dce5 100755 --- a/internal/controller/bigquery/routine/zz_controller.go +++ b/internal/controller/bigquery/routine/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package routine diff --git a/internal/controller/bigquery/table/zz_controller.go b/internal/controller/bigquery/table/zz_controller.go index 6c17203a8..8e6a5199d 100755 --- a/internal/controller/bigquery/table/zz_controller.go +++ b/internal/controller/bigquery/table/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package table diff --git a/internal/controller/bigquery/tableiambinding/zz_controller.go b/internal/controller/bigquery/tableiambinding/zz_controller.go index aa52578f8..f2e822d4e 100755 --- a/internal/controller/bigquery/tableiambinding/zz_controller.go +++ b/internal/controller/bigquery/tableiambinding/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package tableiambinding diff --git a/internal/controller/bigquery/tableiammember/zz_controller.go b/internal/controller/bigquery/tableiammember/zz_controller.go index f1d193619..fb263d903 100755 --- a/internal/controller/bigquery/tableiammember/zz_controller.go +++ b/internal/controller/bigquery/tableiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package tableiammember diff --git a/internal/controller/bigquery/tableiampolicy/zz_controller.go b/internal/controller/bigquery/tableiampolicy/zz_controller.go index 6a48a8596..016c3469f 100755 --- a/internal/controller/bigquery/tableiampolicy/zz_controller.go +++ b/internal/controller/bigquery/tableiampolicy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package tableiampolicy diff --git a/internal/controller/bigtable/appprofile/zz_controller.go b/internal/controller/bigtable/appprofile/zz_controller.go index 36ff550f8..ef9842cb9 100755 --- a/internal/controller/bigtable/appprofile/zz_controller.go +++ b/internal/controller/bigtable/appprofile/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package appprofile diff --git a/internal/controller/bigtable/garbagecollectionpolicy/zz_controller.go b/internal/controller/bigtable/garbagecollectionpolicy/zz_controller.go index c887324b1..2f018f821 100755 --- a/internal/controller/bigtable/garbagecollectionpolicy/zz_controller.go +++ b/internal/controller/bigtable/garbagecollectionpolicy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package garbagecollectionpolicy diff --git a/internal/controller/bigtable/instance/zz_controller.go b/internal/controller/bigtable/instance/zz_controller.go index 7cf78d3c4..c7b107462 100755 --- a/internal/controller/bigtable/instance/zz_controller.go +++ b/internal/controller/bigtable/instance/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instance diff --git a/internal/controller/bigtable/instanceiambinding/zz_controller.go b/internal/controller/bigtable/instanceiambinding/zz_controller.go index 95a6501aa..7541a9694 100755 --- a/internal/controller/bigtable/instanceiambinding/zz_controller.go +++ b/internal/controller/bigtable/instanceiambinding/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instanceiambinding diff --git a/internal/controller/bigtable/instanceiammember/zz_controller.go b/internal/controller/bigtable/instanceiammember/zz_controller.go index 3bb60d0d0..49d1dd9ed 100755 --- a/internal/controller/bigtable/instanceiammember/zz_controller.go +++ b/internal/controller/bigtable/instanceiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instanceiammember diff --git a/internal/controller/bigtable/instanceiampolicy/zz_controller.go b/internal/controller/bigtable/instanceiampolicy/zz_controller.go index de9df203c..c370a881e 100755 --- a/internal/controller/bigtable/instanceiampolicy/zz_controller.go +++ b/internal/controller/bigtable/instanceiampolicy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instanceiampolicy diff --git a/internal/controller/bigtable/table/zz_controller.go b/internal/controller/bigtable/table/zz_controller.go index 3bc5a41df..b471cc6c1 100755 --- a/internal/controller/bigtable/table/zz_controller.go +++ b/internal/controller/bigtable/table/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package table diff --git a/internal/controller/bigtable/tableiambinding/zz_controller.go b/internal/controller/bigtable/tableiambinding/zz_controller.go index a23369a60..6db339fb7 100755 --- a/internal/controller/bigtable/tableiambinding/zz_controller.go +++ b/internal/controller/bigtable/tableiambinding/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package tableiambinding diff --git a/internal/controller/bigtable/tableiammember/zz_controller.go b/internal/controller/bigtable/tableiammember/zz_controller.go index 8a07c38aa..cd2bfce1a 100755 --- a/internal/controller/bigtable/tableiammember/zz_controller.go +++ b/internal/controller/bigtable/tableiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package tableiammember diff --git a/internal/controller/bigtable/tableiampolicy/zz_controller.go b/internal/controller/bigtable/tableiampolicy/zz_controller.go index 6f16ded09..dca70cb10 100755 --- a/internal/controller/bigtable/tableiampolicy/zz_controller.go +++ b/internal/controller/bigtable/tableiampolicy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package tableiampolicy diff --git a/internal/controller/binaryauthorization/attestor/zz_controller.go b/internal/controller/binaryauthorization/attestor/zz_controller.go index 1ab59526d..e67b426d0 100755 --- a/internal/controller/binaryauthorization/attestor/zz_controller.go +++ b/internal/controller/binaryauthorization/attestor/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package attestor diff --git a/internal/controller/binaryauthorization/policy/zz_controller.go b/internal/controller/binaryauthorization/policy/zz_controller.go index 2453c5d7e..4e4c42527 100755 --- a/internal/controller/binaryauthorization/policy/zz_controller.go +++ b/internal/controller/binaryauthorization/policy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package policy diff --git a/internal/controller/certificatemanager/certificate/zz_controller.go b/internal/controller/certificatemanager/certificate/zz_controller.go index baa1261e0..2e7187e6b 100755 --- a/internal/controller/certificatemanager/certificate/zz_controller.go +++ b/internal/controller/certificatemanager/certificate/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package certificate diff --git a/internal/controller/certificatemanager/certificatemap/zz_controller.go b/internal/controller/certificatemanager/certificatemap/zz_controller.go index 6f51481de..de4af9c91 100755 --- a/internal/controller/certificatemanager/certificatemap/zz_controller.go +++ b/internal/controller/certificatemanager/certificatemap/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package certificatemap diff --git a/internal/controller/certificatemanager/certificatemapentry/zz_controller.go b/internal/controller/certificatemanager/certificatemapentry/zz_controller.go index c8c81224b..33ac12fb5 100755 --- a/internal/controller/certificatemanager/certificatemapentry/zz_controller.go +++ b/internal/controller/certificatemanager/certificatemapentry/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package certificatemapentry diff --git a/internal/controller/certificatemanager/dnsauthorization/zz_controller.go b/internal/controller/certificatemanager/dnsauthorization/zz_controller.go index 69877edc9..e63195754 100755 --- a/internal/controller/certificatemanager/dnsauthorization/zz_controller.go +++ b/internal/controller/certificatemanager/dnsauthorization/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package dnsauthorization diff --git a/internal/controller/cloud/idsendpoint/zz_controller.go b/internal/controller/cloud/idsendpoint/zz_controller.go index c0a0ec416..81ff2dba5 100755 --- a/internal/controller/cloud/idsendpoint/zz_controller.go +++ b/internal/controller/cloud/idsendpoint/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package idsendpoint diff --git a/internal/controller/cloudbuild/trigger/zz_controller.go b/internal/controller/cloudbuild/trigger/zz_controller.go index 9bd716302..446efb36a 100755 --- a/internal/controller/cloudbuild/trigger/zz_controller.go +++ b/internal/controller/cloudbuild/trigger/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package trigger diff --git a/internal/controller/cloudbuild/workerpool/zz_controller.go b/internal/controller/cloudbuild/workerpool/zz_controller.go index 5556266a6..dcc289ee1 100755 --- a/internal/controller/cloudbuild/workerpool/zz_controller.go +++ b/internal/controller/cloudbuild/workerpool/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package workerpool diff --git a/internal/controller/cloudfunctions/function/zz_controller.go b/internal/controller/cloudfunctions/function/zz_controller.go index 6e69c33c4..97d54d11f 100755 --- a/internal/controller/cloudfunctions/function/zz_controller.go +++ b/internal/controller/cloudfunctions/function/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package function diff --git a/internal/controller/cloudfunctions/functioniammember/zz_controller.go b/internal/controller/cloudfunctions/functioniammember/zz_controller.go index 01f312ab5..52b35a150 100755 --- a/internal/controller/cloudfunctions/functioniammember/zz_controller.go +++ b/internal/controller/cloudfunctions/functioniammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package functioniammember diff --git a/internal/controller/cloudfunctions2/function/zz_controller.go b/internal/controller/cloudfunctions2/function/zz_controller.go index 28bdb1791..020cb47f1 100755 --- a/internal/controller/cloudfunctions2/function/zz_controller.go +++ b/internal/controller/cloudfunctions2/function/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package function diff --git a/internal/controller/cloudplatform/folder/zz_controller.go b/internal/controller/cloudplatform/folder/zz_controller.go index 8e9c54d87..ffe5402ac 100755 --- a/internal/controller/cloudplatform/folder/zz_controller.go +++ b/internal/controller/cloudplatform/folder/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package folder diff --git a/internal/controller/cloudplatform/folderiammember/zz_controller.go b/internal/controller/cloudplatform/folderiammember/zz_controller.go index 30de5ed3d..b753074ce 100755 --- a/internal/controller/cloudplatform/folderiammember/zz_controller.go +++ b/internal/controller/cloudplatform/folderiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package folderiammember diff --git a/internal/controller/cloudplatform/organizationiamauditconfig/zz_controller.go b/internal/controller/cloudplatform/organizationiamauditconfig/zz_controller.go index 3bec03b25..0d0a8e836 100755 --- a/internal/controller/cloudplatform/organizationiamauditconfig/zz_controller.go +++ b/internal/controller/cloudplatform/organizationiamauditconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package organizationiamauditconfig diff --git a/internal/controller/cloudplatform/organizationiamcustomrole/zz_controller.go b/internal/controller/cloudplatform/organizationiamcustomrole/zz_controller.go index fdb0019dc..0fd5cb397 100755 --- a/internal/controller/cloudplatform/organizationiamcustomrole/zz_controller.go +++ b/internal/controller/cloudplatform/organizationiamcustomrole/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package organizationiamcustomrole diff --git a/internal/controller/cloudplatform/organizationiammember/zz_controller.go b/internal/controller/cloudplatform/organizationiammember/zz_controller.go index 5ecc0444e..7259bd5f0 100755 --- a/internal/controller/cloudplatform/organizationiammember/zz_controller.go +++ b/internal/controller/cloudplatform/organizationiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package organizationiammember diff --git a/internal/controller/cloudplatform/project/zz_controller.go b/internal/controller/cloudplatform/project/zz_controller.go index b6591dcce..da70b2831 100755 --- a/internal/controller/cloudplatform/project/zz_controller.go +++ b/internal/controller/cloudplatform/project/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package project diff --git a/internal/controller/cloudplatform/projectdefaultserviceaccounts/zz_controller.go b/internal/controller/cloudplatform/projectdefaultserviceaccounts/zz_controller.go index 06eeaf4cb..674a3581a 100755 --- a/internal/controller/cloudplatform/projectdefaultserviceaccounts/zz_controller.go +++ b/internal/controller/cloudplatform/projectdefaultserviceaccounts/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package projectdefaultserviceaccounts diff --git a/internal/controller/cloudplatform/projectiamauditconfig/zz_controller.go b/internal/controller/cloudplatform/projectiamauditconfig/zz_controller.go index 40c300403..3aa91ff5b 100755 --- a/internal/controller/cloudplatform/projectiamauditconfig/zz_controller.go +++ b/internal/controller/cloudplatform/projectiamauditconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package projectiamauditconfig diff --git a/internal/controller/cloudplatform/projectiamcustomrole/zz_controller.go b/internal/controller/cloudplatform/projectiamcustomrole/zz_controller.go index 0eff3b263..a74a7aef1 100755 --- a/internal/controller/cloudplatform/projectiamcustomrole/zz_controller.go +++ b/internal/controller/cloudplatform/projectiamcustomrole/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package projectiamcustomrole diff --git a/internal/controller/cloudplatform/projectiammember/zz_controller.go b/internal/controller/cloudplatform/projectiammember/zz_controller.go index 2ee19a1ca..5caed91d2 100755 --- a/internal/controller/cloudplatform/projectiammember/zz_controller.go +++ b/internal/controller/cloudplatform/projectiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package projectiammember diff --git a/internal/controller/cloudplatform/projectservice/zz_controller.go b/internal/controller/cloudplatform/projectservice/zz_controller.go index b304c1301..40cd888b6 100755 --- a/internal/controller/cloudplatform/projectservice/zz_controller.go +++ b/internal/controller/cloudplatform/projectservice/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package projectservice diff --git a/internal/controller/cloudplatform/projectusageexportbucket/zz_controller.go b/internal/controller/cloudplatform/projectusageexportbucket/zz_controller.go index 935cd2b55..5f2754474 100755 --- a/internal/controller/cloudplatform/projectusageexportbucket/zz_controller.go +++ b/internal/controller/cloudplatform/projectusageexportbucket/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package projectusageexportbucket diff --git a/internal/controller/cloudplatform/serviceaccount/zz_controller.go b/internal/controller/cloudplatform/serviceaccount/zz_controller.go index 4a1a367fd..d77e8e79f 100755 --- a/internal/controller/cloudplatform/serviceaccount/zz_controller.go +++ b/internal/controller/cloudplatform/serviceaccount/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package serviceaccount diff --git a/internal/controller/cloudplatform/serviceaccountiammember/zz_controller.go b/internal/controller/cloudplatform/serviceaccountiammember/zz_controller.go index 9a7dccf00..aab6506d6 100755 --- a/internal/controller/cloudplatform/serviceaccountiammember/zz_controller.go +++ b/internal/controller/cloudplatform/serviceaccountiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package serviceaccountiammember diff --git a/internal/controller/cloudplatform/serviceaccountkey/zz_controller.go b/internal/controller/cloudplatform/serviceaccountkey/zz_controller.go index ee7a11594..22aad4434 100755 --- a/internal/controller/cloudplatform/serviceaccountkey/zz_controller.go +++ b/internal/controller/cloudplatform/serviceaccountkey/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package serviceaccountkey diff --git a/internal/controller/cloudplatform/servicenetworkingpeereddnsdomain/zz_controller.go b/internal/controller/cloudplatform/servicenetworkingpeereddnsdomain/zz_controller.go index 1eb70a4af..d72df5df8 100755 --- a/internal/controller/cloudplatform/servicenetworkingpeereddnsdomain/zz_controller.go +++ b/internal/controller/cloudplatform/servicenetworkingpeereddnsdomain/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package servicenetworkingpeereddnsdomain diff --git a/internal/controller/cloudrun/domainmapping/zz_controller.go b/internal/controller/cloudrun/domainmapping/zz_controller.go index e2f25c2cd..17b124897 100755 --- a/internal/controller/cloudrun/domainmapping/zz_controller.go +++ b/internal/controller/cloudrun/domainmapping/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package domainmapping diff --git a/internal/controller/cloudrun/service/zz_controller.go b/internal/controller/cloudrun/service/zz_controller.go index 7cd03f350..a23efe4b0 100755 --- a/internal/controller/cloudrun/service/zz_controller.go +++ b/internal/controller/cloudrun/service/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package service diff --git a/internal/controller/cloudrun/serviceiammember/zz_controller.go b/internal/controller/cloudrun/serviceiammember/zz_controller.go index ed7581568..7fc940e29 100755 --- a/internal/controller/cloudrun/serviceiammember/zz_controller.go +++ b/internal/controller/cloudrun/serviceiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package serviceiammember diff --git a/internal/controller/cloudrun/v2job/zz_controller.go b/internal/controller/cloudrun/v2job/zz_controller.go index 54cef8003..c1e2f1161 100755 --- a/internal/controller/cloudrun/v2job/zz_controller.go +++ b/internal/controller/cloudrun/v2job/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v2job diff --git a/internal/controller/cloudrun/v2service/zz_controller.go b/internal/controller/cloudrun/v2service/zz_controller.go index 69b8f10e6..e78d3c695 100755 --- a/internal/controller/cloudrun/v2service/zz_controller.go +++ b/internal/controller/cloudrun/v2service/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package v2service diff --git a/internal/controller/cloudscheduler/job/zz_controller.go b/internal/controller/cloudscheduler/job/zz_controller.go index 6800a7918..242c4c670 100755 --- a/internal/controller/cloudscheduler/job/zz_controller.go +++ b/internal/controller/cloudscheduler/job/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package job diff --git a/internal/controller/cloudtasks/queue/zz_controller.go b/internal/controller/cloudtasks/queue/zz_controller.go index 7cd50e8c4..130197f3b 100755 --- a/internal/controller/cloudtasks/queue/zz_controller.go +++ b/internal/controller/cloudtasks/queue/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package queue diff --git a/internal/controller/composer/environment/zz_controller.go b/internal/controller/composer/environment/zz_controller.go index 730641301..d101f1cfe 100755 --- a/internal/controller/composer/environment/zz_controller.go +++ b/internal/controller/composer/environment/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package environment diff --git a/internal/controller/compute/address/zz_controller.go b/internal/controller/compute/address/zz_controller.go index 181ecabb7..577049e73 100755 --- a/internal/controller/compute/address/zz_controller.go +++ b/internal/controller/compute/address/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package address diff --git a/internal/controller/compute/attacheddisk/zz_controller.go b/internal/controller/compute/attacheddisk/zz_controller.go index 05e538977..9212437dc 100755 --- a/internal/controller/compute/attacheddisk/zz_controller.go +++ b/internal/controller/compute/attacheddisk/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package attacheddisk diff --git a/internal/controller/compute/autoscaler/zz_controller.go b/internal/controller/compute/autoscaler/zz_controller.go index 58f82749b..ffb4c332b 100755 --- a/internal/controller/compute/autoscaler/zz_controller.go +++ b/internal/controller/compute/autoscaler/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package autoscaler diff --git a/internal/controller/compute/backendbucket/zz_controller.go b/internal/controller/compute/backendbucket/zz_controller.go index 0bef69618..daa100f19 100755 --- a/internal/controller/compute/backendbucket/zz_controller.go +++ b/internal/controller/compute/backendbucket/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package backendbucket diff --git a/internal/controller/compute/backendbucketsignedurlkey/zz_controller.go b/internal/controller/compute/backendbucketsignedurlkey/zz_controller.go index ddda84019..d5637e1f1 100755 --- a/internal/controller/compute/backendbucketsignedurlkey/zz_controller.go +++ b/internal/controller/compute/backendbucketsignedurlkey/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package backendbucketsignedurlkey diff --git a/internal/controller/compute/backendservice/zz_controller.go b/internal/controller/compute/backendservice/zz_controller.go index a5939a98b..12f5d021e 100755 --- a/internal/controller/compute/backendservice/zz_controller.go +++ b/internal/controller/compute/backendservice/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package backendservice diff --git a/internal/controller/compute/backendservicesignedurlkey/zz_controller.go b/internal/controller/compute/backendservicesignedurlkey/zz_controller.go index 64361250a..b814c3b34 100755 --- a/internal/controller/compute/backendservicesignedurlkey/zz_controller.go +++ b/internal/controller/compute/backendservicesignedurlkey/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package backendservicesignedurlkey diff --git a/internal/controller/compute/disk/zz_controller.go b/internal/controller/compute/disk/zz_controller.go index 1c207d1a8..11bf1bc47 100755 --- a/internal/controller/compute/disk/zz_controller.go +++ b/internal/controller/compute/disk/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package disk diff --git a/internal/controller/compute/diskiammember/zz_controller.go b/internal/controller/compute/diskiammember/zz_controller.go index 039e6b450..c7dee84a4 100755 --- a/internal/controller/compute/diskiammember/zz_controller.go +++ b/internal/controller/compute/diskiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package diskiammember diff --git a/internal/controller/compute/diskresourcepolicyattachment/zz_controller.go b/internal/controller/compute/diskresourcepolicyattachment/zz_controller.go index 634dbeef8..b89c40034 100755 --- a/internal/controller/compute/diskresourcepolicyattachment/zz_controller.go +++ b/internal/controller/compute/diskresourcepolicyattachment/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package diskresourcepolicyattachment diff --git a/internal/controller/compute/externalvpngateway/zz_controller.go b/internal/controller/compute/externalvpngateway/zz_controller.go index cde0b791a..571c95ff4 100755 --- a/internal/controller/compute/externalvpngateway/zz_controller.go +++ b/internal/controller/compute/externalvpngateway/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package externalvpngateway diff --git a/internal/controller/compute/firewall/zz_controller.go b/internal/controller/compute/firewall/zz_controller.go index 7b025d5dd..dca8ec8f2 100755 --- a/internal/controller/compute/firewall/zz_controller.go +++ b/internal/controller/compute/firewall/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package firewall diff --git a/internal/controller/compute/firewallpolicy/zz_controller.go b/internal/controller/compute/firewallpolicy/zz_controller.go index 66f873689..09e1c1ac6 100755 --- a/internal/controller/compute/firewallpolicy/zz_controller.go +++ b/internal/controller/compute/firewallpolicy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package firewallpolicy diff --git a/internal/controller/compute/firewallpolicyassociation/zz_controller.go b/internal/controller/compute/firewallpolicyassociation/zz_controller.go index f3ed4b455..dcb3f4d87 100755 --- a/internal/controller/compute/firewallpolicyassociation/zz_controller.go +++ b/internal/controller/compute/firewallpolicyassociation/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package firewallpolicyassociation diff --git a/internal/controller/compute/firewallpolicyrule/zz_controller.go b/internal/controller/compute/firewallpolicyrule/zz_controller.go index ae648285f..a569369bd 100755 --- a/internal/controller/compute/firewallpolicyrule/zz_controller.go +++ b/internal/controller/compute/firewallpolicyrule/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package firewallpolicyrule diff --git a/internal/controller/compute/forwardingrule/zz_controller.go b/internal/controller/compute/forwardingrule/zz_controller.go index efc54cbc1..60e9c4aed 100755 --- a/internal/controller/compute/forwardingrule/zz_controller.go +++ b/internal/controller/compute/forwardingrule/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package forwardingrule diff --git a/internal/controller/compute/globaladdress/zz_controller.go b/internal/controller/compute/globaladdress/zz_controller.go index 349349b07..6f8e212d7 100755 --- a/internal/controller/compute/globaladdress/zz_controller.go +++ b/internal/controller/compute/globaladdress/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package globaladdress diff --git a/internal/controller/compute/globalforwardingrule/zz_controller.go b/internal/controller/compute/globalforwardingrule/zz_controller.go index 027cefebe..0c91881c7 100755 --- a/internal/controller/compute/globalforwardingrule/zz_controller.go +++ b/internal/controller/compute/globalforwardingrule/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package globalforwardingrule diff --git a/internal/controller/compute/globalnetworkendpoint/zz_controller.go b/internal/controller/compute/globalnetworkendpoint/zz_controller.go index 8dd913c9d..8bca66402 100755 --- a/internal/controller/compute/globalnetworkendpoint/zz_controller.go +++ b/internal/controller/compute/globalnetworkendpoint/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package globalnetworkendpoint diff --git a/internal/controller/compute/globalnetworkendpointgroup/zz_controller.go b/internal/controller/compute/globalnetworkendpointgroup/zz_controller.go index 2f1a7008e..f67ae89f0 100755 --- a/internal/controller/compute/globalnetworkendpointgroup/zz_controller.go +++ b/internal/controller/compute/globalnetworkendpointgroup/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package globalnetworkendpointgroup diff --git a/internal/controller/compute/havpngateway/zz_controller.go b/internal/controller/compute/havpngateway/zz_controller.go index 25489e32f..b08a53cfb 100755 --- a/internal/controller/compute/havpngateway/zz_controller.go +++ b/internal/controller/compute/havpngateway/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package havpngateway diff --git a/internal/controller/compute/healthcheck/zz_controller.go b/internal/controller/compute/healthcheck/zz_controller.go index 7256df659..e55e21d39 100755 --- a/internal/controller/compute/healthcheck/zz_controller.go +++ b/internal/controller/compute/healthcheck/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package healthcheck diff --git a/internal/controller/compute/httphealthcheck/zz_controller.go b/internal/controller/compute/httphealthcheck/zz_controller.go index 344591de3..1dcea8f42 100755 --- a/internal/controller/compute/httphealthcheck/zz_controller.go +++ b/internal/controller/compute/httphealthcheck/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package httphealthcheck diff --git a/internal/controller/compute/httpshealthcheck/zz_controller.go b/internal/controller/compute/httpshealthcheck/zz_controller.go index 8df161bfc..ada34ef55 100755 --- a/internal/controller/compute/httpshealthcheck/zz_controller.go +++ b/internal/controller/compute/httpshealthcheck/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package httpshealthcheck diff --git a/internal/controller/compute/image/zz_controller.go b/internal/controller/compute/image/zz_controller.go index 0c649bf2f..21c843549 100755 --- a/internal/controller/compute/image/zz_controller.go +++ b/internal/controller/compute/image/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package image diff --git a/internal/controller/compute/imageiammember/zz_controller.go b/internal/controller/compute/imageiammember/zz_controller.go index 9ae7eed6a..a5f0feec4 100755 --- a/internal/controller/compute/imageiammember/zz_controller.go +++ b/internal/controller/compute/imageiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package imageiammember diff --git a/internal/controller/compute/instance/zz_controller.go b/internal/controller/compute/instance/zz_controller.go index 12b02a633..2d6aab94a 100755 --- a/internal/controller/compute/instance/zz_controller.go +++ b/internal/controller/compute/instance/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instance diff --git a/internal/controller/compute/instancefromtemplate/zz_controller.go b/internal/controller/compute/instancefromtemplate/zz_controller.go index 545544c3d..19dfb770c 100755 --- a/internal/controller/compute/instancefromtemplate/zz_controller.go +++ b/internal/controller/compute/instancefromtemplate/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instancefromtemplate diff --git a/internal/controller/compute/instancegroup/zz_controller.go b/internal/controller/compute/instancegroup/zz_controller.go index 43961a893..182c26dd6 100755 --- a/internal/controller/compute/instancegroup/zz_controller.go +++ b/internal/controller/compute/instancegroup/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instancegroup diff --git a/internal/controller/compute/instancegroupmanager/zz_controller.go b/internal/controller/compute/instancegroupmanager/zz_controller.go index 4670d4721..8d4686ca1 100755 --- a/internal/controller/compute/instancegroupmanager/zz_controller.go +++ b/internal/controller/compute/instancegroupmanager/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instancegroupmanager diff --git a/internal/controller/compute/instancegroupnamedport/zz_controller.go b/internal/controller/compute/instancegroupnamedport/zz_controller.go index 4c96e4491..f563c0ec0 100755 --- a/internal/controller/compute/instancegroupnamedport/zz_controller.go +++ b/internal/controller/compute/instancegroupnamedport/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instancegroupnamedport diff --git a/internal/controller/compute/instanceiammember/zz_controller.go b/internal/controller/compute/instanceiammember/zz_controller.go index ba64bf405..b54032612 100755 --- a/internal/controller/compute/instanceiammember/zz_controller.go +++ b/internal/controller/compute/instanceiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instanceiammember diff --git a/internal/controller/compute/instancetemplate/zz_controller.go b/internal/controller/compute/instancetemplate/zz_controller.go index 77cf52938..65689761e 100755 --- a/internal/controller/compute/instancetemplate/zz_controller.go +++ b/internal/controller/compute/instancetemplate/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instancetemplate diff --git a/internal/controller/compute/interconnectattachment/zz_controller.go b/internal/controller/compute/interconnectattachment/zz_controller.go index cd11f3b2b..d28272295 100755 --- a/internal/controller/compute/interconnectattachment/zz_controller.go +++ b/internal/controller/compute/interconnectattachment/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package interconnectattachment diff --git a/internal/controller/compute/managedsslcertificate/zz_controller.go b/internal/controller/compute/managedsslcertificate/zz_controller.go index ed5fe822c..01287179a 100755 --- a/internal/controller/compute/managedsslcertificate/zz_controller.go +++ b/internal/controller/compute/managedsslcertificate/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package managedsslcertificate diff --git a/internal/controller/compute/network/zz_controller.go b/internal/controller/compute/network/zz_controller.go index c3c059df4..81f1bde21 100755 --- a/internal/controller/compute/network/zz_controller.go +++ b/internal/controller/compute/network/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package network diff --git a/internal/controller/compute/networkendpoint/zz_controller.go b/internal/controller/compute/networkendpoint/zz_controller.go index 80796e096..3ea51ab8a 100755 --- a/internal/controller/compute/networkendpoint/zz_controller.go +++ b/internal/controller/compute/networkendpoint/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package networkendpoint diff --git a/internal/controller/compute/networkendpointgroup/zz_controller.go b/internal/controller/compute/networkendpointgroup/zz_controller.go index 266b2f8f1..f49c1735e 100755 --- a/internal/controller/compute/networkendpointgroup/zz_controller.go +++ b/internal/controller/compute/networkendpointgroup/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package networkendpointgroup diff --git a/internal/controller/compute/networkfirewallpolicy/zz_controller.go b/internal/controller/compute/networkfirewallpolicy/zz_controller.go index 5e417ace6..401be7c25 100755 --- a/internal/controller/compute/networkfirewallpolicy/zz_controller.go +++ b/internal/controller/compute/networkfirewallpolicy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package networkfirewallpolicy diff --git a/internal/controller/compute/networkfirewallpolicyassociation/zz_controller.go b/internal/controller/compute/networkfirewallpolicyassociation/zz_controller.go index ee5435ccd..c8d413388 100755 --- a/internal/controller/compute/networkfirewallpolicyassociation/zz_controller.go +++ b/internal/controller/compute/networkfirewallpolicyassociation/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package networkfirewallpolicyassociation diff --git a/internal/controller/compute/networkpeering/zz_controller.go b/internal/controller/compute/networkpeering/zz_controller.go index a728314ac..07934c69a 100755 --- a/internal/controller/compute/networkpeering/zz_controller.go +++ b/internal/controller/compute/networkpeering/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package networkpeering diff --git a/internal/controller/compute/networkpeeringroutesconfig/zz_controller.go b/internal/controller/compute/networkpeeringroutesconfig/zz_controller.go index e19ad786e..dc20509bb 100755 --- a/internal/controller/compute/networkpeeringroutesconfig/zz_controller.go +++ b/internal/controller/compute/networkpeeringroutesconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package networkpeeringroutesconfig diff --git a/internal/controller/compute/nodegroup/zz_controller.go b/internal/controller/compute/nodegroup/zz_controller.go index 3fe66b46b..3d62f53a2 100755 --- a/internal/controller/compute/nodegroup/zz_controller.go +++ b/internal/controller/compute/nodegroup/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package nodegroup diff --git a/internal/controller/compute/nodetemplate/zz_controller.go b/internal/controller/compute/nodetemplate/zz_controller.go index c12e27328..a26bd45b5 100755 --- a/internal/controller/compute/nodetemplate/zz_controller.go +++ b/internal/controller/compute/nodetemplate/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package nodetemplate diff --git a/internal/controller/compute/packetmirroring/zz_controller.go b/internal/controller/compute/packetmirroring/zz_controller.go index d6a28147a..67dea01d6 100755 --- a/internal/controller/compute/packetmirroring/zz_controller.go +++ b/internal/controller/compute/packetmirroring/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package packetmirroring diff --git a/internal/controller/compute/perinstanceconfig/zz_controller.go b/internal/controller/compute/perinstanceconfig/zz_controller.go index 0983df062..1640ef648 100755 --- a/internal/controller/compute/perinstanceconfig/zz_controller.go +++ b/internal/controller/compute/perinstanceconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package perinstanceconfig diff --git a/internal/controller/compute/projectdefaultnetworktier/zz_controller.go b/internal/controller/compute/projectdefaultnetworktier/zz_controller.go index df46c3b81..448d7acac 100755 --- a/internal/controller/compute/projectdefaultnetworktier/zz_controller.go +++ b/internal/controller/compute/projectdefaultnetworktier/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package projectdefaultnetworktier diff --git a/internal/controller/compute/projectmetadata/zz_controller.go b/internal/controller/compute/projectmetadata/zz_controller.go index 95e3715fa..1b0ad1fe3 100755 --- a/internal/controller/compute/projectmetadata/zz_controller.go +++ b/internal/controller/compute/projectmetadata/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package projectmetadata diff --git a/internal/controller/compute/projectmetadataitem/zz_controller.go b/internal/controller/compute/projectmetadataitem/zz_controller.go index a63ba97e1..1deb0b559 100755 --- a/internal/controller/compute/projectmetadataitem/zz_controller.go +++ b/internal/controller/compute/projectmetadataitem/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package projectmetadataitem diff --git a/internal/controller/compute/regionautoscaler/zz_controller.go b/internal/controller/compute/regionautoscaler/zz_controller.go index fa6465d76..81c8bed8a 100755 --- a/internal/controller/compute/regionautoscaler/zz_controller.go +++ b/internal/controller/compute/regionautoscaler/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regionautoscaler diff --git a/internal/controller/compute/regionbackendservice/zz_controller.go b/internal/controller/compute/regionbackendservice/zz_controller.go index 54ce7ee48..3115f060d 100755 --- a/internal/controller/compute/regionbackendservice/zz_controller.go +++ b/internal/controller/compute/regionbackendservice/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regionbackendservice diff --git a/internal/controller/compute/regiondisk/zz_controller.go b/internal/controller/compute/regiondisk/zz_controller.go index 60df583d7..bd5d33875 100755 --- a/internal/controller/compute/regiondisk/zz_controller.go +++ b/internal/controller/compute/regiondisk/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regiondisk diff --git a/internal/controller/compute/regiondiskiammember/zz_controller.go b/internal/controller/compute/regiondiskiammember/zz_controller.go index 9b0cb523e..25ca5b24b 100755 --- a/internal/controller/compute/regiondiskiammember/zz_controller.go +++ b/internal/controller/compute/regiondiskiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regiondiskiammember diff --git a/internal/controller/compute/regiondiskresourcepolicyattachment/zz_controller.go b/internal/controller/compute/regiondiskresourcepolicyattachment/zz_controller.go index ecb591b21..edcdb790c 100755 --- a/internal/controller/compute/regiondiskresourcepolicyattachment/zz_controller.go +++ b/internal/controller/compute/regiondiskresourcepolicyattachment/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regiondiskresourcepolicyattachment diff --git a/internal/controller/compute/regionhealthcheck/zz_controller.go b/internal/controller/compute/regionhealthcheck/zz_controller.go index b67c1f844..db2615a8f 100755 --- a/internal/controller/compute/regionhealthcheck/zz_controller.go +++ b/internal/controller/compute/regionhealthcheck/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regionhealthcheck diff --git a/internal/controller/compute/regioninstancegroupmanager/zz_controller.go b/internal/controller/compute/regioninstancegroupmanager/zz_controller.go index 291b3a580..71c6e66b8 100755 --- a/internal/controller/compute/regioninstancegroupmanager/zz_controller.go +++ b/internal/controller/compute/regioninstancegroupmanager/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regioninstancegroupmanager diff --git a/internal/controller/compute/regionnetworkendpoint/zz_controller.go b/internal/controller/compute/regionnetworkendpoint/zz_controller.go index ea52f2ed1..869357352 100755 --- a/internal/controller/compute/regionnetworkendpoint/zz_controller.go +++ b/internal/controller/compute/regionnetworkendpoint/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regionnetworkendpoint diff --git a/internal/controller/compute/regionnetworkendpointgroup/zz_controller.go b/internal/controller/compute/regionnetworkendpointgroup/zz_controller.go index 66c7ad910..4dc66aeb1 100755 --- a/internal/controller/compute/regionnetworkendpointgroup/zz_controller.go +++ b/internal/controller/compute/regionnetworkendpointgroup/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regionnetworkendpointgroup diff --git a/internal/controller/compute/regionnetworkfirewallpolicy/zz_controller.go b/internal/controller/compute/regionnetworkfirewallpolicy/zz_controller.go index 9413e2866..7d3b04710 100755 --- a/internal/controller/compute/regionnetworkfirewallpolicy/zz_controller.go +++ b/internal/controller/compute/regionnetworkfirewallpolicy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regionnetworkfirewallpolicy diff --git a/internal/controller/compute/regionnetworkfirewallpolicyassociation/zz_controller.go b/internal/controller/compute/regionnetworkfirewallpolicyassociation/zz_controller.go index 1cc08bdef..8490760eb 100755 --- a/internal/controller/compute/regionnetworkfirewallpolicyassociation/zz_controller.go +++ b/internal/controller/compute/regionnetworkfirewallpolicyassociation/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regionnetworkfirewallpolicyassociation diff --git a/internal/controller/compute/regionperinstanceconfig/zz_controller.go b/internal/controller/compute/regionperinstanceconfig/zz_controller.go index 59a205535..5fe5841ee 100755 --- a/internal/controller/compute/regionperinstanceconfig/zz_controller.go +++ b/internal/controller/compute/regionperinstanceconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regionperinstanceconfig diff --git a/internal/controller/compute/regionsslcertificate/zz_controller.go b/internal/controller/compute/regionsslcertificate/zz_controller.go index dc8a69f4b..ab84c363d 100755 --- a/internal/controller/compute/regionsslcertificate/zz_controller.go +++ b/internal/controller/compute/regionsslcertificate/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regionsslcertificate diff --git a/internal/controller/compute/regiontargethttpproxy/zz_controller.go b/internal/controller/compute/regiontargethttpproxy/zz_controller.go index 6bc2145f2..d3f9ceb35 100755 --- a/internal/controller/compute/regiontargethttpproxy/zz_controller.go +++ b/internal/controller/compute/regiontargethttpproxy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regiontargethttpproxy diff --git a/internal/controller/compute/regiontargethttpsproxy/zz_controller.go b/internal/controller/compute/regiontargethttpsproxy/zz_controller.go index 5893a61b9..db46d0be2 100755 --- a/internal/controller/compute/regiontargethttpsproxy/zz_controller.go +++ b/internal/controller/compute/regiontargethttpsproxy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regiontargethttpsproxy diff --git a/internal/controller/compute/regiontargettcpproxy/zz_controller.go b/internal/controller/compute/regiontargettcpproxy/zz_controller.go index 93d3f5c66..a99e20030 100755 --- a/internal/controller/compute/regiontargettcpproxy/zz_controller.go +++ b/internal/controller/compute/regiontargettcpproxy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regiontargettcpproxy diff --git a/internal/controller/compute/regionurlmap/zz_controller.go b/internal/controller/compute/regionurlmap/zz_controller.go index 2143593b1..be7dbd0cb 100755 --- a/internal/controller/compute/regionurlmap/zz_controller.go +++ b/internal/controller/compute/regionurlmap/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package regionurlmap diff --git a/internal/controller/compute/reservation/zz_controller.go b/internal/controller/compute/reservation/zz_controller.go index 9cdf66865..d45f65984 100755 --- a/internal/controller/compute/reservation/zz_controller.go +++ b/internal/controller/compute/reservation/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package reservation diff --git a/internal/controller/compute/resourcepolicy/zz_controller.go b/internal/controller/compute/resourcepolicy/zz_controller.go index a191ec3cd..4576d958d 100755 --- a/internal/controller/compute/resourcepolicy/zz_controller.go +++ b/internal/controller/compute/resourcepolicy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package resourcepolicy diff --git a/internal/controller/compute/route/zz_controller.go b/internal/controller/compute/route/zz_controller.go index 0f63d2fcd..e7e10de62 100755 --- a/internal/controller/compute/route/zz_controller.go +++ b/internal/controller/compute/route/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package route diff --git a/internal/controller/compute/router/zz_controller.go b/internal/controller/compute/router/zz_controller.go index eb8fd2183..9deac93a3 100755 --- a/internal/controller/compute/router/zz_controller.go +++ b/internal/controller/compute/router/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package router diff --git a/internal/controller/compute/routerinterface/zz_controller.go b/internal/controller/compute/routerinterface/zz_controller.go index a7f2b8387..86c2c3258 100755 --- a/internal/controller/compute/routerinterface/zz_controller.go +++ b/internal/controller/compute/routerinterface/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package routerinterface diff --git a/internal/controller/compute/routernat/zz_controller.go b/internal/controller/compute/routernat/zz_controller.go index 44255fdc4..07f3d9ac3 100755 --- a/internal/controller/compute/routernat/zz_controller.go +++ b/internal/controller/compute/routernat/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package routernat diff --git a/internal/controller/compute/routerpeer/zz_controller.go b/internal/controller/compute/routerpeer/zz_controller.go index 02630bd81..f2b5b2a72 100755 --- a/internal/controller/compute/routerpeer/zz_controller.go +++ b/internal/controller/compute/routerpeer/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package routerpeer diff --git a/internal/controller/compute/securitypolicy/zz_controller.go b/internal/controller/compute/securitypolicy/zz_controller.go index 5a7ab4ac2..71a788f96 100755 --- a/internal/controller/compute/securitypolicy/zz_controller.go +++ b/internal/controller/compute/securitypolicy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package securitypolicy diff --git a/internal/controller/compute/serviceattachment/zz_controller.go b/internal/controller/compute/serviceattachment/zz_controller.go index 195608be4..02dbb417d 100755 --- a/internal/controller/compute/serviceattachment/zz_controller.go +++ b/internal/controller/compute/serviceattachment/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package serviceattachment diff --git a/internal/controller/compute/sharedvpchostproject/zz_controller.go b/internal/controller/compute/sharedvpchostproject/zz_controller.go index c503dab3b..e092fca64 100755 --- a/internal/controller/compute/sharedvpchostproject/zz_controller.go +++ b/internal/controller/compute/sharedvpchostproject/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package sharedvpchostproject diff --git a/internal/controller/compute/sharedvpcserviceproject/zz_controller.go b/internal/controller/compute/sharedvpcserviceproject/zz_controller.go index 0fb27ddb8..db56be71c 100755 --- a/internal/controller/compute/sharedvpcserviceproject/zz_controller.go +++ b/internal/controller/compute/sharedvpcserviceproject/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package sharedvpcserviceproject diff --git a/internal/controller/compute/snapshot/zz_controller.go b/internal/controller/compute/snapshot/zz_controller.go index ed3cee30e..004180c66 100755 --- a/internal/controller/compute/snapshot/zz_controller.go +++ b/internal/controller/compute/snapshot/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package snapshot diff --git a/internal/controller/compute/snapshotiammember/zz_controller.go b/internal/controller/compute/snapshotiammember/zz_controller.go index 36e73247a..6a165935d 100755 --- a/internal/controller/compute/snapshotiammember/zz_controller.go +++ b/internal/controller/compute/snapshotiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package snapshotiammember diff --git a/internal/controller/compute/sslcertificate/zz_controller.go b/internal/controller/compute/sslcertificate/zz_controller.go index 10c5b5e11..903ba0585 100755 --- a/internal/controller/compute/sslcertificate/zz_controller.go +++ b/internal/controller/compute/sslcertificate/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package sslcertificate diff --git a/internal/controller/compute/sslpolicy/zz_controller.go b/internal/controller/compute/sslpolicy/zz_controller.go index bf1199d74..d236ff2e3 100755 --- a/internal/controller/compute/sslpolicy/zz_controller.go +++ b/internal/controller/compute/sslpolicy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package sslpolicy diff --git a/internal/controller/compute/subnetwork/zz_controller.go b/internal/controller/compute/subnetwork/zz_controller.go index 740fbe3b0..b6746345c 100755 --- a/internal/controller/compute/subnetwork/zz_controller.go +++ b/internal/controller/compute/subnetwork/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package subnetwork diff --git a/internal/controller/compute/subnetworkiammember/zz_controller.go b/internal/controller/compute/subnetworkiammember/zz_controller.go index 4bb9feef8..3b1294743 100755 --- a/internal/controller/compute/subnetworkiammember/zz_controller.go +++ b/internal/controller/compute/subnetworkiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package subnetworkiammember diff --git a/internal/controller/compute/targetgrpcproxy/zz_controller.go b/internal/controller/compute/targetgrpcproxy/zz_controller.go index 903cfc94f..5c278d7da 100755 --- a/internal/controller/compute/targetgrpcproxy/zz_controller.go +++ b/internal/controller/compute/targetgrpcproxy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package targetgrpcproxy diff --git a/internal/controller/compute/targethttpproxy/zz_controller.go b/internal/controller/compute/targethttpproxy/zz_controller.go index 9221febc3..847f54f81 100755 --- a/internal/controller/compute/targethttpproxy/zz_controller.go +++ b/internal/controller/compute/targethttpproxy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package targethttpproxy diff --git a/internal/controller/compute/targethttpsproxy/zz_controller.go b/internal/controller/compute/targethttpsproxy/zz_controller.go index 97c7a5105..0b816495f 100755 --- a/internal/controller/compute/targethttpsproxy/zz_controller.go +++ b/internal/controller/compute/targethttpsproxy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package targethttpsproxy diff --git a/internal/controller/compute/targetinstance/zz_controller.go b/internal/controller/compute/targetinstance/zz_controller.go index 251acc2ec..a59f0e60e 100755 --- a/internal/controller/compute/targetinstance/zz_controller.go +++ b/internal/controller/compute/targetinstance/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package targetinstance diff --git a/internal/controller/compute/targetpool/zz_controller.go b/internal/controller/compute/targetpool/zz_controller.go index d9e69774a..b08aed416 100755 --- a/internal/controller/compute/targetpool/zz_controller.go +++ b/internal/controller/compute/targetpool/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package targetpool diff --git a/internal/controller/compute/targetsslproxy/zz_controller.go b/internal/controller/compute/targetsslproxy/zz_controller.go index f3e8fff98..cf39abe29 100755 --- a/internal/controller/compute/targetsslproxy/zz_controller.go +++ b/internal/controller/compute/targetsslproxy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package targetsslproxy diff --git a/internal/controller/compute/targettcpproxy/zz_controller.go b/internal/controller/compute/targettcpproxy/zz_controller.go index 92e95f9c4..1eb4a3e5a 100755 --- a/internal/controller/compute/targettcpproxy/zz_controller.go +++ b/internal/controller/compute/targettcpproxy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package targettcpproxy diff --git a/internal/controller/compute/urlmap/zz_controller.go b/internal/controller/compute/urlmap/zz_controller.go index 950408ca4..6baf9ff68 100755 --- a/internal/controller/compute/urlmap/zz_controller.go +++ b/internal/controller/compute/urlmap/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package urlmap diff --git a/internal/controller/compute/vpngateway/zz_controller.go b/internal/controller/compute/vpngateway/zz_controller.go index 75ee8ae29..1cb57b3c5 100755 --- a/internal/controller/compute/vpngateway/zz_controller.go +++ b/internal/controller/compute/vpngateway/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package vpngateway diff --git a/internal/controller/compute/vpntunnel/zz_controller.go b/internal/controller/compute/vpntunnel/zz_controller.go index a909bf475..a36215ca9 100755 --- a/internal/controller/compute/vpntunnel/zz_controller.go +++ b/internal/controller/compute/vpntunnel/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package vpntunnel diff --git a/internal/controller/container/cluster/zz_controller.go b/internal/controller/container/cluster/zz_controller.go index ac52c7e73..181ab96e4 100755 --- a/internal/controller/container/cluster/zz_controller.go +++ b/internal/controller/container/cluster/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package cluster diff --git a/internal/controller/container/nodepool/zz_controller.go b/internal/controller/container/nodepool/zz_controller.go index 9d0e6df02..80858090a 100755 --- a/internal/controller/container/nodepool/zz_controller.go +++ b/internal/controller/container/nodepool/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package nodepool diff --git a/internal/controller/container/registry/zz_controller.go b/internal/controller/container/registry/zz_controller.go index 313418b62..418be527d 100755 --- a/internal/controller/container/registry/zz_controller.go +++ b/internal/controller/container/registry/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package registry diff --git a/internal/controller/containeranalysis/note/zz_controller.go b/internal/controller/containeranalysis/note/zz_controller.go index cc4528c87..2a47607c5 100755 --- a/internal/controller/containeranalysis/note/zz_controller.go +++ b/internal/controller/containeranalysis/note/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package note diff --git a/internal/controller/containeraws/cluster/zz_controller.go b/internal/controller/containeraws/cluster/zz_controller.go index f2549ceb4..c1a69bfcc 100755 --- a/internal/controller/containeraws/cluster/zz_controller.go +++ b/internal/controller/containeraws/cluster/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package cluster diff --git a/internal/controller/containeraws/nodepool/zz_controller.go b/internal/controller/containeraws/nodepool/zz_controller.go index 346a4f774..049be6925 100755 --- a/internal/controller/containeraws/nodepool/zz_controller.go +++ b/internal/controller/containeraws/nodepool/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package nodepool diff --git a/internal/controller/containerazure/client/zz_controller.go b/internal/controller/containerazure/client/zz_controller.go index 005a3f6e8..2204f3c9d 100755 --- a/internal/controller/containerazure/client/zz_controller.go +++ b/internal/controller/containerazure/client/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package client diff --git a/internal/controller/containerazure/cluster/zz_controller.go b/internal/controller/containerazure/cluster/zz_controller.go index a187a7790..d2450f625 100755 --- a/internal/controller/containerazure/cluster/zz_controller.go +++ b/internal/controller/containerazure/cluster/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package cluster diff --git a/internal/controller/containerazure/nodepool/zz_controller.go b/internal/controller/containerazure/nodepool/zz_controller.go index 9a85a9c99..3f9fd76a5 100755 --- a/internal/controller/containerazure/nodepool/zz_controller.go +++ b/internal/controller/containerazure/nodepool/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package nodepool diff --git a/internal/controller/datacatalog/entry/zz_controller.go b/internal/controller/datacatalog/entry/zz_controller.go index 4eb5d4932..553c1138c 100755 --- a/internal/controller/datacatalog/entry/zz_controller.go +++ b/internal/controller/datacatalog/entry/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package entry diff --git a/internal/controller/datacatalog/entrygroup/zz_controller.go b/internal/controller/datacatalog/entrygroup/zz_controller.go index b77e0205a..44dd843a5 100755 --- a/internal/controller/datacatalog/entrygroup/zz_controller.go +++ b/internal/controller/datacatalog/entrygroup/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package entrygroup diff --git a/internal/controller/datacatalog/tag/zz_controller.go b/internal/controller/datacatalog/tag/zz_controller.go index b685ba5c6..323dc017b 100755 --- a/internal/controller/datacatalog/tag/zz_controller.go +++ b/internal/controller/datacatalog/tag/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package tag diff --git a/internal/controller/datacatalog/tagtemplate/zz_controller.go b/internal/controller/datacatalog/tagtemplate/zz_controller.go index 3d90b5aeb..118d9eee9 100755 --- a/internal/controller/datacatalog/tagtemplate/zz_controller.go +++ b/internal/controller/datacatalog/tagtemplate/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package tagtemplate diff --git a/internal/controller/dataflow/job/zz_controller.go b/internal/controller/dataflow/job/zz_controller.go index 7d7d48ce5..0a7950080 100755 --- a/internal/controller/dataflow/job/zz_controller.go +++ b/internal/controller/dataflow/job/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package job diff --git a/internal/controller/datafusion/instance/zz_controller.go b/internal/controller/datafusion/instance/zz_controller.go index 3680fbfb1..0b937c688 100755 --- a/internal/controller/datafusion/instance/zz_controller.go +++ b/internal/controller/datafusion/instance/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instance diff --git a/internal/controller/datalossprevention/deidentifytemplate/zz_controller.go b/internal/controller/datalossprevention/deidentifytemplate/zz_controller.go index 89cafb077..5996f6eb7 100755 --- a/internal/controller/datalossprevention/deidentifytemplate/zz_controller.go +++ b/internal/controller/datalossprevention/deidentifytemplate/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package deidentifytemplate diff --git a/internal/controller/datalossprevention/inspecttemplate/zz_controller.go b/internal/controller/datalossprevention/inspecttemplate/zz_controller.go index 82fae94d6..45fa53721 100755 --- a/internal/controller/datalossprevention/inspecttemplate/zz_controller.go +++ b/internal/controller/datalossprevention/inspecttemplate/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package inspecttemplate diff --git a/internal/controller/datalossprevention/jobtrigger/zz_controller.go b/internal/controller/datalossprevention/jobtrigger/zz_controller.go index cf0a60b8c..4d87bb1f9 100755 --- a/internal/controller/datalossprevention/jobtrigger/zz_controller.go +++ b/internal/controller/datalossprevention/jobtrigger/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package jobtrigger diff --git a/internal/controller/datalossprevention/storedinfotype/zz_controller.go b/internal/controller/datalossprevention/storedinfotype/zz_controller.go index 295da5bf5..5197d74f2 100755 --- a/internal/controller/datalossprevention/storedinfotype/zz_controller.go +++ b/internal/controller/datalossprevention/storedinfotype/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package storedinfotype diff --git a/internal/controller/dataplex/asset/zz_controller.go b/internal/controller/dataplex/asset/zz_controller.go index a8a33e659..c4aeb25a4 100755 --- a/internal/controller/dataplex/asset/zz_controller.go +++ b/internal/controller/dataplex/asset/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package asset diff --git a/internal/controller/dataplex/lake/zz_controller.go b/internal/controller/dataplex/lake/zz_controller.go index 30fb32e00..a8e7a3817 100755 --- a/internal/controller/dataplex/lake/zz_controller.go +++ b/internal/controller/dataplex/lake/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package lake diff --git a/internal/controller/dataplex/zone/zz_controller.go b/internal/controller/dataplex/zone/zz_controller.go index 4e89d1664..11aca6686 100755 --- a/internal/controller/dataplex/zone/zz_controller.go +++ b/internal/controller/dataplex/zone/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package zone diff --git a/internal/controller/dataproc/autoscalingpolicy/zz_controller.go b/internal/controller/dataproc/autoscalingpolicy/zz_controller.go index 2adfc2e8e..14e24f199 100755 --- a/internal/controller/dataproc/autoscalingpolicy/zz_controller.go +++ b/internal/controller/dataproc/autoscalingpolicy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package autoscalingpolicy diff --git a/internal/controller/dataproc/cluster/zz_controller.go b/internal/controller/dataproc/cluster/zz_controller.go index abfcc5459..ea59e05c7 100755 --- a/internal/controller/dataproc/cluster/zz_controller.go +++ b/internal/controller/dataproc/cluster/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package cluster diff --git a/internal/controller/dataproc/job/zz_controller.go b/internal/controller/dataproc/job/zz_controller.go index 1b20063df..8884f35a8 100755 --- a/internal/controller/dataproc/job/zz_controller.go +++ b/internal/controller/dataproc/job/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package job diff --git a/internal/controller/dataproc/metastoreservice/zz_controller.go b/internal/controller/dataproc/metastoreservice/zz_controller.go index 050dc34f7..24888fb9c 100755 --- a/internal/controller/dataproc/metastoreservice/zz_controller.go +++ b/internal/controller/dataproc/metastoreservice/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package metastoreservice diff --git a/internal/controller/dataproc/workflowtemplate/zz_controller.go b/internal/controller/dataproc/workflowtemplate/zz_controller.go index ba40a97cb..274436efe 100755 --- a/internal/controller/dataproc/workflowtemplate/zz_controller.go +++ b/internal/controller/dataproc/workflowtemplate/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package workflowtemplate diff --git a/internal/controller/datastore/index/zz_controller.go b/internal/controller/datastore/index/zz_controller.go index 9b81ec54b..e1c4a9016 100755 --- a/internal/controller/datastore/index/zz_controller.go +++ b/internal/controller/datastore/index/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package index diff --git a/internal/controller/datastream/connectionprofile/zz_controller.go b/internal/controller/datastream/connectionprofile/zz_controller.go index 89d416c38..8939e665a 100755 --- a/internal/controller/datastream/connectionprofile/zz_controller.go +++ b/internal/controller/datastream/connectionprofile/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package connectionprofile diff --git a/internal/controller/datastream/privateconnection/zz_controller.go b/internal/controller/datastream/privateconnection/zz_controller.go index 01b7b8126..3886cb266 100755 --- a/internal/controller/datastream/privateconnection/zz_controller.go +++ b/internal/controller/datastream/privateconnection/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package privateconnection diff --git a/internal/controller/dialogflowcx/agent/zz_controller.go b/internal/controller/dialogflowcx/agent/zz_controller.go index db4450653..5e14cc041 100755 --- a/internal/controller/dialogflowcx/agent/zz_controller.go +++ b/internal/controller/dialogflowcx/agent/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package agent diff --git a/internal/controller/dialogflowcx/entitytype/zz_controller.go b/internal/controller/dialogflowcx/entitytype/zz_controller.go index 22e03a5d0..8fe4dd2b1 100755 --- a/internal/controller/dialogflowcx/entitytype/zz_controller.go +++ b/internal/controller/dialogflowcx/entitytype/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package entitytype diff --git a/internal/controller/dialogflowcx/environment/zz_controller.go b/internal/controller/dialogflowcx/environment/zz_controller.go index 1e1bf8fb4..97ccb8c8a 100755 --- a/internal/controller/dialogflowcx/environment/zz_controller.go +++ b/internal/controller/dialogflowcx/environment/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package environment diff --git a/internal/controller/dialogflowcx/flow/zz_controller.go b/internal/controller/dialogflowcx/flow/zz_controller.go index a8fb45063..46a238e0e 100755 --- a/internal/controller/dialogflowcx/flow/zz_controller.go +++ b/internal/controller/dialogflowcx/flow/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package flow diff --git a/internal/controller/dialogflowcx/intent/zz_controller.go b/internal/controller/dialogflowcx/intent/zz_controller.go index 7d83076fc..30b9b5ad8 100755 --- a/internal/controller/dialogflowcx/intent/zz_controller.go +++ b/internal/controller/dialogflowcx/intent/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package intent diff --git a/internal/controller/dialogflowcx/page/zz_controller.go b/internal/controller/dialogflowcx/page/zz_controller.go index 51b854930..7ec7febc0 100755 --- a/internal/controller/dialogflowcx/page/zz_controller.go +++ b/internal/controller/dialogflowcx/page/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package page diff --git a/internal/controller/dialogflowcx/version/zz_controller.go b/internal/controller/dialogflowcx/version/zz_controller.go index 2827b8181..fcba83cf3 100755 --- a/internal/controller/dialogflowcx/version/zz_controller.go +++ b/internal/controller/dialogflowcx/version/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package version diff --git a/internal/controller/dialogflowcx/webhook/zz_controller.go b/internal/controller/dialogflowcx/webhook/zz_controller.go index d48c1f72c..f5c3411e6 100755 --- a/internal/controller/dialogflowcx/webhook/zz_controller.go +++ b/internal/controller/dialogflowcx/webhook/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package webhook diff --git a/internal/controller/dns/managedzone/zz_controller.go b/internal/controller/dns/managedzone/zz_controller.go index d5d8c09e7..25a7f6639 100755 --- a/internal/controller/dns/managedzone/zz_controller.go +++ b/internal/controller/dns/managedzone/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package managedzone diff --git a/internal/controller/dns/managedzoneiammember/zz_controller.go b/internal/controller/dns/managedzoneiammember/zz_controller.go index cd6415aa5..b12d70af6 100755 --- a/internal/controller/dns/managedzoneiammember/zz_controller.go +++ b/internal/controller/dns/managedzoneiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package managedzoneiammember diff --git a/internal/controller/dns/policy/zz_controller.go b/internal/controller/dns/policy/zz_controller.go index 8ffcca2f8..d009e0b01 100755 --- a/internal/controller/dns/policy/zz_controller.go +++ b/internal/controller/dns/policy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package policy diff --git a/internal/controller/dns/recordset/zz_controller.go b/internal/controller/dns/recordset/zz_controller.go index e164bad0f..20e498c9f 100755 --- a/internal/controller/dns/recordset/zz_controller.go +++ b/internal/controller/dns/recordset/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package recordset diff --git a/internal/controller/doc.go b/internal/controller/doc.go index 497f989f8..795a9ef9f 100644 --- a/internal/controller/doc.go +++ b/internal/controller/doc.go @@ -1,17 +1,5 @@ -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package controller diff --git a/internal/controller/documentai/processor/zz_controller.go b/internal/controller/documentai/processor/zz_controller.go index 8e3a57ab1..095ce7fc4 100755 --- a/internal/controller/documentai/processor/zz_controller.go +++ b/internal/controller/documentai/processor/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package processor diff --git a/internal/controller/essentialcontacts/contact/zz_controller.go b/internal/controller/essentialcontacts/contact/zz_controller.go index d68b88e96..ae4e22911 100755 --- a/internal/controller/essentialcontacts/contact/zz_controller.go +++ b/internal/controller/essentialcontacts/contact/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package contact diff --git a/internal/controller/eventarc/channel/zz_controller.go b/internal/controller/eventarc/channel/zz_controller.go index d2201d788..df81ab655 100755 --- a/internal/controller/eventarc/channel/zz_controller.go +++ b/internal/controller/eventarc/channel/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package channel diff --git a/internal/controller/eventarc/googlechannelconfig/zz_controller.go b/internal/controller/eventarc/googlechannelconfig/zz_controller.go index 18cee33a7..52456ca1d 100755 --- a/internal/controller/eventarc/googlechannelconfig/zz_controller.go +++ b/internal/controller/eventarc/googlechannelconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package googlechannelconfig diff --git a/internal/controller/eventarc/trigger/zz_controller.go b/internal/controller/eventarc/trigger/zz_controller.go index d830551d4..8565e8d76 100755 --- a/internal/controller/eventarc/trigger/zz_controller.go +++ b/internal/controller/eventarc/trigger/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package trigger diff --git a/internal/controller/filestore/backup/zz_controller.go b/internal/controller/filestore/backup/zz_controller.go index 6c0c9c7fa..e5f776d66 100755 --- a/internal/controller/filestore/backup/zz_controller.go +++ b/internal/controller/filestore/backup/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package backup diff --git a/internal/controller/filestore/instance/zz_controller.go b/internal/controller/filestore/instance/zz_controller.go index b2a459241..7718dc35b 100755 --- a/internal/controller/filestore/instance/zz_controller.go +++ b/internal/controller/filestore/instance/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instance diff --git a/internal/controller/filestore/snapshot/zz_controller.go b/internal/controller/filestore/snapshot/zz_controller.go index 4c8553e5c..48816f3b2 100755 --- a/internal/controller/filestore/snapshot/zz_controller.go +++ b/internal/controller/filestore/snapshot/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package snapshot diff --git a/internal/controller/firebaserules/release/zz_controller.go b/internal/controller/firebaserules/release/zz_controller.go index be5454bc3..0eafb98d2 100755 --- a/internal/controller/firebaserules/release/zz_controller.go +++ b/internal/controller/firebaserules/release/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package release diff --git a/internal/controller/firebaserules/ruleset/zz_controller.go b/internal/controller/firebaserules/ruleset/zz_controller.go index 194a79155..d992c6b8b 100755 --- a/internal/controller/firebaserules/ruleset/zz_controller.go +++ b/internal/controller/firebaserules/ruleset/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package ruleset diff --git a/internal/controller/gke/backupbackupplan/zz_controller.go b/internal/controller/gke/backupbackupplan/zz_controller.go index d7f69cf6b..caf394d17 100755 --- a/internal/controller/gke/backupbackupplan/zz_controller.go +++ b/internal/controller/gke/backupbackupplan/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package backupbackupplan diff --git a/internal/controller/gkehub/membership/zz_controller.go b/internal/controller/gkehub/membership/zz_controller.go index 92de5baaf..774299fa9 100755 --- a/internal/controller/gkehub/membership/zz_controller.go +++ b/internal/controller/gkehub/membership/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package membership diff --git a/internal/controller/gkehub/membershipiammember/zz_controller.go b/internal/controller/gkehub/membershipiammember/zz_controller.go index 4ebee5bd3..33eee070a 100755 --- a/internal/controller/gkehub/membershipiammember/zz_controller.go +++ b/internal/controller/gkehub/membershipiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package membershipiammember diff --git a/internal/controller/healthcare/consentstore/zz_controller.go b/internal/controller/healthcare/consentstore/zz_controller.go index 6aa0b0f4d..2269def13 100755 --- a/internal/controller/healthcare/consentstore/zz_controller.go +++ b/internal/controller/healthcare/consentstore/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package consentstore diff --git a/internal/controller/healthcare/dataset/zz_controller.go b/internal/controller/healthcare/dataset/zz_controller.go index 431a3baa0..ff05e1c8d 100755 --- a/internal/controller/healthcare/dataset/zz_controller.go +++ b/internal/controller/healthcare/dataset/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package dataset diff --git a/internal/controller/healthcare/datasetiammember/zz_controller.go b/internal/controller/healthcare/datasetiammember/zz_controller.go index ff0aa5288..d906be735 100755 --- a/internal/controller/healthcare/datasetiammember/zz_controller.go +++ b/internal/controller/healthcare/datasetiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package datasetiammember diff --git a/internal/controller/iam/workloadidentitypool/zz_controller.go b/internal/controller/iam/workloadidentitypool/zz_controller.go index c01bffd10..b18f26922 100755 --- a/internal/controller/iam/workloadidentitypool/zz_controller.go +++ b/internal/controller/iam/workloadidentitypool/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package workloadidentitypool diff --git a/internal/controller/iam/workloadidentitypoolprovider/zz_controller.go b/internal/controller/iam/workloadidentitypoolprovider/zz_controller.go index dd7d4e105..9c097a0b9 100755 --- a/internal/controller/iam/workloadidentitypoolprovider/zz_controller.go +++ b/internal/controller/iam/workloadidentitypoolprovider/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package workloadidentitypoolprovider diff --git a/internal/controller/iap/appengineserviceiammember/zz_controller.go b/internal/controller/iap/appengineserviceiammember/zz_controller.go index f051809b9..c5656c013 100755 --- a/internal/controller/iap/appengineserviceiammember/zz_controller.go +++ b/internal/controller/iap/appengineserviceiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package appengineserviceiammember diff --git a/internal/controller/iap/appengineversioniammember/zz_controller.go b/internal/controller/iap/appengineversioniammember/zz_controller.go index 6ce25e553..758eafad5 100755 --- a/internal/controller/iap/appengineversioniammember/zz_controller.go +++ b/internal/controller/iap/appengineversioniammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package appengineversioniammember diff --git a/internal/controller/iap/tunneliammember/zz_controller.go b/internal/controller/iap/tunneliammember/zz_controller.go index 936ff1741..e890cefda 100755 --- a/internal/controller/iap/tunneliammember/zz_controller.go +++ b/internal/controller/iap/tunneliammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package tunneliammember diff --git a/internal/controller/iap/webbackendserviceiammember/zz_controller.go b/internal/controller/iap/webbackendserviceiammember/zz_controller.go index e8ca296b7..f984d7ba9 100755 --- a/internal/controller/iap/webbackendserviceiammember/zz_controller.go +++ b/internal/controller/iap/webbackendserviceiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package webbackendserviceiammember diff --git a/internal/controller/iap/webiammember/zz_controller.go b/internal/controller/iap/webiammember/zz_controller.go index b6c9f7619..b0e324f4c 100755 --- a/internal/controller/iap/webiammember/zz_controller.go +++ b/internal/controller/iap/webiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package webiammember diff --git a/internal/controller/iap/webtypeappengineiammember/zz_controller.go b/internal/controller/iap/webtypeappengineiammember/zz_controller.go index 7b8492bc7..b9a8c45f4 100755 --- a/internal/controller/iap/webtypeappengineiammember/zz_controller.go +++ b/internal/controller/iap/webtypeappengineiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package webtypeappengineiammember diff --git a/internal/controller/iap/webtypecomputeiammember/zz_controller.go b/internal/controller/iap/webtypecomputeiammember/zz_controller.go index 2b69f1847..1b165fe5f 100755 --- a/internal/controller/iap/webtypecomputeiammember/zz_controller.go +++ b/internal/controller/iap/webtypecomputeiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package webtypecomputeiammember diff --git a/internal/controller/identityplatform/defaultsupportedidpconfig/zz_controller.go b/internal/controller/identityplatform/defaultsupportedidpconfig/zz_controller.go index 402ccf340..34e8174e3 100755 --- a/internal/controller/identityplatform/defaultsupportedidpconfig/zz_controller.go +++ b/internal/controller/identityplatform/defaultsupportedidpconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package defaultsupportedidpconfig diff --git a/internal/controller/identityplatform/inboundsamlconfig/zz_controller.go b/internal/controller/identityplatform/inboundsamlconfig/zz_controller.go index 92d796a7b..7a80bb0ff 100755 --- a/internal/controller/identityplatform/inboundsamlconfig/zz_controller.go +++ b/internal/controller/identityplatform/inboundsamlconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package inboundsamlconfig diff --git a/internal/controller/identityplatform/oauthidpconfig/zz_controller.go b/internal/controller/identityplatform/oauthidpconfig/zz_controller.go index b4a1d2b22..05afbf1f8 100755 --- a/internal/controller/identityplatform/oauthidpconfig/zz_controller.go +++ b/internal/controller/identityplatform/oauthidpconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package oauthidpconfig diff --git a/internal/controller/identityplatform/projectdefaultconfig/zz_controller.go b/internal/controller/identityplatform/projectdefaultconfig/zz_controller.go index f7bfbb16c..8dbbcb23c 100755 --- a/internal/controller/identityplatform/projectdefaultconfig/zz_controller.go +++ b/internal/controller/identityplatform/projectdefaultconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package projectdefaultconfig diff --git a/internal/controller/identityplatform/tenant/zz_controller.go b/internal/controller/identityplatform/tenant/zz_controller.go index cd0c954bf..67ca99f9f 100755 --- a/internal/controller/identityplatform/tenant/zz_controller.go +++ b/internal/controller/identityplatform/tenant/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package tenant diff --git a/internal/controller/identityplatform/tenantdefaultsupportedidpconfig/zz_controller.go b/internal/controller/identityplatform/tenantdefaultsupportedidpconfig/zz_controller.go index fac4292f2..d14c39915 100755 --- a/internal/controller/identityplatform/tenantdefaultsupportedidpconfig/zz_controller.go +++ b/internal/controller/identityplatform/tenantdefaultsupportedidpconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package tenantdefaultsupportedidpconfig diff --git a/internal/controller/identityplatform/tenantinboundsamlconfig/zz_controller.go b/internal/controller/identityplatform/tenantinboundsamlconfig/zz_controller.go index 877e96a8c..441c3ffd5 100755 --- a/internal/controller/identityplatform/tenantinboundsamlconfig/zz_controller.go +++ b/internal/controller/identityplatform/tenantinboundsamlconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package tenantinboundsamlconfig diff --git a/internal/controller/identityplatform/tenantoauthidpconfig/zz_controller.go b/internal/controller/identityplatform/tenantoauthidpconfig/zz_controller.go index d29814a9d..a6790edd9 100755 --- a/internal/controller/identityplatform/tenantoauthidpconfig/zz_controller.go +++ b/internal/controller/identityplatform/tenantoauthidpconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package tenantoauthidpconfig diff --git a/internal/controller/kms/cryptokey/zz_controller.go b/internal/controller/kms/cryptokey/zz_controller.go index d813cd81e..372384647 100755 --- a/internal/controller/kms/cryptokey/zz_controller.go +++ b/internal/controller/kms/cryptokey/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package cryptokey diff --git a/internal/controller/kms/cryptokeyiammember/zz_controller.go b/internal/controller/kms/cryptokeyiammember/zz_controller.go index 6e4a9395c..6a0467275 100755 --- a/internal/controller/kms/cryptokeyiammember/zz_controller.go +++ b/internal/controller/kms/cryptokeyiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package cryptokeyiammember diff --git a/internal/controller/kms/cryptokeyversion/zz_controller.go b/internal/controller/kms/cryptokeyversion/zz_controller.go index 9551d2444..b7befefba 100755 --- a/internal/controller/kms/cryptokeyversion/zz_controller.go +++ b/internal/controller/kms/cryptokeyversion/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package cryptokeyversion diff --git a/internal/controller/kms/keyring/zz_controller.go b/internal/controller/kms/keyring/zz_controller.go index 92e09873e..f1e40293b 100755 --- a/internal/controller/kms/keyring/zz_controller.go +++ b/internal/controller/kms/keyring/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package keyring diff --git a/internal/controller/kms/keyringiammember/zz_controller.go b/internal/controller/kms/keyringiammember/zz_controller.go index af4f57c6f..1307c8833 100755 --- a/internal/controller/kms/keyringiammember/zz_controller.go +++ b/internal/controller/kms/keyringiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package keyringiammember diff --git a/internal/controller/kms/keyringimportjob/zz_controller.go b/internal/controller/kms/keyringimportjob/zz_controller.go index 587e93938..33ad7aaa3 100755 --- a/internal/controller/kms/keyringimportjob/zz_controller.go +++ b/internal/controller/kms/keyringimportjob/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package keyringimportjob diff --git a/internal/controller/kms/secretciphertext/zz_controller.go b/internal/controller/kms/secretciphertext/zz_controller.go index 0da530e1f..91db27759 100755 --- a/internal/controller/kms/secretciphertext/zz_controller.go +++ b/internal/controller/kms/secretciphertext/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package secretciphertext diff --git a/internal/controller/logging/folderbucketconfig/zz_controller.go b/internal/controller/logging/folderbucketconfig/zz_controller.go index d970fa450..192ba9bdf 100755 --- a/internal/controller/logging/folderbucketconfig/zz_controller.go +++ b/internal/controller/logging/folderbucketconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package folderbucketconfig diff --git a/internal/controller/logging/folderexclusion/zz_controller.go b/internal/controller/logging/folderexclusion/zz_controller.go index bf4fe50de..1349748c2 100755 --- a/internal/controller/logging/folderexclusion/zz_controller.go +++ b/internal/controller/logging/folderexclusion/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package folderexclusion diff --git a/internal/controller/logging/foldersink/zz_controller.go b/internal/controller/logging/foldersink/zz_controller.go index faa94e28c..4eb3d7122 100755 --- a/internal/controller/logging/foldersink/zz_controller.go +++ b/internal/controller/logging/foldersink/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package foldersink diff --git a/internal/controller/logging/logview/zz_controller.go b/internal/controller/logging/logview/zz_controller.go index 5bf91f7b1..cd8e81f99 100755 --- a/internal/controller/logging/logview/zz_controller.go +++ b/internal/controller/logging/logview/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package logview diff --git a/internal/controller/logging/metric/zz_controller.go b/internal/controller/logging/metric/zz_controller.go index 96161a842..84d735b1c 100755 --- a/internal/controller/logging/metric/zz_controller.go +++ b/internal/controller/logging/metric/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package metric diff --git a/internal/controller/logging/projectbucketconfig/zz_controller.go b/internal/controller/logging/projectbucketconfig/zz_controller.go index 3a75283ba..b4f8022d6 100755 --- a/internal/controller/logging/projectbucketconfig/zz_controller.go +++ b/internal/controller/logging/projectbucketconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package projectbucketconfig diff --git a/internal/controller/logging/projectexclusion/zz_controller.go b/internal/controller/logging/projectexclusion/zz_controller.go index f2484ddf1..27f71e14e 100755 --- a/internal/controller/logging/projectexclusion/zz_controller.go +++ b/internal/controller/logging/projectexclusion/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package projectexclusion diff --git a/internal/controller/logging/projectsink/zz_controller.go b/internal/controller/logging/projectsink/zz_controller.go index ee1d3b337..54f651135 100755 --- a/internal/controller/logging/projectsink/zz_controller.go +++ b/internal/controller/logging/projectsink/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package projectsink diff --git a/internal/controller/memcache/instance/zz_controller.go b/internal/controller/memcache/instance/zz_controller.go index b89a642c5..42810814b 100755 --- a/internal/controller/memcache/instance/zz_controller.go +++ b/internal/controller/memcache/instance/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instance diff --git a/internal/controller/mlengine/model/zz_controller.go b/internal/controller/mlengine/model/zz_controller.go index 685034933..be3dc83c4 100755 --- a/internal/controller/mlengine/model/zz_controller.go +++ b/internal/controller/mlengine/model/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package model diff --git a/internal/controller/monitoring/alertpolicy/zz_controller.go b/internal/controller/monitoring/alertpolicy/zz_controller.go index 8f0e2ef21..f5eee9db6 100755 --- a/internal/controller/monitoring/alertpolicy/zz_controller.go +++ b/internal/controller/monitoring/alertpolicy/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package alertpolicy diff --git a/internal/controller/monitoring/customservice/zz_controller.go b/internal/controller/monitoring/customservice/zz_controller.go index fa8fb555a..9b5f15736 100755 --- a/internal/controller/monitoring/customservice/zz_controller.go +++ b/internal/controller/monitoring/customservice/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package customservice diff --git a/internal/controller/monitoring/dashboard/zz_controller.go b/internal/controller/monitoring/dashboard/zz_controller.go index caea5da3f..59ec37eae 100755 --- a/internal/controller/monitoring/dashboard/zz_controller.go +++ b/internal/controller/monitoring/dashboard/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package dashboard diff --git a/internal/controller/monitoring/group/zz_controller.go b/internal/controller/monitoring/group/zz_controller.go index c086efa74..e5c91d2be 100755 --- a/internal/controller/monitoring/group/zz_controller.go +++ b/internal/controller/monitoring/group/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package group diff --git a/internal/controller/monitoring/metricdescriptor/zz_controller.go b/internal/controller/monitoring/metricdescriptor/zz_controller.go index ccdabbbac..4a7ff8e28 100755 --- a/internal/controller/monitoring/metricdescriptor/zz_controller.go +++ b/internal/controller/monitoring/metricdescriptor/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package metricdescriptor diff --git a/internal/controller/monitoring/notificationchannel/zz_controller.go b/internal/controller/monitoring/notificationchannel/zz_controller.go index 57f3cdd86..8445b93b5 100755 --- a/internal/controller/monitoring/notificationchannel/zz_controller.go +++ b/internal/controller/monitoring/notificationchannel/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package notificationchannel diff --git a/internal/controller/monitoring/service/zz_controller.go b/internal/controller/monitoring/service/zz_controller.go index 028a99cdc..5274ca596 100755 --- a/internal/controller/monitoring/service/zz_controller.go +++ b/internal/controller/monitoring/service/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package service diff --git a/internal/controller/monitoring/slo/zz_controller.go b/internal/controller/monitoring/slo/zz_controller.go index 131670f65..00d499f0c 100755 --- a/internal/controller/monitoring/slo/zz_controller.go +++ b/internal/controller/monitoring/slo/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package slo diff --git a/internal/controller/monitoring/uptimecheckconfig/zz_controller.go b/internal/controller/monitoring/uptimecheckconfig/zz_controller.go index 0b6375a50..a629e1f52 100755 --- a/internal/controller/monitoring/uptimecheckconfig/zz_controller.go +++ b/internal/controller/monitoring/uptimecheckconfig/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package uptimecheckconfig diff --git a/internal/controller/networkconnectivity/hub/zz_controller.go b/internal/controller/networkconnectivity/hub/zz_controller.go index 6027c3d2a..087518b11 100755 --- a/internal/controller/networkconnectivity/hub/zz_controller.go +++ b/internal/controller/networkconnectivity/hub/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package hub diff --git a/internal/controller/networkconnectivity/spoke/zz_controller.go b/internal/controller/networkconnectivity/spoke/zz_controller.go index 0ccfa39b8..6d5d0132f 100755 --- a/internal/controller/networkconnectivity/spoke/zz_controller.go +++ b/internal/controller/networkconnectivity/spoke/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package spoke diff --git a/internal/controller/networkmanagement/connectivitytest/zz_controller.go b/internal/controller/networkmanagement/connectivitytest/zz_controller.go index 519a6e6dd..76ef76c91 100755 --- a/internal/controller/networkmanagement/connectivitytest/zz_controller.go +++ b/internal/controller/networkmanagement/connectivitytest/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package connectivitytest diff --git a/internal/controller/notebooks/environment/zz_controller.go b/internal/controller/notebooks/environment/zz_controller.go index da3675cfb..50d707d6a 100755 --- a/internal/controller/notebooks/environment/zz_controller.go +++ b/internal/controller/notebooks/environment/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package environment diff --git a/internal/controller/notebooks/instance/zz_controller.go b/internal/controller/notebooks/instance/zz_controller.go index 44a2bf394..eab74cd40 100755 --- a/internal/controller/notebooks/instance/zz_controller.go +++ b/internal/controller/notebooks/instance/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instance diff --git a/internal/controller/notebooks/instanceiammember/zz_controller.go b/internal/controller/notebooks/instanceiammember/zz_controller.go index 3d20db02b..d9776091b 100755 --- a/internal/controller/notebooks/instanceiammember/zz_controller.go +++ b/internal/controller/notebooks/instanceiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instanceiammember diff --git a/internal/controller/notebooks/runtime/zz_controller.go b/internal/controller/notebooks/runtime/zz_controller.go index cbb4a7564..9cff0b3d8 100755 --- a/internal/controller/notebooks/runtime/zz_controller.go +++ b/internal/controller/notebooks/runtime/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package runtime diff --git a/internal/controller/notebooks/runtimeiammember/zz_controller.go b/internal/controller/notebooks/runtimeiammember/zz_controller.go index b3a0bb5e2..84a556261 100755 --- a/internal/controller/notebooks/runtimeiammember/zz_controller.go +++ b/internal/controller/notebooks/runtimeiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package runtimeiammember diff --git a/internal/controller/osconfig/ospolicyassignment/zz_controller.go b/internal/controller/osconfig/ospolicyassignment/zz_controller.go index 3c75aec01..6f3388ea3 100755 --- a/internal/controller/osconfig/ospolicyassignment/zz_controller.go +++ b/internal/controller/osconfig/ospolicyassignment/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package ospolicyassignment diff --git a/internal/controller/osconfig/patchdeployment/zz_controller.go b/internal/controller/osconfig/patchdeployment/zz_controller.go index 9a88c9f29..195f09536 100755 --- a/internal/controller/osconfig/patchdeployment/zz_controller.go +++ b/internal/controller/osconfig/patchdeployment/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package patchdeployment diff --git a/internal/controller/oslogin/sshpublickey/zz_controller.go b/internal/controller/oslogin/sshpublickey/zz_controller.go index 67525ec78..db29fe453 100755 --- a/internal/controller/oslogin/sshpublickey/zz_controller.go +++ b/internal/controller/oslogin/sshpublickey/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package sshpublickey diff --git a/internal/controller/privateca/capool/zz_controller.go b/internal/controller/privateca/capool/zz_controller.go index 89d15a113..f21435466 100755 --- a/internal/controller/privateca/capool/zz_controller.go +++ b/internal/controller/privateca/capool/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package capool diff --git a/internal/controller/privateca/capooliammember/zz_controller.go b/internal/controller/privateca/capooliammember/zz_controller.go index 170cd961a..0a44f26c0 100755 --- a/internal/controller/privateca/capooliammember/zz_controller.go +++ b/internal/controller/privateca/capooliammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package capooliammember diff --git a/internal/controller/privateca/certificate/zz_controller.go b/internal/controller/privateca/certificate/zz_controller.go index 4be9ab558..33f27f7ff 100755 --- a/internal/controller/privateca/certificate/zz_controller.go +++ b/internal/controller/privateca/certificate/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package certificate diff --git a/internal/controller/privateca/certificateauthority/zz_controller.go b/internal/controller/privateca/certificateauthority/zz_controller.go index c8ba682a1..c91536618 100755 --- a/internal/controller/privateca/certificateauthority/zz_controller.go +++ b/internal/controller/privateca/certificateauthority/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package certificateauthority diff --git a/internal/controller/privateca/certificatetemplate/zz_controller.go b/internal/controller/privateca/certificatetemplate/zz_controller.go index 8ec930857..eef6859ca 100755 --- a/internal/controller/privateca/certificatetemplate/zz_controller.go +++ b/internal/controller/privateca/certificatetemplate/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package certificatetemplate diff --git a/internal/controller/privateca/certificatetemplateiammember/zz_controller.go b/internal/controller/privateca/certificatetemplateiammember/zz_controller.go index 14021840f..6c29ceaf1 100755 --- a/internal/controller/privateca/certificatetemplateiammember/zz_controller.go +++ b/internal/controller/privateca/certificatetemplateiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package certificatetemplateiammember diff --git a/internal/controller/providerconfig/config.go b/internal/controller/providerconfig/config.go index 1a0581b84..3736eda2a 100644 --- a/internal/controller/providerconfig/config.go +++ b/internal/controller/providerconfig/config.go @@ -1,15 +1,6 @@ -/* -Copyright 2021 The Crossplane Authors. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package providerconfig diff --git a/internal/controller/pubsub/litereservation/zz_controller.go b/internal/controller/pubsub/litereservation/zz_controller.go index 801bdde00..55becc7d9 100755 --- a/internal/controller/pubsub/litereservation/zz_controller.go +++ b/internal/controller/pubsub/litereservation/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package litereservation diff --git a/internal/controller/pubsub/litesubscription/zz_controller.go b/internal/controller/pubsub/litesubscription/zz_controller.go index 28b7b89cf..8d8b93681 100755 --- a/internal/controller/pubsub/litesubscription/zz_controller.go +++ b/internal/controller/pubsub/litesubscription/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package litesubscription diff --git a/internal/controller/pubsub/litetopic/zz_controller.go b/internal/controller/pubsub/litetopic/zz_controller.go index 921ec1ef8..e89d36912 100755 --- a/internal/controller/pubsub/litetopic/zz_controller.go +++ b/internal/controller/pubsub/litetopic/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package litetopic diff --git a/internal/controller/pubsub/schema/zz_controller.go b/internal/controller/pubsub/schema/zz_controller.go index 35e3a4ef7..1106dd1c1 100755 --- a/internal/controller/pubsub/schema/zz_controller.go +++ b/internal/controller/pubsub/schema/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package schema diff --git a/internal/controller/pubsub/subscription/zz_controller.go b/internal/controller/pubsub/subscription/zz_controller.go index 08d116dbd..9459db876 100755 --- a/internal/controller/pubsub/subscription/zz_controller.go +++ b/internal/controller/pubsub/subscription/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package subscription diff --git a/internal/controller/pubsub/subscriptioniammember/zz_controller.go b/internal/controller/pubsub/subscriptioniammember/zz_controller.go index 5d8415806..e558c69ed 100755 --- a/internal/controller/pubsub/subscriptioniammember/zz_controller.go +++ b/internal/controller/pubsub/subscriptioniammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package subscriptioniammember diff --git a/internal/controller/pubsub/topic/zz_controller.go b/internal/controller/pubsub/topic/zz_controller.go index 3f741fb7e..e86af0a93 100755 --- a/internal/controller/pubsub/topic/zz_controller.go +++ b/internal/controller/pubsub/topic/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package topic diff --git a/internal/controller/pubsub/topiciammember/zz_controller.go b/internal/controller/pubsub/topiciammember/zz_controller.go index af8d230a9..b99463754 100755 --- a/internal/controller/pubsub/topiciammember/zz_controller.go +++ b/internal/controller/pubsub/topiciammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package topiciammember diff --git a/internal/controller/redis/instance/zz_controller.go b/internal/controller/redis/instance/zz_controller.go index 52f17ad9b..7c06dd187 100755 --- a/internal/controller/redis/instance/zz_controller.go +++ b/internal/controller/redis/instance/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instance diff --git a/internal/controller/secretmanager/secret/zz_controller.go b/internal/controller/secretmanager/secret/zz_controller.go index b79d8ce5f..70633a723 100755 --- a/internal/controller/secretmanager/secret/zz_controller.go +++ b/internal/controller/secretmanager/secret/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package secret diff --git a/internal/controller/secretmanager/secretiammember/zz_controller.go b/internal/controller/secretmanager/secretiammember/zz_controller.go index 8f06c1164..6612551eb 100755 --- a/internal/controller/secretmanager/secretiammember/zz_controller.go +++ b/internal/controller/secretmanager/secretiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package secretiammember diff --git a/internal/controller/secretmanager/secretversion/zz_controller.go b/internal/controller/secretmanager/secretversion/zz_controller.go index 6089be058..ba9b89fb1 100755 --- a/internal/controller/secretmanager/secretversion/zz_controller.go +++ b/internal/controller/secretmanager/secretversion/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package secretversion diff --git a/internal/controller/servicenetworking/connection/zz_controller.go b/internal/controller/servicenetworking/connection/zz_controller.go index e3469e909..907c8be1d 100755 --- a/internal/controller/servicenetworking/connection/zz_controller.go +++ b/internal/controller/servicenetworking/connection/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package connection diff --git a/internal/controller/sourcerepo/repository/zz_controller.go b/internal/controller/sourcerepo/repository/zz_controller.go index 6ca6b6e4b..8c421b717 100755 --- a/internal/controller/sourcerepo/repository/zz_controller.go +++ b/internal/controller/sourcerepo/repository/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package repository diff --git a/internal/controller/sourcerepo/repositoryiammember/zz_controller.go b/internal/controller/sourcerepo/repositoryiammember/zz_controller.go index 3ec2d1ee5..5371c0a18 100755 --- a/internal/controller/sourcerepo/repositoryiammember/zz_controller.go +++ b/internal/controller/sourcerepo/repositoryiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package repositoryiammember diff --git a/internal/controller/spanner/database/zz_controller.go b/internal/controller/spanner/database/zz_controller.go index dd4369c59..0dc865fcd 100755 --- a/internal/controller/spanner/database/zz_controller.go +++ b/internal/controller/spanner/database/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package database diff --git a/internal/controller/spanner/databaseiammember/zz_controller.go b/internal/controller/spanner/databaseiammember/zz_controller.go index 36a305bb2..8f4fe4657 100755 --- a/internal/controller/spanner/databaseiammember/zz_controller.go +++ b/internal/controller/spanner/databaseiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package databaseiammember diff --git a/internal/controller/spanner/instance/zz_controller.go b/internal/controller/spanner/instance/zz_controller.go index 031dc18a1..2c7f25b32 100755 --- a/internal/controller/spanner/instance/zz_controller.go +++ b/internal/controller/spanner/instance/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instance diff --git a/internal/controller/spanner/instanceiammember/zz_controller.go b/internal/controller/spanner/instanceiammember/zz_controller.go index 8a384ac37..446d8989b 100755 --- a/internal/controller/spanner/instanceiammember/zz_controller.go +++ b/internal/controller/spanner/instanceiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package instanceiammember diff --git a/internal/controller/sql/database/zz_controller.go b/internal/controller/sql/database/zz_controller.go index f4d904da2..4570f7f10 100755 --- a/internal/controller/sql/database/zz_controller.go +++ b/internal/controller/sql/database/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package database diff --git a/internal/controller/sql/databaseinstance/zz_controller.go b/internal/controller/sql/databaseinstance/zz_controller.go index e97728ffe..015903dbf 100755 --- a/internal/controller/sql/databaseinstance/zz_controller.go +++ b/internal/controller/sql/databaseinstance/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package databaseinstance diff --git a/internal/controller/sql/sourcerepresentationinstance/zz_controller.go b/internal/controller/sql/sourcerepresentationinstance/zz_controller.go index de71dcffc..1f21df461 100755 --- a/internal/controller/sql/sourcerepresentationinstance/zz_controller.go +++ b/internal/controller/sql/sourcerepresentationinstance/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package sourcerepresentationinstance diff --git a/internal/controller/sql/sslcert/zz_controller.go b/internal/controller/sql/sslcert/zz_controller.go index 597efa88d..3349d8705 100755 --- a/internal/controller/sql/sslcert/zz_controller.go +++ b/internal/controller/sql/sslcert/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package sslcert diff --git a/internal/controller/sql/user/zz_controller.go b/internal/controller/sql/user/zz_controller.go index 796880a6d..6cdf2b54d 100755 --- a/internal/controller/sql/user/zz_controller.go +++ b/internal/controller/sql/user/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package user diff --git a/internal/controller/storage/bucket/zz_controller.go b/internal/controller/storage/bucket/zz_controller.go index 97642c312..421fafdad 100755 --- a/internal/controller/storage/bucket/zz_controller.go +++ b/internal/controller/storage/bucket/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package bucket diff --git a/internal/controller/storage/bucketaccesscontrol/zz_controller.go b/internal/controller/storage/bucketaccesscontrol/zz_controller.go index 9c95a5d1b..1b092b428 100755 --- a/internal/controller/storage/bucketaccesscontrol/zz_controller.go +++ b/internal/controller/storage/bucketaccesscontrol/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package bucketaccesscontrol diff --git a/internal/controller/storage/bucketacl/zz_controller.go b/internal/controller/storage/bucketacl/zz_controller.go index 052bdd263..2e174025e 100755 --- a/internal/controller/storage/bucketacl/zz_controller.go +++ b/internal/controller/storage/bucketacl/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package bucketacl diff --git a/internal/controller/storage/bucketiammember/zz_controller.go b/internal/controller/storage/bucketiammember/zz_controller.go index d80ac9d8f..cbeb3cf8a 100755 --- a/internal/controller/storage/bucketiammember/zz_controller.go +++ b/internal/controller/storage/bucketiammember/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package bucketiammember diff --git a/internal/controller/storage/bucketobject/zz_controller.go b/internal/controller/storage/bucketobject/zz_controller.go index 5fc365984..97e1fd264 100755 --- a/internal/controller/storage/bucketobject/zz_controller.go +++ b/internal/controller/storage/bucketobject/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package bucketobject diff --git a/internal/controller/storage/defaultobjectaccesscontrol/zz_controller.go b/internal/controller/storage/defaultobjectaccesscontrol/zz_controller.go index e3d2f2dfa..36e2e7eaa 100755 --- a/internal/controller/storage/defaultobjectaccesscontrol/zz_controller.go +++ b/internal/controller/storage/defaultobjectaccesscontrol/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package defaultobjectaccesscontrol diff --git a/internal/controller/storage/defaultobjectacl/zz_controller.go b/internal/controller/storage/defaultobjectacl/zz_controller.go index a74847f4d..dd31a4d0c 100755 --- a/internal/controller/storage/defaultobjectacl/zz_controller.go +++ b/internal/controller/storage/defaultobjectacl/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package defaultobjectacl diff --git a/internal/controller/storage/notification/zz_controller.go b/internal/controller/storage/notification/zz_controller.go index e5f29675d..b62f37dcb 100755 --- a/internal/controller/storage/notification/zz_controller.go +++ b/internal/controller/storage/notification/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package notification diff --git a/internal/controller/storage/objectaccesscontrol/zz_controller.go b/internal/controller/storage/objectaccesscontrol/zz_controller.go index 62a42ef56..e821a8685 100755 --- a/internal/controller/storage/objectaccesscontrol/zz_controller.go +++ b/internal/controller/storage/objectaccesscontrol/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package objectaccesscontrol diff --git a/internal/controller/storage/objectacl/zz_controller.go b/internal/controller/storage/objectacl/zz_controller.go index 9b8b01ee2..d5204200e 100755 --- a/internal/controller/storage/objectacl/zz_controller.go +++ b/internal/controller/storage/objectacl/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package objectacl diff --git a/internal/controller/storagetransfer/agentpool/zz_controller.go b/internal/controller/storagetransfer/agentpool/zz_controller.go index 4f6071469..f2a93aed3 100755 --- a/internal/controller/storagetransfer/agentpool/zz_controller.go +++ b/internal/controller/storagetransfer/agentpool/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package agentpool diff --git a/internal/controller/tpu/node/zz_controller.go b/internal/controller/tpu/node/zz_controller.go index 5817d4e3b..f71498d2e 100755 --- a/internal/controller/tpu/node/zz_controller.go +++ b/internal/controller/tpu/node/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package node diff --git a/internal/controller/vertexai/dataset/zz_controller.go b/internal/controller/vertexai/dataset/zz_controller.go index 0291f4a3f..78fde2ca5 100755 --- a/internal/controller/vertexai/dataset/zz_controller.go +++ b/internal/controller/vertexai/dataset/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package dataset diff --git a/internal/controller/vertexai/featurestore/zz_controller.go b/internal/controller/vertexai/featurestore/zz_controller.go index c2114de44..ba3e84778 100755 --- a/internal/controller/vertexai/featurestore/zz_controller.go +++ b/internal/controller/vertexai/featurestore/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package featurestore diff --git a/internal/controller/vertexai/featurestoreentitytype/zz_controller.go b/internal/controller/vertexai/featurestoreentitytype/zz_controller.go index ac7f0b579..a9633d095 100755 --- a/internal/controller/vertexai/featurestoreentitytype/zz_controller.go +++ b/internal/controller/vertexai/featurestoreentitytype/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package featurestoreentitytype diff --git a/internal/controller/vertexai/tensorboard/zz_controller.go b/internal/controller/vertexai/tensorboard/zz_controller.go index 38c1873ba..74fd6d91f 100755 --- a/internal/controller/vertexai/tensorboard/zz_controller.go +++ b/internal/controller/vertexai/tensorboard/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package tensorboard diff --git a/internal/controller/vpcaccess/connector/zz_controller.go b/internal/controller/vpcaccess/connector/zz_controller.go index dea7079d4..01e01fc2b 100755 --- a/internal/controller/vpcaccess/connector/zz_controller.go +++ b/internal/controller/vpcaccess/connector/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package connector diff --git a/internal/controller/workflows/workflow/zz_controller.go b/internal/controller/workflows/workflow/zz_controller.go index 6a17ba092..3b964a2f5 100755 --- a/internal/controller/workflows/workflow/zz_controller.go +++ b/internal/controller/workflows/workflow/zz_controller.go @@ -1,23 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2021 The Crossplane Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - // Code generated by upjet. DO NOT EDIT. package workflow diff --git a/internal/controller/zz_accesscontextmanager_setup.go b/internal/controller/zz_accesscontextmanager_setup.go index 5f2f73978..5830d9a32 100755 --- a/internal/controller/zz_accesscontextmanager_setup.go +++ b/internal/controller/zz_accesscontextmanager_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_activedirectory_setup.go b/internal/controller/zz_activedirectory_setup.go index 9ce123677..991f0d698 100755 --- a/internal/controller/zz_activedirectory_setup.go +++ b/internal/controller/zz_activedirectory_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_alloydb_setup.go b/internal/controller/zz_alloydb_setup.go index 8e83780b4..ee64eb0b4 100755 --- a/internal/controller/zz_alloydb_setup.go +++ b/internal/controller/zz_alloydb_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_apigee_setup.go b/internal/controller/zz_apigee_setup.go index c45c98ba1..983e582c6 100755 --- a/internal/controller/zz_apigee_setup.go +++ b/internal/controller/zz_apigee_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_appengine_setup.go b/internal/controller/zz_appengine_setup.go index 9c2c0ee2f..ece07a53d 100755 --- a/internal/controller/zz_appengine_setup.go +++ b/internal/controller/zz_appengine_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_artifact_setup.go b/internal/controller/zz_artifact_setup.go index bece211f7..1b4eb7a45 100755 --- a/internal/controller/zz_artifact_setup.go +++ b/internal/controller/zz_artifact_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_beyondcorp_setup.go b/internal/controller/zz_beyondcorp_setup.go index 00e5b4fac..0d0fa681b 100755 --- a/internal/controller/zz_beyondcorp_setup.go +++ b/internal/controller/zz_beyondcorp_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_bigquery_setup.go b/internal/controller/zz_bigquery_setup.go index 02e476142..d257c3b8d 100755 --- a/internal/controller/zz_bigquery_setup.go +++ b/internal/controller/zz_bigquery_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_bigtable_setup.go b/internal/controller/zz_bigtable_setup.go index ba0e7b5bd..1b654001d 100755 --- a/internal/controller/zz_bigtable_setup.go +++ b/internal/controller/zz_bigtable_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_binaryauthorization_setup.go b/internal/controller/zz_binaryauthorization_setup.go index 7896783f5..fd9074c4f 100755 --- a/internal/controller/zz_binaryauthorization_setup.go +++ b/internal/controller/zz_binaryauthorization_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_certificatemanager_setup.go b/internal/controller/zz_certificatemanager_setup.go index 9928caeeb..4e3ec7406 100755 --- a/internal/controller/zz_certificatemanager_setup.go +++ b/internal/controller/zz_certificatemanager_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_cloud_setup.go b/internal/controller/zz_cloud_setup.go index dcbbdd141..d67ada151 100755 --- a/internal/controller/zz_cloud_setup.go +++ b/internal/controller/zz_cloud_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_cloudbuild_setup.go b/internal/controller/zz_cloudbuild_setup.go index 5e0f0f371..3ed00cedb 100755 --- a/internal/controller/zz_cloudbuild_setup.go +++ b/internal/controller/zz_cloudbuild_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_cloudfunctions2_setup.go b/internal/controller/zz_cloudfunctions2_setup.go index e388cb3cf..811baaec9 100755 --- a/internal/controller/zz_cloudfunctions2_setup.go +++ b/internal/controller/zz_cloudfunctions2_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_cloudfunctions_setup.go b/internal/controller/zz_cloudfunctions_setup.go index 9db8976d5..b4ecb7573 100755 --- a/internal/controller/zz_cloudfunctions_setup.go +++ b/internal/controller/zz_cloudfunctions_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_cloudplatform_setup.go b/internal/controller/zz_cloudplatform_setup.go index 926640687..871f93545 100755 --- a/internal/controller/zz_cloudplatform_setup.go +++ b/internal/controller/zz_cloudplatform_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_cloudrun_setup.go b/internal/controller/zz_cloudrun_setup.go index 9f5dd4426..ad21dc737 100755 --- a/internal/controller/zz_cloudrun_setup.go +++ b/internal/controller/zz_cloudrun_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_cloudscheduler_setup.go b/internal/controller/zz_cloudscheduler_setup.go index 103db049f..59f40319d 100755 --- a/internal/controller/zz_cloudscheduler_setup.go +++ b/internal/controller/zz_cloudscheduler_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_cloudtasks_setup.go b/internal/controller/zz_cloudtasks_setup.go index b7e70a391..4b3926258 100755 --- a/internal/controller/zz_cloudtasks_setup.go +++ b/internal/controller/zz_cloudtasks_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_composer_setup.go b/internal/controller/zz_composer_setup.go index 40dd39b64..b4c544b6a 100755 --- a/internal/controller/zz_composer_setup.go +++ b/internal/controller/zz_composer_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_compute_setup.go b/internal/controller/zz_compute_setup.go index 2dfa60e38..23e8ba138 100755 --- a/internal/controller/zz_compute_setup.go +++ b/internal/controller/zz_compute_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_config_setup.go b/internal/controller/zz_config_setup.go index ff9c8b0e2..da93df133 100755 --- a/internal/controller/zz_config_setup.go +++ b/internal/controller/zz_config_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_container_setup.go b/internal/controller/zz_container_setup.go index ec7a06510..f8543c346 100755 --- a/internal/controller/zz_container_setup.go +++ b/internal/controller/zz_container_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_containeranalysis_setup.go b/internal/controller/zz_containeranalysis_setup.go index b3ae285d6..5ca856079 100755 --- a/internal/controller/zz_containeranalysis_setup.go +++ b/internal/controller/zz_containeranalysis_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_containeraws_setup.go b/internal/controller/zz_containeraws_setup.go index e3c0a356f..9df112efa 100755 --- a/internal/controller/zz_containeraws_setup.go +++ b/internal/controller/zz_containeraws_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_containerazure_setup.go b/internal/controller/zz_containerazure_setup.go index 2f264f060..6ca6c6829 100755 --- a/internal/controller/zz_containerazure_setup.go +++ b/internal/controller/zz_containerazure_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_datacatalog_setup.go b/internal/controller/zz_datacatalog_setup.go index c6da2774b..093238de6 100755 --- a/internal/controller/zz_datacatalog_setup.go +++ b/internal/controller/zz_datacatalog_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_dataflow_setup.go b/internal/controller/zz_dataflow_setup.go index 6028b597a..701a9eac0 100755 --- a/internal/controller/zz_dataflow_setup.go +++ b/internal/controller/zz_dataflow_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_datafusion_setup.go b/internal/controller/zz_datafusion_setup.go index 218509248..e0defae87 100755 --- a/internal/controller/zz_datafusion_setup.go +++ b/internal/controller/zz_datafusion_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_datalossprevention_setup.go b/internal/controller/zz_datalossprevention_setup.go index c525b2a8d..b49b27e8e 100755 --- a/internal/controller/zz_datalossprevention_setup.go +++ b/internal/controller/zz_datalossprevention_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_dataplex_setup.go b/internal/controller/zz_dataplex_setup.go index b4a339806..8c0915864 100755 --- a/internal/controller/zz_dataplex_setup.go +++ b/internal/controller/zz_dataplex_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_dataproc_setup.go b/internal/controller/zz_dataproc_setup.go index ce27b2f94..eec4a2b88 100755 --- a/internal/controller/zz_dataproc_setup.go +++ b/internal/controller/zz_dataproc_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_datastore_setup.go b/internal/controller/zz_datastore_setup.go index 954aa2399..d5905ff11 100755 --- a/internal/controller/zz_datastore_setup.go +++ b/internal/controller/zz_datastore_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_datastream_setup.go b/internal/controller/zz_datastream_setup.go index bd9f3ff2f..537461088 100755 --- a/internal/controller/zz_datastream_setup.go +++ b/internal/controller/zz_datastream_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_dialogflowcx_setup.go b/internal/controller/zz_dialogflowcx_setup.go index f01401131..5bd876a37 100755 --- a/internal/controller/zz_dialogflowcx_setup.go +++ b/internal/controller/zz_dialogflowcx_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_dns_setup.go b/internal/controller/zz_dns_setup.go index 2e8b3c2b2..0ce0287e4 100755 --- a/internal/controller/zz_dns_setup.go +++ b/internal/controller/zz_dns_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_documentai_setup.go b/internal/controller/zz_documentai_setup.go index a4fbe556a..e090d1245 100755 --- a/internal/controller/zz_documentai_setup.go +++ b/internal/controller/zz_documentai_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_essentialcontacts_setup.go b/internal/controller/zz_essentialcontacts_setup.go index 4d52f0a97..7075eeadd 100755 --- a/internal/controller/zz_essentialcontacts_setup.go +++ b/internal/controller/zz_essentialcontacts_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_eventarc_setup.go b/internal/controller/zz_eventarc_setup.go index 67b5b215a..29b8a5db2 100755 --- a/internal/controller/zz_eventarc_setup.go +++ b/internal/controller/zz_eventarc_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_filestore_setup.go b/internal/controller/zz_filestore_setup.go index 6c83b83bf..c14dc8884 100755 --- a/internal/controller/zz_filestore_setup.go +++ b/internal/controller/zz_filestore_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_firebaserules_setup.go b/internal/controller/zz_firebaserules_setup.go index b54f728b3..80a36534f 100755 --- a/internal/controller/zz_firebaserules_setup.go +++ b/internal/controller/zz_firebaserules_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_gke_setup.go b/internal/controller/zz_gke_setup.go index a90c8c215..c9ad0200d 100755 --- a/internal/controller/zz_gke_setup.go +++ b/internal/controller/zz_gke_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_gkehub_setup.go b/internal/controller/zz_gkehub_setup.go index cf7d99499..aed1b984a 100755 --- a/internal/controller/zz_gkehub_setup.go +++ b/internal/controller/zz_gkehub_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_healthcare_setup.go b/internal/controller/zz_healthcare_setup.go index 1e0ef5705..a786e5822 100755 --- a/internal/controller/zz_healthcare_setup.go +++ b/internal/controller/zz_healthcare_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_iam_setup.go b/internal/controller/zz_iam_setup.go index 7836f9cf0..12ba1285b 100755 --- a/internal/controller/zz_iam_setup.go +++ b/internal/controller/zz_iam_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_iap_setup.go b/internal/controller/zz_iap_setup.go index 38f12e441..d4284c568 100755 --- a/internal/controller/zz_iap_setup.go +++ b/internal/controller/zz_iap_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_identityplatform_setup.go b/internal/controller/zz_identityplatform_setup.go index 9e3c83638..8d3d0b7e9 100755 --- a/internal/controller/zz_identityplatform_setup.go +++ b/internal/controller/zz_identityplatform_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_kms_setup.go b/internal/controller/zz_kms_setup.go index 61321b204..dc74f5f05 100755 --- a/internal/controller/zz_kms_setup.go +++ b/internal/controller/zz_kms_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_logging_setup.go b/internal/controller/zz_logging_setup.go index a2f333303..e85e90c03 100755 --- a/internal/controller/zz_logging_setup.go +++ b/internal/controller/zz_logging_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_memcache_setup.go b/internal/controller/zz_memcache_setup.go index 500f84702..19864e992 100755 --- a/internal/controller/zz_memcache_setup.go +++ b/internal/controller/zz_memcache_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_mlengine_setup.go b/internal/controller/zz_mlengine_setup.go index 7651ec3e2..6851a5116 100755 --- a/internal/controller/zz_mlengine_setup.go +++ b/internal/controller/zz_mlengine_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_monitoring_setup.go b/internal/controller/zz_monitoring_setup.go index d306b6b10..b6b38acc6 100755 --- a/internal/controller/zz_monitoring_setup.go +++ b/internal/controller/zz_monitoring_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_monolith_setup.go b/internal/controller/zz_monolith_setup.go index 966c6dab5..330a3b2ea 100755 --- a/internal/controller/zz_monolith_setup.go +++ b/internal/controller/zz_monolith_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_networkconnectivity_setup.go b/internal/controller/zz_networkconnectivity_setup.go index 4b2b53cc0..a5a92c13e 100755 --- a/internal/controller/zz_networkconnectivity_setup.go +++ b/internal/controller/zz_networkconnectivity_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_networkmanagement_setup.go b/internal/controller/zz_networkmanagement_setup.go index b24223f0c..c0b831f36 100755 --- a/internal/controller/zz_networkmanagement_setup.go +++ b/internal/controller/zz_networkmanagement_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_notebooks_setup.go b/internal/controller/zz_notebooks_setup.go index 2126d6058..5bdea936d 100755 --- a/internal/controller/zz_notebooks_setup.go +++ b/internal/controller/zz_notebooks_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_osconfig_setup.go b/internal/controller/zz_osconfig_setup.go index 9ae7d02f8..2495b73a1 100755 --- a/internal/controller/zz_osconfig_setup.go +++ b/internal/controller/zz_osconfig_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_oslogin_setup.go b/internal/controller/zz_oslogin_setup.go index 9f796cf51..cfc663b4b 100755 --- a/internal/controller/zz_oslogin_setup.go +++ b/internal/controller/zz_oslogin_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_privateca_setup.go b/internal/controller/zz_privateca_setup.go index d89cb1d4f..8a00632ee 100755 --- a/internal/controller/zz_privateca_setup.go +++ b/internal/controller/zz_privateca_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_pubsub_setup.go b/internal/controller/zz_pubsub_setup.go index 7fc4ea88e..185840da9 100755 --- a/internal/controller/zz_pubsub_setup.go +++ b/internal/controller/zz_pubsub_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_redis_setup.go b/internal/controller/zz_redis_setup.go index f180d9a92..f98762679 100755 --- a/internal/controller/zz_redis_setup.go +++ b/internal/controller/zz_redis_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_secretmanager_setup.go b/internal/controller/zz_secretmanager_setup.go index baffb76f0..b0d5b22c0 100755 --- a/internal/controller/zz_secretmanager_setup.go +++ b/internal/controller/zz_secretmanager_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_servicenetworking_setup.go b/internal/controller/zz_servicenetworking_setup.go index c381f1cbc..b44c8d95e 100755 --- a/internal/controller/zz_servicenetworking_setup.go +++ b/internal/controller/zz_servicenetworking_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_sourcerepo_setup.go b/internal/controller/zz_sourcerepo_setup.go index 206e25749..f1c7a5780 100755 --- a/internal/controller/zz_sourcerepo_setup.go +++ b/internal/controller/zz_sourcerepo_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_spanner_setup.go b/internal/controller/zz_spanner_setup.go index 073b4f959..6da7ee14e 100755 --- a/internal/controller/zz_spanner_setup.go +++ b/internal/controller/zz_spanner_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_sql_setup.go b/internal/controller/zz_sql_setup.go index d8ea2c40d..14ff3fd8c 100755 --- a/internal/controller/zz_sql_setup.go +++ b/internal/controller/zz_sql_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_storage_setup.go b/internal/controller/zz_storage_setup.go index 0dd5e0698..ab16049c9 100755 --- a/internal/controller/zz_storage_setup.go +++ b/internal/controller/zz_storage_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_storagetransfer_setup.go b/internal/controller/zz_storagetransfer_setup.go index 5cd5f8814..a36245a7e 100755 --- a/internal/controller/zz_storagetransfer_setup.go +++ b/internal/controller/zz_storagetransfer_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_tpu_setup.go b/internal/controller/zz_tpu_setup.go index 85a875e88..a6ceb2edd 100755 --- a/internal/controller/zz_tpu_setup.go +++ b/internal/controller/zz_tpu_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_vertexai_setup.go b/internal/controller/zz_vertexai_setup.go index d092624bd..fe190d2df 100755 --- a/internal/controller/zz_vertexai_setup.go +++ b/internal/controller/zz_vertexai_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_vpcaccess_setup.go b/internal/controller/zz_vpcaccess_setup.go index 6bfd36242..207a035a9 100755 --- a/internal/controller/zz_vpcaccess_setup.go +++ b/internal/controller/zz_vpcaccess_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/controller/zz_workflows_setup.go b/internal/controller/zz_workflows_setup.go index 3ee56baf0..4139f6adb 100755 --- a/internal/controller/zz_workflows_setup.go +++ b/internal/controller/zz_workflows_setup.go @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors -// -// SPDX-License-Identifier: Apache-2.0 - package controller import ( diff --git a/internal/features/features.go b/internal/features/features.go index 3f88a74a2..b851b4d62 100644 --- a/internal/features/features.go +++ b/internal/features/features.go @@ -1,15 +1,6 @@ -/* - Copyright 2022 The Crossplane Authors. - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package features diff --git a/package/auth.yaml b/package/auth.yaml index b5676e72d..deda03b60 100644 --- a/package/auth.yaml +++ b/package/auth.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + version: '2023-01-30' discriminant: spec.credentials.source sources: diff --git a/package/crossplane.yaml.tmpl.license b/package/crossplane.yaml.tmpl.license new file mode 100644 index 000000000..2072b739f --- /dev/null +++ b/package/crossplane.yaml.tmpl.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 The Crossplane Authors + +SPDX-License-Identifier: CC0-1.0 \ No newline at end of file diff --git a/package/kustomize/kustomization.yaml b/package/kustomize/kustomization.yaml index a6336b620..48398bc5c 100644 --- a/package/kustomize/kustomization.yaml +++ b/package/kustomize/kustomization.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/package/kustomize/plugin/providers.upbound.io/splittransformer/SplitTransformer b/package/kustomize/plugin/providers.upbound.io/splittransformer/SplitTransformer index 5ea7d69d6..ca27dcf37 100755 --- a/package/kustomize/plugin/providers.upbound.io/splittransformer/SplitTransformer +++ b/package/kustomize/plugin/providers.upbound.io/splittransformer/SplitTransformer @@ -2,6 +2,10 @@ set -aeuo pipefail +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + # skip the config directory argument shift output_dir="$1" diff --git a/package/kustomize/splitter.yaml b/package/kustomize/splitter.yaml index 92cb1330c..c4a3ba85c 100644 --- a/package/kustomize/splitter.yaml +++ b/package/kustomize/splitter.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: providers.upbound.io kind: SplitTransformer metadata: diff --git a/package/kustomize/webhook.yaml b/package/kustomize/webhook.yaml index f811dff1e..5add0c728 100644 --- a/package/kustomize/webhook.yaml +++ b/package/kustomize/webhook.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + # The following patch enables a conversion webhook for the CRD apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/scripts/check-examples.py b/scripts/check-examples.py index fb74ebd21..9ae1e75ba 100755 --- a/scripts/check-examples.py +++ b/scripts/check-examples.py @@ -1,5 +1,9 @@ #!/usr/bin/env python3 +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + import yaml import os import sys diff --git a/scripts/version_diff.py b/scripts/version_diff.py index b37383094..68853cc60 100755 --- a/scripts/version_diff.py +++ b/scripts/version_diff.py @@ -1,5 +1,9 @@ #!/usr/bin/env python3 +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: Apache-2.0 + import json import sys