diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml.license b/.github/ISSUE_TEMPLATE/bug_report.yaml.license index abc1734..868edfa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml.license +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2024 The Crossplane Authors - -SPDX-License-Identifier: CC0-1.0 +// SPDX-FileCopyrightText: 2025 Upbound Inc. +// +// SPDX-License-Identifier: Apache-2.0 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md.license b/.github/ISSUE_TEMPLATE/feature_request.md.license index abc1734..28321e3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md.license +++ b/.github/ISSUE_TEMPLATE/feature_request.md.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2024 The Crossplane Authors - -SPDX-License-Identifier: CC0-1.0 +// SPDX-FileCopyrightText: 2025 Upbound Inc. +// +// SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/new_resource_request.md.license b/.github/ISSUE_TEMPLATE/new_resource_request.md.license index abc1734..868edfa 100644 --- a/.github/ISSUE_TEMPLATE/new_resource_request.md.license +++ b/.github/ISSUE_TEMPLATE/new_resource_request.md.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2024 The Crossplane Authors - -SPDX-License-Identifier: CC0-1.0 +// SPDX-FileCopyrightText: 2025 Upbound Inc. +// +// SPDX-License-Identifier: Apache-2.0 diff --git a/.github/PULL_REQUEST_TEMPLATE.md.license b/.github/PULL_REQUEST_TEMPLATE.md.license index abc1734..9012171 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md.license +++ b/.github/PULL_REQUEST_TEMPLATE.md.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2024 The Crossplane Authors +SPDX-FileCopyrightText: 2025 Upbound Inc. -SPDX-License-Identifier: CC0-1.0 +SPDX-License-Identifier: Apache-2.0 diff --git a/.github/workflows/backport-trigger.yml b/.github/workflows/backport-trigger.yml index 7594f69..15dec70 100644 --- a/.github/workflows/backport-trigger.yml +++ b/.github/workflows/backport-trigger.yml @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 name: Backport comment trigger diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index e5736dd..2c2fd01 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 name: Backport diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65fe5d6..2be837f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 name: CI diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index def498a..631b5e3 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 name: Tag diff --git a/.github/workflows/uptest-trigger.yml b/.github/workflows/uptest-trigger.yml index ffcfab5..b61f573 100644 --- a/.github/workflows/uptest-trigger.yml +++ b/.github/workflows/uptest-trigger.yml @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 name: End to End Testing diff --git a/.gitignore b/.gitignore index dfdc480..37d2ce3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 /.cache /.work diff --git a/.golangci.yml b/.golangci.yml index 88fe41b..eac98b1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 run: timeout: 60m diff --git a/CODEOWNERS b/CODEOWNERS index c187a34..503f4a4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,7 +1,7 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 # This file controls automatic PR reviewer assignment. See the following docs: # diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c927bfb..9211cdb 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,7 +1,7 @@ ## Community Code of Conduct diff --git a/Makefile b/Makefile index a915380..f6e7488 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -# SPDX-FileCopyrightText: 2023 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # # SPDX-License-Identifier: Apache-2.0 diff --git a/NOTICE b/NOTICE index 417ad3b..c1ca4ee 100644 --- a/NOTICE +++ b/NOTICE @@ -1,7 +1,7 @@ This project is a larger work that combines with software written by third diff --git a/OWNERS.md b/OWNERS.md index c6982bd..a6b8c59 100644 --- a/OWNERS.md +++ b/OWNERS.md @@ -1,7 +1,7 @@ # OWNERS diff --git a/README.md b/README.md index 09ddeda..e38b72b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Upjet-based Crossplane provider for GCP Beta diff --git a/apis/cloudplatform/v1beta1/zz_generated.conversion_hubs.go b/apis/cloudplatform/v1beta1/zz_generated.conversion_hubs.go index 8e7885a..b7745f6 100755 --- a/apis/cloudplatform/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/cloudplatform/v1beta1/zz_generated.conversion_hubs.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/cloudplatform/v1beta1/zz_generated.deepcopy.go b/apis/cloudplatform/v1beta1/zz_generated.deepcopy.go index 478e15c..6cc57a4 100644 --- a/apis/cloudplatform/v1beta1/zz_generated.deepcopy.go +++ b/apis/cloudplatform/v1beta1/zz_generated.deepcopy.go @@ -1,6 +1,6 @@ //go:build !ignore_autogenerated -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/cloudplatform/v1beta1/zz_generated.managed.go b/apis/cloudplatform/v1beta1/zz_generated.managed.go index a948678..26081d6 100644 --- a/apis/cloudplatform/v1beta1/zz_generated.managed.go +++ b/apis/cloudplatform/v1beta1/zz_generated.managed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. diff --git a/apis/cloudplatform/v1beta1/zz_generated.managedlist.go b/apis/cloudplatform/v1beta1/zz_generated.managedlist.go index 9bc4336..ac3c690 100644 --- a/apis/cloudplatform/v1beta1/zz_generated.managedlist.go +++ b/apis/cloudplatform/v1beta1/zz_generated.managedlist.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. diff --git a/apis/cloudplatform/v1beta1/zz_groupversion_info.go b/apis/cloudplatform/v1beta1/zz_groupversion_info.go index 0bd8ee0..2ccfa18 100755 --- a/apis/cloudplatform/v1beta1/zz_groupversion_info.go +++ b/apis/cloudplatform/v1beta1/zz_groupversion_info.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/cloudplatform/v1beta1/zz_projectserviceidentity_terraformed.go b/apis/cloudplatform/v1beta1/zz_projectserviceidentity_terraformed.go index 636c3e9..ebc5709 100755 --- a/apis/cloudplatform/v1beta1/zz_projectserviceidentity_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_projectserviceidentity_terraformed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/cloudplatform/v1beta1/zz_projectserviceidentity_types.go b/apis/cloudplatform/v1beta1/zz_projectserviceidentity_types.go index 4088703..9d34502 100755 --- a/apis/cloudplatform/v1beta1/zz_projectserviceidentity_types.go +++ b/apis/cloudplatform/v1beta1/zz_projectserviceidentity_types.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/cloudplatform/v1beta1/zz_serviceaccount_terraformed.go b/apis/cloudplatform/v1beta1/zz_serviceaccount_terraformed.go index 33d8026..6630c32 100755 --- a/apis/cloudplatform/v1beta1/zz_serviceaccount_terraformed.go +++ b/apis/cloudplatform/v1beta1/zz_serviceaccount_terraformed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/cloudplatform/v1beta1/zz_serviceaccount_types.go b/apis/cloudplatform/v1beta1/zz_serviceaccount_types.go index 75dce00..8224c49 100755 --- a/apis/cloudplatform/v1beta1/zz_serviceaccount_types.go +++ b/apis/cloudplatform/v1beta1/zz_serviceaccount_types.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/container/v1beta1/zz_cluster_terraformed.go b/apis/container/v1beta1/zz_cluster_terraformed.go index 440c863..6851f48 100755 --- a/apis/container/v1beta1/zz_cluster_terraformed.go +++ b/apis/container/v1beta1/zz_cluster_terraformed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/container/v1beta1/zz_cluster_types.go b/apis/container/v1beta1/zz_cluster_types.go index 20533be..ff12964 100755 --- a/apis/container/v1beta1/zz_cluster_types.go +++ b/apis/container/v1beta1/zz_cluster_types.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/container/v1beta1/zz_generated.conversion_spokes.go b/apis/container/v1beta1/zz_generated.conversion_spokes.go index 62c130c..d9563e3 100755 --- a/apis/container/v1beta1/zz_generated.conversion_spokes.go +++ b/apis/container/v1beta1/zz_generated.conversion_spokes.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/container/v1beta1/zz_generated.deepcopy.go b/apis/container/v1beta1/zz_generated.deepcopy.go index 0ef0e7d..113f2d5 100644 --- a/apis/container/v1beta1/zz_generated.deepcopy.go +++ b/apis/container/v1beta1/zz_generated.deepcopy.go @@ -1,6 +1,6 @@ //go:build !ignore_autogenerated -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/container/v1beta1/zz_generated.managed.go b/apis/container/v1beta1/zz_generated.managed.go index 52eb222..9b52096 100644 --- a/apis/container/v1beta1/zz_generated.managed.go +++ b/apis/container/v1beta1/zz_generated.managed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. diff --git a/apis/container/v1beta1/zz_generated.managedlist.go b/apis/container/v1beta1/zz_generated.managedlist.go index 353525c..71151d4 100644 --- a/apis/container/v1beta1/zz_generated.managedlist.go +++ b/apis/container/v1beta1/zz_generated.managedlist.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. diff --git a/apis/container/v1beta1/zz_generated.resolvers.go b/apis/container/v1beta1/zz_generated.resolvers.go index 6074b62..a65d3e9 100644 --- a/apis/container/v1beta1/zz_generated.resolvers.go +++ b/apis/container/v1beta1/zz_generated.resolvers.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. diff --git a/apis/container/v1beta1/zz_groupversion_info.go b/apis/container/v1beta1/zz_groupversion_info.go index 8741c7b..61bd708 100755 --- a/apis/container/v1beta1/zz_groupversion_info.go +++ b/apis/container/v1beta1/zz_groupversion_info.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/container/v1beta1/zz_nodepool_terraformed.go b/apis/container/v1beta1/zz_nodepool_terraformed.go index 496dbca..775e917 100755 --- a/apis/container/v1beta1/zz_nodepool_terraformed.go +++ b/apis/container/v1beta1/zz_nodepool_terraformed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/container/v1beta1/zz_nodepool_types.go b/apis/container/v1beta1/zz_nodepool_types.go index 1cfd183..45b53bd 100755 --- a/apis/container/v1beta1/zz_nodepool_types.go +++ b/apis/container/v1beta1/zz_nodepool_types.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/container/v1beta2/zz_cluster_terraformed.go b/apis/container/v1beta2/zz_cluster_terraformed.go index 165a01d..7220c23 100755 --- a/apis/container/v1beta2/zz_cluster_terraformed.go +++ b/apis/container/v1beta2/zz_cluster_terraformed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/container/v1beta2/zz_cluster_types.go b/apis/container/v1beta2/zz_cluster_types.go index e72abb1..bd6a840 100755 --- a/apis/container/v1beta2/zz_cluster_types.go +++ b/apis/container/v1beta2/zz_cluster_types.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/container/v1beta2/zz_generated.conversion_hubs.go b/apis/container/v1beta2/zz_generated.conversion_hubs.go index 05fd956..1299f19 100755 --- a/apis/container/v1beta2/zz_generated.conversion_hubs.go +++ b/apis/container/v1beta2/zz_generated.conversion_hubs.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/container/v1beta2/zz_generated.deepcopy.go b/apis/container/v1beta2/zz_generated.deepcopy.go index e156892..57afd0b 100644 --- a/apis/container/v1beta2/zz_generated.deepcopy.go +++ b/apis/container/v1beta2/zz_generated.deepcopy.go @@ -1,6 +1,6 @@ //go:build !ignore_autogenerated -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/container/v1beta2/zz_generated.managed.go b/apis/container/v1beta2/zz_generated.managed.go index 0515412..4f89ee8 100644 --- a/apis/container/v1beta2/zz_generated.managed.go +++ b/apis/container/v1beta2/zz_generated.managed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. diff --git a/apis/container/v1beta2/zz_generated.managedlist.go b/apis/container/v1beta2/zz_generated.managedlist.go index 064f2d1..edfaedc 100644 --- a/apis/container/v1beta2/zz_generated.managedlist.go +++ b/apis/container/v1beta2/zz_generated.managedlist.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. diff --git a/apis/container/v1beta2/zz_generated.resolvers.go b/apis/container/v1beta2/zz_generated.resolvers.go index 4e571c3..309809a 100644 --- a/apis/container/v1beta2/zz_generated.resolvers.go +++ b/apis/container/v1beta2/zz_generated.resolvers.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. diff --git a/apis/container/v1beta2/zz_groupversion_info.go b/apis/container/v1beta2/zz_groupversion_info.go index cde1180..333ce32 100755 --- a/apis/container/v1beta2/zz_groupversion_info.go +++ b/apis/container/v1beta2/zz_groupversion_info.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/container/v1beta2/zz_nodepool_terraformed.go b/apis/container/v1beta2/zz_nodepool_terraformed.go index 96422a9..b2d7b14 100755 --- a/apis/container/v1beta2/zz_nodepool_terraformed.go +++ b/apis/container/v1beta2/zz_nodepool_terraformed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/container/v1beta2/zz_nodepool_types.go b/apis/container/v1beta2/zz_nodepool_types.go index e849ae3..8550ae0 100755 --- a/apis/container/v1beta2/zz_nodepool_types.go +++ b/apis/container/v1beta2/zz_nodepool_types.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/generate.go b/apis/generate.go index f077d9e..02d1922 100644 --- a/apis/generate.go +++ b/apis/generate.go @@ -1,7 +1,7 @@ //go:build generate // +build generate -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/networksecurity/v1beta1/zz_generated.conversion_hubs.go b/apis/networksecurity/v1beta1/zz_generated.conversion_hubs.go index b44e241..8e9369b 100755 --- a/apis/networksecurity/v1beta1/zz_generated.conversion_hubs.go +++ b/apis/networksecurity/v1beta1/zz_generated.conversion_hubs.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/networksecurity/v1beta1/zz_generated.deepcopy.go b/apis/networksecurity/v1beta1/zz_generated.deepcopy.go index ec68235..63d1a96 100644 --- a/apis/networksecurity/v1beta1/zz_generated.deepcopy.go +++ b/apis/networksecurity/v1beta1/zz_generated.deepcopy.go @@ -1,6 +1,6 @@ //go:build !ignore_autogenerated -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/networksecurity/v1beta1/zz_generated.managed.go b/apis/networksecurity/v1beta1/zz_generated.managed.go index 676a437..cfd505c 100644 --- a/apis/networksecurity/v1beta1/zz_generated.managed.go +++ b/apis/networksecurity/v1beta1/zz_generated.managed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. diff --git a/apis/networksecurity/v1beta1/zz_generated.managedlist.go b/apis/networksecurity/v1beta1/zz_generated.managedlist.go index b1705eb..e458843 100644 --- a/apis/networksecurity/v1beta1/zz_generated.managedlist.go +++ b/apis/networksecurity/v1beta1/zz_generated.managedlist.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. diff --git a/apis/networksecurity/v1beta1/zz_groupversion_info.go b/apis/networksecurity/v1beta1/zz_groupversion_info.go index 75b7f32..88acbc9 100755 --- a/apis/networksecurity/v1beta1/zz_groupversion_info.go +++ b/apis/networksecurity/v1beta1/zz_groupversion_info.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/networksecurity/v1beta1/zz_servertlspolicy_terraformed.go b/apis/networksecurity/v1beta1/zz_servertlspolicy_terraformed.go index 083144c..7422ee5 100755 --- a/apis/networksecurity/v1beta1/zz_servertlspolicy_terraformed.go +++ b/apis/networksecurity/v1beta1/zz_servertlspolicy_terraformed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/networksecurity/v1beta1/zz_servertlspolicy_types.go b/apis/networksecurity/v1beta1/zz_servertlspolicy_types.go index c3f1074..30006e6 100755 --- a/apis/networksecurity/v1beta1/zz_servertlspolicy_types.go +++ b/apis/networksecurity/v1beta1/zz_servertlspolicy_types.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/v1alpha1/doc.go b/apis/v1alpha1/doc.go index b2cc35a..b7e4b5e 100644 --- a/apis/v1alpha1/doc.go +++ b/apis/v1alpha1/doc.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/v1alpha1/register.go b/apis/v1alpha1/register.go index a3f6e29..bb85c6f 100644 --- a/apis/v1alpha1/register.go +++ b/apis/v1alpha1/register.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/v1alpha1/types.go b/apis/v1alpha1/types.go index f3094db..b1525a4 100644 --- a/apis/v1alpha1/types.go +++ b/apis/v1alpha1/types.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/v1alpha1/zz_generated.deepcopy.go b/apis/v1alpha1/zz_generated.deepcopy.go index d22189d..9fe133f 100644 --- a/apis/v1alpha1/zz_generated.deepcopy.go +++ b/apis/v1alpha1/zz_generated.deepcopy.go @@ -1,6 +1,6 @@ //go:build !ignore_autogenerated -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/v1beta1/doc.go b/apis/v1beta1/doc.go index 5e4424c..0c19839 100644 --- a/apis/v1beta1/doc.go +++ b/apis/v1beta1/doc.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/v1beta1/register.go b/apis/v1beta1/register.go index 3b1ae15..e72264d 100644 --- a/apis/v1beta1/register.go +++ b/apis/v1beta1/register.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/v1beta1/types.go b/apis/v1beta1/types.go index a7e5982..010a682 100644 --- a/apis/v1beta1/types.go +++ b/apis/v1beta1/types.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/v1beta1/zz_generated.deepcopy.go b/apis/v1beta1/zz_generated.deepcopy.go index 690932f..35f677e 100644 --- a/apis/v1beta1/zz_generated.deepcopy.go +++ b/apis/v1beta1/zz_generated.deepcopy.go @@ -1,6 +1,6 @@ //go:build !ignore_autogenerated -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/apis/v1beta1/zz_generated.pc.go b/apis/v1beta1/zz_generated.pc.go index 74ba0e6..6d8ca21 100644 --- a/apis/v1beta1/zz_generated.pc.go +++ b/apis/v1beta1/zz_generated.pc.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. diff --git a/apis/v1beta1/zz_generated.pcu.go b/apis/v1beta1/zz_generated.pcu.go index f252573..69a426e 100644 --- a/apis/v1beta1/zz_generated.pcu.go +++ b/apis/v1beta1/zz_generated.pcu.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. diff --git a/apis/v1beta1/zz_generated.pculist.go b/apis/v1beta1/zz_generated.pculist.go index 181990e..4ec27f9 100644 --- a/apis/v1beta1/zz_generated.pculist.go +++ b/apis/v1beta1/zz_generated.pculist.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 // Code generated by angryjet. DO NOT EDIT. diff --git a/apis/zz_register.go b/apis/zz_register.go index 893ac15..0cb0b74 100755 --- a/apis/zz_register.go +++ b/apis/zz_register.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/catalog-info.yaml b/catalog-info.yaml index 696f7fe..4d41cc7 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: backstage.io/v1alpha1 kind: Component diff --git a/cluster/test/setup.sh b/cluster/test/setup.sh index aa6f14c..4ddc600 100755 --- a/cluster/test/setup.sh +++ b/cluster/test/setup.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -aeuo pipefail -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # # SPDX-License-Identifier: Apache-2.0 diff --git a/cmd/generator/main.go b/cmd/generator/main.go index 74bb88b..f7464e5 100644 --- a/cmd/generator/main.go +++ b/cmd/generator/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/cmd/provider/cloudplatform/zz_main.go b/cmd/provider/cloudplatform/zz_main.go index bcb5135..c10d9a4 100644 --- a/cmd/provider/cloudplatform/zz_main.go +++ b/cmd/provider/cloudplatform/zz_main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/cmd/provider/config/zz_main.go b/cmd/provider/config/zz_main.go index f330233..9770a35 100644 --- a/cmd/provider/config/zz_main.go +++ b/cmd/provider/config/zz_main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/cmd/provider/container/zz_main.go b/cmd/provider/container/zz_main.go index 5d5298d..80d3085 100644 --- a/cmd/provider/container/zz_main.go +++ b/cmd/provider/container/zz_main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/cmd/provider/monolith/zz_main.go b/cmd/provider/monolith/zz_main.go index c81d982..497d329 100644 --- a/cmd/provider/monolith/zz_main.go +++ b/cmd/provider/monolith/zz_main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/cmd/provider/networksecurity/zz_main.go b/cmd/provider/networksecurity/zz_main.go index b1e5325..f19263e 100644 --- a/cmd/provider/networksecurity/zz_main.go +++ b/cmd/provider/networksecurity/zz_main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/config/common/config.go b/config/common/config.go index 93d57ae..c70c7bf 100644 --- a/config/common/config.go +++ b/config/common/config.go @@ -1,6 +1,6 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // -// SPDX-License-Identifier: CC0-1.0 +// SPDX-License-Identifier: Apache-2.0 package common diff --git a/config/container/config.go b/config/container/config.go index 012d9fe..dc0e8a0 100644 --- a/config/container/config.go +++ b/config/container/config.go @@ -1,6 +1,6 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // -// SPDX-License-Identifier: CC0-1.0 +// SPDX-License-Identifier: Apache-2.0 package container diff --git a/config/externalname.go b/config/externalname.go index 17d3985..5d3d8ec 100644 --- a/config/externalname.go +++ b/config/externalname.go @@ -1,6 +1,6 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // -// SPDX-License-Identifier: CC0-1.0 +// SPDX-License-Identifier: Apache-2.0 package config diff --git a/config/generated.lst.license b/config/generated.lst.license index 6806f72..96057f8 100644 --- a/config/generated.lst.license +++ b/config/generated.lst.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2024 The Crossplane Authors +SPDX-FileCopyrightText: 2025 Upbound Inc. SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/config/networksecurity/config.go b/config/networksecurity/config.go index 5efc2a4..42bd3b6 100644 --- a/config/networksecurity/config.go +++ b/config/networksecurity/config.go @@ -1,6 +1,6 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // -// SPDX-License-Identifier: CC0-1.0 +// SPDX-License-Identifier: Apache-2.0 package networksecurity diff --git a/config/overrides.go b/config/overrides.go index 57f3e36..c2c40bd 100644 --- a/config/overrides.go +++ b/config/overrides.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/config/provider-metadata.yaml.license b/config/provider-metadata.yaml.license index 6806f72..28321e3 100644 --- a/config/provider-metadata.yaml.license +++ b/config/provider-metadata.yaml.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2024 The Crossplane Authors - -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +// SPDX-FileCopyrightText: 2025 Upbound Inc. +// +// SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/config/provider.go b/config/provider.go index 2ce04fc..4a6c931 100644 --- a/config/provider.go +++ b/config/provider.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/config/schema.json.license b/config/schema.json.license index 6806f72..28321e3 100644 --- a/config/schema.json.license +++ b/config/schema.json.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2024 The Crossplane Authors - -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +// SPDX-FileCopyrightText: 2025 Upbound Inc. +// +// SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/examples/cloudplatform/v1beta1/projectserviceidentity.yaml b/examples/cloudplatform/v1beta1/projectserviceidentity.yaml index c0d41b7..df60338 100644 --- a/examples/cloudplatform/v1beta1/projectserviceidentity.yaml +++ b/examples/cloudplatform/v1beta1/projectserviceidentity.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Upbound Inc. +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: cloudplatform.gcp-beta.upbound.io/v1beta1 kind: ProjectServiceIdentity metadata: diff --git a/examples/cloudplatform/v1beta1/serviceaccount.yaml b/examples/cloudplatform/v1beta1/serviceaccount.yaml index 5ee3869..1a33140 100644 --- a/examples/cloudplatform/v1beta1/serviceaccount.yaml +++ b/examples/cloudplatform/v1beta1/serviceaccount.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Upbound Inc. +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: cloudplatform.gcp-beta.upbound.io/v1beta1 kind: ServiceAccount metadata: diff --git a/examples/container/v1beta1/cluster.yaml b/examples/container/v1beta1/cluster.yaml index bf367af..bb425d5 100644 --- a/examples/container/v1beta1/cluster.yaml +++ b/examples/container/v1beta1/cluster.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Upbound Inc. +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: container.gcp-beta.upbound.io/v1beta1 kind: Cluster metadata: diff --git a/examples/container/v1beta1/nodepool.yaml b/examples/container/v1beta1/nodepool.yaml index 96b778a..64f6921 100644 --- a/examples/container/v1beta1/nodepool.yaml +++ b/examples/container/v1beta1/nodepool.yaml @@ -1,9 +1,14 @@ +# SPDX-FileCopyrightText: 2025 Upbound Inc. +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: container.gcp-beta.upbound.io/v1beta1 kind: NodePool metadata: annotations: uptest.upbound.io/disable-import: "true" meta.upbound.io/example-id: container/v1beta1/nodepool + uptest.upbound.io/timeout: "3600" labels: testing.upbound.io/example-name: nodepool name: nodepool diff --git a/examples/container/v1beta2/cluster.yaml b/examples/container/v1beta2/cluster.yaml index 376dfcd..776683c 100644 --- a/examples/container/v1beta2/cluster.yaml +++ b/examples/container/v1beta2/cluster.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Upbound Inc. +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: container.gcp-beta.upbound.io/v1beta2 kind: Cluster metadata: diff --git a/examples/container/v1beta2/nodepool.yaml b/examples/container/v1beta2/nodepool.yaml index 892c55d..18113c6 100644 --- a/examples/container/v1beta2/nodepool.yaml +++ b/examples/container/v1beta2/nodepool.yaml @@ -1,9 +1,14 @@ +# SPDX-FileCopyrightText: 2025 Upbound Inc. +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: container.gcp-beta.upbound.io/v1beta2 kind: NodePool metadata: annotations: meta.upbound.io/example-id: container/v1beta2/nodepool uptest.upbound.io/disable-import: "true" + uptest.upbound.io/timeout: "3600" labels: testing.upbound.io/example-name: nodepool name: nodepool diff --git a/examples/gcp/v1beta1/accesstoken.yaml b/examples/gcp/v1beta1/accesstoken.yaml index 94c0770..ff06028 100644 --- a/examples/gcp/v1beta1/accesstoken.yaml +++ b/examples/gcp/v1beta1/accesstoken.yaml @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: gcp-beta.upbound.io/v1beta1 kind: ProviderConfig diff --git a/examples/gcp/v1beta1/providerconfig.yaml b/examples/gcp/v1beta1/providerconfig.yaml index da472a5..e568822 100644 --- a/examples/gcp/v1beta1/providerconfig.yaml +++ b/examples/gcp/v1beta1/providerconfig.yaml @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: gcp-beta.upbound.io/v1beta1 kind: ProviderConfig diff --git a/examples/gcp/v1beta1/upbound.yaml b/examples/gcp/v1beta1/upbound.yaml index 57a384e..33d3d93 100644 --- a/examples/gcp/v1beta1/upbound.yaml +++ b/examples/gcp/v1beta1/upbound.yaml @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: gcp-beta.upbound.io/v1beta1 kind: ProviderConfig diff --git a/examples/gcp/v1beta1/workloadidentity.yaml b/examples/gcp/v1beta1/workloadidentity.yaml index 3ad5a0f..a669a19 100644 --- a/examples/gcp/v1beta1/workloadidentity.yaml +++ b/examples/gcp/v1beta1/workloadidentity.yaml @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: gcp-beta.upbound.io/v1beta1 kind: ProviderConfig diff --git a/examples/networksecurity/v1beta1/servertlspolicy.yaml b/examples/networksecurity/v1beta1/servertlspolicy.yaml index a67d2dd..c29b36e 100644 --- a/examples/networksecurity/v1beta1/servertlspolicy.yaml +++ b/examples/networksecurity/v1beta1/servertlspolicy.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Upbound Inc. +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: networksecurity.gcp-beta.upbound.io/v1beta1 kind: ServerTLSPolicy metadata: diff --git a/examples/providerconfig/v1beta1/impersonatedserviceaccount.yaml b/examples/providerconfig/v1beta1/impersonatedserviceaccount.yaml index c0a3b63..61e0f66 100644 --- a/examples/providerconfig/v1beta1/impersonatedserviceaccount.yaml +++ b/examples/providerconfig/v1beta1/impersonatedserviceaccount.yaml @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: gcp-beta.upbound.io/v1beta1 kind: ProviderConfig diff --git a/examples/providerconfig/v1beta1/providerconfig.yaml b/examples/providerconfig/v1beta1/providerconfig.yaml index e0db39f..08651c3 100644 --- a/examples/providerconfig/v1beta1/providerconfig.yaml +++ b/examples/providerconfig/v1beta1/providerconfig.yaml @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: gcp-beta.upbound.io/v1beta1 kind: ProviderConfig diff --git a/go.sum.license b/go.sum.license index 7d075e7..5452ba9 100644 --- a/go.sum.license +++ b/go.sum.license @@ -1,4 +1,4 @@ -SPDX-FileCopyrightText: 2024 The Crossplane Authors +SPDX-FileCopyrightText: 2025 Upbound Inc. -SPDX-License-Identifier: CC0-1.0 +SPDX-License-Identifier: Apache-2.0 diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 666c7bb..28321e3 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,3 +1,3 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/hack/embed.go b/hack/embed.go index e9b8dbe..877a2ba 100644 --- a/hack/embed.go +++ b/hack/embed.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/hack/main.go.tmpl b/hack/main.go.tmpl index 406a398..61abf4c 100644 --- a/hack/main.go.tmpl +++ b/hack/main.go.tmpl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/apis/scheme.go b/internal/apis/scheme.go index 0e1c271..d43ff96 100644 --- a/internal/apis/scheme.go +++ b/internal/apis/scheme.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/clients/gcp-beta.go b/internal/clients/gcp-beta.go index 6393e1d..111464f 100644 --- a/internal/clients/gcp-beta.go +++ b/internal/clients/gcp-beta.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/controller/cloudplatform/projectserviceidentity/zz_controller.go b/internal/controller/cloudplatform/projectserviceidentity/zz_controller.go index 2b9e93d..78924ae 100755 --- a/internal/controller/cloudplatform/projectserviceidentity/zz_controller.go +++ b/internal/controller/cloudplatform/projectserviceidentity/zz_controller.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/controller/cloudplatform/serviceaccount/zz_controller.go b/internal/controller/cloudplatform/serviceaccount/zz_controller.go index 71f6fa8..5fed4d7 100755 --- a/internal/controller/cloudplatform/serviceaccount/zz_controller.go +++ b/internal/controller/cloudplatform/serviceaccount/zz_controller.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/controller/container/cluster/zz_controller.go b/internal/controller/container/cluster/zz_controller.go index f4d2c3d..c6198d2 100755 --- a/internal/controller/container/cluster/zz_controller.go +++ b/internal/controller/container/cluster/zz_controller.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/controller/container/nodepool/zz_controller.go b/internal/controller/container/nodepool/zz_controller.go index f1a9289..477bb99 100755 --- a/internal/controller/container/nodepool/zz_controller.go +++ b/internal/controller/container/nodepool/zz_controller.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/controller/networksecurity/servertlspolicy/zz_controller.go b/internal/controller/networksecurity/servertlspolicy/zz_controller.go index c795e7b..9f77a78 100755 --- a/internal/controller/networksecurity/servertlspolicy/zz_controller.go +++ b/internal/controller/networksecurity/servertlspolicy/zz_controller.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/controller/providerconfig/config.go b/internal/controller/providerconfig/config.go index e53d4fa..ecd35af 100644 --- a/internal/controller/providerconfig/config.go +++ b/internal/controller/providerconfig/config.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/controller/zz_cloudplatform_setup.go b/internal/controller/zz_cloudplatform_setup.go index b2b1799..ef427a2 100755 --- a/internal/controller/zz_cloudplatform_setup.go +++ b/internal/controller/zz_cloudplatform_setup.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/controller/zz_config_setup.go b/internal/controller/zz_config_setup.go index edad6b6..416c6b9 100755 --- a/internal/controller/zz_config_setup.go +++ b/internal/controller/zz_config_setup.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/controller/zz_container_setup.go b/internal/controller/zz_container_setup.go index 1febb1e..d1eaf7e 100755 --- a/internal/controller/zz_container_setup.go +++ b/internal/controller/zz_container_setup.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/controller/zz_monolith_setup.go b/internal/controller/zz_monolith_setup.go index c7ef455..9d65d68 100755 --- a/internal/controller/zz_monolith_setup.go +++ b/internal/controller/zz_monolith_setup.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/controller/zz_networksecurity_setup.go b/internal/controller/zz_networksecurity_setup.go index 48e809d..386e5f1 100755 --- a/internal/controller/zz_networksecurity_setup.go +++ b/internal/controller/zz_networksecurity_setup.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/features/features.go b/internal/features/features.go index b851b4d..fb9d1c2 100644 --- a/internal/features/features.go +++ b/internal/features/features.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 The Crossplane Authors +// SPDX-FileCopyrightText: 2025 Upbound Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/package/auth.yaml b/package/auth.yaml index f054f4a..55ef840 100644 --- a/package/auth.yaml +++ b/package/auth.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # # SPDX-License-Identifier: Apache-2.0 diff --git a/package/crossplane.yaml.tmpl.license b/package/crossplane.yaml.tmpl.license index 2072b73..a0ef17b 100644 --- a/package/crossplane.yaml.tmpl.license +++ b/package/crossplane.yaml.tmpl.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2024 The Crossplane Authors - -SPDX-License-Identifier: CC0-1.0 \ No newline at end of file +# SPDX-FileCopyrightText: 2025 Upbound Inc. +# +# SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/package/kustomize/kustomization.yaml b/package/kustomize/kustomization.yaml index 48398bc..6a3d548 100644 --- a/package/kustomize/kustomization.yaml +++ b/package/kustomize/kustomization.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # # SPDX-License-Identifier: Apache-2.0 diff --git a/package/kustomize/plugin/providers.upbound.io/splittransformer/SplitTransformer b/package/kustomize/plugin/providers.upbound.io/splittransformer/SplitTransformer index ca27dcf..6b2d803 100755 --- a/package/kustomize/plugin/providers.upbound.io/splittransformer/SplitTransformer +++ b/package/kustomize/plugin/providers.upbound.io/splittransformer/SplitTransformer @@ -2,7 +2,7 @@ set -aeuo pipefail -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # # SPDX-License-Identifier: Apache-2.0 diff --git a/package/kustomize/splitter.yaml b/package/kustomize/splitter.yaml index c4a3ba8..b8d59fd 100644 --- a/package/kustomize/splitter.yaml +++ b/package/kustomize/splitter.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # # SPDX-License-Identifier: Apache-2.0 diff --git a/package/kustomize/webhook.yaml b/package/kustomize/webhook.yaml index 5add0c7..1628c0f 100644 --- a/package/kustomize/webhook.yaml +++ b/package/kustomize/webhook.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +## SPDX-FileCopyrightText: 2025 Upbound Inc. # # SPDX-License-Identifier: Apache-2.0 diff --git a/scripts/check-examples.py b/scripts/check-examples.py index 4c8bbeb..e52ee24 100755 --- a/scripts/check-examples.py +++ b/scripts/check-examples.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # # SPDX-License-Identifier: Apache-2.0 diff --git a/scripts/version_diff.py b/scripts/version_diff.py index 68853cc..cb7e04e 100755 --- a/scripts/version_diff.py +++ b/scripts/version_diff.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: 2024 The Crossplane Authors +# SPDX-FileCopyrightText: 2025 Upbound Inc. # # SPDX-License-Identifier: Apache-2.0