From cd75c5fa25e60261d888e4456a33a41841ec528a Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 21 Dec 2020 19:43:25 +0200 Subject: [PATCH] Copyright Flux authors Signed-off-by: Stefan Prodan --- CODE_OF_CONDUCT.md | 3 + CONTRIBUTING.md | 23 +++++- DCO | 36 +++++++++ LICENSE | 2 +- README.md | 9 +-- cmd/flagger/main.go | 16 ++++ cmd/loadtester/main.go | 16 ++++ code-of-conduct.md | 73 ------------------- hack/boilerplate.go.txt | 2 +- .../appmesh/v1beta1/zz_generated.deepcopy.go | 2 +- .../appmesh/v1beta2/zz_generated.deepcopy.go | 2 +- .../flagger/v1beta1/zz_generated.deepcopy.go | 2 +- pkg/apis/gloo/v1/zz_generated.deepcopy.go | 2 +- .../istio/v1alpha3/zz_generated.deepcopy.go | 2 +- .../v1/zz_generated.deepcopy.go | 2 +- .../smi/v1alpha1/zz_generated.deepcopy.go | 2 +- .../smi/v1alpha2/zz_generated.deepcopy.go | 2 +- .../traefik/v1alpha1/zz_generated.deepcopy.go | 2 +- pkg/canary/config_tracker.go | 16 ++++ pkg/canary/config_tracker_test.go | 16 ++++ pkg/canary/controller.go | 16 ++++ pkg/canary/daemonset_controller.go | 16 ++++ pkg/canary/daemonset_controller_test.go | 16 ++++ pkg/canary/daemonset_fixture_test.go | 16 ++++ pkg/canary/daemonset_ready.go | 16 ++++ pkg/canary/daemonset_ready_test.go | 16 ++++ pkg/canary/daemonset_status.go | 16 ++++ pkg/canary/daemonset_status_test.go | 16 ++++ pkg/canary/deployment_controller.go | 16 ++++ pkg/canary/deployment_controller_test.go | 16 ++++ pkg/canary/deployment_fixture_test.go | 16 ++++ pkg/canary/deployment_ready.go | 16 ++++ pkg/canary/deployment_ready_test.go | 16 ++++ pkg/canary/deployment_status.go | 16 ++++ pkg/canary/deployment_status_test.go | 16 ++++ pkg/canary/factory.go | 16 ++++ pkg/canary/nop_tracker.go | 16 ++++ pkg/canary/service_controller.go | 16 ++++ pkg/canary/spec.go | 16 ++++ pkg/canary/status.go | 16 ++++ pkg/canary/tracker.go | 16 ++++ pkg/canary/util.go | 16 ++++ pkg/canary/util_test.go | 16 ++++ pkg/client/clientset/versioned/clientset.go | 2 +- pkg/client/clientset/versioned/doc.go | 2 +- .../versioned/fake/clientset_generated.go | 2 +- pkg/client/clientset/versioned/fake/doc.go | 2 +- .../clientset/versioned/fake/register.go | 2 +- pkg/client/clientset/versioned/scheme/doc.go | 2 +- .../clientset/versioned/scheme/register.go | 2 +- .../typed/appmesh/v1beta1/appmesh_client.go | 2 +- .../versioned/typed/appmesh/v1beta1/doc.go | 2 +- .../typed/appmesh/v1beta1/fake/doc.go | 2 +- .../v1beta1/fake/fake_appmesh_client.go | 2 +- .../typed/appmesh/v1beta1/fake/fake_mesh.go | 2 +- .../appmesh/v1beta1/fake/fake_virtualnode.go | 2 +- .../v1beta1/fake/fake_virtualservice.go | 2 +- .../appmesh/v1beta1/generated_expansion.go | 2 +- .../versioned/typed/appmesh/v1beta1/mesh.go | 2 +- .../typed/appmesh/v1beta1/virtualnode.go | 2 +- .../typed/appmesh/v1beta1/virtualservice.go | 2 +- .../typed/appmesh/v1beta2/appmesh_client.go | 2 +- .../versioned/typed/appmesh/v1beta2/doc.go | 2 +- .../typed/appmesh/v1beta2/fake/doc.go | 2 +- .../v1beta2/fake/fake_appmesh_client.go | 2 +- .../appmesh/v1beta2/fake/fake_virtualnode.go | 2 +- .../v1beta2/fake/fake_virtualrouter.go | 2 +- .../v1beta2/fake/fake_virtualservice.go | 2 +- .../appmesh/v1beta2/generated_expansion.go | 2 +- .../typed/appmesh/v1beta2/virtualnode.go | 2 +- .../typed/appmesh/v1beta2/virtualrouter.go | 2 +- .../typed/appmesh/v1beta2/virtualservice.go | 2 +- .../typed/flagger/v1beta1/alertprovider.go | 2 +- .../versioned/typed/flagger/v1beta1/canary.go | 2 +- .../versioned/typed/flagger/v1beta1/doc.go | 2 +- .../typed/flagger/v1beta1/fake/doc.go | 2 +- .../v1beta1/fake/fake_alertprovider.go | 2 +- .../typed/flagger/v1beta1/fake/fake_canary.go | 2 +- .../v1beta1/fake/fake_flagger_client.go | 2 +- .../v1beta1/fake/fake_metrictemplate.go | 2 +- .../typed/flagger/v1beta1/flagger_client.go | 2 +- .../flagger/v1beta1/generated_expansion.go | 2 +- .../typed/flagger/v1beta1/metrictemplate.go | 2 +- .../clientset/versioned/typed/gloo/v1/doc.go | 2 +- .../versioned/typed/gloo/v1/fake/doc.go | 2 +- .../typed/gloo/v1/fake/fake_gloo_client.go | 2 +- .../typed/gloo/v1/fake/fake_upstreamgroup.go | 2 +- .../typed/gloo/v1/generated_expansion.go | 2 +- .../versioned/typed/gloo/v1/gloo_client.go | 2 +- .../versioned/typed/gloo/v1/upstreamgroup.go | 2 +- .../typed/istio/v1alpha3/destinationrule.go | 2 +- .../versioned/typed/istio/v1alpha3/doc.go | 2 +- .../typed/istio/v1alpha3/fake/doc.go | 2 +- .../v1alpha3/fake/fake_destinationrule.go | 2 +- .../istio/v1alpha3/fake/fake_istio_client.go | 2 +- .../v1alpha3/fake/fake_virtualservice.go | 2 +- .../istio/v1alpha3/generated_expansion.go | 2 +- .../typed/istio/v1alpha3/istio_client.go | 2 +- .../typed/istio/v1alpha3/virtualservice.go | 2 +- .../versioned/typed/projectcontour/v1/doc.go | 2 +- .../typed/projectcontour/v1/fake/doc.go | 2 +- .../projectcontour/v1/fake/fake_httpproxy.go | 2 +- .../v1/fake/fake_projectcontour_client.go | 2 +- .../projectcontour/v1/generated_expansion.go | 2 +- .../typed/projectcontour/v1/httpproxy.go | 2 +- .../v1/projectcontour_client.go | 2 +- .../versioned/typed/smi/v1alpha1/doc.go | 2 +- .../versioned/typed/smi/v1alpha1/fake/doc.go | 2 +- .../smi/v1alpha1/fake/fake_smi_client.go | 2 +- .../smi/v1alpha1/fake/fake_trafficsplit.go | 2 +- .../typed/smi/v1alpha1/generated_expansion.go | 2 +- .../typed/smi/v1alpha1/smi_client.go | 2 +- .../typed/smi/v1alpha1/trafficsplit.go | 2 +- .../versioned/typed/smi/v1alpha2/doc.go | 2 +- .../versioned/typed/smi/v1alpha2/fake/doc.go | 2 +- .../smi/v1alpha2/fake/fake_smi_client.go | 2 +- .../smi/v1alpha2/fake/fake_trafficsplit.go | 2 +- .../typed/smi/v1alpha2/generated_expansion.go | 2 +- .../typed/smi/v1alpha2/smi_client.go | 2 +- .../typed/smi/v1alpha2/trafficsplit.go | 2 +- .../versioned/typed/traefik/v1alpha1/doc.go | 2 +- .../typed/traefik/v1alpha1/fake/doc.go | 2 +- .../v1alpha1/fake/fake_traefik_client.go | 2 +- .../v1alpha1/fake/fake_traefikservice.go | 2 +- .../traefik/v1alpha1/generated_expansion.go | 2 +- .../typed/traefik/v1alpha1/traefik_client.go | 2 +- .../typed/traefik/v1alpha1/traefikservice.go | 2 +- .../externalversions/appmesh/interface.go | 2 +- .../appmesh/v1beta1/interface.go | 2 +- .../externalversions/appmesh/v1beta1/mesh.go | 2 +- .../appmesh/v1beta1/virtualnode.go | 2 +- .../appmesh/v1beta1/virtualservice.go | 2 +- .../appmesh/v1beta2/interface.go | 2 +- .../appmesh/v1beta2/virtualnode.go | 2 +- .../appmesh/v1beta2/virtualrouter.go | 2 +- .../appmesh/v1beta2/virtualservice.go | 2 +- .../informers/externalversions/factory.go | 2 +- .../externalversions/flagger/interface.go | 2 +- .../flagger/v1beta1/alertprovider.go | 2 +- .../flagger/v1beta1/canary.go | 2 +- .../flagger/v1beta1/interface.go | 2 +- .../flagger/v1beta1/metrictemplate.go | 2 +- .../informers/externalversions/generic.go | 2 +- .../externalversions/gloo/interface.go | 2 +- .../externalversions/gloo/v1/interface.go | 2 +- .../externalversions/gloo/v1/upstreamgroup.go | 2 +- .../internalinterfaces/factory_interfaces.go | 2 +- .../externalversions/istio/interface.go | 2 +- .../istio/v1alpha3/destinationrule.go | 2 +- .../istio/v1alpha3/interface.go | 2 +- .../istio/v1alpha3/virtualservice.go | 2 +- .../projectcontour/interface.go | 2 +- .../projectcontour/v1/httpproxy.go | 2 +- .../projectcontour/v1/interface.go | 2 +- .../externalversions/smi/interface.go | 2 +- .../smi/v1alpha1/interface.go | 2 +- .../smi/v1alpha1/trafficsplit.go | 2 +- .../smi/v1alpha2/interface.go | 2 +- .../smi/v1alpha2/trafficsplit.go | 2 +- .../externalversions/traefik/interface.go | 2 +- .../traefik/v1alpha1/interface.go | 2 +- .../traefik/v1alpha1/traefikservice.go | 2 +- .../appmesh/v1beta1/expansion_generated.go | 2 +- pkg/client/listers/appmesh/v1beta1/mesh.go | 2 +- .../listers/appmesh/v1beta1/virtualnode.go | 2 +- .../listers/appmesh/v1beta1/virtualservice.go | 2 +- .../appmesh/v1beta2/expansion_generated.go | 2 +- .../listers/appmesh/v1beta2/virtualnode.go | 2 +- .../listers/appmesh/v1beta2/virtualrouter.go | 2 +- .../listers/appmesh/v1beta2/virtualservice.go | 2 +- .../listers/flagger/v1beta1/alertprovider.go | 2 +- pkg/client/listers/flagger/v1beta1/canary.go | 2 +- .../flagger/v1beta1/expansion_generated.go | 2 +- .../listers/flagger/v1beta1/metrictemplate.go | 2 +- .../listers/gloo/v1/expansion_generated.go | 2 +- pkg/client/listers/gloo/v1/upstreamgroup.go | 2 +- .../listers/istio/v1alpha3/destinationrule.go | 2 +- .../istio/v1alpha3/expansion_generated.go | 2 +- .../listers/istio/v1alpha3/virtualservice.go | 2 +- .../projectcontour/v1/expansion_generated.go | 2 +- .../listers/projectcontour/v1/httpproxy.go | 2 +- .../smi/v1alpha1/expansion_generated.go | 2 +- .../listers/smi/v1alpha1/trafficsplit.go | 2 +- .../smi/v1alpha2/expansion_generated.go | 2 +- .../listers/smi/v1alpha2/trafficsplit.go | 2 +- .../traefik/v1alpha1/expansion_generated.go | 2 +- .../traefik/v1alpha1/traefikservice.go | 2 +- pkg/controller/controller.go | 16 ++++ pkg/controller/events.go | 16 ++++ pkg/controller/finalizer.go | 16 ++++ pkg/controller/finalizer_test.go | 16 ++++ pkg/controller/job.go | 16 ++++ pkg/controller/scheduler.go | 16 ++++ .../scheduler_daemonset_fixture_test.go | 16 ++++ pkg/controller/scheduler_daemonset_test.go | 16 ++++ .../scheduler_deployment_fixture_test.go | 16 ++++ pkg/controller/scheduler_deployment_test.go | 16 ++++ pkg/controller/scheduler_hooks.go | 16 ++++ pkg/controller/scheduler_metrics.go | 16 ++++ pkg/controller/scheduler_metrics_test.go | 16 ++++ pkg/controller/scheduler_svc_test.go | 16 ++++ pkg/controller/scheduler_test.go | 16 ++++ pkg/controller/webhook.go | 16 ++++ pkg/controller/webhook_test.go | 16 ++++ pkg/loadtester/bash.go | 16 ++++ pkg/loadtester/concord.go | 16 ++++ pkg/loadtester/concord_test.go | 16 ++++ pkg/loadtester/gate.go | 16 ++++ pkg/loadtester/helm.go | 16 ++++ pkg/loadtester/helmv3.go | 16 ++++ pkg/loadtester/runner.go | 16 ++++ pkg/loadtester/runner_test.go | 16 ++++ pkg/loadtester/server.go | 16 ++++ pkg/loadtester/server_fixture_test.go | 16 ++++ pkg/loadtester/server_test.go | 16 ++++ pkg/loadtester/task.go | 16 ++++ pkg/loadtester/task_ngrinder.go | 16 ++++ pkg/loadtester/task_ngrinder_test.go | 16 ++++ pkg/loadtester/task_shell.go | 16 ++++ pkg/logger/logger.go | 16 ++++ pkg/metrics/observers/appmesh.go | 16 ++++ pkg/metrics/observers/appmesh_test.go | 16 ++++ pkg/metrics/observers/contour.go | 16 ++++ pkg/metrics/observers/contour_test.go | 16 ++++ pkg/metrics/observers/factory.go | 16 ++++ pkg/metrics/observers/gloo.go | 16 ++++ pkg/metrics/observers/gloo_test.go | 16 ++++ pkg/metrics/observers/http.go | 16 ++++ pkg/metrics/observers/http_test.go | 16 ++++ pkg/metrics/observers/istio.go | 16 ++++ pkg/metrics/observers/istio_test.go | 16 ++++ pkg/metrics/observers/linkerd.go | 16 ++++ pkg/metrics/observers/linkerd_test.go | 16 ++++ pkg/metrics/observers/nginx.go | 16 ++++ pkg/metrics/observers/nginx_test.go | 16 ++++ pkg/metrics/observers/observer.go | 16 ++++ pkg/metrics/observers/render.go | 16 ++++ pkg/metrics/observers/skipper.go | 16 ++++ pkg/metrics/observers/skipper_test.go | 16 ++++ pkg/metrics/observers/traefik.go | 16 ++++ pkg/metrics/observers/traefik_test.go | 16 ++++ pkg/metrics/providers/cloudwatch.go | 16 ++++ pkg/metrics/providers/cloudwatch_test.go | 16 ++++ pkg/metrics/providers/datadog.go | 16 ++++ pkg/metrics/providers/datadog_test.go | 16 ++++ pkg/metrics/providers/errors.go | 16 ++++ pkg/metrics/providers/factory.go | 16 ++++ pkg/metrics/providers/newrelic.go | 16 ++++ pkg/metrics/providers/newrelic_test.go | 16 ++++ pkg/metrics/providers/prometheus.go | 16 ++++ pkg/metrics/providers/prometheus_test.go | 16 ++++ pkg/metrics/providers/provider.go | 16 ++++ pkg/metrics/recorder.go | 16 ++++ pkg/notifier/client.go | 16 ++++ pkg/notifier/client_test.go | 16 ++++ pkg/notifier/discord.go | 16 ++++ pkg/notifier/discord_test.go | 16 ++++ pkg/notifier/factory.go | 16 ++++ pkg/notifier/nop.go | 16 ++++ pkg/notifier/notifier.go | 16 ++++ pkg/notifier/rocket.go | 16 ++++ pkg/notifier/rocket_test.go | 16 ++++ pkg/notifier/slack.go | 16 ++++ pkg/notifier/slack_test.go | 16 ++++ pkg/notifier/teams.go | 16 ++++ pkg/notifier/teams_test.go | 16 ++++ pkg/router/appmesh.go | 16 ++++ pkg/router/appmesh_test.go | 16 ++++ pkg/router/appmesh_v1beta2.go | 16 ++++ pkg/router/appmesh_v1beta2_test.go | 16 ++++ pkg/router/contour.go | 16 ++++ pkg/router/contour_test.go | 16 ++++ pkg/router/factory.go | 16 ++++ pkg/router/gloo.go | 16 ++++ pkg/router/gloo_test.go | 16 ++++ pkg/router/ingress.go | 16 ++++ pkg/router/ingress_test.go | 16 ++++ pkg/router/istio.go | 16 ++++ pkg/router/istio_test.go | 16 ++++ pkg/router/kubernetes.go | 16 ++++ pkg/router/kubernetes_default.go | 16 ++++ pkg/router/kubernetes_default_test.go | 16 ++++ pkg/router/kubernetes_noop.go | 16 ++++ pkg/router/nop.go | 16 ++++ pkg/router/router.go | 16 ++++ pkg/router/router_test.go | 16 ++++ pkg/router/skipper.go | 16 ++++ pkg/router/skipper_test.go | 16 ++++ pkg/router/smi.go | 16 ++++ pkg/router/smi_test.go | 16 ++++ pkg/router/traefik.go | 16 ++++ pkg/router/traefik_test.go | 16 ++++ pkg/server/server.go | 16 ++++ pkg/version/version.go | 16 ++++ 294 files changed, 2362 insertions(+), 236 deletions(-) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 DCO delete mode 100644 code-of-conduct.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..2a76bb155 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +## Code of Conduct + +Flagger follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ab631538..8974fd42a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,10 +14,28 @@ Origin (DCO). This document was created by the Linux Kernel community and is a simple statement that you, as a contributor, have the legal right to make the contribution. -## Chat +We require all commits to be signed. By signing off with your signature, you +certify that you wrote the patch or otherwise have the right to contribute the +material by the rules of the [DCO](DCO): + +`Signed-off-by: Jane Doe ` + +The signature must contain your real name +(sorry, no pseudonyms or anonymous contributions) +If your `user.name` and `user.email` are configured in your Git config, +you can sign your commit automatically with `git commit -s`. + +## Communications The project uses Slack: To join the conversation, simply join the -[Weave community](https://slack.weave.works/) Slack workspace #flagger channel. +[CNCF](https://slack.cncf.io/) Slack workspace and use the +[#flux](https://cloud-native.slack.com/messages/flux/) channel. + +The developers use a mailing list to discuss development as well. +Simply subscribe to [flux-dev on cncf.io](https://lists.cncf.io/g/cncf-flux-dev) +to join the conversation (this will also add an invitation to your +Google calendar for our [Flux +meeting](https://docs.google.com/document/d/1l_M0om0qUEN_NNiGgpqJ2tvsF2iioHkaARDeh6b70B0/edit#)). ## Getting Started @@ -69,4 +87,3 @@ For Flagger we prefer the following rules for good commit messages: The [following article](https://chris.beams.io/posts/git-commit/#seven-rules) has some more helpful advice on documenting your work. -This doc is adapted from [FluxCD](https://github.com/fluxcd/flux/blob/master/CONTRIBUTING.md). diff --git a/DCO b/DCO new file mode 100644 index 000000000..716561d5d --- /dev/null +++ b/DCO @@ -0,0 +1,36 @@ +Developer Certificate of Origin +Version 1.1 + +Copyright (C) 2004, 2006 The Linux Foundation and its contributors. +660 York Street, Suite 102, +San Francisco, CA 94110 USA + +Everyone is permitted to copy and distribute verbatim copies of this +license document, but changing it is not allowed. + + +Developer's Certificate of Origin 1.1 + +By making a contribution to this project, I certify that: + +(a) The contribution was created in whole or in part by me and I + have the right to submit it under the open source license + indicated in the file; or + +(b) The contribution is based upon previous work that, to the best + of my knowledge, is covered under an appropriate open source + license and I have the right under that license to submit that + work with modifications, whether created in whole or in part + by me, under the same open source license (unless I am + permitted to submit under a different license), as indicated + in the file; or + +(c) The contribution was provided directly to me by some other + person who certified (a), (b) or (c) and I have not modified + it. + +(d) I understand and agree that this project and the contribution + are public and that a record of the contribution (including all + personal information I submit with it, including my sign-off) is + maintained indefinitely and may be redistributed consistent with + this project or the open source license(s) involved. diff --git a/LICENSE b/LICENSE index 6e292ed28..261eeb9e9 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018 Weaveworks. All rights reserved. + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 62aa862a1..6b27dbd50 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # flagger -[![build](https://img.shields.io/circleci/build/github/weaveworks/flagger/master.svg)](https://circleci.com/gh/weaveworks/flagger) +[![build](https://github.com/fluxcd/flagger/workflows/build/badge.svg)](https://github.com/fluxcd/flagger/actions) [![report](https://goreportcard.com/badge/github.com/fluxcd/flagger)](https://goreportcard.com/report/github.com/fluxcd/flagger) -[![codecov](https://codecov.io/gh/weaveworks/flagger/branch/master/graph/badge.svg)](https://codecov.io/gh/weaveworks/flagger) -[![license](https://img.shields.io/github/license/weaveworks/flagger.svg)](https://github.com/fluxcd/flagger/blob/master/LICENSE) -[![release](https://img.shields.io/github/release/weaveworks/flagger/all.svg)](https://github.com/fluxcd/flagger/releases) +[![license](https://img.shields.io/github/license/fluxcd/flagger.svg)](https://github.com/fluxcd/flagger/blob/main/LICENSE) +[![release](https://img.shields.io/github/release/fluxcd/flagger/all.svg)](https://github.com/fluxcd/flagger/releases) Flagger is a progressive delivery tool that automates the release process for applications running on Kubernetes. It reduces the risk of introducing a new software version in production @@ -212,7 +211,7 @@ For more details on how the canary analysis and promotion works please [read the ### Roadmap -#### [GitOps Toolkit](https://github.com/fluxcd/toolkit) compatibility +#### [GitOps Toolkit](https://github.com/fluxcd/flux2) compatibility * Migrate Flagger to Kubernetes controller-runtime and [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder) * Make the Canary status compatible with [kstatus](https://github.com/kubernetes-sigs/cli-utils) diff --git a/cmd/flagger/main.go b/cmd/flagger/main.go index 5e05fc611..7944e4277 100644 --- a/cmd/flagger/main.go +++ b/cmd/flagger/main.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package main import ( diff --git a/cmd/loadtester/main.go b/cmd/loadtester/main.go index 08399ec4d..f7821b481 100644 --- a/cmd/loadtester/main.go +++ b/cmd/loadtester/main.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package main import ( diff --git a/code-of-conduct.md b/code-of-conduct.md deleted file mode 100644 index 6aa7f9a2c..000000000 --- a/code-of-conduct.md +++ /dev/null @@ -1,73 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to making participation in our project and -our community a harassment-free experience for everyone, regardless of age, body -size, disability, ethnicity, gender identity and expression, level of experience, -education, socio-economic status, nationality, personal appearance, race, -religion, or sexual identity and orientation. - -## Our Standards - -Examples of behavior that contributes to creating a positive environment -include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or - advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic - address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - -## Our Responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable -behavior and are expected to take appropriate and fair corrective action in -response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, or -reject comments, commits, code, wiki edits, issues, and other contributions -that are not aligned to this Code of Conduct, or to ban temporarily or -permanently any contributor for other behaviors that they deem inappropriate, -threatening, offensive, or harmful. - -## Scope - -This Code of Conduct applies both within project spaces and in public spaces -when an individual is representing the project or its community. Examples of -representing a project or community include using an official project e-mail -address, posting via an official social media account, or acting as an appointed -representative at an online or offline event. Representation of a project may be -further defined and clarified by project maintainers. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior -may be reported by contacting stefan.prodan(at)gmail.com. -All complaints will be reviewed and investigated and will result in a response that is deemed -necessary and appropriate to the circumstances. The project team is -obligated to maintain confidentiality with regard to the reporter of -an incident. Further details of specific enforcement policies may be -posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in good -faith may face temporary or permanent repercussions as determined by other -members of the project's leadership. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 1.4, -available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html - diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index ccbde0e27..ce8513577 100755 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/apis/appmesh/v1beta1/zz_generated.deepcopy.go b/pkg/apis/appmesh/v1beta1/zz_generated.deepcopy.go index 55cd4e196..f81f6a26c 100644 --- a/pkg/apis/appmesh/v1beta1/zz_generated.deepcopy.go +++ b/pkg/apis/appmesh/v1beta1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright The Flagger Authors. +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/apis/appmesh/v1beta2/zz_generated.deepcopy.go b/pkg/apis/appmesh/v1beta2/zz_generated.deepcopy.go index 62cb3db2d..34a62c700 100644 --- a/pkg/apis/appmesh/v1beta2/zz_generated.deepcopy.go +++ b/pkg/apis/appmesh/v1beta2/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright The Flagger Authors. +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/apis/flagger/v1beta1/zz_generated.deepcopy.go b/pkg/apis/flagger/v1beta1/zz_generated.deepcopy.go index cfb31b73d..5e568ec30 100644 --- a/pkg/apis/flagger/v1beta1/zz_generated.deepcopy.go +++ b/pkg/apis/flagger/v1beta1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright The Flagger Authors. +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/apis/gloo/v1/zz_generated.deepcopy.go b/pkg/apis/gloo/v1/zz_generated.deepcopy.go index 909575ed5..db498aef8 100644 --- a/pkg/apis/gloo/v1/zz_generated.deepcopy.go +++ b/pkg/apis/gloo/v1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright The Flagger Authors. +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/apis/istio/v1alpha3/zz_generated.deepcopy.go b/pkg/apis/istio/v1alpha3/zz_generated.deepcopy.go index b2d565436..c0173ba2f 100644 --- a/pkg/apis/istio/v1alpha3/zz_generated.deepcopy.go +++ b/pkg/apis/istio/v1alpha3/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright The Flagger Authors. +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/apis/projectcontour/v1/zz_generated.deepcopy.go b/pkg/apis/projectcontour/v1/zz_generated.deepcopy.go index 98f2dcb25..967601b7e 100644 --- a/pkg/apis/projectcontour/v1/zz_generated.deepcopy.go +++ b/pkg/apis/projectcontour/v1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright The Flagger Authors. +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/apis/smi/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/smi/v1alpha1/zz_generated.deepcopy.go index b7b5f6572..0013d998b 100644 --- a/pkg/apis/smi/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/apis/smi/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright The Flagger Authors. +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/apis/smi/v1alpha2/zz_generated.deepcopy.go b/pkg/apis/smi/v1alpha2/zz_generated.deepcopy.go index a5a52abd6..e07e59942 100644 --- a/pkg/apis/smi/v1alpha2/zz_generated.deepcopy.go +++ b/pkg/apis/smi/v1alpha2/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright The Flagger Authors. +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/apis/traefik/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/traefik/v1alpha1/zz_generated.deepcopy.go index 7b07d795f..958cca34d 100644 --- a/pkg/apis/traefik/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/apis/traefik/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright The Flagger Authors. +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/canary/config_tracker.go b/pkg/canary/config_tracker.go index 480c78401..23e80feb1 100644 --- a/pkg/canary/config_tracker.go +++ b/pkg/canary/config_tracker.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/config_tracker_test.go b/pkg/canary/config_tracker_test.go index 423befc78..3399db95b 100644 --- a/pkg/canary/config_tracker_test.go +++ b/pkg/canary/config_tracker_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/controller.go b/pkg/canary/controller.go index 36e13f1c9..86241d4ea 100644 --- a/pkg/canary/controller.go +++ b/pkg/canary/controller.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/daemonset_controller.go b/pkg/canary/daemonset_controller.go index 3c02e9ecb..89494ea31 100644 --- a/pkg/canary/daemonset_controller.go +++ b/pkg/canary/daemonset_controller.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/daemonset_controller_test.go b/pkg/canary/daemonset_controller_test.go index 81af35c48..e5e8effd1 100644 --- a/pkg/canary/daemonset_controller_test.go +++ b/pkg/canary/daemonset_controller_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/daemonset_fixture_test.go b/pkg/canary/daemonset_fixture_test.go index 1feb18d3b..f309172a9 100644 --- a/pkg/canary/daemonset_fixture_test.go +++ b/pkg/canary/daemonset_fixture_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/daemonset_ready.go b/pkg/canary/daemonset_ready.go index fbfff4b9d..5ac8d03e0 100644 --- a/pkg/canary/daemonset_ready.go +++ b/pkg/canary/daemonset_ready.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/daemonset_ready_test.go b/pkg/canary/daemonset_ready_test.go index 93b11287a..5d214852c 100644 --- a/pkg/canary/daemonset_ready_test.go +++ b/pkg/canary/daemonset_ready_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/daemonset_status.go b/pkg/canary/daemonset_status.go index b3927f05d..746d612b7 100644 --- a/pkg/canary/daemonset_status.go +++ b/pkg/canary/daemonset_status.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/daemonset_status_test.go b/pkg/canary/daemonset_status_test.go index 457dc5157..14d502f27 100644 --- a/pkg/canary/daemonset_status_test.go +++ b/pkg/canary/daemonset_status_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/deployment_controller.go b/pkg/canary/deployment_controller.go index 050b73fe5..bec31c7ed 100644 --- a/pkg/canary/deployment_controller.go +++ b/pkg/canary/deployment_controller.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/deployment_controller_test.go b/pkg/canary/deployment_controller_test.go index 265f2d520..c4e223807 100644 --- a/pkg/canary/deployment_controller_test.go +++ b/pkg/canary/deployment_controller_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/deployment_fixture_test.go b/pkg/canary/deployment_fixture_test.go index 67ea95c0e..da423fd7a 100644 --- a/pkg/canary/deployment_fixture_test.go +++ b/pkg/canary/deployment_fixture_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/deployment_ready.go b/pkg/canary/deployment_ready.go index 0bb54ac5b..bfcfeed52 100644 --- a/pkg/canary/deployment_ready.go +++ b/pkg/canary/deployment_ready.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/deployment_ready_test.go b/pkg/canary/deployment_ready_test.go index 48da6a47c..9dfbc47fb 100644 --- a/pkg/canary/deployment_ready_test.go +++ b/pkg/canary/deployment_ready_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/deployment_status.go b/pkg/canary/deployment_status.go index 97cd571cb..46027499d 100644 --- a/pkg/canary/deployment_status.go +++ b/pkg/canary/deployment_status.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/deployment_status_test.go b/pkg/canary/deployment_status_test.go index 31c5e3867..cb1910bae 100644 --- a/pkg/canary/deployment_status_test.go +++ b/pkg/canary/deployment_status_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/factory.go b/pkg/canary/factory.go index 9e82232dc..55672be77 100644 --- a/pkg/canary/factory.go +++ b/pkg/canary/factory.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/nop_tracker.go b/pkg/canary/nop_tracker.go index 7a696c00f..e578a6d73 100644 --- a/pkg/canary/nop_tracker.go +++ b/pkg/canary/nop_tracker.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/service_controller.go b/pkg/canary/service_controller.go index 4856f3aad..2f53edcab 100644 --- a/pkg/canary/service_controller.go +++ b/pkg/canary/service_controller.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/spec.go b/pkg/canary/spec.go index 7e191ed38..f7c087b43 100644 --- a/pkg/canary/spec.go +++ b/pkg/canary/spec.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/status.go b/pkg/canary/status.go index 9b821ab9a..fbd7020a0 100644 --- a/pkg/canary/status.go +++ b/pkg/canary/status.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/tracker.go b/pkg/canary/tracker.go index ab8292ac1..a2b31cff3 100644 --- a/pkg/canary/tracker.go +++ b/pkg/canary/tracker.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/util.go b/pkg/canary/util.go index e1688e5e9..e7deb6c07 100644 --- a/pkg/canary/util.go +++ b/pkg/canary/util.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/canary/util_test.go b/pkg/canary/util_test.go index e8e36f018..b0ed41e5f 100644 --- a/pkg/canary/util_test.go +++ b/pkg/canary/util_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package canary import ( diff --git a/pkg/client/clientset/versioned/clientset.go b/pkg/client/clientset/versioned/clientset.go index 6ecfd15e8..c8b0a2aea 100644 --- a/pkg/client/clientset/versioned/clientset.go +++ b/pkg/client/clientset/versioned/clientset.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/doc.go b/pkg/client/clientset/versioned/doc.go index a095dc95c..8c3bbfc68 100644 --- a/pkg/client/clientset/versioned/doc.go +++ b/pkg/client/clientset/versioned/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/fake/clientset_generated.go b/pkg/client/clientset/versioned/fake/clientset_generated.go index 863f403ed..bb5e26c72 100644 --- a/pkg/client/clientset/versioned/fake/clientset_generated.go +++ b/pkg/client/clientset/versioned/fake/clientset_generated.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/fake/doc.go b/pkg/client/clientset/versioned/fake/doc.go index 90e256439..bb4a78049 100644 --- a/pkg/client/clientset/versioned/fake/doc.go +++ b/pkg/client/clientset/versioned/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/fake/register.go b/pkg/client/clientset/versioned/fake/register.go index ee5fa03a2..b67c97ea4 100644 --- a/pkg/client/clientset/versioned/fake/register.go +++ b/pkg/client/clientset/versioned/fake/register.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/scheme/doc.go b/pkg/client/clientset/versioned/scheme/doc.go index 52ad2210c..e32e9d942 100644 --- a/pkg/client/clientset/versioned/scheme/doc.go +++ b/pkg/client/clientset/versioned/scheme/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/scheme/register.go b/pkg/client/clientset/versioned/scheme/register.go index bf7a9984e..25d23a6d7 100644 --- a/pkg/client/clientset/versioned/scheme/register.go +++ b/pkg/client/clientset/versioned/scheme/register.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta1/appmesh_client.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/appmesh_client.go index 539b0de79..606925e18 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta1/appmesh_client.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/appmesh_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta1/doc.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/doc.go index 4796e1821..668ff388c 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta1/doc.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta1/fake/doc.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/doc.go index 7a3b19cb7..1ccd91197 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/doc.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_appmesh_client.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_appmesh_client.go index 616c8937b..87aee5b92 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_appmesh_client.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_appmesh_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_mesh.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_mesh.go index 12fab18f4..da61e980c 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_mesh.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_mesh.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_virtualnode.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_virtualnode.go index 4a20c08d8..59223a030 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_virtualnode.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_virtualnode.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_virtualservice.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_virtualservice.go index e4c594928..270dcc87d 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_virtualservice.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/fake/fake_virtualservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta1/generated_expansion.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/generated_expansion.go index 66f15ec14..e8ba9c039 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta1/generated_expansion.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta1/mesh.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/mesh.go index 446a4ec3e..ef48a7702 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta1/mesh.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/mesh.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta1/virtualnode.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/virtualnode.go index 4746998ba..4f2f36e2b 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta1/virtualnode.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/virtualnode.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta1/virtualservice.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/virtualservice.go index 2e3157dff..4e42f17a7 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta1/virtualservice.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta1/virtualservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta2/appmesh_client.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/appmesh_client.go index 3b8befd11..1d962d5a9 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta2/appmesh_client.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/appmesh_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta2/doc.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/doc.go index a36957cda..aee3cf820 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta2/doc.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta2/fake/doc.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/doc.go index 7a3b19cb7..1ccd91197 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/doc.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_appmesh_client.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_appmesh_client.go index 92989c140..43b685d06 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_appmesh_client.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_appmesh_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_virtualnode.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_virtualnode.go index 0557ae629..33bc6282b 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_virtualnode.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_virtualnode.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_virtualrouter.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_virtualrouter.go index 3edd76607..558d1444c 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_virtualrouter.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_virtualrouter.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_virtualservice.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_virtualservice.go index 08106c006..14f4985e8 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_virtualservice.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/fake/fake_virtualservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta2/generated_expansion.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/generated_expansion.go index 7803347c2..06f727fff 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta2/generated_expansion.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta2/virtualnode.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/virtualnode.go index 7adb535c3..2ca0f710f 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta2/virtualnode.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/virtualnode.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta2/virtualrouter.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/virtualrouter.go index e6df6a8bf..bd2daad19 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta2/virtualrouter.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/virtualrouter.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/appmesh/v1beta2/virtualservice.go b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/virtualservice.go index b63cbcdd5..caa79fbfd 100644 --- a/pkg/client/clientset/versioned/typed/appmesh/v1beta2/virtualservice.go +++ b/pkg/client/clientset/versioned/typed/appmesh/v1beta2/virtualservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/flagger/v1beta1/alertprovider.go b/pkg/client/clientset/versioned/typed/flagger/v1beta1/alertprovider.go index c7954374a..8210838b9 100644 --- a/pkg/client/clientset/versioned/typed/flagger/v1beta1/alertprovider.go +++ b/pkg/client/clientset/versioned/typed/flagger/v1beta1/alertprovider.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/flagger/v1beta1/canary.go b/pkg/client/clientset/versioned/typed/flagger/v1beta1/canary.go index 778229f75..18a332c13 100644 --- a/pkg/client/clientset/versioned/typed/flagger/v1beta1/canary.go +++ b/pkg/client/clientset/versioned/typed/flagger/v1beta1/canary.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/flagger/v1beta1/doc.go b/pkg/client/clientset/versioned/typed/flagger/v1beta1/doc.go index 4796e1821..668ff388c 100644 --- a/pkg/client/clientset/versioned/typed/flagger/v1beta1/doc.go +++ b/pkg/client/clientset/versioned/typed/flagger/v1beta1/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/flagger/v1beta1/fake/doc.go b/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/doc.go index 7a3b19cb7..1ccd91197 100644 --- a/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/doc.go +++ b/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_alertprovider.go b/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_alertprovider.go index 2350529ee..cf2c91c83 100644 --- a/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_alertprovider.go +++ b/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_alertprovider.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_canary.go b/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_canary.go index 56840107e..93892da4b 100644 --- a/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_canary.go +++ b/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_canary.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_flagger_client.go b/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_flagger_client.go index 08d591f44..0961c6be2 100644 --- a/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_flagger_client.go +++ b/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_flagger_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_metrictemplate.go b/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_metrictemplate.go index 1d00bc1a8..9f10d7ade 100644 --- a/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_metrictemplate.go +++ b/pkg/client/clientset/versioned/typed/flagger/v1beta1/fake/fake_metrictemplate.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/flagger/v1beta1/flagger_client.go b/pkg/client/clientset/versioned/typed/flagger/v1beta1/flagger_client.go index 48a958e2d..f755721b8 100644 --- a/pkg/client/clientset/versioned/typed/flagger/v1beta1/flagger_client.go +++ b/pkg/client/clientset/versioned/typed/flagger/v1beta1/flagger_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/flagger/v1beta1/generated_expansion.go b/pkg/client/clientset/versioned/typed/flagger/v1beta1/generated_expansion.go index 2d9f05ef4..f68ed72be 100644 --- a/pkg/client/clientset/versioned/typed/flagger/v1beta1/generated_expansion.go +++ b/pkg/client/clientset/versioned/typed/flagger/v1beta1/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/flagger/v1beta1/metrictemplate.go b/pkg/client/clientset/versioned/typed/flagger/v1beta1/metrictemplate.go index 432f69025..071cc254d 100644 --- a/pkg/client/clientset/versioned/typed/flagger/v1beta1/metrictemplate.go +++ b/pkg/client/clientset/versioned/typed/flagger/v1beta1/metrictemplate.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/gloo/v1/doc.go b/pkg/client/clientset/versioned/typed/gloo/v1/doc.go index fb0cec7df..49093caf4 100644 --- a/pkg/client/clientset/versioned/typed/gloo/v1/doc.go +++ b/pkg/client/clientset/versioned/typed/gloo/v1/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/gloo/v1/fake/doc.go b/pkg/client/clientset/versioned/typed/gloo/v1/fake/doc.go index 7a3b19cb7..1ccd91197 100644 --- a/pkg/client/clientset/versioned/typed/gloo/v1/fake/doc.go +++ b/pkg/client/clientset/versioned/typed/gloo/v1/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/gloo/v1/fake/fake_gloo_client.go b/pkg/client/clientset/versioned/typed/gloo/v1/fake/fake_gloo_client.go index ab0b9f26c..ad0765f75 100644 --- a/pkg/client/clientset/versioned/typed/gloo/v1/fake/fake_gloo_client.go +++ b/pkg/client/clientset/versioned/typed/gloo/v1/fake/fake_gloo_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/gloo/v1/fake/fake_upstreamgroup.go b/pkg/client/clientset/versioned/typed/gloo/v1/fake/fake_upstreamgroup.go index 200b2f081..efc808000 100644 --- a/pkg/client/clientset/versioned/typed/gloo/v1/fake/fake_upstreamgroup.go +++ b/pkg/client/clientset/versioned/typed/gloo/v1/fake/fake_upstreamgroup.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/gloo/v1/generated_expansion.go b/pkg/client/clientset/versioned/typed/gloo/v1/generated_expansion.go index a727e4520..6f7081579 100644 --- a/pkg/client/clientset/versioned/typed/gloo/v1/generated_expansion.go +++ b/pkg/client/clientset/versioned/typed/gloo/v1/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/gloo/v1/gloo_client.go b/pkg/client/clientset/versioned/typed/gloo/v1/gloo_client.go index 3cd1da5e0..b952e19c3 100644 --- a/pkg/client/clientset/versioned/typed/gloo/v1/gloo_client.go +++ b/pkg/client/clientset/versioned/typed/gloo/v1/gloo_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/gloo/v1/upstreamgroup.go b/pkg/client/clientset/versioned/typed/gloo/v1/upstreamgroup.go index a007ec5ce..767fe3dbb 100644 --- a/pkg/client/clientset/versioned/typed/gloo/v1/upstreamgroup.go +++ b/pkg/client/clientset/versioned/typed/gloo/v1/upstreamgroup.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/istio/v1alpha3/destinationrule.go b/pkg/client/clientset/versioned/typed/istio/v1alpha3/destinationrule.go index c0fd5fab6..27223f2a2 100644 --- a/pkg/client/clientset/versioned/typed/istio/v1alpha3/destinationrule.go +++ b/pkg/client/clientset/versioned/typed/istio/v1alpha3/destinationrule.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/istio/v1alpha3/doc.go b/pkg/client/clientset/versioned/typed/istio/v1alpha3/doc.go index d49e3fd31..9e20709b2 100644 --- a/pkg/client/clientset/versioned/typed/istio/v1alpha3/doc.go +++ b/pkg/client/clientset/versioned/typed/istio/v1alpha3/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/istio/v1alpha3/fake/doc.go b/pkg/client/clientset/versioned/typed/istio/v1alpha3/fake/doc.go index 7a3b19cb7..1ccd91197 100644 --- a/pkg/client/clientset/versioned/typed/istio/v1alpha3/fake/doc.go +++ b/pkg/client/clientset/versioned/typed/istio/v1alpha3/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/istio/v1alpha3/fake/fake_destinationrule.go b/pkg/client/clientset/versioned/typed/istio/v1alpha3/fake/fake_destinationrule.go index 4d04e8459..92a1acb0d 100644 --- a/pkg/client/clientset/versioned/typed/istio/v1alpha3/fake/fake_destinationrule.go +++ b/pkg/client/clientset/versioned/typed/istio/v1alpha3/fake/fake_destinationrule.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/istio/v1alpha3/fake/fake_istio_client.go b/pkg/client/clientset/versioned/typed/istio/v1alpha3/fake/fake_istio_client.go index fbb1b6e06..60e44838b 100644 --- a/pkg/client/clientset/versioned/typed/istio/v1alpha3/fake/fake_istio_client.go +++ b/pkg/client/clientset/versioned/typed/istio/v1alpha3/fake/fake_istio_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/istio/v1alpha3/fake/fake_virtualservice.go b/pkg/client/clientset/versioned/typed/istio/v1alpha3/fake/fake_virtualservice.go index fef478b46..2fc436532 100644 --- a/pkg/client/clientset/versioned/typed/istio/v1alpha3/fake/fake_virtualservice.go +++ b/pkg/client/clientset/versioned/typed/istio/v1alpha3/fake/fake_virtualservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/istio/v1alpha3/generated_expansion.go b/pkg/client/clientset/versioned/typed/istio/v1alpha3/generated_expansion.go index da0d96c91..7af9213c1 100644 --- a/pkg/client/clientset/versioned/typed/istio/v1alpha3/generated_expansion.go +++ b/pkg/client/clientset/versioned/typed/istio/v1alpha3/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/istio/v1alpha3/istio_client.go b/pkg/client/clientset/versioned/typed/istio/v1alpha3/istio_client.go index 7de40b322..d47a25eaa 100644 --- a/pkg/client/clientset/versioned/typed/istio/v1alpha3/istio_client.go +++ b/pkg/client/clientset/versioned/typed/istio/v1alpha3/istio_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/istio/v1alpha3/virtualservice.go b/pkg/client/clientset/versioned/typed/istio/v1alpha3/virtualservice.go index ca83e1522..493b538c2 100644 --- a/pkg/client/clientset/versioned/typed/istio/v1alpha3/virtualservice.go +++ b/pkg/client/clientset/versioned/typed/istio/v1alpha3/virtualservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/projectcontour/v1/doc.go b/pkg/client/clientset/versioned/typed/projectcontour/v1/doc.go index fb0cec7df..49093caf4 100644 --- a/pkg/client/clientset/versioned/typed/projectcontour/v1/doc.go +++ b/pkg/client/clientset/versioned/typed/projectcontour/v1/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/projectcontour/v1/fake/doc.go b/pkg/client/clientset/versioned/typed/projectcontour/v1/fake/doc.go index 7a3b19cb7..1ccd91197 100644 --- a/pkg/client/clientset/versioned/typed/projectcontour/v1/fake/doc.go +++ b/pkg/client/clientset/versioned/typed/projectcontour/v1/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/projectcontour/v1/fake/fake_httpproxy.go b/pkg/client/clientset/versioned/typed/projectcontour/v1/fake/fake_httpproxy.go index 1256d7246..e1067f874 100644 --- a/pkg/client/clientset/versioned/typed/projectcontour/v1/fake/fake_httpproxy.go +++ b/pkg/client/clientset/versioned/typed/projectcontour/v1/fake/fake_httpproxy.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/projectcontour/v1/fake/fake_projectcontour_client.go b/pkg/client/clientset/versioned/typed/projectcontour/v1/fake/fake_projectcontour_client.go index 36d2028f2..1dbb458b4 100644 --- a/pkg/client/clientset/versioned/typed/projectcontour/v1/fake/fake_projectcontour_client.go +++ b/pkg/client/clientset/versioned/typed/projectcontour/v1/fake/fake_projectcontour_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/projectcontour/v1/generated_expansion.go b/pkg/client/clientset/versioned/typed/projectcontour/v1/generated_expansion.go index a2adb4fbe..47b0195b7 100644 --- a/pkg/client/clientset/versioned/typed/projectcontour/v1/generated_expansion.go +++ b/pkg/client/clientset/versioned/typed/projectcontour/v1/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/projectcontour/v1/httpproxy.go b/pkg/client/clientset/versioned/typed/projectcontour/v1/httpproxy.go index 24fda92cd..b7528fe7b 100644 --- a/pkg/client/clientset/versioned/typed/projectcontour/v1/httpproxy.go +++ b/pkg/client/clientset/versioned/typed/projectcontour/v1/httpproxy.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/projectcontour/v1/projectcontour_client.go b/pkg/client/clientset/versioned/typed/projectcontour/v1/projectcontour_client.go index 9dc8b6cdc..54703a8c4 100644 --- a/pkg/client/clientset/versioned/typed/projectcontour/v1/projectcontour_client.go +++ b/pkg/client/clientset/versioned/typed/projectcontour/v1/projectcontour_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/smi/v1alpha1/doc.go b/pkg/client/clientset/versioned/typed/smi/v1alpha1/doc.go index 20b3d7fd1..9c7b8cc3b 100644 --- a/pkg/client/clientset/versioned/typed/smi/v1alpha1/doc.go +++ b/pkg/client/clientset/versioned/typed/smi/v1alpha1/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/smi/v1alpha1/fake/doc.go b/pkg/client/clientset/versioned/typed/smi/v1alpha1/fake/doc.go index 7a3b19cb7..1ccd91197 100644 --- a/pkg/client/clientset/versioned/typed/smi/v1alpha1/fake/doc.go +++ b/pkg/client/clientset/versioned/typed/smi/v1alpha1/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/smi/v1alpha1/fake/fake_smi_client.go b/pkg/client/clientset/versioned/typed/smi/v1alpha1/fake/fake_smi_client.go index bf77283bb..53bb984a6 100644 --- a/pkg/client/clientset/versioned/typed/smi/v1alpha1/fake/fake_smi_client.go +++ b/pkg/client/clientset/versioned/typed/smi/v1alpha1/fake/fake_smi_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/smi/v1alpha1/fake/fake_trafficsplit.go b/pkg/client/clientset/versioned/typed/smi/v1alpha1/fake/fake_trafficsplit.go index f455131a2..e91f949eb 100644 --- a/pkg/client/clientset/versioned/typed/smi/v1alpha1/fake/fake_trafficsplit.go +++ b/pkg/client/clientset/versioned/typed/smi/v1alpha1/fake/fake_trafficsplit.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/smi/v1alpha1/generated_expansion.go b/pkg/client/clientset/versioned/typed/smi/v1alpha1/generated_expansion.go index 4cc5c42a8..463a2acaa 100644 --- a/pkg/client/clientset/versioned/typed/smi/v1alpha1/generated_expansion.go +++ b/pkg/client/clientset/versioned/typed/smi/v1alpha1/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/smi/v1alpha1/smi_client.go b/pkg/client/clientset/versioned/typed/smi/v1alpha1/smi_client.go index 0168e9b98..5cb5cf28a 100644 --- a/pkg/client/clientset/versioned/typed/smi/v1alpha1/smi_client.go +++ b/pkg/client/clientset/versioned/typed/smi/v1alpha1/smi_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/smi/v1alpha1/trafficsplit.go b/pkg/client/clientset/versioned/typed/smi/v1alpha1/trafficsplit.go index 4a774e5a8..649b9e0d5 100644 --- a/pkg/client/clientset/versioned/typed/smi/v1alpha1/trafficsplit.go +++ b/pkg/client/clientset/versioned/typed/smi/v1alpha1/trafficsplit.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/smi/v1alpha2/doc.go b/pkg/client/clientset/versioned/typed/smi/v1alpha2/doc.go index 0b3efa15b..c0e4eb6fc 100644 --- a/pkg/client/clientset/versioned/typed/smi/v1alpha2/doc.go +++ b/pkg/client/clientset/versioned/typed/smi/v1alpha2/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/smi/v1alpha2/fake/doc.go b/pkg/client/clientset/versioned/typed/smi/v1alpha2/fake/doc.go index 7a3b19cb7..1ccd91197 100644 --- a/pkg/client/clientset/versioned/typed/smi/v1alpha2/fake/doc.go +++ b/pkg/client/clientset/versioned/typed/smi/v1alpha2/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/smi/v1alpha2/fake/fake_smi_client.go b/pkg/client/clientset/versioned/typed/smi/v1alpha2/fake/fake_smi_client.go index 964c2e47e..0c31e8725 100644 --- a/pkg/client/clientset/versioned/typed/smi/v1alpha2/fake/fake_smi_client.go +++ b/pkg/client/clientset/versioned/typed/smi/v1alpha2/fake/fake_smi_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/smi/v1alpha2/fake/fake_trafficsplit.go b/pkg/client/clientset/versioned/typed/smi/v1alpha2/fake/fake_trafficsplit.go index f53536644..562818890 100644 --- a/pkg/client/clientset/versioned/typed/smi/v1alpha2/fake/fake_trafficsplit.go +++ b/pkg/client/clientset/versioned/typed/smi/v1alpha2/fake/fake_trafficsplit.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/smi/v1alpha2/generated_expansion.go b/pkg/client/clientset/versioned/typed/smi/v1alpha2/generated_expansion.go index fe4314060..95c3f471a 100644 --- a/pkg/client/clientset/versioned/typed/smi/v1alpha2/generated_expansion.go +++ b/pkg/client/clientset/versioned/typed/smi/v1alpha2/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/smi/v1alpha2/smi_client.go b/pkg/client/clientset/versioned/typed/smi/v1alpha2/smi_client.go index c9efe50f2..773458837 100644 --- a/pkg/client/clientset/versioned/typed/smi/v1alpha2/smi_client.go +++ b/pkg/client/clientset/versioned/typed/smi/v1alpha2/smi_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/smi/v1alpha2/trafficsplit.go b/pkg/client/clientset/versioned/typed/smi/v1alpha2/trafficsplit.go index 6acad0460..45f5f4fdc 100644 --- a/pkg/client/clientset/versioned/typed/smi/v1alpha2/trafficsplit.go +++ b/pkg/client/clientset/versioned/typed/smi/v1alpha2/trafficsplit.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/traefik/v1alpha1/doc.go b/pkg/client/clientset/versioned/typed/traefik/v1alpha1/doc.go index 20b3d7fd1..9c7b8cc3b 100644 --- a/pkg/client/clientset/versioned/typed/traefik/v1alpha1/doc.go +++ b/pkg/client/clientset/versioned/typed/traefik/v1alpha1/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/traefik/v1alpha1/fake/doc.go b/pkg/client/clientset/versioned/typed/traefik/v1alpha1/fake/doc.go index 7a3b19cb7..1ccd91197 100644 --- a/pkg/client/clientset/versioned/typed/traefik/v1alpha1/fake/doc.go +++ b/pkg/client/clientset/versioned/typed/traefik/v1alpha1/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/traefik/v1alpha1/fake/fake_traefik_client.go b/pkg/client/clientset/versioned/typed/traefik/v1alpha1/fake/fake_traefik_client.go index f51840b46..f42c070b8 100644 --- a/pkg/client/clientset/versioned/typed/traefik/v1alpha1/fake/fake_traefik_client.go +++ b/pkg/client/clientset/versioned/typed/traefik/v1alpha1/fake/fake_traefik_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/traefik/v1alpha1/fake/fake_traefikservice.go b/pkg/client/clientset/versioned/typed/traefik/v1alpha1/fake/fake_traefikservice.go index 18e518e2b..186eb0af8 100644 --- a/pkg/client/clientset/versioned/typed/traefik/v1alpha1/fake/fake_traefikservice.go +++ b/pkg/client/clientset/versioned/typed/traefik/v1alpha1/fake/fake_traefikservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/traefik/v1alpha1/generated_expansion.go b/pkg/client/clientset/versioned/typed/traefik/v1alpha1/generated_expansion.go index 9a4fb62ad..7ae345c14 100644 --- a/pkg/client/clientset/versioned/typed/traefik/v1alpha1/generated_expansion.go +++ b/pkg/client/clientset/versioned/typed/traefik/v1alpha1/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/traefik/v1alpha1/traefik_client.go b/pkg/client/clientset/versioned/typed/traefik/v1alpha1/traefik_client.go index 61463a035..9005c094d 100644 --- a/pkg/client/clientset/versioned/typed/traefik/v1alpha1/traefik_client.go +++ b/pkg/client/clientset/versioned/typed/traefik/v1alpha1/traefik_client.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/clientset/versioned/typed/traefik/v1alpha1/traefikservice.go b/pkg/client/clientset/versioned/typed/traefik/v1alpha1/traefikservice.go index b68239964..3d1ce4727 100644 --- a/pkg/client/clientset/versioned/typed/traefik/v1alpha1/traefikservice.go +++ b/pkg/client/clientset/versioned/typed/traefik/v1alpha1/traefikservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/appmesh/interface.go b/pkg/client/informers/externalversions/appmesh/interface.go index 22439cad3..a1d7fb745 100644 --- a/pkg/client/informers/externalversions/appmesh/interface.go +++ b/pkg/client/informers/externalversions/appmesh/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/appmesh/v1beta1/interface.go b/pkg/client/informers/externalversions/appmesh/v1beta1/interface.go index 37b7ddb23..1a701ba90 100644 --- a/pkg/client/informers/externalversions/appmesh/v1beta1/interface.go +++ b/pkg/client/informers/externalversions/appmesh/v1beta1/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/appmesh/v1beta1/mesh.go b/pkg/client/informers/externalversions/appmesh/v1beta1/mesh.go index 012d834c2..933d9316a 100644 --- a/pkg/client/informers/externalversions/appmesh/v1beta1/mesh.go +++ b/pkg/client/informers/externalversions/appmesh/v1beta1/mesh.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/appmesh/v1beta1/virtualnode.go b/pkg/client/informers/externalversions/appmesh/v1beta1/virtualnode.go index c7d028fb0..5aa9e35a4 100644 --- a/pkg/client/informers/externalversions/appmesh/v1beta1/virtualnode.go +++ b/pkg/client/informers/externalversions/appmesh/v1beta1/virtualnode.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/appmesh/v1beta1/virtualservice.go b/pkg/client/informers/externalversions/appmesh/v1beta1/virtualservice.go index 2a84f9a04..b3143b3d8 100644 --- a/pkg/client/informers/externalversions/appmesh/v1beta1/virtualservice.go +++ b/pkg/client/informers/externalversions/appmesh/v1beta1/virtualservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/appmesh/v1beta2/interface.go b/pkg/client/informers/externalversions/appmesh/v1beta2/interface.go index d40372071..67fc7c20f 100644 --- a/pkg/client/informers/externalversions/appmesh/v1beta2/interface.go +++ b/pkg/client/informers/externalversions/appmesh/v1beta2/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/appmesh/v1beta2/virtualnode.go b/pkg/client/informers/externalversions/appmesh/v1beta2/virtualnode.go index a3ed0c03f..37e1d02d3 100644 --- a/pkg/client/informers/externalversions/appmesh/v1beta2/virtualnode.go +++ b/pkg/client/informers/externalversions/appmesh/v1beta2/virtualnode.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/appmesh/v1beta2/virtualrouter.go b/pkg/client/informers/externalversions/appmesh/v1beta2/virtualrouter.go index a501f86cc..b085a5154 100644 --- a/pkg/client/informers/externalversions/appmesh/v1beta2/virtualrouter.go +++ b/pkg/client/informers/externalversions/appmesh/v1beta2/virtualrouter.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/appmesh/v1beta2/virtualservice.go b/pkg/client/informers/externalversions/appmesh/v1beta2/virtualservice.go index 532eeff3b..c823f2fbf 100644 --- a/pkg/client/informers/externalversions/appmesh/v1beta2/virtualservice.go +++ b/pkg/client/informers/externalversions/appmesh/v1beta2/virtualservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/factory.go b/pkg/client/informers/externalversions/factory.go index 3d3da0828..cd9df5562 100644 --- a/pkg/client/informers/externalversions/factory.go +++ b/pkg/client/informers/externalversions/factory.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/flagger/interface.go b/pkg/client/informers/externalversions/flagger/interface.go index 4f29e6faf..e9c1fffe2 100644 --- a/pkg/client/informers/externalversions/flagger/interface.go +++ b/pkg/client/informers/externalversions/flagger/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/flagger/v1beta1/alertprovider.go b/pkg/client/informers/externalversions/flagger/v1beta1/alertprovider.go index 238b6ca9b..e0ed18276 100644 --- a/pkg/client/informers/externalversions/flagger/v1beta1/alertprovider.go +++ b/pkg/client/informers/externalversions/flagger/v1beta1/alertprovider.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/flagger/v1beta1/canary.go b/pkg/client/informers/externalversions/flagger/v1beta1/canary.go index 970d954a8..11b58cadb 100644 --- a/pkg/client/informers/externalversions/flagger/v1beta1/canary.go +++ b/pkg/client/informers/externalversions/flagger/v1beta1/canary.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/flagger/v1beta1/interface.go b/pkg/client/informers/externalversions/flagger/v1beta1/interface.go index 5d69058a8..b7fada6d9 100644 --- a/pkg/client/informers/externalversions/flagger/v1beta1/interface.go +++ b/pkg/client/informers/externalversions/flagger/v1beta1/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/flagger/v1beta1/metrictemplate.go b/pkg/client/informers/externalversions/flagger/v1beta1/metrictemplate.go index da1a3e672..56dab2379 100644 --- a/pkg/client/informers/externalversions/flagger/v1beta1/metrictemplate.go +++ b/pkg/client/informers/externalversions/flagger/v1beta1/metrictemplate.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/generic.go b/pkg/client/informers/externalversions/generic.go index 4075893e1..efc6c50e7 100644 --- a/pkg/client/informers/externalversions/generic.go +++ b/pkg/client/informers/externalversions/generic.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/gloo/interface.go b/pkg/client/informers/externalversions/gloo/interface.go index f61200d12..23b732a31 100644 --- a/pkg/client/informers/externalversions/gloo/interface.go +++ b/pkg/client/informers/externalversions/gloo/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/gloo/v1/interface.go b/pkg/client/informers/externalversions/gloo/v1/interface.go index ac9aa50a1..84676e080 100644 --- a/pkg/client/informers/externalversions/gloo/v1/interface.go +++ b/pkg/client/informers/externalversions/gloo/v1/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/gloo/v1/upstreamgroup.go b/pkg/client/informers/externalversions/gloo/v1/upstreamgroup.go index beb7a5a3c..74faa191f 100644 --- a/pkg/client/informers/externalversions/gloo/v1/upstreamgroup.go +++ b/pkg/client/informers/externalversions/gloo/v1/upstreamgroup.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/internalinterfaces/factory_interfaces.go b/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go index 5e76f9d7b..e235777d9 100644 --- a/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go +++ b/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/istio/interface.go b/pkg/client/informers/externalversions/istio/interface.go index 168c81f29..80750d2d0 100644 --- a/pkg/client/informers/externalversions/istio/interface.go +++ b/pkg/client/informers/externalversions/istio/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/istio/v1alpha3/destinationrule.go b/pkg/client/informers/externalversions/istio/v1alpha3/destinationrule.go index d638cae55..7db83c282 100644 --- a/pkg/client/informers/externalversions/istio/v1alpha3/destinationrule.go +++ b/pkg/client/informers/externalversions/istio/v1alpha3/destinationrule.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/istio/v1alpha3/interface.go b/pkg/client/informers/externalversions/istio/v1alpha3/interface.go index ae54b8a29..68fb9deb2 100644 --- a/pkg/client/informers/externalversions/istio/v1alpha3/interface.go +++ b/pkg/client/informers/externalversions/istio/v1alpha3/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/istio/v1alpha3/virtualservice.go b/pkg/client/informers/externalversions/istio/v1alpha3/virtualservice.go index 6a278953c..c251756a7 100644 --- a/pkg/client/informers/externalversions/istio/v1alpha3/virtualservice.go +++ b/pkg/client/informers/externalversions/istio/v1alpha3/virtualservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/projectcontour/interface.go b/pkg/client/informers/externalversions/projectcontour/interface.go index 519b4f954..31b56d857 100644 --- a/pkg/client/informers/externalversions/projectcontour/interface.go +++ b/pkg/client/informers/externalversions/projectcontour/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/projectcontour/v1/httpproxy.go b/pkg/client/informers/externalversions/projectcontour/v1/httpproxy.go index faa77e010..c1718e71a 100644 --- a/pkg/client/informers/externalversions/projectcontour/v1/httpproxy.go +++ b/pkg/client/informers/externalversions/projectcontour/v1/httpproxy.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/projectcontour/v1/interface.go b/pkg/client/informers/externalversions/projectcontour/v1/interface.go index 0aa3558e6..f1ccf29c6 100644 --- a/pkg/client/informers/externalversions/projectcontour/v1/interface.go +++ b/pkg/client/informers/externalversions/projectcontour/v1/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/smi/interface.go b/pkg/client/informers/externalversions/smi/interface.go index eb9bb560f..603988332 100644 --- a/pkg/client/informers/externalversions/smi/interface.go +++ b/pkg/client/informers/externalversions/smi/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/smi/v1alpha1/interface.go b/pkg/client/informers/externalversions/smi/v1alpha1/interface.go index 7f7582b55..859437450 100644 --- a/pkg/client/informers/externalversions/smi/v1alpha1/interface.go +++ b/pkg/client/informers/externalversions/smi/v1alpha1/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/smi/v1alpha1/trafficsplit.go b/pkg/client/informers/externalversions/smi/v1alpha1/trafficsplit.go index 798608362..2c08949fe 100644 --- a/pkg/client/informers/externalversions/smi/v1alpha1/trafficsplit.go +++ b/pkg/client/informers/externalversions/smi/v1alpha1/trafficsplit.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/smi/v1alpha2/interface.go b/pkg/client/informers/externalversions/smi/v1alpha2/interface.go index 691663944..13c565113 100644 --- a/pkg/client/informers/externalversions/smi/v1alpha2/interface.go +++ b/pkg/client/informers/externalversions/smi/v1alpha2/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/smi/v1alpha2/trafficsplit.go b/pkg/client/informers/externalversions/smi/v1alpha2/trafficsplit.go index 6641216e9..c4dd6ef42 100644 --- a/pkg/client/informers/externalversions/smi/v1alpha2/trafficsplit.go +++ b/pkg/client/informers/externalversions/smi/v1alpha2/trafficsplit.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/traefik/interface.go b/pkg/client/informers/externalversions/traefik/interface.go index d2523a3d0..c888a59b7 100644 --- a/pkg/client/informers/externalversions/traefik/interface.go +++ b/pkg/client/informers/externalversions/traefik/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/traefik/v1alpha1/interface.go b/pkg/client/informers/externalversions/traefik/v1alpha1/interface.go index 5f45b608d..c5605b656 100644 --- a/pkg/client/informers/externalversions/traefik/v1alpha1/interface.go +++ b/pkg/client/informers/externalversions/traefik/v1alpha1/interface.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/informers/externalversions/traefik/v1alpha1/traefikservice.go b/pkg/client/informers/externalversions/traefik/v1alpha1/traefikservice.go index 32ff698eb..2c40b8964 100644 --- a/pkg/client/informers/externalversions/traefik/v1alpha1/traefikservice.go +++ b/pkg/client/informers/externalversions/traefik/v1alpha1/traefikservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/appmesh/v1beta1/expansion_generated.go b/pkg/client/listers/appmesh/v1beta1/expansion_generated.go index c3100366d..ab5a3484e 100644 --- a/pkg/client/listers/appmesh/v1beta1/expansion_generated.go +++ b/pkg/client/listers/appmesh/v1beta1/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/appmesh/v1beta1/mesh.go b/pkg/client/listers/appmesh/v1beta1/mesh.go index 16a887b66..1dd1d92a2 100644 --- a/pkg/client/listers/appmesh/v1beta1/mesh.go +++ b/pkg/client/listers/appmesh/v1beta1/mesh.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/appmesh/v1beta1/virtualnode.go b/pkg/client/listers/appmesh/v1beta1/virtualnode.go index 9e9ca9cbe..b5b9c1198 100644 --- a/pkg/client/listers/appmesh/v1beta1/virtualnode.go +++ b/pkg/client/listers/appmesh/v1beta1/virtualnode.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/appmesh/v1beta1/virtualservice.go b/pkg/client/listers/appmesh/v1beta1/virtualservice.go index 1c26595be..146fa41c3 100644 --- a/pkg/client/listers/appmesh/v1beta1/virtualservice.go +++ b/pkg/client/listers/appmesh/v1beta1/virtualservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/appmesh/v1beta2/expansion_generated.go b/pkg/client/listers/appmesh/v1beta2/expansion_generated.go index c57784598..8c9a938c3 100644 --- a/pkg/client/listers/appmesh/v1beta2/expansion_generated.go +++ b/pkg/client/listers/appmesh/v1beta2/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/appmesh/v1beta2/virtualnode.go b/pkg/client/listers/appmesh/v1beta2/virtualnode.go index 15c86222d..01d9dc65b 100644 --- a/pkg/client/listers/appmesh/v1beta2/virtualnode.go +++ b/pkg/client/listers/appmesh/v1beta2/virtualnode.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/appmesh/v1beta2/virtualrouter.go b/pkg/client/listers/appmesh/v1beta2/virtualrouter.go index 5e1e8a2f8..82b6378dc 100644 --- a/pkg/client/listers/appmesh/v1beta2/virtualrouter.go +++ b/pkg/client/listers/appmesh/v1beta2/virtualrouter.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/appmesh/v1beta2/virtualservice.go b/pkg/client/listers/appmesh/v1beta2/virtualservice.go index 901622649..9459c4843 100644 --- a/pkg/client/listers/appmesh/v1beta2/virtualservice.go +++ b/pkg/client/listers/appmesh/v1beta2/virtualservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/flagger/v1beta1/alertprovider.go b/pkg/client/listers/flagger/v1beta1/alertprovider.go index 2e1459f70..419d3326a 100644 --- a/pkg/client/listers/flagger/v1beta1/alertprovider.go +++ b/pkg/client/listers/flagger/v1beta1/alertprovider.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/flagger/v1beta1/canary.go b/pkg/client/listers/flagger/v1beta1/canary.go index 6929af965..45b26700b 100644 --- a/pkg/client/listers/flagger/v1beta1/canary.go +++ b/pkg/client/listers/flagger/v1beta1/canary.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/flagger/v1beta1/expansion_generated.go b/pkg/client/listers/flagger/v1beta1/expansion_generated.go index d26fc6d21..2e6e7ee3c 100644 --- a/pkg/client/listers/flagger/v1beta1/expansion_generated.go +++ b/pkg/client/listers/flagger/v1beta1/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/flagger/v1beta1/metrictemplate.go b/pkg/client/listers/flagger/v1beta1/metrictemplate.go index 875d1cb24..396da9560 100644 --- a/pkg/client/listers/flagger/v1beta1/metrictemplate.go +++ b/pkg/client/listers/flagger/v1beta1/metrictemplate.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/gloo/v1/expansion_generated.go b/pkg/client/listers/gloo/v1/expansion_generated.go index aee9e4646..3e8810ccc 100644 --- a/pkg/client/listers/gloo/v1/expansion_generated.go +++ b/pkg/client/listers/gloo/v1/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/gloo/v1/upstreamgroup.go b/pkg/client/listers/gloo/v1/upstreamgroup.go index cd6a46656..430a31e53 100644 --- a/pkg/client/listers/gloo/v1/upstreamgroup.go +++ b/pkg/client/listers/gloo/v1/upstreamgroup.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/istio/v1alpha3/destinationrule.go b/pkg/client/listers/istio/v1alpha3/destinationrule.go index bbf329b9c..bac146699 100644 --- a/pkg/client/listers/istio/v1alpha3/destinationrule.go +++ b/pkg/client/listers/istio/v1alpha3/destinationrule.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/istio/v1alpha3/expansion_generated.go b/pkg/client/listers/istio/v1alpha3/expansion_generated.go index 6c0921d51..3438c697c 100644 --- a/pkg/client/listers/istio/v1alpha3/expansion_generated.go +++ b/pkg/client/listers/istio/v1alpha3/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/istio/v1alpha3/virtualservice.go b/pkg/client/listers/istio/v1alpha3/virtualservice.go index ba1a77077..ff496b566 100644 --- a/pkg/client/listers/istio/v1alpha3/virtualservice.go +++ b/pkg/client/listers/istio/v1alpha3/virtualservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/projectcontour/v1/expansion_generated.go b/pkg/client/listers/projectcontour/v1/expansion_generated.go index c65e03920..f6d3ef16d 100644 --- a/pkg/client/listers/projectcontour/v1/expansion_generated.go +++ b/pkg/client/listers/projectcontour/v1/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/projectcontour/v1/httpproxy.go b/pkg/client/listers/projectcontour/v1/httpproxy.go index da0e8b9e4..7e9119ebd 100644 --- a/pkg/client/listers/projectcontour/v1/httpproxy.go +++ b/pkg/client/listers/projectcontour/v1/httpproxy.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/smi/v1alpha1/expansion_generated.go b/pkg/client/listers/smi/v1alpha1/expansion_generated.go index 271ee2430..fa440f1ea 100644 --- a/pkg/client/listers/smi/v1alpha1/expansion_generated.go +++ b/pkg/client/listers/smi/v1alpha1/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/smi/v1alpha1/trafficsplit.go b/pkg/client/listers/smi/v1alpha1/trafficsplit.go index 6f189cbbc..6f08be664 100644 --- a/pkg/client/listers/smi/v1alpha1/trafficsplit.go +++ b/pkg/client/listers/smi/v1alpha1/trafficsplit.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/smi/v1alpha2/expansion_generated.go b/pkg/client/listers/smi/v1alpha2/expansion_generated.go index 94025c94b..260226f1d 100644 --- a/pkg/client/listers/smi/v1alpha2/expansion_generated.go +++ b/pkg/client/listers/smi/v1alpha2/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/smi/v1alpha2/trafficsplit.go b/pkg/client/listers/smi/v1alpha2/trafficsplit.go index 085caa6c6..b9966201e 100644 --- a/pkg/client/listers/smi/v1alpha2/trafficsplit.go +++ b/pkg/client/listers/smi/v1alpha2/trafficsplit.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/traefik/v1alpha1/expansion_generated.go b/pkg/client/listers/traefik/v1alpha1/expansion_generated.go index cb41928e2..b9ce400f9 100644 --- a/pkg/client/listers/traefik/v1alpha1/expansion_generated.go +++ b/pkg/client/listers/traefik/v1alpha1/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/client/listers/traefik/v1alpha1/traefikservice.go b/pkg/client/listers/traefik/v1alpha1/traefikservice.go index 16978f1aa..7c103e316 100644 --- a/pkg/client/listers/traefik/v1alpha1/traefikservice.go +++ b/pkg/client/listers/traefik/v1alpha1/traefikservice.go @@ -1,5 +1,5 @@ /* -Copyright The Flagger Authors. +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/controller/controller.go b/pkg/controller/controller.go index 799c8945a..aad82e4c3 100644 --- a/pkg/controller/controller.go +++ b/pkg/controller/controller.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/events.go b/pkg/controller/events.go index 16a452885..1b1d6e3e7 100644 --- a/pkg/controller/events.go +++ b/pkg/controller/events.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/finalizer.go b/pkg/controller/finalizer.go index 677a3a956..92503dc94 100644 --- a/pkg/controller/finalizer.go +++ b/pkg/controller/finalizer.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/finalizer_test.go b/pkg/controller/finalizer_test.go index 4be7db78c..0d2827bf7 100644 --- a/pkg/controller/finalizer_test.go +++ b/pkg/controller/finalizer_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/job.go b/pkg/controller/job.go index 0b54ea563..83227be7d 100644 --- a/pkg/controller/job.go +++ b/pkg/controller/job.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import "time" diff --git a/pkg/controller/scheduler.go b/pkg/controller/scheduler.go index ea613700b..36b8759aa 100644 --- a/pkg/controller/scheduler.go +++ b/pkg/controller/scheduler.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/scheduler_daemonset_fixture_test.go b/pkg/controller/scheduler_daemonset_fixture_test.go index b2b2ca649..e0ac8ba85 100644 --- a/pkg/controller/scheduler_daemonset_fixture_test.go +++ b/pkg/controller/scheduler_daemonset_fixture_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/scheduler_daemonset_test.go b/pkg/controller/scheduler_daemonset_test.go index 01b62c3d1..e76776691 100644 --- a/pkg/controller/scheduler_daemonset_test.go +++ b/pkg/controller/scheduler_daemonset_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/scheduler_deployment_fixture_test.go b/pkg/controller/scheduler_deployment_fixture_test.go index 7861bfa6b..6fb5c89e5 100644 --- a/pkg/controller/scheduler_deployment_fixture_test.go +++ b/pkg/controller/scheduler_deployment_fixture_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/scheduler_deployment_test.go b/pkg/controller/scheduler_deployment_test.go index 9e3f4796e..cf1fd0ff1 100644 --- a/pkg/controller/scheduler_deployment_test.go +++ b/pkg/controller/scheduler_deployment_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/scheduler_hooks.go b/pkg/controller/scheduler_hooks.go index f3b7df750..d535cdd97 100644 --- a/pkg/controller/scheduler_hooks.go +++ b/pkg/controller/scheduler_hooks.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/scheduler_metrics.go b/pkg/controller/scheduler_metrics.go index 46e132c9b..9e94f770f 100644 --- a/pkg/controller/scheduler_metrics.go +++ b/pkg/controller/scheduler_metrics.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/scheduler_metrics_test.go b/pkg/controller/scheduler_metrics_test.go index e8335e829..81ec50ccb 100644 --- a/pkg/controller/scheduler_metrics_test.go +++ b/pkg/controller/scheduler_metrics_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/scheduler_svc_test.go b/pkg/controller/scheduler_svc_test.go index 6add255c5..4cad2a22a 100644 --- a/pkg/controller/scheduler_svc_test.go +++ b/pkg/controller/scheduler_svc_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/scheduler_test.go b/pkg/controller/scheduler_test.go index a488b4c65..3f7d78a4b 100644 --- a/pkg/controller/scheduler_test.go +++ b/pkg/controller/scheduler_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/webhook.go b/pkg/controller/webhook.go index 99a48647e..300ae8eca 100644 --- a/pkg/controller/webhook.go +++ b/pkg/controller/webhook.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/controller/webhook_test.go b/pkg/controller/webhook_test.go index 329be41df..e8ee76541 100644 --- a/pkg/controller/webhook_test.go +++ b/pkg/controller/webhook_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package controller import ( diff --git a/pkg/loadtester/bash.go b/pkg/loadtester/bash.go index 67064c207..22942b70b 100644 --- a/pkg/loadtester/bash.go +++ b/pkg/loadtester/bash.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import ( diff --git a/pkg/loadtester/concord.go b/pkg/loadtester/concord.go index 0d0bc6023..b392e97a2 100644 --- a/pkg/loadtester/concord.go +++ b/pkg/loadtester/concord.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import ( diff --git a/pkg/loadtester/concord_test.go b/pkg/loadtester/concord_test.go index 9cd2ba2ae..9f2940a1a 100644 --- a/pkg/loadtester/concord_test.go +++ b/pkg/loadtester/concord_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import ( diff --git a/pkg/loadtester/gate.go b/pkg/loadtester/gate.go index fdacdd7ec..324124894 100644 --- a/pkg/loadtester/gate.go +++ b/pkg/loadtester/gate.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import "sync" diff --git a/pkg/loadtester/helm.go b/pkg/loadtester/helm.go index 98b44b3ec..b045e6808 100644 --- a/pkg/loadtester/helm.go +++ b/pkg/loadtester/helm.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import ( diff --git a/pkg/loadtester/helmv3.go b/pkg/loadtester/helmv3.go index 90d3322dc..29f3e1c8d 100644 --- a/pkg/loadtester/helmv3.go +++ b/pkg/loadtester/helmv3.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import ( diff --git a/pkg/loadtester/runner.go b/pkg/loadtester/runner.go index 31f34467e..a57fa4c92 100644 --- a/pkg/loadtester/runner.go +++ b/pkg/loadtester/runner.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import ( diff --git a/pkg/loadtester/runner_test.go b/pkg/loadtester/runner_test.go index 11829f1b1..32fa43411 100644 --- a/pkg/loadtester/runner_test.go +++ b/pkg/loadtester/runner_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import ( diff --git a/pkg/loadtester/server.go b/pkg/loadtester/server.go index 9fd315754..e485018e2 100644 --- a/pkg/loadtester/server.go +++ b/pkg/loadtester/server.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import ( diff --git a/pkg/loadtester/server_fixture_test.go b/pkg/loadtester/server_fixture_test.go index 1f7d248d5..ae5ad263c 100644 --- a/pkg/loadtester/server_fixture_test.go +++ b/pkg/loadtester/server_fixture_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import ( diff --git a/pkg/loadtester/server_test.go b/pkg/loadtester/server_test.go index 624e6a9e2..281b770b6 100644 --- a/pkg/loadtester/server_test.go +++ b/pkg/loadtester/server_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import ( diff --git a/pkg/loadtester/task.go b/pkg/loadtester/task.go index b17604b39..f9037a242 100644 --- a/pkg/loadtester/task.go +++ b/pkg/loadtester/task.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import ( diff --git a/pkg/loadtester/task_ngrinder.go b/pkg/loadtester/task_ngrinder.go index 488cbf286..0ee155b01 100644 --- a/pkg/loadtester/task_ngrinder.go +++ b/pkg/loadtester/task_ngrinder.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import ( diff --git a/pkg/loadtester/task_ngrinder_test.go b/pkg/loadtester/task_ngrinder_test.go index 52b5c441f..7568e4474 100644 --- a/pkg/loadtester/task_ngrinder_test.go +++ b/pkg/loadtester/task_ngrinder_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import ( diff --git a/pkg/loadtester/task_shell.go b/pkg/loadtester/task_shell.go index 6801be788..3db6f92b4 100644 --- a/pkg/loadtester/task_shell.go +++ b/pkg/loadtester/task_shell.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package loadtester import ( diff --git a/pkg/logger/logger.go b/pkg/logger/logger.go index 87ba8d761..678ee3e36 100644 --- a/pkg/logger/logger.go +++ b/pkg/logger/logger.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package logger import ( diff --git a/pkg/metrics/observers/appmesh.go b/pkg/metrics/observers/appmesh.go index 9314ee782..f2900c927 100644 --- a/pkg/metrics/observers/appmesh.go +++ b/pkg/metrics/observers/appmesh.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/appmesh_test.go b/pkg/metrics/observers/appmesh_test.go index ee23ca475..bb4c5bffd 100644 --- a/pkg/metrics/observers/appmesh_test.go +++ b/pkg/metrics/observers/appmesh_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/contour.go b/pkg/metrics/observers/contour.go index 92c8360cf..2ccadbc9a 100644 --- a/pkg/metrics/observers/contour.go +++ b/pkg/metrics/observers/contour.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/contour_test.go b/pkg/metrics/observers/contour_test.go index d19c08658..4c050b474 100644 --- a/pkg/metrics/observers/contour_test.go +++ b/pkg/metrics/observers/contour_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/factory.go b/pkg/metrics/observers/factory.go index 4d39cb758..901d58575 100644 --- a/pkg/metrics/observers/factory.go +++ b/pkg/metrics/observers/factory.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/gloo.go b/pkg/metrics/observers/gloo.go index 387a8c97d..716c5c1f3 100644 --- a/pkg/metrics/observers/gloo.go +++ b/pkg/metrics/observers/gloo.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/gloo_test.go b/pkg/metrics/observers/gloo_test.go index 320efae35..830e3a7d1 100644 --- a/pkg/metrics/observers/gloo_test.go +++ b/pkg/metrics/observers/gloo_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/http.go b/pkg/metrics/observers/http.go index d5adc3285..5f137d6c6 100644 --- a/pkg/metrics/observers/http.go +++ b/pkg/metrics/observers/http.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/http_test.go b/pkg/metrics/observers/http_test.go index 54fe53448..09f78f9ad 100644 --- a/pkg/metrics/observers/http_test.go +++ b/pkg/metrics/observers/http_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/istio.go b/pkg/metrics/observers/istio.go index 50acf231d..5d5641845 100644 --- a/pkg/metrics/observers/istio.go +++ b/pkg/metrics/observers/istio.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/istio_test.go b/pkg/metrics/observers/istio_test.go index 313df0f64..8dcfc410c 100644 --- a/pkg/metrics/observers/istio_test.go +++ b/pkg/metrics/observers/istio_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/linkerd.go b/pkg/metrics/observers/linkerd.go index cb5bd3e09..37021b2a0 100644 --- a/pkg/metrics/observers/linkerd.go +++ b/pkg/metrics/observers/linkerd.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/linkerd_test.go b/pkg/metrics/observers/linkerd_test.go index 8794829c0..facfaebb5 100644 --- a/pkg/metrics/observers/linkerd_test.go +++ b/pkg/metrics/observers/linkerd_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/nginx.go b/pkg/metrics/observers/nginx.go index 582477f7a..c4f5f83bb 100644 --- a/pkg/metrics/observers/nginx.go +++ b/pkg/metrics/observers/nginx.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/nginx_test.go b/pkg/metrics/observers/nginx_test.go index 0b68920e3..5c3285d18 100644 --- a/pkg/metrics/observers/nginx_test.go +++ b/pkg/metrics/observers/nginx_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/observer.go b/pkg/metrics/observers/observer.go index 37d8a5376..467660a71 100644 --- a/pkg/metrics/observers/observer.go +++ b/pkg/metrics/observers/observer.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/render.go b/pkg/metrics/observers/render.go index 7416be2e8..7a8ff0621 100644 --- a/pkg/metrics/observers/render.go +++ b/pkg/metrics/observers/render.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/skipper.go b/pkg/metrics/observers/skipper.go index 155c032c5..31054f860 100644 --- a/pkg/metrics/observers/skipper.go +++ b/pkg/metrics/observers/skipper.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/skipper_test.go b/pkg/metrics/observers/skipper_test.go index 84b8ed415..8b7c8bf42 100644 --- a/pkg/metrics/observers/skipper_test.go +++ b/pkg/metrics/observers/skipper_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/traefik.go b/pkg/metrics/observers/traefik.go index 9836cafd6..af4fa1cd6 100644 --- a/pkg/metrics/observers/traefik.go +++ b/pkg/metrics/observers/traefik.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/observers/traefik_test.go b/pkg/metrics/observers/traefik_test.go index cb057d038..51086bbfd 100644 --- a/pkg/metrics/observers/traefik_test.go +++ b/pkg/metrics/observers/traefik_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package observers import ( diff --git a/pkg/metrics/providers/cloudwatch.go b/pkg/metrics/providers/cloudwatch.go index d213f0d85..7aaa8fb9b 100644 --- a/pkg/metrics/providers/cloudwatch.go +++ b/pkg/metrics/providers/cloudwatch.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package providers import ( diff --git a/pkg/metrics/providers/cloudwatch_test.go b/pkg/metrics/providers/cloudwatch_test.go index 31e775735..d799014d4 100644 --- a/pkg/metrics/providers/cloudwatch_test.go +++ b/pkg/metrics/providers/cloudwatch_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package providers import ( diff --git a/pkg/metrics/providers/datadog.go b/pkg/metrics/providers/datadog.go index 455b7ee67..759e660be 100644 --- a/pkg/metrics/providers/datadog.go +++ b/pkg/metrics/providers/datadog.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package providers import ( diff --git a/pkg/metrics/providers/datadog_test.go b/pkg/metrics/providers/datadog_test.go index 35683f517..8bcb7aa0b 100644 --- a/pkg/metrics/providers/datadog_test.go +++ b/pkg/metrics/providers/datadog_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package providers import ( diff --git a/pkg/metrics/providers/errors.go b/pkg/metrics/providers/errors.go index 90a6f01fd..355128399 100644 --- a/pkg/metrics/providers/errors.go +++ b/pkg/metrics/providers/errors.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package providers import "errors" diff --git a/pkg/metrics/providers/factory.go b/pkg/metrics/providers/factory.go index 61b954ad1..a575c82df 100644 --- a/pkg/metrics/providers/factory.go +++ b/pkg/metrics/providers/factory.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package providers import ( diff --git a/pkg/metrics/providers/newrelic.go b/pkg/metrics/providers/newrelic.go index 9b7cd5261..5f90369ea 100644 --- a/pkg/metrics/providers/newrelic.go +++ b/pkg/metrics/providers/newrelic.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package providers import ( diff --git a/pkg/metrics/providers/newrelic_test.go b/pkg/metrics/providers/newrelic_test.go index c5488162b..fc2fbf26e 100644 --- a/pkg/metrics/providers/newrelic_test.go +++ b/pkg/metrics/providers/newrelic_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package providers import ( diff --git a/pkg/metrics/providers/prometheus.go b/pkg/metrics/providers/prometheus.go index 5b9711cdd..427190838 100644 --- a/pkg/metrics/providers/prometheus.go +++ b/pkg/metrics/providers/prometheus.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package providers import ( diff --git a/pkg/metrics/providers/prometheus_test.go b/pkg/metrics/providers/prometheus_test.go index ac1b5ce6c..a0ad1a65f 100644 --- a/pkg/metrics/providers/prometheus_test.go +++ b/pkg/metrics/providers/prometheus_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package providers import ( diff --git a/pkg/metrics/providers/provider.go b/pkg/metrics/providers/provider.go index e64bd947e..6831c43ee 100644 --- a/pkg/metrics/providers/provider.go +++ b/pkg/metrics/providers/provider.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package providers type Interface interface { diff --git a/pkg/metrics/recorder.go b/pkg/metrics/recorder.go index fb2159830..fea9e3305 100644 --- a/pkg/metrics/recorder.go +++ b/pkg/metrics/recorder.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package metrics import ( diff --git a/pkg/notifier/client.go b/pkg/notifier/client.go index b966368dd..0e0f7495e 100644 --- a/pkg/notifier/client.go +++ b/pkg/notifier/client.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package notifier import ( diff --git a/pkg/notifier/client_test.go b/pkg/notifier/client_test.go index 8682df9e0..022dbfb3d 100644 --- a/pkg/notifier/client_test.go +++ b/pkg/notifier/client_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package notifier import ( diff --git a/pkg/notifier/discord.go b/pkg/notifier/discord.go index 61e453465..0f6553df8 100644 --- a/pkg/notifier/discord.go +++ b/pkg/notifier/discord.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package notifier import ( diff --git a/pkg/notifier/discord_test.go b/pkg/notifier/discord_test.go index e409dac67..bc33a5a10 100644 --- a/pkg/notifier/discord_test.go +++ b/pkg/notifier/discord_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package notifier import ( diff --git a/pkg/notifier/factory.go b/pkg/notifier/factory.go index 3aad5806b..bc4ab46c7 100644 --- a/pkg/notifier/factory.go +++ b/pkg/notifier/factory.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package notifier import ( diff --git a/pkg/notifier/nop.go b/pkg/notifier/nop.go index b8eced3ba..58f3d3b7d 100644 --- a/pkg/notifier/nop.go +++ b/pkg/notifier/nop.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package notifier type NopNotifier struct{} diff --git a/pkg/notifier/notifier.go b/pkg/notifier/notifier.go index 4b7fd9770..4f26700df 100644 --- a/pkg/notifier/notifier.go +++ b/pkg/notifier/notifier.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package notifier type Interface interface { diff --git a/pkg/notifier/rocket.go b/pkg/notifier/rocket.go index d15fef89d..dff6f142f 100644 --- a/pkg/notifier/rocket.go +++ b/pkg/notifier/rocket.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package notifier import ( diff --git a/pkg/notifier/rocket_test.go b/pkg/notifier/rocket_test.go index 7ad99cc1c..bd45e7ec2 100644 --- a/pkg/notifier/rocket_test.go +++ b/pkg/notifier/rocket_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package notifier import ( diff --git a/pkg/notifier/slack.go b/pkg/notifier/slack.go index 88e4fb5ed..50688dadb 100644 --- a/pkg/notifier/slack.go +++ b/pkg/notifier/slack.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package notifier import ( diff --git a/pkg/notifier/slack_test.go b/pkg/notifier/slack_test.go index a235bb6b7..add5f57f8 100644 --- a/pkg/notifier/slack_test.go +++ b/pkg/notifier/slack_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package notifier import ( diff --git a/pkg/notifier/teams.go b/pkg/notifier/teams.go index 7acc60540..c97833c57 100644 --- a/pkg/notifier/teams.go +++ b/pkg/notifier/teams.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package notifier import ( diff --git a/pkg/notifier/teams_test.go b/pkg/notifier/teams_test.go index 270d492e9..191c77992 100644 --- a/pkg/notifier/teams_test.go +++ b/pkg/notifier/teams_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package notifier import ( diff --git a/pkg/router/appmesh.go b/pkg/router/appmesh.go index 0936b5f85..8f8300ea3 100644 --- a/pkg/router/appmesh.go +++ b/pkg/router/appmesh.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/appmesh_test.go b/pkg/router/appmesh_test.go index 804707496..b983935ff 100644 --- a/pkg/router/appmesh_test.go +++ b/pkg/router/appmesh_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/appmesh_v1beta2.go b/pkg/router/appmesh_v1beta2.go index 3cd3a3328..20e069164 100644 --- a/pkg/router/appmesh_v1beta2.go +++ b/pkg/router/appmesh_v1beta2.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/appmesh_v1beta2_test.go b/pkg/router/appmesh_v1beta2_test.go index 473a368d1..b41162aeb 100644 --- a/pkg/router/appmesh_v1beta2_test.go +++ b/pkg/router/appmesh_v1beta2_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/contour.go b/pkg/router/contour.go index 4ada17fd3..18ddabef0 100644 --- a/pkg/router/contour.go +++ b/pkg/router/contour.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/contour_test.go b/pkg/router/contour_test.go index abb6562d1..c54f9c524 100644 --- a/pkg/router/contour_test.go +++ b/pkg/router/contour_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/factory.go b/pkg/router/factory.go index 6ad89e64f..a9f2fbc48 100644 --- a/pkg/router/factory.go +++ b/pkg/router/factory.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/gloo.go b/pkg/router/gloo.go index 25056043e..86e97193f 100644 --- a/pkg/router/gloo.go +++ b/pkg/router/gloo.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/gloo_test.go b/pkg/router/gloo_test.go index e3306a320..13f97e419 100644 --- a/pkg/router/gloo_test.go +++ b/pkg/router/gloo_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/ingress.go b/pkg/router/ingress.go index b0123a5bf..d53594d10 100644 --- a/pkg/router/ingress.go +++ b/pkg/router/ingress.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/ingress_test.go b/pkg/router/ingress_test.go index ab760d995..81d24d27e 100644 --- a/pkg/router/ingress_test.go +++ b/pkg/router/ingress_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/istio.go b/pkg/router/istio.go index 3ee4b9f84..a42b6e6d2 100644 --- a/pkg/router/istio.go +++ b/pkg/router/istio.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/istio_test.go b/pkg/router/istio_test.go index 5cd14f3f4..350acc576 100644 --- a/pkg/router/istio_test.go +++ b/pkg/router/istio_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/kubernetes.go b/pkg/router/kubernetes.go index f97bc31ac..783051447 100644 --- a/pkg/router/kubernetes.go +++ b/pkg/router/kubernetes.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/kubernetes_default.go b/pkg/router/kubernetes_default.go index ad5374b99..a289ae3a6 100644 --- a/pkg/router/kubernetes_default.go +++ b/pkg/router/kubernetes_default.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/kubernetes_default_test.go b/pkg/router/kubernetes_default_test.go index 051e1fb86..4121199cf 100644 --- a/pkg/router/kubernetes_default_test.go +++ b/pkg/router/kubernetes_default_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/kubernetes_noop.go b/pkg/router/kubernetes_noop.go index 93dffb6cb..41e329955 100644 --- a/pkg/router/kubernetes_noop.go +++ b/pkg/router/kubernetes_noop.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/nop.go b/pkg/router/nop.go index aab6d7a06..a290c28d4 100644 --- a/pkg/router/nop.go +++ b/pkg/router/nop.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/router.go b/pkg/router/router.go index 426912c08..55fd83edb 100644 --- a/pkg/router/router.go +++ b/pkg/router/router.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import flaggerv1 "github.com/fluxcd/flagger/pkg/apis/flagger/v1beta1" diff --git a/pkg/router/router_test.go b/pkg/router/router_test.go index a9047b6e6..c6e2de9c1 100644 --- a/pkg/router/router_test.go +++ b/pkg/router/router_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/skipper.go b/pkg/router/skipper.go index 3a48a2b61..a33208ab9 100644 --- a/pkg/router/skipper.go +++ b/pkg/router/skipper.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/skipper_test.go b/pkg/router/skipper_test.go index 6301af57a..3b96f0bce 100644 --- a/pkg/router/skipper_test.go +++ b/pkg/router/skipper_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/smi.go b/pkg/router/smi.go index b803c0bcd..45f96e4f1 100644 --- a/pkg/router/smi.go +++ b/pkg/router/smi.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/smi_test.go b/pkg/router/smi_test.go index ea6057227..e89e48923 100644 --- a/pkg/router/smi_test.go +++ b/pkg/router/smi_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/traefik.go b/pkg/router/traefik.go index bbc594c05..b502d0a1a 100644 --- a/pkg/router/traefik.go +++ b/pkg/router/traefik.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/router/traefik_test.go b/pkg/router/traefik_test.go index 077c17fef..69d9a40d5 100644 --- a/pkg/router/traefik_test.go +++ b/pkg/router/traefik_test.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package router import ( diff --git a/pkg/server/server.go b/pkg/server/server.go index b4ba16876..868a7dabd 100644 --- a/pkg/server/server.go +++ b/pkg/server/server.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package server import ( diff --git a/pkg/version/version.go b/pkg/version/version.go index 2caecdcf2..a7716a419 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,3 +1,19 @@ +/* +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. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package version var VERSION = "1.4.2"