diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 029cd7ca..b803a586 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 AzureAD 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 00000000..abc17349 --- /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 1d5b830a..cb9adbfa 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 Azuread Provider more useful -labels: enhancement,needs:triage +labels: enhancement title: "A new auth option" --- ### 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 00000000..abc17349 --- /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 f7ade82d..a51beaf1 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 ea95b29f..9b5e1cf4 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 5564ecee..e93ad641 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.yaml b/.github/workflows/e2e.yaml index dac314b5..b7393f6c 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -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 acadad95..1705e89d 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 0d0cc5a4..104889e5 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/scan.yml b/.github/workflows/scan.yml index cdbee7ff..7f884c71 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 086c6f4d..c33c56f9 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 f91d9a1b..89c43a14 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/.gitignore b/.gitignore index 1e750ee5..f5444510 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + /.cache /.work /_output diff --git a/.gitmodules b/.gitmodules index c2fad470..9e2c6cbd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + [submodule "build"] path = build url = https://github.com/upbound/build diff --git a/CODEOWNERS b/CODEOWNERS index ce912922..c87b8c79 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 @@ -8,8 +13,8 @@ # and merge PRs. All PRs must be approved by at least one maintainer before being merged. # # Where possible, prefer explicitly specifying a maintainer who is a subject -# matter expert for a particular part of the codebase rather than using the -# @upbound/team-extensions group. +# matter expert for a particular part of the codebase rather than using fallback +# owners. Fallback owners are listed at the bottom of this file. # # See also OWNERS.md for governance details diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 18edcaab..b21591d2 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,9 @@ -## Code of Conduct + + +# 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 5695f4d9..ca635233 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/LICENSES/Apache-2.0.txt b/LICENSES/Apache-2.0.txt new file mode 100644 index 00000000..137069b8 --- /dev/null +++ b/LICENSES/Apache-2.0.txt @@ -0,0 +1,73 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/LICENSES/CC-BY-4.0.txt b/LICENSES/CC-BY-4.0.txt new file mode 100644 index 00000000..c0041c89 --- /dev/null +++ b/LICENSES/CC-BY-4.0.txt @@ -0,0 +1,156 @@ +Creative Commons Attribution 4.0 International + +Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. + +Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors. + +Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public. + +Creative Commons Attribution 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. + +Section 1 – Definitions. + + a. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. + + c. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + + d. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. + + e. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. + + f. Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. + + g. Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. + + h. Licensor means the individual(s) or entity(ies) granting rights under this Public License. + + i. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. + + j. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. + + k. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. + +Section 2 – Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: + + A. reproduce and Share the Licensed Material, in whole or in part; and + + B. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. + + 3. Term. The term of this Public License is specified in Section 6(a). + + 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. + + 5. Downstream recipients. + + A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. + + B. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. + + 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + +b. Other rights. + + 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this Public License. + + 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. + +Section 3 – License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified form), You must: + + A. retain the following if it is supplied by the Licensor with the Licensed Material: + + i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of warranties; + + v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + + B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and + + C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. + + 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License. + +Section 4 – Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; + + b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and + + c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. +For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. + +Section 5 – Disclaimer of Warranties and Limitation of Liability. + + a. Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You. + + b. To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You. + + c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. + +Section 6 – Term and Termination. + + a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or + + 2. upon express reinstatement by the Licensor. + + c. For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. + + d. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. + + e. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + +Section 7 – Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. + +Section 8 – Interpretation. + + a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. + + c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. + + d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. + +Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. + +Creative Commons may be contacted at creativecommons.org. diff --git a/LICENSES/CC0-1.0.txt b/LICENSES/CC0-1.0.txt new file mode 100644 index 00000000..0e259d42 --- /dev/null +++ b/LICENSES/CC0-1.0.txt @@ -0,0 +1,121 @@ +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. diff --git a/Makefile b/Makefile index f415640b..af5ce27f 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 892a2b78..23b977bd 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 599b40e4..62f64967 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 ce9c5fee..33a86632 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ + + # Official AzureAD Provider
-![CI](https://github.com/upbound/provider-azuread/workflows/CI/badge.svg) [![GitHub release](https://img.shields.io/github/release/upbound/provider-azuread/all.svg?style=flat-square)](https://github.com/upbound/provider-azuread/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/upbound/provider-azuread)](https://goreportcard.com/report/github.com/upbound/provider-azuread) [![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-azuread/workflows/CI/badge.svg) +[![GitHub release](https://img.shields.io/github/release/crossplane-contrib/provider-upjet-azuread/all.svg)](https://github.com/crossplane-contrib/provider-upjet-azuread/releases) +[![Go Report Card](https://goreportcard.com/badge/github.com/crossplane-contrib/provider-upjet-azuread)](https://goreportcard.com/report/github.com/crossplane-contrib/provider-upjet-azuread) +[![Contributors](https://img.shields.io/github/contributors/crossplane-contrib/provider-upjet-azuread)](https://github.com/crossplane-contrib/provider-upjet-azuread/graphs/contributors) +[![Slack](https://img.shields.io/badge/Slack-4A154B?logo=slack)](https://crossplane.slack.com) +[![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/crossplane_io)](https://twitter.com/crossplane_io)
@@ -30,15 +41,11 @@ 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-azuread/issues). +open an [issue](https://github.com/crossplane-contrib/provider-upjet-azuread/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) +[Crossplane Slack](https://slack.crossplane.io) ## Licensing diff --git a/apis/administrativeunits/v1beta1/zz_generated.conversion_hubs.go b/apis/administrativeunits/v1beta1/zz_generated.conversion_hubs.go index 857fcc1b..723b6482 100755 --- a/apis/administrativeunits/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/administrativeunits/v1beta1/zz_generated.conversion_hubs.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/administrativeunits/v1beta1/zz_generated.deepcopy.go b/apis/administrativeunits/v1beta1/zz_generated.deepcopy.go index e50166ce..15e42ed6 100644 --- a/apis/administrativeunits/v1beta1/zz_generated.deepcopy.go +++ b/apis/administrativeunits/v1beta1/zz_generated.deepcopy.go @@ -1,8 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/administrativeunits/v1beta1/zz_generated.managed.go b/apis/administrativeunits/v1beta1/zz_generated.managed.go index 15ef9d8a..134d9bd2 100644 --- a/apis/administrativeunits/v1beta1/zz_generated.managed.go +++ b/apis/administrativeunits/v1beta1/zz_generated.managed.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/administrativeunits/v1beta1/zz_generated.managedlist.go b/apis/administrativeunits/v1beta1/zz_generated.managedlist.go index b0aff443..48e9a357 100644 --- a/apis/administrativeunits/v1beta1/zz_generated.managedlist.go +++ b/apis/administrativeunits/v1beta1/zz_generated.managedlist.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/administrativeunits/v1beta1/zz_generated.resolvers.go b/apis/administrativeunits/v1beta1/zz_generated.resolvers.go index f2917227..ada3e1b0 100644 --- a/apis/administrativeunits/v1beta1/zz_generated.resolvers.go +++ b/apis/administrativeunits/v1beta1/zz_generated.resolvers.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/administrativeunits/v1beta1/zz_groupversion_info.go b/apis/administrativeunits/v1beta1/zz_groupversion_info.go index 07a5f8a9..6d4a0ca5 100755 --- a/apis/administrativeunits/v1beta1/zz_groupversion_info.go +++ b/apis/administrativeunits/v1beta1/zz_groupversion_info.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/administrativeunits/v1beta1/zz_member_terraformed.go b/apis/administrativeunits/v1beta1/zz_member_terraformed.go index 4d2f9336..2bd233cd 100755 --- a/apis/administrativeunits/v1beta1/zz_member_terraformed.go +++ b/apis/administrativeunits/v1beta1/zz_member_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/administrativeunits/v1beta1/zz_member_types.go b/apis/administrativeunits/v1beta1/zz_member_types.go index 0f111487..cccbac70 100755 --- a/apis/administrativeunits/v1beta1/zz_member_types.go +++ b/apis/administrativeunits/v1beta1/zz_member_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/administrativeunits/v1beta1/zz_unit_terraformed.go b/apis/administrativeunits/v1beta1/zz_unit_terraformed.go index fcda4e12..0686508a 100755 --- a/apis/administrativeunits/v1beta1/zz_unit_terraformed.go +++ b/apis/administrativeunits/v1beta1/zz_unit_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/administrativeunits/v1beta1/zz_unit_types.go b/apis/administrativeunits/v1beta1/zz_unit_types.go index 2a96fb55..406475e5 100755 --- a/apis/administrativeunits/v1beta1/zz_unit_types.go +++ b/apis/administrativeunits/v1beta1/zz_unit_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/app/v1beta1/zz_generated.conversion_hubs.go b/apis/app/v1beta1/zz_generated.conversion_hubs.go index 33238fac..e218e25f 100755 --- a/apis/app/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/app/v1beta1/zz_generated.conversion_hubs.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/app/v1beta1/zz_generated.deepcopy.go b/apis/app/v1beta1/zz_generated.deepcopy.go index 29e49d3f..ddd56f4b 100644 --- a/apis/app/v1beta1/zz_generated.deepcopy.go +++ b/apis/app/v1beta1/zz_generated.deepcopy.go @@ -1,8 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/app/v1beta1/zz_generated.managed.go b/apis/app/v1beta1/zz_generated.managed.go index 145737a9..47f8c7bd 100644 --- a/apis/app/v1beta1/zz_generated.managed.go +++ b/apis/app/v1beta1/zz_generated.managed.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/app/v1beta1/zz_generated.managedlist.go b/apis/app/v1beta1/zz_generated.managedlist.go index aa55b5fb..8cc23674 100644 --- a/apis/app/v1beta1/zz_generated.managedlist.go +++ b/apis/app/v1beta1/zz_generated.managedlist.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/app/v1beta1/zz_generated.resolvers.go b/apis/app/v1beta1/zz_generated.resolvers.go index 6e11325d..dd91b9df 100644 --- a/apis/app/v1beta1/zz_generated.resolvers.go +++ b/apis/app/v1beta1/zz_generated.resolvers.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/app/v1beta1/zz_groupversion_info.go b/apis/app/v1beta1/zz_groupversion_info.go index efe2a0df..cb3ccf75 100755 --- a/apis/app/v1beta1/zz_groupversion_info.go +++ b/apis/app/v1beta1/zz_groupversion_info.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/app/v1beta1/zz_roleassignment_terraformed.go b/apis/app/v1beta1/zz_roleassignment_terraformed.go index f3a9c9ac..14e4f8dc 100755 --- a/apis/app/v1beta1/zz_roleassignment_terraformed.go +++ b/apis/app/v1beta1/zz_roleassignment_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/app/v1beta1/zz_roleassignment_types.go b/apis/app/v1beta1/zz_roleassignment_types.go index 609be8d1..eba13b79 100755 --- a/apis/app/v1beta1/zz_roleassignment_types.go +++ b/apis/app/v1beta1/zz_roleassignment_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/applications/v1beta1/zz_application_terraformed.go b/apis/applications/v1beta1/zz_application_terraformed.go index e0301f84..fa00db57 100755 --- a/apis/applications/v1beta1/zz_application_terraformed.go +++ b/apis/applications/v1beta1/zz_application_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/applications/v1beta1/zz_application_types.go b/apis/applications/v1beta1/zz_application_types.go index fc5590ea..c1c88e79 100755 --- a/apis/applications/v1beta1/zz_application_types.go +++ b/apis/applications/v1beta1/zz_application_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/applications/v1beta1/zz_certificate_terraformed.go b/apis/applications/v1beta1/zz_certificate_terraformed.go index 6fddfef9..25176208 100755 --- a/apis/applications/v1beta1/zz_certificate_terraformed.go +++ b/apis/applications/v1beta1/zz_certificate_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/applications/v1beta1/zz_certificate_types.go b/apis/applications/v1beta1/zz_certificate_types.go index 51b8e693..ba9e3b54 100755 --- a/apis/applications/v1beta1/zz_certificate_types.go +++ b/apis/applications/v1beta1/zz_certificate_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/applications/v1beta1/zz_federatedidentitycredential_terraformed.go b/apis/applications/v1beta1/zz_federatedidentitycredential_terraformed.go index 651a3ba3..77a59c4e 100755 --- a/apis/applications/v1beta1/zz_federatedidentitycredential_terraformed.go +++ b/apis/applications/v1beta1/zz_federatedidentitycredential_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/applications/v1beta1/zz_federatedidentitycredential_types.go b/apis/applications/v1beta1/zz_federatedidentitycredential_types.go index 2350c02e..5ebcc172 100755 --- a/apis/applications/v1beta1/zz_federatedidentitycredential_types.go +++ b/apis/applications/v1beta1/zz_federatedidentitycredential_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/applications/v1beta1/zz_generated.conversion_hubs.go b/apis/applications/v1beta1/zz_generated.conversion_hubs.go index aeafa7c9..65e9b8d9 100755 --- a/apis/applications/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/applications/v1beta1/zz_generated.conversion_hubs.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/applications/v1beta1/zz_generated.deepcopy.go b/apis/applications/v1beta1/zz_generated.deepcopy.go index 1b454569..74865010 100644 --- a/apis/applications/v1beta1/zz_generated.deepcopy.go +++ b/apis/applications/v1beta1/zz_generated.deepcopy.go @@ -1,8 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/applications/v1beta1/zz_generated.managed.go b/apis/applications/v1beta1/zz_generated.managed.go index ce151f70..4646374b 100644 --- a/apis/applications/v1beta1/zz_generated.managed.go +++ b/apis/applications/v1beta1/zz_generated.managed.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/applications/v1beta1/zz_generated.managedlist.go b/apis/applications/v1beta1/zz_generated.managedlist.go index 3a413b35..81dfa2dc 100644 --- a/apis/applications/v1beta1/zz_generated.managedlist.go +++ b/apis/applications/v1beta1/zz_generated.managedlist.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/applications/v1beta1/zz_generated.resolvers.go b/apis/applications/v1beta1/zz_generated.resolvers.go index 9a60b99c..701d608e 100644 --- a/apis/applications/v1beta1/zz_generated.resolvers.go +++ b/apis/applications/v1beta1/zz_generated.resolvers.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/applications/v1beta1/zz_groupversion_info.go b/apis/applications/v1beta1/zz_groupversion_info.go index 5049adde..e0d5513b 100755 --- a/apis/applications/v1beta1/zz_groupversion_info.go +++ b/apis/applications/v1beta1/zz_groupversion_info.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/applications/v1beta1/zz_password_terraformed.go b/apis/applications/v1beta1/zz_password_terraformed.go index 83ecc346..3fa78ebc 100755 --- a/apis/applications/v1beta1/zz_password_terraformed.go +++ b/apis/applications/v1beta1/zz_password_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/applications/v1beta1/zz_password_types.go b/apis/applications/v1beta1/zz_password_types.go index c92add23..9a006057 100755 --- a/apis/applications/v1beta1/zz_password_types.go +++ b/apis/applications/v1beta1/zz_password_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/applications/v1beta1/zz_preauthorized_terraformed.go b/apis/applications/v1beta1/zz_preauthorized_terraformed.go index 70c8b602..f3f27cb8 100755 --- a/apis/applications/v1beta1/zz_preauthorized_terraformed.go +++ b/apis/applications/v1beta1/zz_preauthorized_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/applications/v1beta1/zz_preauthorized_types.go b/apis/applications/v1beta1/zz_preauthorized_types.go index a618d646..f925e9d6 100755 --- a/apis/applications/v1beta1/zz_preauthorized_types.go +++ b/apis/applications/v1beta1/zz_preauthorized_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/conditionalaccess/v1beta1/zz_accesspolicy_terraformed.go b/apis/conditionalaccess/v1beta1/zz_accesspolicy_terraformed.go index 558533b2..eb04c009 100755 --- a/apis/conditionalaccess/v1beta1/zz_accesspolicy_terraformed.go +++ b/apis/conditionalaccess/v1beta1/zz_accesspolicy_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/conditionalaccess/v1beta1/zz_accesspolicy_types.go b/apis/conditionalaccess/v1beta1/zz_accesspolicy_types.go index 2cc342b8..bd0d7b91 100755 --- a/apis/conditionalaccess/v1beta1/zz_accesspolicy_types.go +++ b/apis/conditionalaccess/v1beta1/zz_accesspolicy_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/conditionalaccess/v1beta1/zz_generated.conversion_hubs.go b/apis/conditionalaccess/v1beta1/zz_generated.conversion_hubs.go index be78aa58..c4525769 100755 --- a/apis/conditionalaccess/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/conditionalaccess/v1beta1/zz_generated.conversion_hubs.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/conditionalaccess/v1beta1/zz_generated.deepcopy.go b/apis/conditionalaccess/v1beta1/zz_generated.deepcopy.go index d403ec0c..bfcf5c8e 100644 --- a/apis/conditionalaccess/v1beta1/zz_generated.deepcopy.go +++ b/apis/conditionalaccess/v1beta1/zz_generated.deepcopy.go @@ -1,8 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/conditionalaccess/v1beta1/zz_generated.managed.go b/apis/conditionalaccess/v1beta1/zz_generated.managed.go index e268e094..c1eff310 100644 --- a/apis/conditionalaccess/v1beta1/zz_generated.managed.go +++ b/apis/conditionalaccess/v1beta1/zz_generated.managed.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/conditionalaccess/v1beta1/zz_generated.managedlist.go b/apis/conditionalaccess/v1beta1/zz_generated.managedlist.go index 8cd261bc..7e4ab929 100644 --- a/apis/conditionalaccess/v1beta1/zz_generated.managedlist.go +++ b/apis/conditionalaccess/v1beta1/zz_generated.managedlist.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/conditionalaccess/v1beta1/zz_groupversion_info.go b/apis/conditionalaccess/v1beta1/zz_groupversion_info.go index cf369352..2ccedf1a 100755 --- a/apis/conditionalaccess/v1beta1/zz_groupversion_info.go +++ b/apis/conditionalaccess/v1beta1/zz_groupversion_info.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/conditionalaccess/v1beta1/zz_location_terraformed.go b/apis/conditionalaccess/v1beta1/zz_location_terraformed.go index 632d9854..90865eb5 100755 --- a/apis/conditionalaccess/v1beta1/zz_location_terraformed.go +++ b/apis/conditionalaccess/v1beta1/zz_location_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/conditionalaccess/v1beta1/zz_location_types.go b/apis/conditionalaccess/v1beta1/zz_location_types.go index 47c71de4..2babd066 100755 --- a/apis/conditionalaccess/v1beta1/zz_location_types.go +++ b/apis/conditionalaccess/v1beta1/zz_location_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/directoryroles/v1beta1/zz_customdirectoryrole_terraformed.go b/apis/directoryroles/v1beta1/zz_customdirectoryrole_terraformed.go index ba41ebcf..6c0693d5 100755 --- a/apis/directoryroles/v1beta1/zz_customdirectoryrole_terraformed.go +++ b/apis/directoryroles/v1beta1/zz_customdirectoryrole_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/directoryroles/v1beta1/zz_customdirectoryrole_types.go b/apis/directoryroles/v1beta1/zz_customdirectoryrole_types.go index 2788faab..89a85ab6 100755 --- a/apis/directoryroles/v1beta1/zz_customdirectoryrole_types.go +++ b/apis/directoryroles/v1beta1/zz_customdirectoryrole_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/directoryroles/v1beta1/zz_generated.conversion_hubs.go b/apis/directoryroles/v1beta1/zz_generated.conversion_hubs.go index 0a81e2aa..d9638d27 100755 --- a/apis/directoryroles/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/directoryroles/v1beta1/zz_generated.conversion_hubs.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/directoryroles/v1beta1/zz_generated.deepcopy.go b/apis/directoryroles/v1beta1/zz_generated.deepcopy.go index 2ffb08b4..8d9be212 100644 --- a/apis/directoryroles/v1beta1/zz_generated.deepcopy.go +++ b/apis/directoryroles/v1beta1/zz_generated.deepcopy.go @@ -1,8 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/directoryroles/v1beta1/zz_generated.managed.go b/apis/directoryroles/v1beta1/zz_generated.managed.go index d60fa0b0..6bfdcc25 100644 --- a/apis/directoryroles/v1beta1/zz_generated.managed.go +++ b/apis/directoryroles/v1beta1/zz_generated.managed.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/directoryroles/v1beta1/zz_generated.managedlist.go b/apis/directoryroles/v1beta1/zz_generated.managedlist.go index 1190b595..2a045701 100644 --- a/apis/directoryroles/v1beta1/zz_generated.managedlist.go +++ b/apis/directoryroles/v1beta1/zz_generated.managedlist.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/directoryroles/v1beta1/zz_generated.resolvers.go b/apis/directoryroles/v1beta1/zz_generated.resolvers.go index 0e624cce..aed8f714 100644 --- a/apis/directoryroles/v1beta1/zz_generated.resolvers.go +++ b/apis/directoryroles/v1beta1/zz_generated.resolvers.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/directoryroles/v1beta1/zz_groupversion_info.go b/apis/directoryroles/v1beta1/zz_groupversion_info.go index 2b825e95..9a4efa31 100755 --- a/apis/directoryroles/v1beta1/zz_groupversion_info.go +++ b/apis/directoryroles/v1beta1/zz_groupversion_info.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/directoryroles/v1beta1/zz_role_terraformed.go b/apis/directoryroles/v1beta1/zz_role_terraformed.go index 5ff61d50..94351975 100755 --- a/apis/directoryroles/v1beta1/zz_role_terraformed.go +++ b/apis/directoryroles/v1beta1/zz_role_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/directoryroles/v1beta1/zz_role_types.go b/apis/directoryroles/v1beta1/zz_role_types.go index 7213c524..730c8702 100755 --- a/apis/directoryroles/v1beta1/zz_role_types.go +++ b/apis/directoryroles/v1beta1/zz_role_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/directoryroles/v1beta1/zz_roleassignment_terraformed.go b/apis/directoryroles/v1beta1/zz_roleassignment_terraformed.go index 8c534727..66fe9347 100755 --- a/apis/directoryroles/v1beta1/zz_roleassignment_terraformed.go +++ b/apis/directoryroles/v1beta1/zz_roleassignment_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/directoryroles/v1beta1/zz_roleassignment_types.go b/apis/directoryroles/v1beta1/zz_roleassignment_types.go index 4677903e..2ba7452d 100755 --- a/apis/directoryroles/v1beta1/zz_roleassignment_types.go +++ b/apis/directoryroles/v1beta1/zz_roleassignment_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/generate.go b/apis/generate.go index 19974747..fb72b6dd 100644 --- a/apis/generate.go +++ b/apis/generate.go @@ -1,9 +1,9 @@ //go:build generate // +build generate -/* -Copyright 2021 Upbound Inc. -*/ +// 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/groups/v1beta1/zz_generated.conversion_hubs.go b/apis/groups/v1beta1/zz_generated.conversion_hubs.go index 5d5b5085..1ca79a07 100755 --- a/apis/groups/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/groups/v1beta1/zz_generated.conversion_hubs.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/groups/v1beta1/zz_generated.deepcopy.go b/apis/groups/v1beta1/zz_generated.deepcopy.go index f0ab819c..421d9930 100644 --- a/apis/groups/v1beta1/zz_generated.deepcopy.go +++ b/apis/groups/v1beta1/zz_generated.deepcopy.go @@ -1,8 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/groups/v1beta1/zz_generated.managed.go b/apis/groups/v1beta1/zz_generated.managed.go index e1ecce24..9abdc269 100644 --- a/apis/groups/v1beta1/zz_generated.managed.go +++ b/apis/groups/v1beta1/zz_generated.managed.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/groups/v1beta1/zz_generated.managedlist.go b/apis/groups/v1beta1/zz_generated.managedlist.go index 1cabc8a6..9c67ca2b 100644 --- a/apis/groups/v1beta1/zz_generated.managedlist.go +++ b/apis/groups/v1beta1/zz_generated.managedlist.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/groups/v1beta1/zz_generated.resolvers.go b/apis/groups/v1beta1/zz_generated.resolvers.go index 0ab6851d..38c528f1 100644 --- a/apis/groups/v1beta1/zz_generated.resolvers.go +++ b/apis/groups/v1beta1/zz_generated.resolvers.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/groups/v1beta1/zz_group_terraformed.go b/apis/groups/v1beta1/zz_group_terraformed.go index ba703986..7b05674d 100755 --- a/apis/groups/v1beta1/zz_group_terraformed.go +++ b/apis/groups/v1beta1/zz_group_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/groups/v1beta1/zz_group_types.go b/apis/groups/v1beta1/zz_group_types.go index 467e1ffb..85441e32 100755 --- a/apis/groups/v1beta1/zz_group_types.go +++ b/apis/groups/v1beta1/zz_group_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/groups/v1beta1/zz_groupversion_info.go b/apis/groups/v1beta1/zz_groupversion_info.go index ad985329..ddcad839 100755 --- a/apis/groups/v1beta1/zz_groupversion_info.go +++ b/apis/groups/v1beta1/zz_groupversion_info.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/groups/v1beta1/zz_member_terraformed.go b/apis/groups/v1beta1/zz_member_terraformed.go index 481a825e..56959ee7 100755 --- a/apis/groups/v1beta1/zz_member_terraformed.go +++ b/apis/groups/v1beta1/zz_member_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/groups/v1beta1/zz_member_types.go b/apis/groups/v1beta1/zz_member_types.go index 5cb32466..aa07086d 100755 --- a/apis/groups/v1beta1/zz_member_types.go +++ b/apis/groups/v1beta1/zz_member_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/invitations/v1beta1/zz_generated.conversion_hubs.go b/apis/invitations/v1beta1/zz_generated.conversion_hubs.go index 87e6d4a7..c0a960d6 100755 --- a/apis/invitations/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/invitations/v1beta1/zz_generated.conversion_hubs.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/invitations/v1beta1/zz_generated.deepcopy.go b/apis/invitations/v1beta1/zz_generated.deepcopy.go index a569b206..805453d8 100644 --- a/apis/invitations/v1beta1/zz_generated.deepcopy.go +++ b/apis/invitations/v1beta1/zz_generated.deepcopy.go @@ -1,8 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/invitations/v1beta1/zz_generated.managed.go b/apis/invitations/v1beta1/zz_generated.managed.go index babd922e..bbb60d11 100644 --- a/apis/invitations/v1beta1/zz_generated.managed.go +++ b/apis/invitations/v1beta1/zz_generated.managed.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/invitations/v1beta1/zz_generated.managedlist.go b/apis/invitations/v1beta1/zz_generated.managedlist.go index f4bbec57..3b8ada39 100644 --- a/apis/invitations/v1beta1/zz_generated.managedlist.go +++ b/apis/invitations/v1beta1/zz_generated.managedlist.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/invitations/v1beta1/zz_groupversion_info.go b/apis/invitations/v1beta1/zz_groupversion_info.go index f01ae2af..bac26afc 100755 --- a/apis/invitations/v1beta1/zz_groupversion_info.go +++ b/apis/invitations/v1beta1/zz_groupversion_info.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/invitations/v1beta1/zz_invitation_terraformed.go b/apis/invitations/v1beta1/zz_invitation_terraformed.go index 29e55724..8662a478 100755 --- a/apis/invitations/v1beta1/zz_invitation_terraformed.go +++ b/apis/invitations/v1beta1/zz_invitation_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/invitations/v1beta1/zz_invitation_types.go b/apis/invitations/v1beta1/zz_invitation_types.go index 909e2c3a..4494d444 100755 --- a/apis/invitations/v1beta1/zz_invitation_types.go +++ b/apis/invitations/v1beta1/zz_invitation_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/policies/v1beta1/zz_claimsmappingpolicy_terraformed.go b/apis/policies/v1beta1/zz_claimsmappingpolicy_terraformed.go index 7d6a8152..be9e6aea 100755 --- a/apis/policies/v1beta1/zz_claimsmappingpolicy_terraformed.go +++ b/apis/policies/v1beta1/zz_claimsmappingpolicy_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/policies/v1beta1/zz_claimsmappingpolicy_types.go b/apis/policies/v1beta1/zz_claimsmappingpolicy_types.go index 2e43d69e..fdf934a3 100755 --- a/apis/policies/v1beta1/zz_claimsmappingpolicy_types.go +++ b/apis/policies/v1beta1/zz_claimsmappingpolicy_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/policies/v1beta1/zz_generated.conversion_hubs.go b/apis/policies/v1beta1/zz_generated.conversion_hubs.go index dbe3887c..27665f71 100755 --- a/apis/policies/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/policies/v1beta1/zz_generated.conversion_hubs.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/policies/v1beta1/zz_generated.deepcopy.go b/apis/policies/v1beta1/zz_generated.deepcopy.go index 9314fe91..fb58645a 100644 --- a/apis/policies/v1beta1/zz_generated.deepcopy.go +++ b/apis/policies/v1beta1/zz_generated.deepcopy.go @@ -1,8 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/policies/v1beta1/zz_generated.managed.go b/apis/policies/v1beta1/zz_generated.managed.go index 1ab37a13..acf2f91e 100644 --- a/apis/policies/v1beta1/zz_generated.managed.go +++ b/apis/policies/v1beta1/zz_generated.managed.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/policies/v1beta1/zz_generated.managedlist.go b/apis/policies/v1beta1/zz_generated.managedlist.go index 3296d953..764cfa40 100644 --- a/apis/policies/v1beta1/zz_generated.managedlist.go +++ b/apis/policies/v1beta1/zz_generated.managedlist.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/policies/v1beta1/zz_groupversion_info.go b/apis/policies/v1beta1/zz_groupversion_info.go index 8b3dc0e3..65e2ac64 100755 --- a/apis/policies/v1beta1/zz_groupversion_info.go +++ b/apis/policies/v1beta1/zz_groupversion_info.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/serviceprincipaldelegated/v1beta1/zz_generated.conversion_hubs.go b/apis/serviceprincipaldelegated/v1beta1/zz_generated.conversion_hubs.go index 7c1e003d..9985f6e7 100755 --- a/apis/serviceprincipaldelegated/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/serviceprincipaldelegated/v1beta1/zz_generated.conversion_hubs.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/serviceprincipaldelegated/v1beta1/zz_generated.deepcopy.go b/apis/serviceprincipaldelegated/v1beta1/zz_generated.deepcopy.go index f44b8b23..f5557ac4 100644 --- a/apis/serviceprincipaldelegated/v1beta1/zz_generated.deepcopy.go +++ b/apis/serviceprincipaldelegated/v1beta1/zz_generated.deepcopy.go @@ -1,8 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/serviceprincipaldelegated/v1beta1/zz_generated.managed.go b/apis/serviceprincipaldelegated/v1beta1/zz_generated.managed.go index be088bb8..48db3f5b 100644 --- a/apis/serviceprincipaldelegated/v1beta1/zz_generated.managed.go +++ b/apis/serviceprincipaldelegated/v1beta1/zz_generated.managed.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/serviceprincipaldelegated/v1beta1/zz_generated.managedlist.go b/apis/serviceprincipaldelegated/v1beta1/zz_generated.managedlist.go index aa967acc..48d81a77 100644 --- a/apis/serviceprincipaldelegated/v1beta1/zz_generated.managedlist.go +++ b/apis/serviceprincipaldelegated/v1beta1/zz_generated.managedlist.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/serviceprincipaldelegated/v1beta1/zz_generated.resolvers.go b/apis/serviceprincipaldelegated/v1beta1/zz_generated.resolvers.go index 9aebd9f6..8fbd1073 100644 --- a/apis/serviceprincipaldelegated/v1beta1/zz_generated.resolvers.go +++ b/apis/serviceprincipaldelegated/v1beta1/zz_generated.resolvers.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/serviceprincipaldelegated/v1beta1/zz_groupversion_info.go b/apis/serviceprincipaldelegated/v1beta1/zz_groupversion_info.go index 1aa88a97..fe383894 100755 --- a/apis/serviceprincipaldelegated/v1beta1/zz_groupversion_info.go +++ b/apis/serviceprincipaldelegated/v1beta1/zz_groupversion_info.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/serviceprincipaldelegated/v1beta1/zz_permissiongrant_terraformed.go b/apis/serviceprincipaldelegated/v1beta1/zz_permissiongrant_terraformed.go index 9b91f955..51e70cd4 100755 --- a/apis/serviceprincipaldelegated/v1beta1/zz_permissiongrant_terraformed.go +++ b/apis/serviceprincipaldelegated/v1beta1/zz_permissiongrant_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/serviceprincipaldelegated/v1beta1/zz_permissiongrant_types.go b/apis/serviceprincipaldelegated/v1beta1/zz_permissiongrant_types.go index 4ea65183..8c8d9eb7 100755 --- a/apis/serviceprincipaldelegated/v1beta1/zz_permissiongrant_types.go +++ b/apis/serviceprincipaldelegated/v1beta1/zz_permissiongrant_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/serviceprincipals/v1beta1/zz_certificate_terraformed.go b/apis/serviceprincipals/v1beta1/zz_certificate_terraformed.go index 3edacb64..ae0a34f5 100755 --- a/apis/serviceprincipals/v1beta1/zz_certificate_terraformed.go +++ b/apis/serviceprincipals/v1beta1/zz_certificate_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/serviceprincipals/v1beta1/zz_certificate_types.go b/apis/serviceprincipals/v1beta1/zz_certificate_types.go index 0d38f614..236cd2fd 100755 --- a/apis/serviceprincipals/v1beta1/zz_certificate_types.go +++ b/apis/serviceprincipals/v1beta1/zz_certificate_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/serviceprincipals/v1beta1/zz_claimsmappingpolicyassignment_terraformed.go b/apis/serviceprincipals/v1beta1/zz_claimsmappingpolicyassignment_terraformed.go index 2a61648e..2dfc9f15 100755 --- a/apis/serviceprincipals/v1beta1/zz_claimsmappingpolicyassignment_terraformed.go +++ b/apis/serviceprincipals/v1beta1/zz_claimsmappingpolicyassignment_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/serviceprincipals/v1beta1/zz_claimsmappingpolicyassignment_types.go b/apis/serviceprincipals/v1beta1/zz_claimsmappingpolicyassignment_types.go index 05237a7c..00945f51 100755 --- a/apis/serviceprincipals/v1beta1/zz_claimsmappingpolicyassignment_types.go +++ b/apis/serviceprincipals/v1beta1/zz_claimsmappingpolicyassignment_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/serviceprincipals/v1beta1/zz_generated.conversion_hubs.go b/apis/serviceprincipals/v1beta1/zz_generated.conversion_hubs.go index ece41aa5..150d3c0b 100755 --- a/apis/serviceprincipals/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/serviceprincipals/v1beta1/zz_generated.conversion_hubs.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/serviceprincipals/v1beta1/zz_generated.deepcopy.go b/apis/serviceprincipals/v1beta1/zz_generated.deepcopy.go index feff5a84..de1e63fc 100644 --- a/apis/serviceprincipals/v1beta1/zz_generated.deepcopy.go +++ b/apis/serviceprincipals/v1beta1/zz_generated.deepcopy.go @@ -1,8 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/serviceprincipals/v1beta1/zz_generated.managed.go b/apis/serviceprincipals/v1beta1/zz_generated.managed.go index 92d13ea4..c9f9c29c 100644 --- a/apis/serviceprincipals/v1beta1/zz_generated.managed.go +++ b/apis/serviceprincipals/v1beta1/zz_generated.managed.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/serviceprincipals/v1beta1/zz_generated.managedlist.go b/apis/serviceprincipals/v1beta1/zz_generated.managedlist.go index c7525b16..cc25da85 100644 --- a/apis/serviceprincipals/v1beta1/zz_generated.managedlist.go +++ b/apis/serviceprincipals/v1beta1/zz_generated.managedlist.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/serviceprincipals/v1beta1/zz_generated.resolvers.go b/apis/serviceprincipals/v1beta1/zz_generated.resolvers.go index 53f2980d..9ebe4fbe 100644 --- a/apis/serviceprincipals/v1beta1/zz_generated.resolvers.go +++ b/apis/serviceprincipals/v1beta1/zz_generated.resolvers.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/serviceprincipals/v1beta1/zz_groupversion_info.go b/apis/serviceprincipals/v1beta1/zz_groupversion_info.go index 101ed2d0..fa828f93 100755 --- a/apis/serviceprincipals/v1beta1/zz_groupversion_info.go +++ b/apis/serviceprincipals/v1beta1/zz_groupversion_info.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/serviceprincipals/v1beta1/zz_password_terraformed.go b/apis/serviceprincipals/v1beta1/zz_password_terraformed.go index 298ee118..dc639ccc 100755 --- a/apis/serviceprincipals/v1beta1/zz_password_terraformed.go +++ b/apis/serviceprincipals/v1beta1/zz_password_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/serviceprincipals/v1beta1/zz_password_types.go b/apis/serviceprincipals/v1beta1/zz_password_types.go index e93c2c1f..229f408f 100755 --- a/apis/serviceprincipals/v1beta1/zz_password_types.go +++ b/apis/serviceprincipals/v1beta1/zz_password_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/serviceprincipals/v1beta1/zz_principal_terraformed.go b/apis/serviceprincipals/v1beta1/zz_principal_terraformed.go index c7da82ff..3df9bdc4 100755 --- a/apis/serviceprincipals/v1beta1/zz_principal_terraformed.go +++ b/apis/serviceprincipals/v1beta1/zz_principal_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/serviceprincipals/v1beta1/zz_principal_types.go b/apis/serviceprincipals/v1beta1/zz_principal_types.go index beb994d9..f02837bc 100755 --- a/apis/serviceprincipals/v1beta1/zz_principal_types.go +++ b/apis/serviceprincipals/v1beta1/zz_principal_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/serviceprincipals/v1beta1/zz_tokensigningcertificate_terraformed.go b/apis/serviceprincipals/v1beta1/zz_tokensigningcertificate_terraformed.go index e2472756..d33edd6d 100755 --- a/apis/serviceprincipals/v1beta1/zz_tokensigningcertificate_terraformed.go +++ b/apis/serviceprincipals/v1beta1/zz_tokensigningcertificate_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/serviceprincipals/v1beta1/zz_tokensigningcertificate_types.go b/apis/serviceprincipals/v1beta1/zz_tokensigningcertificate_types.go index 93217244..c5e6bf21 100755 --- a/apis/serviceprincipals/v1beta1/zz_tokensigningcertificate_types.go +++ b/apis/serviceprincipals/v1beta1/zz_tokensigningcertificate_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/synchronization/v1beta1/zz_generated.conversion_hubs.go b/apis/synchronization/v1beta1/zz_generated.conversion_hubs.go index 097e0552..7cbe3961 100755 --- a/apis/synchronization/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/synchronization/v1beta1/zz_generated.conversion_hubs.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/synchronization/v1beta1/zz_generated.deepcopy.go b/apis/synchronization/v1beta1/zz_generated.deepcopy.go index 675498f7..706e8298 100644 --- a/apis/synchronization/v1beta1/zz_generated.deepcopy.go +++ b/apis/synchronization/v1beta1/zz_generated.deepcopy.go @@ -1,8 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/synchronization/v1beta1/zz_generated.managed.go b/apis/synchronization/v1beta1/zz_generated.managed.go index 0c2e419d..b36ad267 100644 --- a/apis/synchronization/v1beta1/zz_generated.managed.go +++ b/apis/synchronization/v1beta1/zz_generated.managed.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/synchronization/v1beta1/zz_generated.managedlist.go b/apis/synchronization/v1beta1/zz_generated.managedlist.go index 162931ed..c4faa427 100644 --- a/apis/synchronization/v1beta1/zz_generated.managedlist.go +++ b/apis/synchronization/v1beta1/zz_generated.managedlist.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/synchronization/v1beta1/zz_generated.resolvers.go b/apis/synchronization/v1beta1/zz_generated.resolvers.go index a9e87de0..3e5dde20 100644 --- a/apis/synchronization/v1beta1/zz_generated.resolvers.go +++ b/apis/synchronization/v1beta1/zz_generated.resolvers.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/synchronization/v1beta1/zz_groupversion_info.go b/apis/synchronization/v1beta1/zz_groupversion_info.go index 4ac820fa..0dd3380b 100755 --- a/apis/synchronization/v1beta1/zz_groupversion_info.go +++ b/apis/synchronization/v1beta1/zz_groupversion_info.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/synchronization/v1beta1/zz_job_terraformed.go b/apis/synchronization/v1beta1/zz_job_terraformed.go index f3957fd4..02679c2c 100755 --- a/apis/synchronization/v1beta1/zz_job_terraformed.go +++ b/apis/synchronization/v1beta1/zz_job_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/synchronization/v1beta1/zz_job_types.go b/apis/synchronization/v1beta1/zz_job_types.go index 548442c9..e74df8d4 100755 --- a/apis/synchronization/v1beta1/zz_job_types.go +++ b/apis/synchronization/v1beta1/zz_job_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/synchronization/v1beta1/zz_secret_terraformed.go b/apis/synchronization/v1beta1/zz_secret_terraformed.go index fdb1a2e8..28fdb8ed 100755 --- a/apis/synchronization/v1beta1/zz_secret_terraformed.go +++ b/apis/synchronization/v1beta1/zz_secret_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/synchronization/v1beta1/zz_secret_types.go b/apis/synchronization/v1beta1/zz_secret_types.go index 8c581fdd..f1af4218 100755 --- a/apis/synchronization/v1beta1/zz_secret_types.go +++ b/apis/synchronization/v1beta1/zz_secret_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/users/v1beta1/zz_generated.conversion_hubs.go b/apis/users/v1beta1/zz_generated.conversion_hubs.go index 80e2d734..2cf30523 100755 --- a/apis/users/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/users/v1beta1/zz_generated.conversion_hubs.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/users/v1beta1/zz_generated.deepcopy.go b/apis/users/v1beta1/zz_generated.deepcopy.go index 85b6caa5..3e8fdf87 100644 --- a/apis/users/v1beta1/zz_generated.deepcopy.go +++ b/apis/users/v1beta1/zz_generated.deepcopy.go @@ -1,8 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2022 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/apis/users/v1beta1/zz_generated.managed.go b/apis/users/v1beta1/zz_generated.managed.go index e5f6c1c6..16c8927d 100644 --- a/apis/users/v1beta1/zz_generated.managed.go +++ b/apis/users/v1beta1/zz_generated.managed.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/users/v1beta1/zz_generated.managedlist.go b/apis/users/v1beta1/zz_generated.managedlist.go index 32c68f46..6099d0d7 100644 --- a/apis/users/v1beta1/zz_generated.managedlist.go +++ b/apis/users/v1beta1/zz_generated.managedlist.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/users/v1beta1/zz_groupversion_info.go b/apis/users/v1beta1/zz_groupversion_info.go index 30fe5161..ab3ab932 100755 --- a/apis/users/v1beta1/zz_groupversion_info.go +++ b/apis/users/v1beta1/zz_groupversion_info.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. // +kubebuilder:object:generate=true diff --git a/apis/users/v1beta1/zz_user_terraformed.go b/apis/users/v1beta1/zz_user_terraformed.go index e3ea6690..0f1bb72f 100755 --- a/apis/users/v1beta1/zz_user_terraformed.go +++ b/apis/users/v1beta1/zz_user_terraformed.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/users/v1beta1/zz_user_types.go b/apis/users/v1beta1/zz_user_types.go index 3a3c0027..5d3ef12b 100755 --- a/apis/users/v1beta1/zz_user_types.go +++ b/apis/users/v1beta1/zz_user_types.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package v1beta1 diff --git a/apis/v1alpha1/doc.go b/apis/v1alpha1/doc.go index cba4bbb1..a37fd0ee 100644 --- a/apis/v1alpha1/doc.go +++ b/apis/v1alpha1/doc.go @@ -1,6 +1,6 @@ -/* -Copyright 2021 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains the core resources of the azuread jet provider. // +kubebuilder:object:generate=true diff --git a/apis/v1alpha1/register.go b/apis/v1alpha1/register.go index 46843309..456c7796 100644 --- a/apis/v1alpha1/register.go +++ b/apis/v1alpha1/register.go @@ -1,6 +1,6 @@ -/* -Copyright 2021 Upbound Inc. -*/ +// 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 a8cab411..f3094dba 100644 --- a/apis/v1alpha1/types.go +++ b/apis/v1alpha1/types.go @@ -1,6 +1,6 @@ -/* -Copyright 2021 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 86f2d294..d22189db 100644 --- a/apis/v1alpha1/zz_generated.deepcopy.go +++ b/apis/v1alpha1/zz_generated.deepcopy.go @@ -1,8 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2022 Upbound Inc. -*/ +// 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 932b3dde..0bd3b87d 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 azuread upjet provider. // +kubebuilder:object:generate=true diff --git a/apis/v1beta1/register.go b/apis/v1beta1/register.go index 77c2a61f..e94d3f24 100644 --- a/apis/v1beta1/register.go +++ b/apis/v1beta1/register.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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 25365e85..a483257c 100644 --- a/apis/v1beta1/types.go +++ b/apis/v1beta1/types.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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 09df2c17..40fe57c4 100644 --- a/apis/v1beta1/zz_generated.deepcopy.go +++ b/apis/v1beta1/zz_generated.deepcopy.go @@ -1,8 +1,8 @@ //go:build !ignore_autogenerated -/* -Copyright 2022 Upbound Inc. -*/ +// 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 c5970068..74ba0e61 100644 --- a/apis/v1beta1/zz_generated.pc.go +++ b/apis/v1beta1/zz_generated.pc.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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 a4f4986d..f252573d 100644 --- a/apis/v1beta1/zz_generated.pcu.go +++ b/apis/v1beta1/zz_generated.pcu.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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 b3ae1b4e..181990ea 100644 --- a/apis/v1beta1/zz_generated.pculist.go +++ b/apis/v1beta1/zz_generated.pculist.go @@ -1,6 +1,6 @@ -/* -Copyright 2022 Upbound Inc. -*/ +// 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/zz_register.go b/apis/zz_register.go index 31594031..d40a496c 100755 --- a/apis/zz_register.go +++ b/apis/zz_register.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // 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 b0d5d259..accfa3a1 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 cb4fe28d..dbb2bb8c 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: CC0-1.0 + echo "Running setup.sh" if [[ -n "${UPTEST_CLOUD_CREDENTIALS:-}" ]]; then diff --git a/cmd/generator/main.go b/cmd/generator/main.go index 4dde1df4..696329bf 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/main.go b/cmd/provider/main.go index bd6bab28..dc3e5a84 100644 --- a/cmd/provider/main.go +++ b/cmd/provider/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/config/administrativeunits/config.go b/config/administrativeunits/config.go index c9c58a90..6aa5c5ad 100644 --- a/config/administrativeunits/config.go +++ b/config/administrativeunits/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package administrativeunits import "github.com/crossplane/upjet/pkg/config" diff --git a/config/app/config.go b/config/app/config.go index 1b2b9817..65270022 100644 --- a/config/app/config.go +++ b/config/app/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package app import "github.com/crossplane/upjet/pkg/config" diff --git a/config/applications/config.go b/config/applications/config.go index 1490285f..679ac7bd 100644 --- a/config/applications/config.go +++ b/config/applications/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package applications import "github.com/crossplane/upjet/pkg/config" diff --git a/config/conditionalaccess/config.go b/config/conditionalaccess/config.go index 0f9cc1a0..a73e54d1 100644 --- a/config/conditionalaccess/config.go +++ b/config/conditionalaccess/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package conditionalaccess import "github.com/crossplane/upjet/pkg/config" diff --git a/config/directoryroles/config.go b/config/directoryroles/config.go index 5e75e70a..3ebe3fe3 100644 --- a/config/directoryroles/config.go +++ b/config/directoryroles/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package directoryroles import "github.com/crossplane/upjet/pkg/config" diff --git a/config/externalname.go b/config/externalname.go index c04f413f..288fd3e7 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: Apache-2.0 package config diff --git a/config/generated.lst.license b/config/generated.lst.license new file mode 100644 index 00000000..6806f72e --- /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/groups/config.go b/config/groups/config.go index 21927bba..e4acd884 100644 --- a/config/groups/config.go +++ b/config/groups/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package groups import "github.com/crossplane/upjet/pkg/config" diff --git a/config/invitations/config.go b/config/invitations/config.go index 420ab00e..eeaee76a 100644 --- a/config/invitations/config.go +++ b/config/invitations/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package invitations import "github.com/crossplane/upjet/pkg/config" diff --git a/config/policies/config.go b/config/policies/config.go index 2c035c0e..21981047 100644 --- a/config/policies/config.go +++ b/config/policies/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package policies import "github.com/crossplane/upjet/pkg/config" diff --git a/config/provider-metadata.yaml.license b/config/provider-metadata.yaml.license new file mode 100644 index 00000000..6806f72e --- /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 3bf430fa..94755caf 100644 --- a/config/provider.go +++ b/config/provider.go @@ -1,6 +1,6 @@ -/* -Copyright 2021 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package config diff --git a/config/schema.json.license b/config/schema.json.license new file mode 100644 index 00000000..6806f72e --- /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/serviceprincipaldelegated/config.go b/config/serviceprincipaldelegated/config.go index 08ad5c14..56b7ee3f 100644 --- a/config/serviceprincipaldelegated/config.go +++ b/config/serviceprincipaldelegated/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package serviceprincipaldelegated import "github.com/crossplane/upjet/pkg/config" diff --git a/config/serviceprincipals/config.go b/config/serviceprincipals/config.go index 2e9c4ce6..452fadab 100644 --- a/config/serviceprincipals/config.go +++ b/config/serviceprincipals/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package serviceprincipals import "github.com/crossplane/upjet/pkg/config" diff --git a/config/synchronization/config.go b/config/synchronization/config.go index 9326d84a..e08833d2 100644 --- a/config/synchronization/config.go +++ b/config/synchronization/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package synchronization import "github.com/crossplane/upjet/pkg/config" diff --git a/config/users/config.go b/config/users/config.go index 495b75ad..abec6d85 100644 --- a/config/users/config.go +++ b/config/users/config.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 + package users import "github.com/crossplane/upjet/pkg/config" diff --git a/examples/administrativeunits/member.yaml b/examples/administrativeunits/member.yaml index 3ddde5b5..3e66a9bd 100644 --- a/examples/administrativeunits/member.yaml +++ b/examples/administrativeunits/member.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: administrativeunits.azuread.upbound.io/v1beta1 kind: Member metadata: @@ -24,4 +28,4 @@ metadata: name: example spec: forProvider: - displayName: Example-AU \ No newline at end of file + displayName: Example-AU diff --git a/examples/administrativeunits/unit.yaml b/examples/administrativeunits/unit.yaml index 25cef102..2bd39e93 100644 --- a/examples/administrativeunits/unit.yaml +++ b/examples/administrativeunits/unit.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: administrativeunits.azuread.upbound.io/v1beta1 kind: Unit metadata: diff --git a/examples/app/roleassignment.yaml b/examples/app/roleassignment.yaml index d1eac565..47a56ff9 100644 --- a/examples/app/roleassignment.yaml +++ b/examples/app/roleassignment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: app.azuread.upbound.io/v1beta1 kind: RoleAssignment metadata: diff --git a/examples/applications/application.yaml b/examples/applications/application.yaml index f1df31fb..41e9ee5f 100644 --- a/examples/applications/application.yaml +++ b/examples/applications/application.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: applications.azuread.upbound.io/v1beta1 kind: Application metadata: diff --git a/examples/applications/certificate.yaml b/examples/applications/certificate.yaml index 7fd20465..d14aea7a 100644 --- a/examples/applications/certificate.yaml +++ b/examples/applications/certificate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: applications.azuread.upbound.io/v1beta1 kind: Certificate metadata: diff --git a/examples/applications/federatedidentitycredential.yaml b/examples/applications/federatedidentitycredential.yaml index b02b23a5..8128768e 100644 --- a/examples/applications/federatedidentitycredential.yaml +++ b/examples/applications/federatedidentitycredential.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: applications.azuread.upbound.io/v1beta1 kind: FederatedIdentityCredential metadata: diff --git a/examples/applications/password.yaml b/examples/applications/password.yaml index 6ba81b6e..00a63431 100644 --- a/examples/applications/password.yaml +++ b/examples/applications/password.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: applications.azuread.upbound.io/v1beta1 kind: Password metadata: diff --git a/examples/applications/preauthorized.yaml b/examples/applications/preauthorized.yaml index 69fbfd69..8f95e0ac 100644 --- a/examples/applications/preauthorized.yaml +++ b/examples/applications/preauthorized.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: applications.azuread.upbound.io/v1beta1 kind: PreAuthorized metadata: diff --git a/examples/conditionalaccess/accesspolicy.yaml b/examples/conditionalaccess/accesspolicy.yaml index 53983448..647c4e36 100644 --- a/examples/conditionalaccess/accesspolicy.yaml +++ b/examples/conditionalaccess/accesspolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: conditionalaccess.azuread.upbound.io/v1beta1 kind: AccessPolicy metadata: diff --git a/examples/conditionalaccess/location.yaml b/examples/conditionalaccess/location.yaml index de710b8f..4df6ea13 100644 --- a/examples/conditionalaccess/location.yaml +++ b/examples/conditionalaccess/location.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: conditionalaccess.azuread.upbound.io/v1beta1 kind: Location metadata: diff --git a/examples/directoryroles/customdirectoryrole.yaml b/examples/directoryroles/customdirectoryrole.yaml index 594a0aa9..e0e03361 100644 --- a/examples/directoryroles/customdirectoryrole.yaml +++ b/examples/directoryroles/customdirectoryrole.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: directoryroles.azuread.upbound.io/v1beta1 kind: CustomDirectoryRole metadata: diff --git a/examples/directoryroles/role.yaml b/examples/directoryroles/role.yaml index e2edc855..f029fc62 100644 --- a/examples/directoryroles/role.yaml +++ b/examples/directoryroles/role.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: directoryroles.azuread.upbound.io/v1beta1 kind: Role metadata: diff --git a/examples/directoryroles/roleassignment.yaml b/examples/directoryroles/roleassignment.yaml index 5154f751..9551b1fc 100644 --- a/examples/directoryroles/roleassignment.yaml +++ b/examples/directoryroles/roleassignment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: directoryroles.azuread.upbound.io/v1beta1 kind: RoleAssignment metadata: @@ -51,4 +55,4 @@ metadata: namespace: upbound-system type: Opaque stringData: - credentials: SecretP@sswd99! \ No newline at end of file + credentials: SecretP@sswd99! diff --git a/examples/groups/group.yaml b/examples/groups/group.yaml index 384e9cc7..7fc3c036 100644 --- a/examples/groups/group.yaml +++ b/examples/groups/group.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: groups.azuread.upbound.io/v1beta1 kind: Group metadata: @@ -9,4 +13,4 @@ metadata: spec: forProvider: displayName: example - securityEnabled: true \ No newline at end of file + securityEnabled: true diff --git a/examples/groups/member.yaml b/examples/groups/member.yaml index c56efc07..ca3fc9d6 100644 --- a/examples/groups/member.yaml +++ b/examples/groups/member.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: groups.azuread.upbound.io/v1beta1 kind: Member metadata: @@ -53,4 +57,4 @@ metadata: namespace: upbound-system type: Opaque stringData: - credentials: SecretP@sswd99! \ No newline at end of file + credentials: SecretP@sswd99! diff --git a/examples/groups/testhooks/delete-member.sh b/examples/groups/testhooks/delete-member.sh old mode 100755 new mode 100644 index f96429af..d7200868 --- a/examples/groups/testhooks/delete-member.sh +++ b/examples/groups/testhooks/delete-member.sh @@ -1,8 +1,12 @@ #!/usr/bin/env bash set -aeuo pipefail +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + # Note(turkenf): We are getting "Resource '5f5fdd0e-e056-4c4d-a407-43d80e5c11b5' does not exist or # one of its queried reference-property objects are not present." exception if member for # the group got deleted before the member resource. This is a workaround for this # problem to make automated tests to work. -${KUBECTL} delete member.groups.azuread.upbound.io -l testing.upbound.io/example-name=example \ No newline at end of file +${KUBECTL} delete member.groups.azuread.upbound.io -l testing.upbound.io/example-name=example diff --git a/examples/install.yaml b/examples/install.yaml index 3d6dbd8e..a29c8df5 100644 --- a/examples/install.yaml +++ b/examples/install.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: pkg.crossplane.io/v1 kind: Provider metadata: diff --git a/examples/invitations/invitation.yaml b/examples/invitations/invitation.yaml index c34a7575..a7475e47 100644 --- a/examples/invitations/invitation.yaml +++ b/examples/invitations/invitation.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: invitations.azuread.upbound.io/v1beta1 kind: Invitation metadata: diff --git a/examples/policies/claimsmappingpolicy.yaml b/examples/policies/claimsmappingpolicy.yaml index 771ed601..85fbde21 100644 --- a/examples/policies/claimsmappingpolicy.yaml +++ b/examples/policies/claimsmappingpolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: policies.azuread.upbound.io/v1beta1 kind: ClaimsMappingPolicy metadata: diff --git a/examples/providerconfig/.gitignore b/examples/providerconfig/.gitignore index 4a424df5..15130c82 100644 --- a/examples/providerconfig/.gitignore +++ b/examples/providerconfig/.gitignore @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2023 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + secret.yaml diff --git a/examples/providerconfig/providerconfig.yaml b/examples/providerconfig/providerconfig.yaml index a8c3cce1..81ef247c 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: azuread.upbound.io/v1beta1 kind: ProviderConfig metadata: diff --git a/examples/providerconfig/secret.yaml.tmpl b/examples/providerconfig/secret.yaml.tmpl index 90c4ba26..0c72b604 100644 --- a/examples/providerconfig/secret.yaml.tmpl +++ b/examples/providerconfig/secret.yaml.tmpl @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: v1 kind: Secret metadata: diff --git a/examples/serviceprincipaldelegated/permissiongrant.yaml b/examples/serviceprincipaldelegated/permissiongrant.yaml index b3ee1e8f..bcdca2db 100644 --- a/examples/serviceprincipaldelegated/permissiongrant.yaml +++ b/examples/serviceprincipaldelegated/permissiongrant.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: serviceprincipaldelegated.azuread.upbound.io/v1beta1 kind: PermissionGrant metadata: diff --git a/examples/serviceprincipaldelegated/testhooks/delete-permissiongrant.sh b/examples/serviceprincipaldelegated/testhooks/delete-permissiongrant.sh old mode 100755 new mode 100644 index 6eeea151..d71c32e5 --- a/examples/serviceprincipaldelegated/testhooks/delete-permissiongrant.sh +++ b/examples/serviceprincipaldelegated/testhooks/delete-permissiongrant.sh @@ -1,7 +1,11 @@ #!/usr/bin/env bash set -aeuo pipefail +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + # Note(turkenf): We are getting "Retrieving Delegated Permission Grant" exception if permissiongrant for # the principal got deleted before the permissiongrant resource. This is a workaround for this # problem to make automated tests to work. -${KUBECTL} delete permissiongrant.serviceprincipaldelegated.azuread.upbound.io -l testing.upbound.io/example-name=example \ No newline at end of file +${KUBECTL} delete permissiongrant.serviceprincipaldelegated.azuread.upbound.io -l testing.upbound.io/example-name=example diff --git a/examples/serviceprincipals/certificate.yaml b/examples/serviceprincipals/certificate.yaml index c3d7fb60..035dab51 100644 --- a/examples/serviceprincipals/certificate.yaml +++ b/examples/serviceprincipals/certificate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: serviceprincipals.azuread.upbound.io/v1beta1 kind: Certificate metadata: diff --git a/examples/serviceprincipals/claimsmappingpolicyassignment.yaml b/examples/serviceprincipals/claimsmappingpolicyassignment.yaml index 795652b2..247ef07a 100644 --- a/examples/serviceprincipals/claimsmappingpolicyassignment.yaml +++ b/examples/serviceprincipals/claimsmappingpolicyassignment.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: serviceprincipals.azuread.upbound.io/v1beta1 kind: ClaimsMappingPolicyAssignment metadata: diff --git a/examples/serviceprincipals/password.yaml b/examples/serviceprincipals/password.yaml index ac4626a9..07f624e2 100644 --- a/examples/serviceprincipals/password.yaml +++ b/examples/serviceprincipals/password.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: serviceprincipals.azuread.upbound.io/v1beta1 kind: Password metadata: @@ -38,4 +42,4 @@ metadata: spec: forProvider: displayName: example - \ No newline at end of file + diff --git a/examples/serviceprincipals/principal.yaml b/examples/serviceprincipals/principal.yaml index a5c19502..5da47658 100644 --- a/examples/serviceprincipals/principal.yaml +++ b/examples/serviceprincipals/principal.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: serviceprincipals.azuread.upbound.io/v1beta1 kind: Principal metadata: diff --git a/examples/serviceprincipals/tokensigningcertificate.yaml b/examples/serviceprincipals/tokensigningcertificate.yaml index 60459920..03e30b35 100644 --- a/examples/serviceprincipals/tokensigningcertificate.yaml +++ b/examples/serviceprincipals/tokensigningcertificate.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: serviceprincipals.azuread.upbound.io/v1beta1 kind: TokenSigningCertificate metadata: diff --git a/examples/storeconfig/vault.yaml b/examples/storeconfig/vault.yaml index 8c37d89e..52ac2a55 100644 --- a/examples/storeconfig/vault.yaml +++ b/examples/storeconfig/vault.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: azuread.upbound.io/v1alpha1 kind: StoreConfig metadata: @@ -16,4 +20,4 @@ spec: secretRef: namespace: crossplane-system name: vault-token - key: token \ No newline at end of file + key: token diff --git a/examples/synchronization/job.yaml b/examples/synchronization/job.yaml index e78d28c8..ac749d6b 100644 --- a/examples/synchronization/job.yaml +++ b/examples/synchronization/job.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: synchronization.azuread.upbound.io/v1beta1 kind: Job metadata: @@ -82,4 +86,4 @@ spec: - enterprise: true gallery: true - \ No newline at end of file + diff --git a/examples/synchronization/secret.yaml b/examples/synchronization/secret.yaml index 4b888a4f..88352b2a 100644 --- a/examples/synchronization/secret.yaml +++ b/examples/synchronization/secret.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: synchronization.azuread.upbound.io/v1beta1 kind: Secret metadata: diff --git a/examples/synchronization/testhooks/delete-secret.sh b/examples/synchronization/testhooks/delete-secret.sh old mode 100755 new mode 100644 index 7354a298..c6e8cdaf --- a/examples/synchronization/testhooks/delete-secret.sh +++ b/examples/synchronization/testhooks/delete-secret.sh @@ -1,7 +1,11 @@ #!/usr/bin/env bash set -aeuo pipefail +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + # Note(turkenf): We are getting "Retrieving synchronization secrets for service principal" exception if secret for # the principal got deleted before the secret resource. This is a workaround for this # problem to make automated tests to work. -${KUBECTL} delete secret.synchronization.azuread.upbound.io -l testing.upbound.io/example-name=example \ No newline at end of file +${KUBECTL} delete secret.synchronization.azuread.upbound.io -l testing.upbound.io/example-name=example diff --git a/examples/users/user.yaml b/examples/users/user.yaml index 6795e840..d967e171 100644 --- a/examples/users/user.yaml +++ b/examples/users/user.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: users.azuread.upbound.io/v1beta1 kind: User metadata: diff --git a/go.mod b/go.mod index 4c16d373..cc5fac72 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-azuread 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.5 github.com/hashicorp/terraform-json v0.17.1 github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0 github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20230727144955-0adfe586f500 diff --git a/go.sum b/go.sum index fc0ad006..6981e4c3 100644 --- a/go.sum +++ b/go.sum @@ -79,8 +79,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.5 h1:Ad/fOoPqib9WlbgZ7/bkMfyvDFymodKiJBkDklQQyvE= +github.com/crossplane/upjet v1.1.5/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 00000000..7d075e77 --- /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 7a5ad450..666c7bb7 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,3 +1,3 @@ -/* -Copyright 2022 Upbound Inc. -*/ \ 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/prepare.sh b/hack/prepare.sh index 2386fe2f..dc105b15 100755 --- a/hack/prepare.sh +++ b/hack/prepare.sh @@ -1,6 +1,10 @@ #!/usr/bin/env bash set -euox pipefail +# SPDX-FileCopyrightText: 2023 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + read -r -p "Lower case provider name (ex. github): " PROVIDER_NAME_LOWER read -r -p "Normal case provider name (ex. GitHub): " PROVIDER_NAME_NORMAL read -r -p "Organization (ex. upbound, my-org-name): " ORGANIZATION_NAME diff --git a/internal/clients/azuread.go b/internal/clients/azuread.go index 58414c42..5e203943 100644 --- a/internal/clients/azuread.go +++ b/internal/clients/azuread.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 clients diff --git a/internal/controller/administrativeunits/member/zz_controller.go b/internal/controller/administrativeunits/member/zz_controller.go index 9b1f072b..2dec7cc4 100755 --- a/internal/controller/administrativeunits/member/zz_controller.go +++ b/internal/controller/administrativeunits/member/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package member diff --git a/internal/controller/administrativeunits/unit/zz_controller.go b/internal/controller/administrativeunits/unit/zz_controller.go index 2d74e273..6625cbbe 100755 --- a/internal/controller/administrativeunits/unit/zz_controller.go +++ b/internal/controller/administrativeunits/unit/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package unit diff --git a/internal/controller/app/roleassignment/zz_controller.go b/internal/controller/app/roleassignment/zz_controller.go index 3b88f2ff..a3621060 100755 --- a/internal/controller/app/roleassignment/zz_controller.go +++ b/internal/controller/app/roleassignment/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package roleassignment diff --git a/internal/controller/applications/application/zz_controller.go b/internal/controller/applications/application/zz_controller.go index c40649b7..fd0e0af5 100755 --- a/internal/controller/applications/application/zz_controller.go +++ b/internal/controller/applications/application/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package application diff --git a/internal/controller/applications/certificate/zz_controller.go b/internal/controller/applications/certificate/zz_controller.go index 49227a2a..00630121 100755 --- a/internal/controller/applications/certificate/zz_controller.go +++ b/internal/controller/applications/certificate/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package certificate diff --git a/internal/controller/applications/federatedidentitycredential/zz_controller.go b/internal/controller/applications/federatedidentitycredential/zz_controller.go index 61e63c87..7cb80034 100755 --- a/internal/controller/applications/federatedidentitycredential/zz_controller.go +++ b/internal/controller/applications/federatedidentitycredential/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package federatedidentitycredential diff --git a/internal/controller/applications/password/zz_controller.go b/internal/controller/applications/password/zz_controller.go index 0363f65f..49f73707 100755 --- a/internal/controller/applications/password/zz_controller.go +++ b/internal/controller/applications/password/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package password diff --git a/internal/controller/applications/preauthorized/zz_controller.go b/internal/controller/applications/preauthorized/zz_controller.go index 5a3195c5..082d9c47 100755 --- a/internal/controller/applications/preauthorized/zz_controller.go +++ b/internal/controller/applications/preauthorized/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package preauthorized diff --git a/internal/controller/conditionalaccess/accesspolicy/zz_controller.go b/internal/controller/conditionalaccess/accesspolicy/zz_controller.go index c7a59bfa..16e4341b 100755 --- a/internal/controller/conditionalaccess/accesspolicy/zz_controller.go +++ b/internal/controller/conditionalaccess/accesspolicy/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package accesspolicy diff --git a/internal/controller/conditionalaccess/location/zz_controller.go b/internal/controller/conditionalaccess/location/zz_controller.go index 95a55266..f0debf7d 100755 --- a/internal/controller/conditionalaccess/location/zz_controller.go +++ b/internal/controller/conditionalaccess/location/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package location diff --git a/internal/controller/directoryroles/customdirectoryrole/zz_controller.go b/internal/controller/directoryroles/customdirectoryrole/zz_controller.go index 6e820529..567b40db 100755 --- a/internal/controller/directoryroles/customdirectoryrole/zz_controller.go +++ b/internal/controller/directoryroles/customdirectoryrole/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package customdirectoryrole diff --git a/internal/controller/directoryroles/role/zz_controller.go b/internal/controller/directoryroles/role/zz_controller.go index 8418fec7..06a0cee8 100755 --- a/internal/controller/directoryroles/role/zz_controller.go +++ b/internal/controller/directoryroles/role/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package role diff --git a/internal/controller/directoryroles/roleassignment/zz_controller.go b/internal/controller/directoryroles/roleassignment/zz_controller.go index de18c7ca..fa51b6ab 100755 --- a/internal/controller/directoryroles/roleassignment/zz_controller.go +++ b/internal/controller/directoryroles/roleassignment/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package roleassignment diff --git a/internal/controller/doc.go b/internal/controller/doc.go index a4c80979..795a9ef9 100644 --- a/internal/controller/doc.go +++ b/internal/controller/doc.go @@ -1,5 +1,5 @@ -/* -Copyright 2021 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package controller diff --git a/internal/controller/groups/group/zz_controller.go b/internal/controller/groups/group/zz_controller.go index 97d799db..93c9b452 100755 --- a/internal/controller/groups/group/zz_controller.go +++ b/internal/controller/groups/group/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package group diff --git a/internal/controller/groups/member/zz_controller.go b/internal/controller/groups/member/zz_controller.go index 906df520..090b4bb2 100755 --- a/internal/controller/groups/member/zz_controller.go +++ b/internal/controller/groups/member/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package member diff --git a/internal/controller/invitations/invitation/zz_controller.go b/internal/controller/invitations/invitation/zz_controller.go index bb373433..8b42bc99 100755 --- a/internal/controller/invitations/invitation/zz_controller.go +++ b/internal/controller/invitations/invitation/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package invitation diff --git a/internal/controller/policies/claimsmappingpolicy/zz_controller.go b/internal/controller/policies/claimsmappingpolicy/zz_controller.go index 8ff313c3..30227fb4 100755 --- a/internal/controller/policies/claimsmappingpolicy/zz_controller.go +++ b/internal/controller/policies/claimsmappingpolicy/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package claimsmappingpolicy diff --git a/internal/controller/providerconfig/config.go b/internal/controller/providerconfig/config.go index b893bf59..27cab44a 100644 --- a/internal/controller/providerconfig/config.go +++ b/internal/controller/providerconfig/config.go @@ -1,6 +1,6 @@ -/* -Copyright 2021 Upbound Inc. -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package providerconfig diff --git a/internal/controller/serviceprincipaldelegated/permissiongrant/zz_controller.go b/internal/controller/serviceprincipaldelegated/permissiongrant/zz_controller.go index 8561c6e6..4e90fa90 100755 --- a/internal/controller/serviceprincipaldelegated/permissiongrant/zz_controller.go +++ b/internal/controller/serviceprincipaldelegated/permissiongrant/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package permissiongrant diff --git a/internal/controller/serviceprincipals/certificate/zz_controller.go b/internal/controller/serviceprincipals/certificate/zz_controller.go index 8d3f739c..93a33ace 100755 --- a/internal/controller/serviceprincipals/certificate/zz_controller.go +++ b/internal/controller/serviceprincipals/certificate/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package certificate diff --git a/internal/controller/serviceprincipals/claimsmappingpolicyassignment/zz_controller.go b/internal/controller/serviceprincipals/claimsmappingpolicyassignment/zz_controller.go index b54ec977..5562292b 100755 --- a/internal/controller/serviceprincipals/claimsmappingpolicyassignment/zz_controller.go +++ b/internal/controller/serviceprincipals/claimsmappingpolicyassignment/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package claimsmappingpolicyassignment diff --git a/internal/controller/serviceprincipals/password/zz_controller.go b/internal/controller/serviceprincipals/password/zz_controller.go index 0daba035..def590b4 100755 --- a/internal/controller/serviceprincipals/password/zz_controller.go +++ b/internal/controller/serviceprincipals/password/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package password diff --git a/internal/controller/serviceprincipals/principal/zz_controller.go b/internal/controller/serviceprincipals/principal/zz_controller.go index c1947bdf..bd74f229 100755 --- a/internal/controller/serviceprincipals/principal/zz_controller.go +++ b/internal/controller/serviceprincipals/principal/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package principal diff --git a/internal/controller/serviceprincipals/tokensigningcertificate/zz_controller.go b/internal/controller/serviceprincipals/tokensigningcertificate/zz_controller.go index 3e7d1ab9..a70629fb 100755 --- a/internal/controller/serviceprincipals/tokensigningcertificate/zz_controller.go +++ b/internal/controller/serviceprincipals/tokensigningcertificate/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package tokensigningcertificate diff --git a/internal/controller/synchronization/job/zz_controller.go b/internal/controller/synchronization/job/zz_controller.go index 7fa6e83a..34dbf6af 100755 --- a/internal/controller/synchronization/job/zz_controller.go +++ b/internal/controller/synchronization/job/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package job diff --git a/internal/controller/synchronization/secret/zz_controller.go b/internal/controller/synchronization/secret/zz_controller.go index b462d2da..16e32157 100755 --- a/internal/controller/synchronization/secret/zz_controller.go +++ b/internal/controller/synchronization/secret/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package secret diff --git a/internal/controller/users/user/zz_controller.go b/internal/controller/users/user/zz_controller.go index 3eade66e..5f69a38b 100755 --- a/internal/controller/users/user/zz_controller.go +++ b/internal/controller/users/user/zz_controller.go @@ -1,11 +1,7 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 -/* -Copyright 2022 Upbound Inc. -*/ - // Code generated by upjet. DO NOT EDIT. package user diff --git a/internal/controller/zz_setup.go b/internal/controller/zz_setup.go index 35323c1a..6eed8946 100755 --- a/internal/controller/zz_setup.go +++ b/internal/controller/zz_setup.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Crossplane Authors +// SPDX-FileCopyrightText: 2024 The Crossplane Authors // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/features/features.go b/internal/features/features.go index c969687a..b851b4d6 100644 --- a/internal/features/features.go +++ b/internal/features/features.go @@ -1,6 +1,6 @@ -/* - Copyright 2022 Upbound Inc -*/ +// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// +// SPDX-License-Identifier: Apache-2.0 package features diff --git a/package/crossplane.yaml b/package/crossplane.yaml index 91efa783..68b24ac1 100644 --- a/package/crossplane.yaml +++ b/package/crossplane.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + apiVersion: meta.pkg.crossplane.io/v1 kind: Provider metadata: diff --git a/scripts/check-examples.py b/scripts/check-examples.py index 6c5b57d2..e1cdd89c 100755 --- a/scripts/check-examples.py +++ b/scripts/check-examples.py @@ -1,5 +1,9 @@ #!/usr/bin/env python3 +# SPDX-FileCopyrightText: 2023 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + import yaml import os import sys diff --git a/scripts/version_diff.py b/scripts/version_diff.py index b3738309..ec017756 100755 --- a/scripts/version_diff.py +++ b/scripts/version_diff.py @@ -1,5 +1,9 @@ #!/usr/bin/env python3 +# SPDX-FileCopyrightText: 2023 The Crossplane Authors +# +# SPDX-License-Identifier: CC0-1.0 + import json import sys