From 67005e9038af0586c1dfed11fed47bd2e3fb9822 Mon Sep 17 00:00:00 2001 From: I534922 Date: Wed, 15 Nov 2023 16:13:12 -0800 Subject: [PATCH] update copyrights Signed-off-by: I534922 --- apis/generate.go | 2 +- apis/v1alpha1/doc.go | 2 +- apis/v1alpha1/register.go | 2 +- apis/v1alpha1/types.go | 2 +- cmd/provider/main.go | 2 +- config/provider.go | 2 +- internal/clients/confluent.go | 2 +- internal/controller/doc.go | 2 +- internal/controller/providerconfig/config.go | 2 +- internal/features/features.go | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apis/generate.go b/apis/generate.go index 3688ec4..f255469 100644 --- a/apis/generate.go +++ b/apis/generate.go @@ -2,7 +2,7 @@ // +build generate /* -Copyright 2021 Upbound Inc. +Copyright 2023 The Crossplane Authors. */ // NOTE: See the below link for details on what is happening here. diff --git a/apis/v1alpha1/doc.go b/apis/v1alpha1/doc.go index 4f8310f..577c637 100644 --- a/apis/v1alpha1/doc.go +++ b/apis/v1alpha1/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2022 The Crossplane Authors. +Copyright 2023 The Crossplane Authors. */ diff --git a/apis/v1alpha1/register.go b/apis/v1alpha1/register.go index a18a7fc..2e67cf7 100644 --- a/apis/v1alpha1/register.go +++ b/apis/v1alpha1/register.go @@ -1,5 +1,5 @@ /* -Copyright 2022 The Crossplane Authors. +Copyright 2023 The Crossplane Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/types.go b/apis/v1alpha1/types.go index 568f6ab..e85ec57 100644 --- a/apis/v1alpha1/types.go +++ b/apis/v1alpha1/types.go @@ -1,5 +1,5 @@ /* -Copyright 2022 The Crossplane Authors. +Copyright 2023 The Crossplane Authors. */ diff --git a/cmd/provider/main.go b/cmd/provider/main.go index 6d9539e..c8e2a73 100644 --- a/cmd/provider/main.go +++ b/cmd/provider/main.go @@ -1,5 +1,5 @@ /* -Copyright 2022 The Crossplane Authors. +Copyright 2023 The Crossplane Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/config/provider.go b/config/provider.go index 3bf6687..ff01939 100644 --- a/config/provider.go +++ b/config/provider.go @@ -1,5 +1,5 @@ /* -Copyright 2021 Upbound Inc. +Copyright 2023 The Crossplane Authors. */ package config diff --git a/internal/clients/confluent.go b/internal/clients/confluent.go index aacfc36..cd2609b 100644 --- a/internal/clients/confluent.go +++ b/internal/clients/confluent.go @@ -1,5 +1,5 @@ /* -Copyright 2021 Upbound Inc. +Copyright 2023 The Crossplane Authors. */ package clients diff --git a/internal/controller/doc.go b/internal/controller/doc.go index a4c8097..cbfba8b 100644 --- a/internal/controller/doc.go +++ b/internal/controller/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2021 Upbound Inc. +Copyright 2023 The Crossplane Authors. */ package controller diff --git a/internal/controller/providerconfig/config.go b/internal/controller/providerconfig/config.go index db40e06..18dba35 100644 --- a/internal/controller/providerconfig/config.go +++ b/internal/controller/providerconfig/config.go @@ -1,5 +1,5 @@ /* -Copyright 2022 The Crossplane Authors. +Copyright 2023 The Crossplane Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/internal/features/features.go b/internal/features/features.go index 3f88a74..1e1786f 100644 --- a/internal/features/features.go +++ b/internal/features/features.go @@ -1,5 +1,5 @@ /* - Copyright 2022 The Crossplane Authors. + Copyright 2023 The Crossplane Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at