From 582c2092b67b0126dab5655db591502d0c7afa41 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 27 Oct 2020 17:54:22 +0100 Subject: [PATCH] Change copyright to Flux authors Signed-off-by: Hidde Beydals --- api/v1beta1/artifact_types.go | 2 +- api/v1beta1/bucket_types.go | 2 +- api/v1beta1/condition_types.go | 2 +- api/v1beta1/doc.go | 2 +- api/v1beta1/gitrepository_types.go | 2 +- api/v1beta1/groupversion_info.go | 2 +- api/v1beta1/helmchart_types.go | 2 +- api/v1beta1/helmrepository_types.go | 2 +- api/v1beta1/zz_generated.deepcopy.go | 2 +- controllers/bucket_controller.go | 2 +- controllers/gitrepository_controller.go | 2 +- controllers/gitrepository_controller_test.go | 2 +- controllers/helmchart_controller.go | 2 +- controllers/helmchart_controller_test.go | 2 +- controllers/helmrepository_controller.go | 2 +- controllers/helmrepository_controller_test.go | 2 +- controllers/storage.go | 2 +- controllers/suite_test.go | 2 +- controllers/testdata/certs/Makefile | 2 +- hack/boilerplate.go.txt | 2 +- internal/helm/chart.go | 2 +- internal/helm/chart_test.go | 2 +- internal/helm/getter.go | 2 +- internal/helm/getter_test.go | 2 +- internal/helm/repository.go | 2 +- internal/helm/repository_test.go | 2 +- main.go | 2 +- pkg/git/checkout.go | 2 +- pkg/git/transport.go | 2 +- pkg/git/transport_test.go | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/api/v1beta1/artifact_types.go b/api/v1beta1/artifact_types.go index 634009ba..26e29c13 100644 --- a/api/v1beta1/artifact_types.go +++ b/api/v1beta1/artifact_types.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/api/v1beta1/bucket_types.go b/api/v1beta1/bucket_types.go index 919cd152..f7917441 100644 --- a/api/v1beta1/bucket_types.go +++ b/api/v1beta1/bucket_types.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/api/v1beta1/condition_types.go b/api/v1beta1/condition_types.go index b8ae2e7b..4077a2ab 100644 --- a/api/v1beta1/condition_types.go +++ b/api/v1beta1/condition_types.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/api/v1beta1/doc.go b/api/v1beta1/doc.go index 7054f20f..7a768a45 100644 --- a/api/v1beta1/doc.go +++ b/api/v1beta1/doc.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/api/v1beta1/gitrepository_types.go b/api/v1beta1/gitrepository_types.go index 280d27a9..12b288a8 100644 --- a/api/v1beta1/gitrepository_types.go +++ b/api/v1beta1/gitrepository_types.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/api/v1beta1/groupversion_info.go b/api/v1beta1/groupversion_info.go index af904bd5..57c51fff 100644 --- a/api/v1beta1/groupversion_info.go +++ b/api/v1beta1/groupversion_info.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/api/v1beta1/helmchart_types.go b/api/v1beta1/helmchart_types.go index d90e12ca..16471d86 100644 --- a/api/v1beta1/helmchart_types.go +++ b/api/v1beta1/helmchart_types.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/api/v1beta1/helmrepository_types.go b/api/v1beta1/helmrepository_types.go index 522bb79a..9da8f395 100644 --- a/api/v1beta1/helmrepository_types.go +++ b/api/v1beta1/helmrepository_types.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/api/v1beta1/zz_generated.deepcopy.go b/api/v1beta1/zz_generated.deepcopy.go index f7dcc5dd..a4808280 100644 --- a/api/v1beta1/zz_generated.deepcopy.go +++ b/api/v1beta1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -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/controllers/bucket_controller.go b/controllers/bucket_controller.go index 11e5335c..5a4c591e 100644 --- a/controllers/bucket_controller.go +++ b/controllers/bucket_controller.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/controllers/gitrepository_controller.go b/controllers/gitrepository_controller.go index d3384ba1..183c6e56 100644 --- a/controllers/gitrepository_controller.go +++ b/controllers/gitrepository_controller.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/controllers/gitrepository_controller_test.go b/controllers/gitrepository_controller_test.go index 4e01dad4..4b64d93b 100644 --- a/controllers/gitrepository_controller_test.go +++ b/controllers/gitrepository_controller_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/controllers/helmchart_controller.go b/controllers/helmchart_controller.go index 58685059..51551248 100644 --- a/controllers/helmchart_controller.go +++ b/controllers/helmchart_controller.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/controllers/helmchart_controller_test.go b/controllers/helmchart_controller_test.go index b4ad2076..0509b8fe 100644 --- a/controllers/helmchart_controller_test.go +++ b/controllers/helmchart_controller_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/controllers/helmrepository_controller.go b/controllers/helmrepository_controller.go index 05c873a5..0a97edf4 100644 --- a/controllers/helmrepository_controller.go +++ b/controllers/helmrepository_controller.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/controllers/helmrepository_controller_test.go b/controllers/helmrepository_controller_test.go index 8483ec62..34899125 100644 --- a/controllers/helmrepository_controller_test.go +++ b/controllers/helmrepository_controller_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/controllers/storage.go b/controllers/storage.go index 5469b383..3e0d4412 100644 --- a/controllers/storage.go +++ b/controllers/storage.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/controllers/suite_test.go b/controllers/suite_test.go index 9c792752..964c15c4 100644 --- a/controllers/suite_test.go +++ b/controllers/suite_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/controllers/testdata/certs/Makefile b/controllers/testdata/certs/Makefile index 39bd5424..dca2408c 100644 --- a/controllers/testdata/certs/Makefile +++ b/controllers/testdata/certs/Makefile @@ -1,4 +1,4 @@ -# 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/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 94fbe02a..ae514112 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -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/helm/chart.go b/internal/helm/chart.go index 6bc27b39..a7d60cd1 100644 --- a/internal/helm/chart.go +++ b/internal/helm/chart.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/helm/chart_test.go b/internal/helm/chart_test.go index d27769c2..6e8a9d85 100644 --- a/internal/helm/chart_test.go +++ b/internal/helm/chart_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/internal/helm/getter.go b/internal/helm/getter.go index a7326649..bc7435c4 100644 --- a/internal/helm/getter.go +++ b/internal/helm/getter.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/helm/getter_test.go b/internal/helm/getter_test.go index cd1c443b..bd4e1058 100644 --- a/internal/helm/getter_test.go +++ b/internal/helm/getter_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/internal/helm/repository.go b/internal/helm/repository.go index fa0beb70..2e555369 100644 --- a/internal/helm/repository.go +++ b/internal/helm/repository.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/helm/repository_test.go b/internal/helm/repository_test.go index 95ee39f2..884a3732 100644 --- a/internal/helm/repository_test.go +++ b/internal/helm/repository_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/main.go b/main.go index 86220c41..8d7ca73b 100644 --- a/main.go +++ b/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/pkg/git/checkout.go b/pkg/git/checkout.go index 0b7fef05..26a54f8b 100644 --- a/pkg/git/checkout.go +++ b/pkg/git/checkout.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/git/transport.go b/pkg/git/transport.go index d9176e41..b542a454 100644 --- a/pkg/git/transport.go +++ b/pkg/git/transport.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/git/transport_test.go b/pkg/git/transport_test.go index 16254cd3..d77e11fc 100644 --- a/pkg/git/transport_test.go +++ b/pkg/git/transport_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.