From 0e67b76b57864219c6da9136832d603a567609b2 Mon Sep 17 00:00:00 2001
From: Stefan Prodan <stefan.prodan@gmail.com>
Date: Tue, 27 Oct 2020 18:59:01 +0200
Subject: [PATCH] Change copyright to Flux authors

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
---
 cmd/gotk/bootstrap.go                    | 2 +-
 cmd/gotk/bootstrap_github.go             | 2 +-
 cmd/gotk/bootstrap_gitlab.go             | 2 +-
 cmd/gotk/check.go                        | 2 +-
 cmd/gotk/completion.go                   | 2 +-
 cmd/gotk/completion_bash.go              | 2 +-
 cmd/gotk/completion_fish.go              | 2 +-
 cmd/gotk/completion_powershell.go        | 2 +-
 cmd/gotk/completion_zsh.go               | 2 +-
 cmd/gotk/create.go                       | 2 +-
 cmd/gotk/create_alert.go                 | 2 +-
 cmd/gotk/create_alertprovider.go         | 2 +-
 cmd/gotk/create_helmrelease.go           | 2 +-
 cmd/gotk/create_kustomization.go         | 2 +-
 cmd/gotk/create_receiver.go              | 2 +-
 cmd/gotk/create_source.go                | 2 +-
 cmd/gotk/create_source_bucket.go         | 2 +-
 cmd/gotk/create_source_git.go            | 2 +-
 cmd/gotk/create_source_helm.go           | 2 +-
 cmd/gotk/create_tenant.go                | 2 +-
 cmd/gotk/delete.go                       | 2 +-
 cmd/gotk/delete_alert.go                 | 2 +-
 cmd/gotk/delete_alertprovider.go         | 2 +-
 cmd/gotk/delete_helmrelease.go           | 2 +-
 cmd/gotk/delete_kustomization.go         | 2 +-
 cmd/gotk/delete_receiver.go              | 2 +-
 cmd/gotk/delete_source.go                | 2 +-
 cmd/gotk/delete_source_bucket.go         | 2 +-
 cmd/gotk/delete_source_git.go            | 2 +-
 cmd/gotk/delete_source_helm.go           | 2 +-
 cmd/gotk/export.go                       | 2 +-
 cmd/gotk/export_alert.go                 | 2 +-
 cmd/gotk/export_alertprovider.go         | 2 +-
 cmd/gotk/export_helmrelease.go           | 2 +-
 cmd/gotk/export_kustomization.go         | 2 +-
 cmd/gotk/export_receiver.go              | 2 +-
 cmd/gotk/export_source.go                | 2 +-
 cmd/gotk/export_source_bucket.go         | 2 +-
 cmd/gotk/export_source_git.go            | 2 +-
 cmd/gotk/export_source_helm.go           | 2 +-
 cmd/gotk/get.go                          | 2 +-
 cmd/gotk/get_alert.go                    | 2 +-
 cmd/gotk/get_alertprovider.go            | 2 +-
 cmd/gotk/get_helmrelease.go              | 2 +-
 cmd/gotk/get_kustomization.go            | 2 +-
 cmd/gotk/get_receiver.go                 | 2 +-
 cmd/gotk/get_source.go                   | 2 +-
 cmd/gotk/get_source_bucket.go            | 2 +-
 cmd/gotk/get_source_git.go               | 2 +-
 cmd/gotk/get_source_helm.go              | 2 +-
 cmd/gotk/install.go                      | 2 +-
 cmd/gotk/log.go                          | 2 +-
 cmd/gotk/main.go                         | 2 +-
 cmd/gotk/reconcile.go                    | 2 +-
 cmd/gotk/reconcile_alert.go              | 2 +-
 cmd/gotk/reconcile_alertprovider.go      | 2 +-
 cmd/gotk/reconcile_helmrelease.go        | 2 +-
 cmd/gotk/reconcile_kustomization.go      | 2 +-
 cmd/gotk/reconcile_receiver.go           | 2 +-
 cmd/gotk/reconcile_source.go             | 2 +-
 cmd/gotk/reconcile_source_bucket.go      | 2 +-
 cmd/gotk/reconcile_source_git.go         | 2 +-
 cmd/gotk/reconcile_source_helm.go        | 2 +-
 cmd/gotk/resume.go                       | 2 +-
 cmd/gotk/resume_alert.go                 | 2 +-
 cmd/gotk/resume_helmrelease.go           | 2 +-
 cmd/gotk/resume_kustomization.go         | 2 +-
 cmd/gotk/resume_receiver.go              | 2 +-
 cmd/gotk/suspend.go                      | 2 +-
 cmd/gotk/suspend_alert.go                | 2 +-
 cmd/gotk/suspend_helmrelease.go          | 2 +-
 cmd/gotk/suspend_kustomization.go        | 2 +-
 cmd/gotk/suspend_receiver.go             | 2 +-
 cmd/gotk/uninstall.go                    | 2 +-
 internal/flags/arch.go                   | 2 +-
 internal/flags/decryption_provider.go    | 2 +-
 internal/flags/ecdsa_curve.go            | 2 +-
 internal/flags/helm_chart_source.go      | 2 +-
 internal/flags/kustomization_source.go   | 2 +-
 internal/flags/log_level.go              | 2 +-
 internal/flags/public_key_algorithm.go   | 2 +-
 internal/flags/rsa_key_bits.go           | 2 +-
 internal/flags/source_bucket_provider.go | 2 +-
 internal/utils/utils.go                  | 2 +-
 pkg/install/install.go                   | 2 +-
 pkg/install/install_test.go              | 2 +-
 pkg/install/manifests.go                 | 2 +-
 pkg/install/options.go                   | 2 +-
 pkg/install/templates.go                 | 2 +-
 pkg/log/log.go                           | 2 +-
 90 files changed, 90 insertions(+), 90 deletions(-)

diff --git a/cmd/gotk/bootstrap.go b/cmd/gotk/bootstrap.go
index 06af444e..45bda530 100644
--- a/cmd/gotk/bootstrap.go
+++ b/cmd/gotk/bootstrap.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/bootstrap_github.go b/cmd/gotk/bootstrap_github.go
index c111269e..c7d42a17 100644
--- a/cmd/gotk/bootstrap_github.go
+++ b/cmd/gotk/bootstrap_github.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/bootstrap_gitlab.go b/cmd/gotk/bootstrap_gitlab.go
index 35893f47..fbf59204 100644
--- a/cmd/gotk/bootstrap_gitlab.go
+++ b/cmd/gotk/bootstrap_gitlab.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/check.go b/cmd/gotk/check.go
index 9ec51398..b87396dd 100644
--- a/cmd/gotk/check.go
+++ b/cmd/gotk/check.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/completion.go b/cmd/gotk/completion.go
index 302c6cec..08406ac7 100644
--- a/cmd/gotk/completion.go
+++ b/cmd/gotk/completion.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/completion_bash.go b/cmd/gotk/completion_bash.go
index 8f3dc36b..0e4bf5c1 100644
--- a/cmd/gotk/completion_bash.go
+++ b/cmd/gotk/completion_bash.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/completion_fish.go b/cmd/gotk/completion_fish.go
index 5e7ea902..13ecfe58 100644
--- a/cmd/gotk/completion_fish.go
+++ b/cmd/gotk/completion_fish.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/completion_powershell.go b/cmd/gotk/completion_powershell.go
index 64e93d07..ec401d4f 100644
--- a/cmd/gotk/completion_powershell.go
+++ b/cmd/gotk/completion_powershell.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/completion_zsh.go b/cmd/gotk/completion_zsh.go
index a3d42768..9698934a 100644
--- a/cmd/gotk/completion_zsh.go
+++ b/cmd/gotk/completion_zsh.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/create.go b/cmd/gotk/create.go
index 5083fa2a..1d1507d5 100644
--- a/cmd/gotk/create.go
+++ b/cmd/gotk/create.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/create_alert.go b/cmd/gotk/create_alert.go
index cae14bc7..e307747d 100644
--- a/cmd/gotk/create_alert.go
+++ b/cmd/gotk/create_alert.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/create_alertprovider.go b/cmd/gotk/create_alertprovider.go
index f1ab8c6a..3150ee00 100644
--- a/cmd/gotk/create_alertprovider.go
+++ b/cmd/gotk/create_alertprovider.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/create_helmrelease.go b/cmd/gotk/create_helmrelease.go
index 566e8825..46fb4b13 100644
--- a/cmd/gotk/create_helmrelease.go
+++ b/cmd/gotk/create_helmrelease.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/create_kustomization.go b/cmd/gotk/create_kustomization.go
index e19d9731..0c67b77c 100644
--- a/cmd/gotk/create_kustomization.go
+++ b/cmd/gotk/create_kustomization.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/create_receiver.go b/cmd/gotk/create_receiver.go
index 697860ea..d25f92e1 100644
--- a/cmd/gotk/create_receiver.go
+++ b/cmd/gotk/create_receiver.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/create_source.go b/cmd/gotk/create_source.go
index a7c863d7..5b51209f 100644
--- a/cmd/gotk/create_source.go
+++ b/cmd/gotk/create_source.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/create_source_bucket.go b/cmd/gotk/create_source_bucket.go
index 7ed080e7..238d5e12 100644
--- a/cmd/gotk/create_source_bucket.go
+++ b/cmd/gotk/create_source_bucket.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/create_source_git.go b/cmd/gotk/create_source_git.go
index 495ab654..5dfb3b89 100644
--- a/cmd/gotk/create_source_git.go
+++ b/cmd/gotk/create_source_git.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/create_source_helm.go b/cmd/gotk/create_source_helm.go
index 5598d0ac..11009974 100644
--- a/cmd/gotk/create_source_helm.go
+++ b/cmd/gotk/create_source_helm.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/create_tenant.go b/cmd/gotk/create_tenant.go
index 8abf61e4..4cfc4b0d 100644
--- a/cmd/gotk/create_tenant.go
+++ b/cmd/gotk/create_tenant.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/delete.go b/cmd/gotk/delete.go
index 41013b8e..a276c0d8 100644
--- a/cmd/gotk/delete.go
+++ b/cmd/gotk/delete.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/delete_alert.go b/cmd/gotk/delete_alert.go
index 242969d5..d873f354 100644
--- a/cmd/gotk/delete_alert.go
+++ b/cmd/gotk/delete_alert.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/delete_alertprovider.go b/cmd/gotk/delete_alertprovider.go
index 9cd7e153..7a119b9f 100644
--- a/cmd/gotk/delete_alertprovider.go
+++ b/cmd/gotk/delete_alertprovider.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/delete_helmrelease.go b/cmd/gotk/delete_helmrelease.go
index efc7fe87..078a457e 100644
--- a/cmd/gotk/delete_helmrelease.go
+++ b/cmd/gotk/delete_helmrelease.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/delete_kustomization.go b/cmd/gotk/delete_kustomization.go
index 07b0acaa..85b94b90 100644
--- a/cmd/gotk/delete_kustomization.go
+++ b/cmd/gotk/delete_kustomization.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/delete_receiver.go b/cmd/gotk/delete_receiver.go
index d4c0bd1d..f362f510 100644
--- a/cmd/gotk/delete_receiver.go
+++ b/cmd/gotk/delete_receiver.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/delete_source.go b/cmd/gotk/delete_source.go
index ee45c9eb..84ec1d04 100644
--- a/cmd/gotk/delete_source.go
+++ b/cmd/gotk/delete_source.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/delete_source_bucket.go b/cmd/gotk/delete_source_bucket.go
index a2c2fd29..43bd1951 100644
--- a/cmd/gotk/delete_source_bucket.go
+++ b/cmd/gotk/delete_source_bucket.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/delete_source_git.go b/cmd/gotk/delete_source_git.go
index 7d393bb9..771d6e5e 100644
--- a/cmd/gotk/delete_source_git.go
+++ b/cmd/gotk/delete_source_git.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/delete_source_helm.go b/cmd/gotk/delete_source_helm.go
index 05887696..951e3a1d 100644
--- a/cmd/gotk/delete_source_helm.go
+++ b/cmd/gotk/delete_source_helm.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/export.go b/cmd/gotk/export.go
index 652e2396..a94ad483 100644
--- a/cmd/gotk/export.go
+++ b/cmd/gotk/export.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/export_alert.go b/cmd/gotk/export_alert.go
index c837473f..c6ce2f08 100644
--- a/cmd/gotk/export_alert.go
+++ b/cmd/gotk/export_alert.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/export_alertprovider.go b/cmd/gotk/export_alertprovider.go
index 3d212d63..08db77b0 100644
--- a/cmd/gotk/export_alertprovider.go
+++ b/cmd/gotk/export_alertprovider.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/export_helmrelease.go b/cmd/gotk/export_helmrelease.go
index 54bce9e3..4874802a 100644
--- a/cmd/gotk/export_helmrelease.go
+++ b/cmd/gotk/export_helmrelease.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/export_kustomization.go b/cmd/gotk/export_kustomization.go
index a059e3a9..d3759db1 100644
--- a/cmd/gotk/export_kustomization.go
+++ b/cmd/gotk/export_kustomization.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/export_receiver.go b/cmd/gotk/export_receiver.go
index e8e35e01..48ec9f3f 100644
--- a/cmd/gotk/export_receiver.go
+++ b/cmd/gotk/export_receiver.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/export_source.go b/cmd/gotk/export_source.go
index 408622c4..3ba6f6bb 100644
--- a/cmd/gotk/export_source.go
+++ b/cmd/gotk/export_source.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/export_source_bucket.go b/cmd/gotk/export_source_bucket.go
index 3350cdb7..049fa1c8 100644
--- a/cmd/gotk/export_source_bucket.go
+++ b/cmd/gotk/export_source_bucket.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/export_source_git.go b/cmd/gotk/export_source_git.go
index 2cf023a6..c0770c9e 100644
--- a/cmd/gotk/export_source_git.go
+++ b/cmd/gotk/export_source_git.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/export_source_helm.go b/cmd/gotk/export_source_helm.go
index 1b313942..89a7f928 100644
--- a/cmd/gotk/export_source_helm.go
+++ b/cmd/gotk/export_source_helm.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/get.go b/cmd/gotk/get.go
index c9486f7f..059a32e7 100644
--- a/cmd/gotk/get.go
+++ b/cmd/gotk/get.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/get_alert.go b/cmd/gotk/get_alert.go
index 20c188de..0512a607 100644
--- a/cmd/gotk/get_alert.go
+++ b/cmd/gotk/get_alert.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/get_alertprovider.go b/cmd/gotk/get_alertprovider.go
index 6871e445..a0e438d6 100644
--- a/cmd/gotk/get_alertprovider.go
+++ b/cmd/gotk/get_alertprovider.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/get_helmrelease.go b/cmd/gotk/get_helmrelease.go
index b838f57b..6052f856 100644
--- a/cmd/gotk/get_helmrelease.go
+++ b/cmd/gotk/get_helmrelease.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/get_kustomization.go b/cmd/gotk/get_kustomization.go
index 9bee84c1..263ad0b2 100644
--- a/cmd/gotk/get_kustomization.go
+++ b/cmd/gotk/get_kustomization.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/get_receiver.go b/cmd/gotk/get_receiver.go
index 8f53d96c..f8c329e8 100644
--- a/cmd/gotk/get_receiver.go
+++ b/cmd/gotk/get_receiver.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/get_source.go b/cmd/gotk/get_source.go
index 20c2cb32..6ae765e6 100644
--- a/cmd/gotk/get_source.go
+++ b/cmd/gotk/get_source.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/get_source_bucket.go b/cmd/gotk/get_source_bucket.go
index 76eb7dde..29f9818b 100644
--- a/cmd/gotk/get_source_bucket.go
+++ b/cmd/gotk/get_source_bucket.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/get_source_git.go b/cmd/gotk/get_source_git.go
index f32a7c62..ed709112 100644
--- a/cmd/gotk/get_source_git.go
+++ b/cmd/gotk/get_source_git.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/get_source_helm.go b/cmd/gotk/get_source_helm.go
index b3c67fd4..03a65349 100644
--- a/cmd/gotk/get_source_helm.go
+++ b/cmd/gotk/get_source_helm.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/install.go b/cmd/gotk/install.go
index fdd6426f..473e4330 100644
--- a/cmd/gotk/install.go
+++ b/cmd/gotk/install.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/log.go b/cmd/gotk/log.go
index 984d18d1..f0b409ec 100644
--- a/cmd/gotk/log.go
+++ b/cmd/gotk/log.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/main.go b/cmd/gotk/main.go
index 851e2fdb..8c9f973b 100644
--- a/cmd/gotk/main.go
+++ b/cmd/gotk/main.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/reconcile.go b/cmd/gotk/reconcile.go
index f6a9a946..e718c8a2 100644
--- a/cmd/gotk/reconcile.go
+++ b/cmd/gotk/reconcile.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/reconcile_alert.go b/cmd/gotk/reconcile_alert.go
index 4b5b75d6..1f01e4df 100644
--- a/cmd/gotk/reconcile_alert.go
+++ b/cmd/gotk/reconcile_alert.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/reconcile_alertprovider.go b/cmd/gotk/reconcile_alertprovider.go
index b85a374f..c0f7aa35 100644
--- a/cmd/gotk/reconcile_alertprovider.go
+++ b/cmd/gotk/reconcile_alertprovider.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/reconcile_helmrelease.go b/cmd/gotk/reconcile_helmrelease.go
index b4a8cb5f..ad95176e 100644
--- a/cmd/gotk/reconcile_helmrelease.go
+++ b/cmd/gotk/reconcile_helmrelease.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/reconcile_kustomization.go b/cmd/gotk/reconcile_kustomization.go
index 81e4e9d1..7b21df8f 100644
--- a/cmd/gotk/reconcile_kustomization.go
+++ b/cmd/gotk/reconcile_kustomization.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/reconcile_receiver.go b/cmd/gotk/reconcile_receiver.go
index 3022edba..16fb1f20 100644
--- a/cmd/gotk/reconcile_receiver.go
+++ b/cmd/gotk/reconcile_receiver.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/reconcile_source.go b/cmd/gotk/reconcile_source.go
index 0f3d7baa..3079978c 100644
--- a/cmd/gotk/reconcile_source.go
+++ b/cmd/gotk/reconcile_source.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/reconcile_source_bucket.go b/cmd/gotk/reconcile_source_bucket.go
index 70adc7ec..14ea0025 100644
--- a/cmd/gotk/reconcile_source_bucket.go
+++ b/cmd/gotk/reconcile_source_bucket.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/reconcile_source_git.go b/cmd/gotk/reconcile_source_git.go
index 91632ab8..85940548 100644
--- a/cmd/gotk/reconcile_source_git.go
+++ b/cmd/gotk/reconcile_source_git.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/reconcile_source_helm.go b/cmd/gotk/reconcile_source_helm.go
index ea2ed6e7..7a0474d0 100644
--- a/cmd/gotk/reconcile_source_helm.go
+++ b/cmd/gotk/reconcile_source_helm.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/resume.go b/cmd/gotk/resume.go
index e9a3b5a6..9d9c8421 100644
--- a/cmd/gotk/resume.go
+++ b/cmd/gotk/resume.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/resume_alert.go b/cmd/gotk/resume_alert.go
index 34f05418..3ae0a4e0 100644
--- a/cmd/gotk/resume_alert.go
+++ b/cmd/gotk/resume_alert.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/resume_helmrelease.go b/cmd/gotk/resume_helmrelease.go
index 7a959560..0586bd40 100644
--- a/cmd/gotk/resume_helmrelease.go
+++ b/cmd/gotk/resume_helmrelease.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/resume_kustomization.go b/cmd/gotk/resume_kustomization.go
index 2ac3bc3c..b48541ee 100644
--- a/cmd/gotk/resume_kustomization.go
+++ b/cmd/gotk/resume_kustomization.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/resume_receiver.go b/cmd/gotk/resume_receiver.go
index f2f4ff74..e429080b 100644
--- a/cmd/gotk/resume_receiver.go
+++ b/cmd/gotk/resume_receiver.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/suspend.go b/cmd/gotk/suspend.go
index 5806915b..389bfcdb 100644
--- a/cmd/gotk/suspend.go
+++ b/cmd/gotk/suspend.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/suspend_alert.go b/cmd/gotk/suspend_alert.go
index cfbe03f9..c73a7255 100644
--- a/cmd/gotk/suspend_alert.go
+++ b/cmd/gotk/suspend_alert.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/suspend_helmrelease.go b/cmd/gotk/suspend_helmrelease.go
index be6dedf8..6b7b5b3f 100644
--- a/cmd/gotk/suspend_helmrelease.go
+++ b/cmd/gotk/suspend_helmrelease.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/suspend_kustomization.go b/cmd/gotk/suspend_kustomization.go
index 7b416fdc..447fc25a 100644
--- a/cmd/gotk/suspend_kustomization.go
+++ b/cmd/gotk/suspend_kustomization.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/suspend_receiver.go b/cmd/gotk/suspend_receiver.go
index 893c8db3..58d5bac1 100644
--- a/cmd/gotk/suspend_receiver.go
+++ b/cmd/gotk/suspend_receiver.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/cmd/gotk/uninstall.go b/cmd/gotk/uninstall.go
index b3c2c3c8..59dba91e 100644
--- a/cmd/gotk/uninstall.go
+++ b/cmd/gotk/uninstall.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/internal/flags/arch.go b/internal/flags/arch.go
index 543ef444..be34a0d6 100644
--- a/internal/flags/arch.go
+++ b/internal/flags/arch.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/internal/flags/decryption_provider.go b/internal/flags/decryption_provider.go
index 99593ebb..a8972b36 100644
--- a/internal/flags/decryption_provider.go
+++ b/internal/flags/decryption_provider.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/internal/flags/ecdsa_curve.go b/internal/flags/ecdsa_curve.go
index a67e55ef..d73924f2 100644
--- a/internal/flags/ecdsa_curve.go
+++ b/internal/flags/ecdsa_curve.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/internal/flags/helm_chart_source.go b/internal/flags/helm_chart_source.go
index 702f4cd9..32880c7c 100644
--- a/internal/flags/helm_chart_source.go
+++ b/internal/flags/helm_chart_source.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/internal/flags/kustomization_source.go b/internal/flags/kustomization_source.go
index b581f92f..59d2d1bb 100644
--- a/internal/flags/kustomization_source.go
+++ b/internal/flags/kustomization_source.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/internal/flags/log_level.go b/internal/flags/log_level.go
index f2014a59..390157ec 100644
--- a/internal/flags/log_level.go
+++ b/internal/flags/log_level.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/internal/flags/public_key_algorithm.go b/internal/flags/public_key_algorithm.go
index 545a627b..ed4902a7 100644
--- a/internal/flags/public_key_algorithm.go
+++ b/internal/flags/public_key_algorithm.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/internal/flags/rsa_key_bits.go b/internal/flags/rsa_key_bits.go
index 6ba14290..59adf7a7 100644
--- a/internal/flags/rsa_key_bits.go
+++ b/internal/flags/rsa_key_bits.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/internal/flags/source_bucket_provider.go b/internal/flags/source_bucket_provider.go
index 63fa2f17..e6e6152c 100644
--- a/internal/flags/source_bucket_provider.go
+++ b/internal/flags/source_bucket_provider.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/internal/utils/utils.go b/internal/utils/utils.go
index 7b53de9c..afecd774 100644
--- a/internal/utils/utils.go
+++ b/internal/utils/utils.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/pkg/install/install.go b/pkg/install/install.go
index 0d267394..c5d1eec6 100644
--- a/pkg/install/install.go
+++ b/pkg/install/install.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/pkg/install/install_test.go b/pkg/install/install_test.go
index b60d1799..4f9f0e2b 100644
--- a/pkg/install/install_test.go
+++ b/pkg/install/install_test.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/pkg/install/manifests.go b/pkg/install/manifests.go
index e9dcfac3..b1b73c19 100644
--- a/pkg/install/manifests.go
+++ b/pkg/install/manifests.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/pkg/install/options.go b/pkg/install/options.go
index a15410d3..190085a0 100644
--- a/pkg/install/options.go
+++ b/pkg/install/options.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/pkg/install/templates.go b/pkg/install/templates.go
index 4cc1b357..063e62cb 100644
--- a/pkg/install/templates.go
+++ b/pkg/install/templates.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux 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/pkg/log/log.go b/pkg/log/log.go
index ad87bb96..c9ed2128 100644
--- a/pkg/log/log.go
+++ b/pkg/log/log.go
@@ -1,5 +1,5 @@
 /*
-Copyright 2020 The Flux CD contributors.
+Copyright 2020 The Flux authors
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
-- 
GitLab