diff --git a/.zuul.yaml b/.zuul.yaml index ff5b095f7c..30304a0bc0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Makefile b/Makefile index e15493470b..03ead8686c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/calico/Chart.yaml b/calico/Chart.yaml index 63c8ee173e..3901e11a33 100644 --- a/calico/Chart.yaml +++ b/calico/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/calico/requirements.yaml b/calico/requirements.yaml index ec31151899..53782e69b2 100644 --- a/calico/requirements.yaml +++ b/calico/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/calico/templates/configmap-bin.yaml b/calico/templates/configmap-bin.yaml index 6f191a703b..9a6eff808e 100644 --- a/calico/templates/configmap-bin.yaml +++ b/calico/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/calico/templates/configmap-etc.yaml b/calico/templates/configmap-etc.yaml index bc6810a5da..39629f0905 100644 --- a/calico/templates/configmap-etc.yaml +++ b/calico/templates/configmap-etc.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/calico/templates/daemonset-calico-etcd.yaml b/calico/templates/daemonset-calico-etcd.yaml index c7f79291f3..cdd8f88ab5 100644 --- a/calico/templates/daemonset-calico-etcd.yaml +++ b/calico/templates/daemonset-calico-etcd.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/calico/templates/daemonset-calico-node.yaml b/calico/templates/daemonset-calico-node.yaml index 3e92acb746..194e38d2c0 100644 --- a/calico/templates/daemonset-calico-node.yaml +++ b/calico/templates/daemonset-calico-node.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/calico/templates/deployment-calico-kube-controllers.yaml b/calico/templates/deployment-calico-kube-controllers.yaml index 7ca732150b..f1bb575df5 100644 --- a/calico/templates/deployment-calico-kube-controllers.yaml +++ b/calico/templates/deployment-calico-kube-controllers.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/calico/templates/job-calico-settings.yaml b/calico/templates/job-calico-settings.yaml index 1d8af767ab..49a9378037 100644 --- a/calico/templates/job-calico-settings.yaml +++ b/calico/templates/job-calico-settings.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/calico/templates/job-image-repo-sync.yaml b/calico/templates/job-image-repo-sync.yaml index 9917b07ef2..f5d1b06e9b 100644 --- a/calico/templates/job-image-repo-sync.yaml +++ b/calico/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/calico/templates/secret-certificates.yaml b/calico/templates/secret-certificates.yaml index aed5d9632a..4a1ad12231 100644 --- a/calico/templates/secret-certificates.yaml +++ b/calico/templates/secret-certificates.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/calico/templates/service-calico-etcd.yaml b/calico/templates/service-calico-etcd.yaml index ca72711b18..75c5187cbc 100644 --- a/calico/templates/service-calico-etcd.yaml +++ b/calico/templates/service-calico-etcd.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/calico/values.yaml b/calico/values.yaml index 552d7042db..4d8b9b1cb1 100644 --- a/calico/values.yaml +++ b/calico/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/elasticsearch/Chart.yaml b/elasticsearch/Chart.yaml index 52e87253bf..95d96f1c48 100644 --- a/elasticsearch/Chart.yaml +++ b/elasticsearch/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/elasticsearch/requirements.yaml b/elasticsearch/requirements.yaml index ec31151899..53782e69b2 100644 --- a/elasticsearch/requirements.yaml +++ b/elasticsearch/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/bin/_apache.sh.tpl b/elasticsearch/templates/bin/_apache.sh.tpl index ba698f334d..6f8aaa8e2d 100644 --- a/elasticsearch/templates/bin/_apache.sh.tpl +++ b/elasticsearch/templates/bin/_apache.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/bin/_curator.sh.tpl b/elasticsearch/templates/bin/_curator.sh.tpl index da3fc4dc48..f3b3afcee9 100644 --- a/elasticsearch/templates/bin/_curator.sh.tpl +++ b/elasticsearch/templates/bin/_curator.sh.tpl @@ -1,6 +1,6 @@ #!/bin/sh {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/bin/_elasticsearch.sh.tpl b/elasticsearch/templates/bin/_elasticsearch.sh.tpl index ca73cd8368..780ec6e767 100644 --- a/elasticsearch/templates/bin/_elasticsearch.sh.tpl +++ b/elasticsearch/templates/bin/_elasticsearch.sh.tpl @@ -1,6 +1,6 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/bin/_helm-tests.sh.tpl b/elasticsearch/templates/bin/_helm-tests.sh.tpl index 5d7a402d70..817689d0ff 100644 --- a/elasticsearch/templates/bin/_helm-tests.sh.tpl +++ b/elasticsearch/templates/bin/_helm-tests.sh.tpl @@ -1,6 +1,6 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/bin/_register-repository.sh.tpl b/elasticsearch/templates/bin/_register-repository.sh.tpl index 84553fddb9..76154ca6b3 100644 --- a/elasticsearch/templates/bin/_register-repository.sh.tpl +++ b/elasticsearch/templates/bin/_register-repository.sh.tpl @@ -1,6 +1,6 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/configmap-bin.yaml b/elasticsearch/templates/configmap-bin.yaml index f452b34143..585227498f 100644 --- a/elasticsearch/templates/configmap-bin.yaml +++ b/elasticsearch/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/configmap-etc.yaml b/elasticsearch/templates/configmap-etc.yaml index 8186ca4d0b..17e1065c57 100644 --- a/elasticsearch/templates/configmap-etc.yaml +++ b/elasticsearch/templates/configmap-etc.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/cron-job-curator.yaml b/elasticsearch/templates/cron-job-curator.yaml index c2027ae375..77dc6caa17 100644 --- a/elasticsearch/templates/cron-job-curator.yaml +++ b/elasticsearch/templates/cron-job-curator.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/deployment-client.yaml b/elasticsearch/templates/deployment-client.yaml index e17bf5cc88..f0883b566a 100644 --- a/elasticsearch/templates/deployment-client.yaml +++ b/elasticsearch/templates/deployment-client.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/deployment-master.yaml b/elasticsearch/templates/deployment-master.yaml index a6c5e643f0..2e90cbbc80 100644 --- a/elasticsearch/templates/deployment-master.yaml +++ b/elasticsearch/templates/deployment-master.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/etc/_log4j2.properties.tpl b/elasticsearch/templates/etc/_log4j2.properties.tpl index 5dac42842c..bf0ceb5cdf 100644 --- a/elasticsearch/templates/etc/_log4j2.properties.tpl +++ b/elasticsearch/templates/etc/_log4j2.properties.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/job-image-repo-sync.yaml b/elasticsearch/templates/job-image-repo-sync.yaml index 1f986b3925..01e36812d2 100644 --- a/elasticsearch/templates/job-image-repo-sync.yaml +++ b/elasticsearch/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/job-register-snapshot-repository.yaml b/elasticsearch/templates/job-register-snapshot-repository.yaml index a024f21a06..c4d1e76369 100644 --- a/elasticsearch/templates/job-register-snapshot-repository.yaml +++ b/elasticsearch/templates/job-register-snapshot-repository.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/monitoring/prometheus/bin/_elasticsearch-exporter.sh.tpl b/elasticsearch/templates/monitoring/prometheus/bin/_elasticsearch-exporter.sh.tpl index 4ff2a5c7c2..6829ff0d0a 100644 --- a/elasticsearch/templates/monitoring/prometheus/bin/_elasticsearch-exporter.sh.tpl +++ b/elasticsearch/templates/monitoring/prometheus/bin/_elasticsearch-exporter.sh.tpl @@ -1,7 +1,7 @@ #!/bin/sh {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/monitoring/prometheus/exporter-configmap-bin.yaml b/elasticsearch/templates/monitoring/prometheus/exporter-configmap-bin.yaml index 70c4de1ced..e051290a52 100644 --- a/elasticsearch/templates/monitoring/prometheus/exporter-configmap-bin.yaml +++ b/elasticsearch/templates/monitoring/prometheus/exporter-configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/monitoring/prometheus/exporter-deployment.yaml b/elasticsearch/templates/monitoring/prometheus/exporter-deployment.yaml index 94f89e1d5f..c53c748b4b 100644 --- a/elasticsearch/templates/monitoring/prometheus/exporter-deployment.yaml +++ b/elasticsearch/templates/monitoring/prometheus/exporter-deployment.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/monitoring/prometheus/exporter-service.yaml b/elasticsearch/templates/monitoring/prometheus/exporter-service.yaml index 612ee8c6fe..1d04b4aa53 100644 --- a/elasticsearch/templates/monitoring/prometheus/exporter-service.yaml +++ b/elasticsearch/templates/monitoring/prometheus/exporter-service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/pod-helm-tests.yaml b/elasticsearch/templates/pod-helm-tests.yaml index 64cf7cca42..86179f1f53 100644 --- a/elasticsearch/templates/pod-helm-tests.yaml +++ b/elasticsearch/templates/pod-helm-tests.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/pvc-snapshots.yaml b/elasticsearch/templates/pvc-snapshots.yaml index d4113a9590..4dd5028cc5 100644 --- a/elasticsearch/templates/pvc-snapshots.yaml +++ b/elasticsearch/templates/pvc-snapshots.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/secret-elasticsearch.yaml b/elasticsearch/templates/secret-elasticsearch.yaml index 2376e2317e..0f5b176116 100644 --- a/elasticsearch/templates/secret-elasticsearch.yaml +++ b/elasticsearch/templates/secret-elasticsearch.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/service-data.yaml b/elasticsearch/templates/service-data.yaml index 5304c08bf5..0dc7e544b7 100644 --- a/elasticsearch/templates/service-data.yaml +++ b/elasticsearch/templates/service-data.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/service-discovery.yaml b/elasticsearch/templates/service-discovery.yaml index 62ddf5faf4..efe2f0c2b2 100644 --- a/elasticsearch/templates/service-discovery.yaml +++ b/elasticsearch/templates/service-discovery.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/service-logging.yaml b/elasticsearch/templates/service-logging.yaml index 945fc254b8..a096617c8d 100644 --- a/elasticsearch/templates/service-logging.yaml +++ b/elasticsearch/templates/service-logging.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/templates/statefulset-data.yaml b/elasticsearch/templates/statefulset-data.yaml index 734d28e7c3..6250d906f4 100644 --- a/elasticsearch/templates/statefulset-data.yaml +++ b/elasticsearch/templates/statefulset-data.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index 5f42386f3c..ebd6adad8c 100644 --- a/elasticsearch/values.yaml +++ b/elasticsearch/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/flannel/Chart.yaml b/flannel/Chart.yaml index e61800cf9f..b162bcb0c7 100644 --- a/flannel/Chart.yaml +++ b/flannel/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/flannel/requirements.yaml b/flannel/requirements.yaml index ec31151899..53782e69b2 100644 --- a/flannel/requirements.yaml +++ b/flannel/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/flannel/templates/configmap-bin.yaml b/flannel/templates/configmap-bin.yaml index 94886e680a..450125dea3 100644 --- a/flannel/templates/configmap-bin.yaml +++ b/flannel/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/flannel/templates/configmap-kube-flannel-cfg.yaml b/flannel/templates/configmap-kube-flannel-cfg.yaml index ee1e40ba8f..83beac9566 100644 --- a/flannel/templates/configmap-kube-flannel-cfg.yaml +++ b/flannel/templates/configmap-kube-flannel-cfg.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/flannel/templates/daemonset-kube-flannel-ds.yaml b/flannel/templates/daemonset-kube-flannel-ds.yaml index 87c103bf70..0c6e274aa6 100644 --- a/flannel/templates/daemonset-kube-flannel-ds.yaml +++ b/flannel/templates/daemonset-kube-flannel-ds.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/flannel/templates/job-image-repo-sync.yaml b/flannel/templates/job-image-repo-sync.yaml index 9cb87c2d17..d2e09f68a8 100644 --- a/flannel/templates/job-image-repo-sync.yaml +++ b/flannel/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/flannel/values.yaml b/flannel/values.yaml index 8dc291f191..712a1c7aa0 100644 --- a/flannel/values.yaml +++ b/flannel/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/fluent-logging/Chart.yaml b/fluent-logging/Chart.yaml index e457df17e5..e87238067d 100644 --- a/fluent-logging/Chart.yaml +++ b/fluent-logging/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/fluent-logging/requirements.yaml b/fluent-logging/requirements.yaml index bd4171c090..a93ba00c44 100644 --- a/fluent-logging/requirements.yaml +++ b/fluent-logging/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/bin/_fluent-bit.sh.tpl b/fluent-logging/templates/bin/_fluent-bit.sh.tpl index 4a5f880496..7745af8e2b 100644 --- a/fluent-logging/templates/bin/_fluent-bit.sh.tpl +++ b/fluent-logging/templates/bin/_fluent-bit.sh.tpl @@ -1,7 +1,7 @@ #!/bin/sh {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/bin/_fluentd.sh.tpl b/fluent-logging/templates/bin/_fluentd.sh.tpl index ef66637902..e6bfbf8666 100644 --- a/fluent-logging/templates/bin/_fluentd.sh.tpl +++ b/fluent-logging/templates/bin/_fluentd.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/bin/_helm-tests.sh.tpl b/fluent-logging/templates/bin/_helm-tests.sh.tpl index 46c90d01bc..e345ad411b 100644 --- a/fluent-logging/templates/bin/_helm-tests.sh.tpl +++ b/fluent-logging/templates/bin/_helm-tests.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/configmap-bin.yaml b/fluent-logging/templates/configmap-bin.yaml index 5fd0d196e7..e331e36e19 100644 --- a/fluent-logging/templates/configmap-bin.yaml +++ b/fluent-logging/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/configmap-etc.yaml b/fluent-logging/templates/configmap-etc.yaml index ff0ef5e213..f76de40e56 100644 --- a/fluent-logging/templates/configmap-etc.yaml +++ b/fluent-logging/templates/configmap-etc.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/daemonset-fluent-bit.yaml b/fluent-logging/templates/daemonset-fluent-bit.yaml index 7694e7b742..01349b0ba6 100644 --- a/fluent-logging/templates/daemonset-fluent-bit.yaml +++ b/fluent-logging/templates/daemonset-fluent-bit.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/deployment-fluentd.yaml b/fluent-logging/templates/deployment-fluentd.yaml index 9175f0e7a1..dd7e80ab69 100644 --- a/fluent-logging/templates/deployment-fluentd.yaml +++ b/fluent-logging/templates/deployment-fluentd.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/job-elasticsearch-template.yaml b/fluent-logging/templates/job-elasticsearch-template.yaml index 3e374bd3d2..958a992b86 100644 --- a/fluent-logging/templates/job-elasticsearch-template.yaml +++ b/fluent-logging/templates/job-elasticsearch-template.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/job-image-repo-sync.yaml b/fluent-logging/templates/job-image-repo-sync.yaml index 88dc8c1c46..02c56ab7ed 100644 --- a/fluent-logging/templates/job-image-repo-sync.yaml +++ b/fluent-logging/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/monitoring/prometheus/bin/_fluentd-exporter.sh.tpl b/fluent-logging/templates/monitoring/prometheus/bin/_fluentd-exporter.sh.tpl index 0edcbea1a2..cc1fdffc4b 100644 --- a/fluent-logging/templates/monitoring/prometheus/bin/_fluentd-exporter.sh.tpl +++ b/fluent-logging/templates/monitoring/prometheus/bin/_fluentd-exporter.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/monitoring/prometheus/exporter-configmap-bin.yaml b/fluent-logging/templates/monitoring/prometheus/exporter-configmap-bin.yaml index 35235120e7..584ae5a1bf 100644 --- a/fluent-logging/templates/monitoring/prometheus/exporter-configmap-bin.yaml +++ b/fluent-logging/templates/monitoring/prometheus/exporter-configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/monitoring/prometheus/exporter-deployment.yaml b/fluent-logging/templates/monitoring/prometheus/exporter-deployment.yaml index 604eff9dc3..f7be69f5a7 100644 --- a/fluent-logging/templates/monitoring/prometheus/exporter-deployment.yaml +++ b/fluent-logging/templates/monitoring/prometheus/exporter-deployment.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/monitoring/prometheus/exporter-service.yaml b/fluent-logging/templates/monitoring/prometheus/exporter-service.yaml index 811fdac73f..4c829682bb 100644 --- a/fluent-logging/templates/monitoring/prometheus/exporter-service.yaml +++ b/fluent-logging/templates/monitoring/prometheus/exporter-service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/pod-helm-tests.yaml b/fluent-logging/templates/pod-helm-tests.yaml index c799517acb..a004d99259 100644 --- a/fluent-logging/templates/pod-helm-tests.yaml +++ b/fluent-logging/templates/pod-helm-tests.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/secret-elasticsearch-creds.yaml b/fluent-logging/templates/secret-elasticsearch-creds.yaml index 8a76299f06..0ea91703fd 100644 --- a/fluent-logging/templates/secret-elasticsearch-creds.yaml +++ b/fluent-logging/templates/secret-elasticsearch-creds.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/service-fluentd.yaml b/fluent-logging/templates/service-fluentd.yaml index 1929844477..4d7fc2bd81 100644 --- a/fluent-logging/templates/service-fluentd.yaml +++ b/fluent-logging/templates/service-fluentd.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/utils/_to_fluentbit_conf.tpl b/fluent-logging/templates/utils/_to_fluentbit_conf.tpl index 8257d514ef..6b05942425 100644 --- a/fluent-logging/templates/utils/_to_fluentbit_conf.tpl +++ b/fluent-logging/templates/utils/_to_fluentbit_conf.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/templates/utils/_to_fluentd_conf.tpl b/fluent-logging/templates/utils/_to_fluentd_conf.tpl index 3f1085fafd..3944cb8fb1 100644 --- a/fluent-logging/templates/utils/_to_fluentd_conf.tpl +++ b/fluent-logging/templates/utils/_to_fluentd_conf.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fluent-logging/values.yaml b/fluent-logging/values.yaml index 33daad93fa..561fdd6186 100644 --- a/fluent-logging/values.yaml +++ b/fluent-logging/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/grafana/Chart.yaml b/grafana/Chart.yaml index f520e69bc4..bb5921771e 100644 --- a/grafana/Chart.yaml +++ b/grafana/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/grafana/requirements.yaml b/grafana/requirements.yaml index ec31151899..53782e69b2 100644 --- a/grafana/requirements.yaml +++ b/grafana/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/grafana/templates/bin/_grafana.sh.tpl b/grafana/templates/bin/_grafana.sh.tpl index 724091bc1c..5213591fa2 100644 --- a/grafana/templates/bin/_grafana.sh.tpl +++ b/grafana/templates/bin/_grafana.sh.tpl @@ -1,6 +1,6 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/bin/_helm-tests.sh.tpl b/grafana/templates/bin/_helm-tests.sh.tpl index 578b07c6ff..9d0a76a423 100644 --- a/grafana/templates/bin/_helm-tests.sh.tpl +++ b/grafana/templates/bin/_helm-tests.sh.tpl @@ -1,6 +1,6 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/configmap-bin.yaml b/grafana/templates/configmap-bin.yaml index 5b3bbfddd1..a5c975c619 100644 --- a/grafana/templates/configmap-bin.yaml +++ b/grafana/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/configmap-etc.yaml b/grafana/templates/configmap-etc.yaml index f062b7f5a2..1a7cb395ed 100644 --- a/grafana/templates/configmap-etc.yaml +++ b/grafana/templates/configmap-etc.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/deployment.yaml b/grafana/templates/deployment.yaml index c056163b2a..2b83c696aa 100644 --- a/grafana/templates/deployment.yaml +++ b/grafana/templates/deployment.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/ingress-grafana.yaml b/grafana/templates/ingress-grafana.yaml index 0e63e78d1e..5fb7a698f5 100644 --- a/grafana/templates/ingress-grafana.yaml +++ b/grafana/templates/ingress-grafana.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/job-db-init-session.yaml b/grafana/templates/job-db-init-session.yaml index 85f88e407f..8cf250c132 100644 --- a/grafana/templates/job-db-init-session.yaml +++ b/grafana/templates/job-db-init-session.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/job-db-init.yaml b/grafana/templates/job-db-init.yaml index 014a9982c8..58f29619b2 100644 --- a/grafana/templates/job-db-init.yaml +++ b/grafana/templates/job-db-init.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/job-db-session-sync.yaml b/grafana/templates/job-db-session-sync.yaml index a01e6fe72a..79db0d992b 100644 --- a/grafana/templates/job-db-session-sync.yaml +++ b/grafana/templates/job-db-session-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/job-image-repo-sync.yaml b/grafana/templates/job-image-repo-sync.yaml index 20ef50c849..b134566cd7 100644 --- a/grafana/templates/job-image-repo-sync.yaml +++ b/grafana/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/pod-helm-tests.yaml b/grafana/templates/pod-helm-tests.yaml index ae43bf6f01..30971fe40e 100644 --- a/grafana/templates/pod-helm-tests.yaml +++ b/grafana/templates/pod-helm-tests.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/secret-admin-creds.yaml b/grafana/templates/secret-admin-creds.yaml index 95a987819e..53f410f7d9 100644 --- a/grafana/templates/secret-admin-creds.yaml +++ b/grafana/templates/secret-admin-creds.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/secret-db-session.yaml b/grafana/templates/secret-db-session.yaml index 106b6f1dee..a2a62c240f 100644 --- a/grafana/templates/secret-db-session.yaml +++ b/grafana/templates/secret-db-session.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/secret-db.yaml b/grafana/templates/secret-db.yaml index df4e5fa482..45d8802f13 100644 --- a/grafana/templates/secret-db.yaml +++ b/grafana/templates/secret-db.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/secret-ingress-tls.yaml b/grafana/templates/secret-ingress-tls.yaml index 43bf4fc569..039177deda 100644 --- a/grafana/templates/secret-ingress-tls.yaml +++ b/grafana/templates/secret-ingress-tls.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017-2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/secret-prom-creds.yaml b/grafana/templates/secret-prom-creds.yaml index 9ce93fac7c..b50c090e8a 100644 --- a/grafana/templates/secret-prom-creds.yaml +++ b/grafana/templates/secret-prom-creds.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/service-ingress.yaml b/grafana/templates/service-ingress.yaml index 7f5a6dca0d..8a1201a273 100644 --- a/grafana/templates/service-ingress.yaml +++ b/grafana/templates/service-ingress.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/service.yaml b/grafana/templates/service.yaml index c417c32ca0..abcf43ecc1 100644 --- a/grafana/templates/service.yaml +++ b/grafana/templates/service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/templates/utils/_generate_datasources.tpl b/grafana/templates/utils/_generate_datasources.tpl index c79d0bca54..3ad695951b 100644 --- a/grafana/templates/utils/_generate_datasources.tpl +++ b/grafana/templates/utils/_generate_datasources.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grafana/values.yaml b/grafana/values.yaml index 5f1b083657..21b7141e4f 100644 --- a/grafana/values.yaml +++ b/grafana/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/helm-toolkit/Chart.yaml b/helm-toolkit/Chart.yaml index 425a11e6eb..f24c1e2a0f 100644 --- a/helm-toolkit/Chart.yaml +++ b/helm-toolkit/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/helm-toolkit/requirements.yaml b/helm-toolkit/requirements.yaml index 95bcbbdfe7..7a4ed34eeb 100644 --- a/helm-toolkit/requirements.yaml +++ b/helm-toolkit/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/endpoints/_authenticated_endpoint_uri_lookup.tpl b/helm-toolkit/templates/endpoints/_authenticated_endpoint_uri_lookup.tpl index c9207e807e..4927921f8e 100644 --- a/helm-toolkit/templates/endpoints/_authenticated_endpoint_uri_lookup.tpl +++ b/helm-toolkit/templates/endpoints/_authenticated_endpoint_uri_lookup.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/endpoints/_endpoint_host_lookup.tpl b/helm-toolkit/templates/endpoints/_endpoint_host_lookup.tpl index 918c4c941b..e789b0e715 100644 --- a/helm-toolkit/templates/endpoints/_endpoint_host_lookup.tpl +++ b/helm-toolkit/templates/endpoints/_endpoint_host_lookup.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/endpoints/_endpoint_port_lookup.tpl b/helm-toolkit/templates/endpoints/_endpoint_port_lookup.tpl index 8fb84d4c2a..a233dbfdc9 100644 --- a/helm-toolkit/templates/endpoints/_endpoint_port_lookup.tpl +++ b/helm-toolkit/templates/endpoints/_endpoint_port_lookup.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/endpoints/_host_and_port_endpoint_uri_lookup.tpl b/helm-toolkit/templates/endpoints/_host_and_port_endpoint_uri_lookup.tpl index e6af963e50..39107bfb44 100644 --- a/helm-toolkit/templates/endpoints/_host_and_port_endpoint_uri_lookup.tpl +++ b/helm-toolkit/templates/endpoints/_host_and_port_endpoint_uri_lookup.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/endpoints/_hostname_fqdn_endpoint_lookup.tpl b/helm-toolkit/templates/endpoints/_hostname_fqdn_endpoint_lookup.tpl index ee17277799..eded22dcaf 100644 --- a/helm-toolkit/templates/endpoints/_hostname_fqdn_endpoint_lookup.tpl +++ b/helm-toolkit/templates/endpoints/_hostname_fqdn_endpoint_lookup.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/endpoints/_hostname_namespaced_endpoint_lookup.tpl b/helm-toolkit/templates/endpoints/_hostname_namespaced_endpoint_lookup.tpl index 3f146e4840..841fee222e 100644 --- a/helm-toolkit/templates/endpoints/_hostname_namespaced_endpoint_lookup.tpl +++ b/helm-toolkit/templates/endpoints/_hostname_namespaced_endpoint_lookup.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/endpoints/_hostname_short_endpoint_lookup.tpl b/helm-toolkit/templates/endpoints/_hostname_short_endpoint_lookup.tpl index 87e702c683..50626017d9 100644 --- a/helm-toolkit/templates/endpoints/_hostname_short_endpoint_lookup.tpl +++ b/helm-toolkit/templates/endpoints/_hostname_short_endpoint_lookup.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/endpoints/_keystone_endpoint_name_lookup.tpl b/helm-toolkit/templates/endpoints/_keystone_endpoint_name_lookup.tpl index 0d4bea99a6..9a78cab2e6 100644 --- a/helm-toolkit/templates/endpoints/_keystone_endpoint_name_lookup.tpl +++ b/helm-toolkit/templates/endpoints/_keystone_endpoint_name_lookup.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/endpoints/_keystone_endpoint_path_lookup.tpl b/helm-toolkit/templates/endpoints/_keystone_endpoint_path_lookup.tpl index f1fd04543b..5994f7e103 100644 --- a/helm-toolkit/templates/endpoints/_keystone_endpoint_path_lookup.tpl +++ b/helm-toolkit/templates/endpoints/_keystone_endpoint_path_lookup.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/endpoints/_keystone_endpoint_scheme_lookup.tpl b/helm-toolkit/templates/endpoints/_keystone_endpoint_scheme_lookup.tpl index b99782ff4b..bb57b28b81 100644 --- a/helm-toolkit/templates/endpoints/_keystone_endpoint_scheme_lookup.tpl +++ b/helm-toolkit/templates/endpoints/_keystone_endpoint_scheme_lookup.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/endpoints/_keystone_endpoint_uri_lookup.tpl b/helm-toolkit/templates/endpoints/_keystone_endpoint_uri_lookup.tpl index 9b96619acb..bb8a1e566b 100644 --- a/helm-toolkit/templates/endpoints/_keystone_endpoint_uri_lookup.tpl +++ b/helm-toolkit/templates/endpoints/_keystone_endpoint_uri_lookup.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/endpoints/_service_name_endpoint_with_namespace_lookup.tpl b/helm-toolkit/templates/endpoints/_service_name_endpoint_with_namespace_lookup.tpl index fb0bbf86b5..9178ce5f7e 100644 --- a/helm-toolkit/templates/endpoints/_service_name_endpoint_with_namespace_lookup.tpl +++ b/helm-toolkit/templates/endpoints/_service_name_endpoint_with_namespace_lookup.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/manifests/_ingress.yaml.tpl b/helm-toolkit/templates/manifests/_ingress.yaml.tpl index e59f2c9b67..014ed55c85 100644 --- a/helm-toolkit/templates/manifests/_ingress.yaml.tpl +++ b/helm-toolkit/templates/manifests/_ingress.yaml.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/manifests/_job-bootstrap.yaml b/helm-toolkit/templates/manifests/_job-bootstrap.yaml index deaa5914f7..8afc50ee67 100644 --- a/helm-toolkit/templates/manifests/_job-bootstrap.yaml +++ b/helm-toolkit/templates/manifests/_job-bootstrap.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/manifests/_job-db-drop-mysql.yaml.tpl b/helm-toolkit/templates/manifests/_job-db-drop-mysql.yaml.tpl index d57cec7f0f..e813c328d8 100644 --- a/helm-toolkit/templates/manifests/_job-db-drop-mysql.yaml.tpl +++ b/helm-toolkit/templates/manifests/_job-db-drop-mysql.yaml.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/manifests/_job-db-init-mysql.yaml.tpl b/helm-toolkit/templates/manifests/_job-db-init-mysql.yaml.tpl index 49ef6c1eae..dea58646ec 100644 --- a/helm-toolkit/templates/manifests/_job-db-init-mysql.yaml.tpl +++ b/helm-toolkit/templates/manifests/_job-db-init-mysql.yaml.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/manifests/_job-db-sync.yaml.tpl b/helm-toolkit/templates/manifests/_job-db-sync.yaml.tpl index 99ac90330e..134e99bd84 100644 --- a/helm-toolkit/templates/manifests/_job-db-sync.yaml.tpl +++ b/helm-toolkit/templates/manifests/_job-db-sync.yaml.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/manifests/_job-ks-endpoints.yaml.tpl b/helm-toolkit/templates/manifests/_job-ks-endpoints.yaml.tpl index 8f41f4612b..f07cb630b5 100644 --- a/helm-toolkit/templates/manifests/_job-ks-endpoints.yaml.tpl +++ b/helm-toolkit/templates/manifests/_job-ks-endpoints.yaml.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/manifests/_job-ks-service.yaml.tpl b/helm-toolkit/templates/manifests/_job-ks-service.yaml.tpl index 17a254dd33..628b24cac9 100644 --- a/helm-toolkit/templates/manifests/_job-ks-service.yaml.tpl +++ b/helm-toolkit/templates/manifests/_job-ks-service.yaml.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/manifests/_job-ks-user.yaml.tpl b/helm-toolkit/templates/manifests/_job-ks-user.yaml.tpl index e0a6567b2d..1a79094cc1 100644 --- a/helm-toolkit/templates/manifests/_job-ks-user.yaml.tpl +++ b/helm-toolkit/templates/manifests/_job-ks-user.yaml.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/manifests/_job-rabbit-init.yaml.tpl b/helm-toolkit/templates/manifests/_job-rabbit-init.yaml.tpl index 9c5ac96574..9224458b49 100644 --- a/helm-toolkit/templates/manifests/_job-rabbit-init.yaml.tpl +++ b/helm-toolkit/templates/manifests/_job-rabbit-init.yaml.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/manifests/_job_image_repo_sync.yaml.tpl b/helm-toolkit/templates/manifests/_job_image_repo_sync.yaml.tpl index 15c13fb47e..514fa59dd4 100644 --- a/helm-toolkit/templates/manifests/_job_image_repo_sync.yaml.tpl +++ b/helm-toolkit/templates/manifests/_job_image_repo_sync.yaml.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/manifests/_secret-tls.yaml.tpl b/helm-toolkit/templates/manifests/_secret-tls.yaml.tpl index e82cdd8114..f956f3c879 100644 --- a/helm-toolkit/templates/manifests/_secret-tls.yaml.tpl +++ b/helm-toolkit/templates/manifests/_secret-tls.yaml.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/manifests/_service-ingress.tpl b/helm-toolkit/templates/manifests/_service-ingress.tpl index 2303aa5107..05bf343a9c 100644 --- a/helm-toolkit/templates/manifests/_service-ingress.tpl +++ b/helm-toolkit/templates/manifests/_service-ingress.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/scripts/_db-drop.py.tpl b/helm-toolkit/templates/scripts/_db-drop.py.tpl index a31fe7724f..2f661bccf0 100644 --- a/helm-toolkit/templates/scripts/_db-drop.py.tpl +++ b/helm-toolkit/templates/scripts/_db-drop.py.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/scripts/_db-init.py.tpl b/helm-toolkit/templates/scripts/_db-init.py.tpl index 03d8a5bd60..c3a1b6dff1 100644 --- a/helm-toolkit/templates/scripts/_db-init.py.tpl +++ b/helm-toolkit/templates/scripts/_db-init.py.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/scripts/_image-repo-sync.sh.tpl b/helm-toolkit/templates/scripts/_image-repo-sync.sh.tpl index bea2a2e81d..a9c2b1e456 100644 --- a/helm-toolkit/templates/scripts/_image-repo-sync.sh.tpl +++ b/helm-toolkit/templates/scripts/_image-repo-sync.sh.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/scripts/_ks-domain-user.sh.tpl b/helm-toolkit/templates/scripts/_ks-domain-user.sh.tpl index 1c35e9c457..e80c0f6963 100644 --- a/helm-toolkit/templates/scripts/_ks-domain-user.sh.tpl +++ b/helm-toolkit/templates/scripts/_ks-domain-user.sh.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/scripts/_ks-endpoints.sh.tpl b/helm-toolkit/templates/scripts/_ks-endpoints.sh.tpl index 8ed4128192..b1609456fb 100755 --- a/helm-toolkit/templates/scripts/_ks-endpoints.sh.tpl +++ b/helm-toolkit/templates/scripts/_ks-endpoints.sh.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/scripts/_ks-service.sh.tpl b/helm-toolkit/templates/scripts/_ks-service.sh.tpl index 0d1ca70eab..ef122be17d 100644 --- a/helm-toolkit/templates/scripts/_ks-service.sh.tpl +++ b/helm-toolkit/templates/scripts/_ks-service.sh.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/scripts/_ks-user.sh.tpl b/helm-toolkit/templates/scripts/_ks-user.sh.tpl index 667afaff57..2ede013c9a 100644 --- a/helm-toolkit/templates/scripts/_ks-user.sh.tpl +++ b/helm-toolkit/templates/scripts/_ks-user.sh.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/scripts/_rabbit-init.sh.tpl b/helm-toolkit/templates/scripts/_rabbit-init.sh.tpl index 5e149140d0..84d58593cc 100644 --- a/helm-toolkit/templates/scripts/_rabbit-init.sh.tpl +++ b/helm-toolkit/templates/scripts/_rabbit-init.sh.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/scripts/_rally_test.sh.tpl b/helm-toolkit/templates/scripts/_rally_test.sh.tpl index 0a3d53b4ec..368f77e9f3 100644 --- a/helm-toolkit/templates/scripts/_rally_test.sh.tpl +++ b/helm-toolkit/templates/scripts/_rally_test.sh.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_image.tpl b/helm-toolkit/templates/snippets/_image.tpl index e94873c394..21708a861d 100644 --- a/helm-toolkit/templates/snippets/_image.tpl +++ b/helm-toolkit/templates/snippets/_image.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_keystone_openrc_env_vars.tpl b/helm-toolkit/templates/snippets/_keystone_openrc_env_vars.tpl index 615f0dc9cf..899e8418a5 100644 --- a/helm-toolkit/templates/snippets/_keystone_openrc_env_vars.tpl +++ b/helm-toolkit/templates/snippets/_keystone_openrc_env_vars.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_keystone_secret_openrc.tpl b/helm-toolkit/templates/snippets/_keystone_secret_openrc.tpl index 7c30e579e9..45054ff5dc 100644 --- a/helm-toolkit/templates/snippets/_keystone_secret_openrc.tpl +++ b/helm-toolkit/templates/snippets/_keystone_secret_openrc.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_keystone_user_create_env_vars.tpl b/helm-toolkit/templates/snippets/_keystone_user_create_env_vars.tpl index 06664ed081..dd16e68c37 100644 --- a/helm-toolkit/templates/snippets/_keystone_user_create_env_vars.tpl +++ b/helm-toolkit/templates/snippets/_keystone_user_create_env_vars.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_kubernetes_entrypoint_init_container.tpl b/helm-toolkit/templates/snippets/_kubernetes_entrypoint_init_container.tpl index ca528e8f92..79dd63a544 100644 --- a/helm-toolkit/templates/snippets/_kubernetes_entrypoint_init_container.tpl +++ b/helm-toolkit/templates/snippets/_kubernetes_entrypoint_init_container.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_kubernetes_kubectl_params.tpl b/helm-toolkit/templates/snippets/_kubernetes_kubectl_params.tpl index eabb026bcc..988292943f 100644 --- a/helm-toolkit/templates/snippets/_kubernetes_kubectl_params.tpl +++ b/helm-toolkit/templates/snippets/_kubernetes_kubectl_params.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_kubernetes_metadata_labels.tpl b/helm-toolkit/templates/snippets/_kubernetes_metadata_labels.tpl index 77aecb2996..f67bfaf28e 100644 --- a/helm-toolkit/templates/snippets/_kubernetes_metadata_labels.tpl +++ b/helm-toolkit/templates/snippets/_kubernetes_metadata_labels.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_kubernetes_pod_anti_affinity.tpl b/helm-toolkit/templates/snippets/_kubernetes_pod_anti_affinity.tpl index 681a534d91..4981015ca7 100644 --- a/helm-toolkit/templates/snippets/_kubernetes_pod_anti_affinity.tpl +++ b/helm-toolkit/templates/snippets/_kubernetes_pod_anti_affinity.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_kubernetes_pod_rbac_roles.tpl b/helm-toolkit/templates/snippets/_kubernetes_pod_rbac_roles.tpl index 45be2ecf61..f9f48ef7b6 100644 --- a/helm-toolkit/templates/snippets/_kubernetes_pod_rbac_roles.tpl +++ b/helm-toolkit/templates/snippets/_kubernetes_pod_rbac_roles.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_kubernetes_pod_rbac_serviceaccount.tpl b/helm-toolkit/templates/snippets/_kubernetes_pod_rbac_serviceaccount.tpl index fd617700cb..b4cf1a65b2 100644 --- a/helm-toolkit/templates/snippets/_kubernetes_pod_rbac_serviceaccount.tpl +++ b/helm-toolkit/templates/snippets/_kubernetes_pod_rbac_serviceaccount.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_kubernetes_resources.tpl b/helm-toolkit/templates/snippets/_kubernetes_resources.tpl index afeb82e916..7797c8ed86 100644 --- a/helm-toolkit/templates/snippets/_kubernetes_resources.tpl +++ b/helm-toolkit/templates/snippets/_kubernetes_resources.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_kubernetes_upgrades_daemonset.tpl b/helm-toolkit/templates/snippets/_kubernetes_upgrades_daemonset.tpl index 080a2e78ea..eaef2a5585 100644 --- a/helm-toolkit/templates/snippets/_kubernetes_upgrades_daemonset.tpl +++ b/helm-toolkit/templates/snippets/_kubernetes_upgrades_daemonset.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_kubernetes_upgrades_deployment.tpl b/helm-toolkit/templates/snippets/_kubernetes_upgrades_deployment.tpl index f9303a4448..3184b0d08e 100644 --- a/helm-toolkit/templates/snippets/_kubernetes_upgrades_deployment.tpl +++ b/helm-toolkit/templates/snippets/_kubernetes_upgrades_deployment.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_prometheus_pod_annotations.tpl b/helm-toolkit/templates/snippets/_prometheus_pod_annotations.tpl index d234dd99fc..9e09326f65 100644 --- a/helm-toolkit/templates/snippets/_prometheus_pod_annotations.tpl +++ b/helm-toolkit/templates/snippets/_prometheus_pod_annotations.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/snippets/_prometheus_service_annotations.tpl b/helm-toolkit/templates/snippets/_prometheus_service_annotations.tpl index 6c01a2f055..1255dccb9d 100644 --- a/helm-toolkit/templates/snippets/_prometheus_service_annotations.tpl +++ b/helm-toolkit/templates/snippets/_prometheus_service_annotations.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/helm-toolkit/templates/snippets/_values_template_renderer.tpl b/helm-toolkit/templates/snippets/_values_template_renderer.tpl index 8d1fb9de89..88a279defd 100644 --- a/helm-toolkit/templates/snippets/_values_template_renderer.tpl +++ b/helm-toolkit/templates/snippets/_values_template_renderer.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/utils/_comma_joined_service_list.tpl b/helm-toolkit/templates/utils/_comma_joined_service_list.tpl index b4fbcfb4c1..7f965eade7 100644 --- a/helm-toolkit/templates/utils/_comma_joined_service_list.tpl +++ b/helm-toolkit/templates/utils/_comma_joined_service_list.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/utils/_configmap_templater.tpl b/helm-toolkit/templates/utils/_configmap_templater.tpl index 47e1200802..9f168b18ea 100644 --- a/helm-toolkit/templates/utils/_configmap_templater.tpl +++ b/helm-toolkit/templates/utils/_configmap_templater.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/utils/_daemonset_overrides.tpl b/helm-toolkit/templates/utils/_daemonset_overrides.tpl index 20ad3e2583..448b60f815 100644 --- a/helm-toolkit/templates/utils/_daemonset_overrides.tpl +++ b/helm-toolkit/templates/utils/_daemonset_overrides.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/utils/_dependency_resolver.tpl b/helm-toolkit/templates/utils/_dependency_resolver.tpl index cb9184346d..f36fbee853 100644 --- a/helm-toolkit/templates/utils/_dependency_resolver.tpl +++ b/helm-toolkit/templates/utils/_dependency_resolver.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/utils/_hash.tpl b/helm-toolkit/templates/utils/_hash.tpl index c6a496cc93..1041ec0006 100644 --- a/helm-toolkit/templates/utils/_hash.tpl +++ b/helm-toolkit/templates/utils/_hash.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/utils/_image_sync_list.tpl b/helm-toolkit/templates/utils/_image_sync_list.tpl index 3e5b4b9bad..54dea4287b 100644 --- a/helm-toolkit/templates/utils/_image_sync_list.tpl +++ b/helm-toolkit/templates/utils/_image_sync_list.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/utils/_joinListWithComma.tpl b/helm-toolkit/templates/utils/_joinListWithComma.tpl index e5341798ef..731d816ed2 100644 --- a/helm-toolkit/templates/utils/_joinListWithComma.tpl +++ b/helm-toolkit/templates/utils/_joinListWithComma.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/utils/_joinListWithSpace.tpl b/helm-toolkit/templates/utils/_joinListWithSpace.tpl index 16a29f43f6..e8d13591e1 100644 --- a/helm-toolkit/templates/utils/_joinListWithSpace.tpl +++ b/helm-toolkit/templates/utils/_joinListWithSpace.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/utils/_merge.tpl b/helm-toolkit/templates/utils/_merge.tpl index 051d091d01..d7ba11d3a9 100644 --- a/helm-toolkit/templates/utils/_merge.tpl +++ b/helm-toolkit/templates/utils/_merge.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/utils/_template.tpl b/helm-toolkit/templates/utils/_template.tpl index a671962f0e..3f5f348d0d 100644 --- a/helm-toolkit/templates/utils/_template.tpl +++ b/helm-toolkit/templates/utils/_template.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/utils/_to_ini.tpl b/helm-toolkit/templates/utils/_to_ini.tpl index 53b98aa720..ecb266f5ed 100644 --- a/helm-toolkit/templates/utils/_to_ini.tpl +++ b/helm-toolkit/templates/utils/_to_ini.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/utils/_to_k8s_env_vars.tpl b/helm-toolkit/templates/utils/_to_k8s_env_vars.tpl index e74b3cf6e1..3925d7bb8b 100644 --- a/helm-toolkit/templates/utils/_to_k8s_env_vars.tpl +++ b/helm-toolkit/templates/utils/_to_k8s_env_vars.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/utils/_to_kv_list.tpl b/helm-toolkit/templates/utils/_to_kv_list.tpl index e56e316f44..3a9c206e6d 100644 --- a/helm-toolkit/templates/utils/_to_kv_list.tpl +++ b/helm-toolkit/templates/utils/_to_kv_list.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/templates/utils/_to_oslo_conf.tpl b/helm-toolkit/templates/utils/_to_oslo_conf.tpl index 3ed8d09594..8111702e87 100644 --- a/helm-toolkit/templates/utils/_to_oslo_conf.tpl +++ b/helm-toolkit/templates/utils/_to_oslo_conf.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/helm-toolkit/values.yaml b/helm-toolkit/values.yaml index f75b674eeb..37c002ab9d 100644 --- a/helm-toolkit/values.yaml +++ b/helm-toolkit/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ingress/Chart.yaml b/ingress/Chart.yaml index 3752fc28a2..44f2fb7683 100644 --- a/ingress/Chart.yaml +++ b/ingress/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ingress/requirements.yaml b/ingress/requirements.yaml index ec31151899..53782e69b2 100644 --- a/ingress/requirements.yaml +++ b/ingress/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ingress/templates/bin/_ingress-controller.sh.tpl b/ingress/templates/bin/_ingress-controller.sh.tpl index 9cc9fe298e..6514ae59ca 100644 --- a/ingress/templates/bin/_ingress-controller.sh.tpl +++ b/ingress/templates/bin/_ingress-controller.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ingress/templates/bin/_ingress-error-pages.sh.tpl b/ingress/templates/bin/_ingress-error-pages.sh.tpl index 92c2fd29bb..cf62c33f48 100644 --- a/ingress/templates/bin/_ingress-error-pages.sh.tpl +++ b/ingress/templates/bin/_ingress-error-pages.sh.tpl @@ -1,7 +1,7 @@ #!/bin/sh {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ingress/templates/bin/_ingress-vip-keepalived.sh.tpl b/ingress/templates/bin/_ingress-vip-keepalived.sh.tpl index e9a8d57317..0cba1faae3 100644 --- a/ingress/templates/bin/_ingress-vip-keepalived.sh.tpl +++ b/ingress/templates/bin/_ingress-vip-keepalived.sh.tpl @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2018 OpenStack Foundation. +# Copyright 2018 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ingress/templates/bin/_ingress-vip-routed.sh.tpl b/ingress/templates/bin/_ingress-vip-routed.sh.tpl index 1258509deb..e0ad6fc3c7 100644 --- a/ingress/templates/bin/_ingress-vip-routed.sh.tpl +++ b/ingress/templates/bin/_ingress-vip-routed.sh.tpl @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2018 OpenStack Foundation. +# Copyright 2018 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ingress/templates/configmap-bin.yaml b/ingress/templates/configmap-bin.yaml index ddec26e7e9..b2eacc70db 100644 --- a/ingress/templates/configmap-bin.yaml +++ b/ingress/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ingress/templates/configmap-conf.yaml b/ingress/templates/configmap-conf.yaml index 3374faac9f..5483b0fd4d 100644 --- a/ingress/templates/configmap-conf.yaml +++ b/ingress/templates/configmap-conf.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ingress/templates/configmap-services-tcp.yaml b/ingress/templates/configmap-services-tcp.yaml index ba2e27a58a..4454702f96 100644 --- a/ingress/templates/configmap-services-tcp.yaml +++ b/ingress/templates/configmap-services-tcp.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ingress/templates/configmap-services-udp.yaml b/ingress/templates/configmap-services-udp.yaml index 8175f694b2..402010560d 100644 --- a/ingress/templates/configmap-services-udp.yaml +++ b/ingress/templates/configmap-services-udp.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ingress/templates/deployment-error.yaml b/ingress/templates/deployment-error.yaml index d7ab29d67f..1cac43cd26 100644 --- a/ingress/templates/deployment-error.yaml +++ b/ingress/templates/deployment-error.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ingress/templates/deployment-ingress.yaml b/ingress/templates/deployment-ingress.yaml index c9b34ced47..0d96315040 100644 --- a/ingress/templates/deployment-ingress.yaml +++ b/ingress/templates/deployment-ingress.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ingress/templates/endpoints-ingress.yaml b/ingress/templates/endpoints-ingress.yaml index 7fdeb09a30..92977e13ec 100644 --- a/ingress/templates/endpoints-ingress.yaml +++ b/ingress/templates/endpoints-ingress.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ingress/templates/ingress.yaml b/ingress/templates/ingress.yaml index 4917f9efab..16ebaab3d5 100644 --- a/ingress/templates/ingress.yaml +++ b/ingress/templates/ingress.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ingress/templates/job-image-repo-sync.yaml b/ingress/templates/job-image-repo-sync.yaml index 2d5cec2cb3..c332e8c7e2 100644 --- a/ingress/templates/job-image-repo-sync.yaml +++ b/ingress/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ingress/templates/service-error.yaml b/ingress/templates/service-error.yaml index eb7d9a32b2..b17d4d2ec3 100644 --- a/ingress/templates/service-error.yaml +++ b/ingress/templates/service-error.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ingress/templates/service-ingress-metrics-exporter.yaml b/ingress/templates/service-ingress-metrics-exporter.yaml index c398f6d367..3637e13b9d 100644 --- a/ingress/templates/service-ingress-metrics-exporter.yaml +++ b/ingress/templates/service-ingress-metrics-exporter.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ingress/templates/service-ingress.yaml b/ingress/templates/service-ingress.yaml index 9c44f84e62..ca9af8ce21 100644 --- a/ingress/templates/service-ingress.yaml +++ b/ingress/templates/service-ingress.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ingress/values.yaml b/ingress/values.yaml index e4f4898a23..74a8905659 100644 --- a/ingress/values.yaml +++ b/ingress/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/kibana/Chart.yaml b/kibana/Chart.yaml index d6732459b7..672c822554 100644 --- a/kibana/Chart.yaml +++ b/kibana/Chart.yaml @@ -1,5 +1,5 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/kibana/requirements.yaml b/kibana/requirements.yaml index ec31151899..53782e69b2 100644 --- a/kibana/requirements.yaml +++ b/kibana/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/kibana/templates/bin/_apache.sh.tpl b/kibana/templates/bin/_apache.sh.tpl index ba698f334d..6f8aaa8e2d 100644 --- a/kibana/templates/bin/_apache.sh.tpl +++ b/kibana/templates/bin/_apache.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kibana/templates/bin/_kibana.sh.tpl b/kibana/templates/bin/_kibana.sh.tpl index 668ef3efa8..7021ac0dd0 100644 --- a/kibana/templates/bin/_kibana.sh.tpl +++ b/kibana/templates/bin/_kibana.sh.tpl @@ -1,6 +1,6 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kibana/templates/configmap-bin.yaml b/kibana/templates/configmap-bin.yaml index 5372dc3ba6..61cadcdba5 100644 --- a/kibana/templates/configmap-bin.yaml +++ b/kibana/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kibana/templates/configmap-etc.yaml b/kibana/templates/configmap-etc.yaml index b281dfa42f..93742d7c2b 100644 --- a/kibana/templates/configmap-etc.yaml +++ b/kibana/templates/configmap-etc.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kibana/templates/deployment.yaml b/kibana/templates/deployment.yaml index 543ba52d73..74e885e1a1 100644 --- a/kibana/templates/deployment.yaml +++ b/kibana/templates/deployment.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kibana/templates/ingress-kibana.yaml b/kibana/templates/ingress-kibana.yaml index 87eea4da02..66db94ce93 100644 --- a/kibana/templates/ingress-kibana.yaml +++ b/kibana/templates/ingress-kibana.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kibana/templates/job-image-repo-sync.yaml b/kibana/templates/job-image-repo-sync.yaml index 7e0914ed60..be2ccdc015 100644 --- a/kibana/templates/job-image-repo-sync.yaml +++ b/kibana/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kibana/templates/secret-elasticsearch-creds.yaml b/kibana/templates/secret-elasticsearch-creds.yaml index 0b81827121..11db0eb944 100644 --- a/kibana/templates/secret-elasticsearch-creds.yaml +++ b/kibana/templates/secret-elasticsearch-creds.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kibana/templates/secret-ingress-tls.yaml b/kibana/templates/secret-ingress-tls.yaml index e29676d7f6..c874ea53f5 100644 --- a/kibana/templates/secret-ingress-tls.yaml +++ b/kibana/templates/secret-ingress-tls.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017-2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kibana/templates/service-ingress-kibana.yaml b/kibana/templates/service-ingress-kibana.yaml index e0621b471f..c78fc3a4f9 100644 --- a/kibana/templates/service-ingress-kibana.yaml +++ b/kibana/templates/service-ingress-kibana.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kibana/templates/service.yaml b/kibana/templates/service.yaml index c935bb2745..61ffab1e87 100644 --- a/kibana/templates/service.yaml +++ b/kibana/templates/service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kibana/values.yaml b/kibana/values.yaml index e0609698d7..761ee22431 100644 --- a/kibana/values.yaml +++ b/kibana/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/kube-dns/Chart.yaml b/kube-dns/Chart.yaml index b89b60a086..9aadd6efe1 100644 --- a/kube-dns/Chart.yaml +++ b/kube-dns/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/kube-dns/requirements.yaml b/kube-dns/requirements.yaml index ec31151899..53782e69b2 100644 --- a/kube-dns/requirements.yaml +++ b/kube-dns/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/kube-dns/templates/configmap-bin.yaml b/kube-dns/templates/configmap-bin.yaml index 421ae894e4..d7d5f6aadc 100644 --- a/kube-dns/templates/configmap-bin.yaml +++ b/kube-dns/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kube-dns/templates/configmap-kube-dns.yaml b/kube-dns/templates/configmap-kube-dns.yaml index eac8549ec6..279729c05d 100644 --- a/kube-dns/templates/configmap-kube-dns.yaml +++ b/kube-dns/templates/configmap-kube-dns.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kube-dns/templates/deployment-kube-dns.yaml b/kube-dns/templates/deployment-kube-dns.yaml index 83f5a88815..27ff06b81a 100644 --- a/kube-dns/templates/deployment-kube-dns.yaml +++ b/kube-dns/templates/deployment-kube-dns.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kube-dns/templates/job-image-repo-sync.yaml b/kube-dns/templates/job-image-repo-sync.yaml index fc5f76b67e..544c328c42 100644 --- a/kube-dns/templates/job-image-repo-sync.yaml +++ b/kube-dns/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kube-dns/templates/service-kube-dns.yaml b/kube-dns/templates/service-kube-dns.yaml index 82f1eb135f..7e5723a0e5 100644 --- a/kube-dns/templates/service-kube-dns.yaml +++ b/kube-dns/templates/service-kube-dns.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kube-dns/templates/serviceaccount-kube-dns.yaml b/kube-dns/templates/serviceaccount-kube-dns.yaml index 10bf89be9d..7465cd8b87 100644 --- a/kube-dns/templates/serviceaccount-kube-dns.yaml +++ b/kube-dns/templates/serviceaccount-kube-dns.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kube-dns/values.yaml b/kube-dns/values.yaml index 7a0f9f31e1..1d35994ff3 100644 --- a/kube-dns/values.yaml +++ b/kube-dns/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/kubernetes-keystone-webhook/Chart.yaml b/kubernetes-keystone-webhook/Chart.yaml index f90376f03d..d345487d57 100644 --- a/kubernetes-keystone-webhook/Chart.yaml +++ b/kubernetes-keystone-webhook/Chart.yaml @@ -1,5 +1,5 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/kubernetes-keystone-webhook/requirements.yaml b/kubernetes-keystone-webhook/requirements.yaml index ec31151899..53782e69b2 100644 --- a/kubernetes-keystone-webhook/requirements.yaml +++ b/kubernetes-keystone-webhook/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/kubernetes-keystone-webhook/templates/bin/_kubernetes-keystone-webhook-test.sh.tpl b/kubernetes-keystone-webhook/templates/bin/_kubernetes-keystone-webhook-test.sh.tpl index 743e894083..22bd98ba5d 100644 --- a/kubernetes-keystone-webhook/templates/bin/_kubernetes-keystone-webhook-test.sh.tpl +++ b/kubernetes-keystone-webhook/templates/bin/_kubernetes-keystone-webhook-test.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kubernetes-keystone-webhook/templates/bin/_start.sh.tpl b/kubernetes-keystone-webhook/templates/bin/_start.sh.tpl index c6291ef86b..1c5f008ecd 100644 --- a/kubernetes-keystone-webhook/templates/bin/_start.sh.tpl +++ b/kubernetes-keystone-webhook/templates/bin/_start.sh.tpl @@ -1,7 +1,7 @@ #!/bin/sh {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kubernetes-keystone-webhook/templates/configmap-bin.yaml b/kubernetes-keystone-webhook/templates/configmap-bin.yaml index c1512c12bb..ec6c4dd89d 100644 --- a/kubernetes-keystone-webhook/templates/configmap-bin.yaml +++ b/kubernetes-keystone-webhook/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kubernetes-keystone-webhook/templates/configmap-etc.yaml b/kubernetes-keystone-webhook/templates/configmap-etc.yaml index dca61ffee5..25a9f494e7 100644 --- a/kubernetes-keystone-webhook/templates/configmap-etc.yaml +++ b/kubernetes-keystone-webhook/templates/configmap-etc.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kubernetes-keystone-webhook/templates/deployment.yaml b/kubernetes-keystone-webhook/templates/deployment.yaml index af9daf4e87..4f5c56010b 100644 --- a/kubernetes-keystone-webhook/templates/deployment.yaml +++ b/kubernetes-keystone-webhook/templates/deployment.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kubernetes-keystone-webhook/templates/ingress.yaml b/kubernetes-keystone-webhook/templates/ingress.yaml index 03a0b73ec3..477f888a4a 100644 --- a/kubernetes-keystone-webhook/templates/ingress.yaml +++ b/kubernetes-keystone-webhook/templates/ingress.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kubernetes-keystone-webhook/templates/pod-test.yaml b/kubernetes-keystone-webhook/templates/pod-test.yaml index 4fb7f797ca..087d269bb4 100644 --- a/kubernetes-keystone-webhook/templates/pod-test.yaml +++ b/kubernetes-keystone-webhook/templates/pod-test.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kubernetes-keystone-webhook/templates/secret-certificates.yaml b/kubernetes-keystone-webhook/templates/secret-certificates.yaml index 56175162ed..54cdadf033 100644 --- a/kubernetes-keystone-webhook/templates/secret-certificates.yaml +++ b/kubernetes-keystone-webhook/templates/secret-certificates.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kubernetes-keystone-webhook/templates/secret-keystone.yaml b/kubernetes-keystone-webhook/templates/secret-keystone.yaml index f1a378b663..99f1d5b84e 100644 --- a/kubernetes-keystone-webhook/templates/secret-keystone.yaml +++ b/kubernetes-keystone-webhook/templates/secret-keystone.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kubernetes-keystone-webhook/templates/service-ingress-api.yaml b/kubernetes-keystone-webhook/templates/service-ingress-api.yaml index 33dfa6c439..3286d84c99 100644 --- a/kubernetes-keystone-webhook/templates/service-ingress-api.yaml +++ b/kubernetes-keystone-webhook/templates/service-ingress-api.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kubernetes-keystone-webhook/templates/service.yaml b/kubernetes-keystone-webhook/templates/service.yaml index dce4ba5788..5a709ff05b 100644 --- a/kubernetes-keystone-webhook/templates/service.yaml +++ b/kubernetes-keystone-webhook/templates/service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/kubernetes-keystone-webhook/values.yaml b/kubernetes-keystone-webhook/values.yaml index 9f4645d374..afeb9db193 100644 --- a/kubernetes-keystone-webhook/values.yaml +++ b/kubernetes-keystone-webhook/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ldap/templates/configmap-bin.yaml b/ldap/templates/configmap-bin.yaml index 0352bdece0..e3c1b4af03 100644 --- a/ldap/templates/configmap-bin.yaml +++ b/ldap/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ldap/templates/configmap-etc.yaml b/ldap/templates/configmap-etc.yaml index 42368c65ae..3fa7c37d85 100644 --- a/ldap/templates/configmap-etc.yaml +++ b/ldap/templates/configmap-etc.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2018 OpenStack Foundation. +Copyright 2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ldap/templates/job-image-repo-sync.yaml b/ldap/templates/job-image-repo-sync.yaml index d3795eacb2..f6e9fcb980 100644 --- a/ldap/templates/job-image-repo-sync.yaml +++ b/ldap/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ldap/templates/service.yaml b/ldap/templates/service.yaml index d9c014b172..353db51c86 100644 --- a/ldap/templates/service.yaml +++ b/ldap/templates/service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ldap/templates/statefulset.yaml b/ldap/templates/statefulset.yaml index 7651fbb749..8e8d0819bf 100644 --- a/ldap/templates/statefulset.yaml +++ b/ldap/templates/statefulset.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ldap/values.yaml b/ldap/values.yaml index 24a2ca47f5..72a97b44eb 100644 --- a/ldap/values.yaml +++ b/ldap/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/memcached/Chart.yaml b/memcached/Chart.yaml index 9fc2a22326..4f6b4ca7db 100644 --- a/memcached/Chart.yaml +++ b/memcached/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/memcached/requirements.yaml b/memcached/requirements.yaml index ec31151899..53782e69b2 100644 --- a/memcached/requirements.yaml +++ b/memcached/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/memcached/templates/bin/_memcached.sh.tpl b/memcached/templates/bin/_memcached.sh.tpl index bf556e7390..5d9aeb6b24 100644 --- a/memcached/templates/bin/_memcached.sh.tpl +++ b/memcached/templates/bin/_memcached.sh.tpl @@ -1,7 +1,7 @@ #!/bin/sh {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/memcached/templates/configmap-bin.yaml b/memcached/templates/configmap-bin.yaml index 10bbbea4f9..3821382f21 100644 --- a/memcached/templates/configmap-bin.yaml +++ b/memcached/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/memcached/templates/deployment.yaml b/memcached/templates/deployment.yaml index c6f8f4a025..bab66830f5 100644 --- a/memcached/templates/deployment.yaml +++ b/memcached/templates/deployment.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/memcached/templates/job-image-repo-sync.yaml b/memcached/templates/job-image-repo-sync.yaml index f8ca7111a0..8f61cf7e7c 100644 --- a/memcached/templates/job-image-repo-sync.yaml +++ b/memcached/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/memcached/templates/monitoring/prometheus/bin/_memcached-exporter.sh.tpl b/memcached/templates/monitoring/prometheus/bin/_memcached-exporter.sh.tpl index 4ff5ba1871..0ebc94dd83 100644 --- a/memcached/templates/monitoring/prometheus/bin/_memcached-exporter.sh.tpl +++ b/memcached/templates/monitoring/prometheus/bin/_memcached-exporter.sh.tpl @@ -1,7 +1,7 @@ #!/bin/sh {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/memcached/templates/monitoring/prometheus/exporter-configmap-bin.yaml b/memcached/templates/monitoring/prometheus/exporter-configmap-bin.yaml index 870ee2b2a3..7d58f2ffc2 100644 --- a/memcached/templates/monitoring/prometheus/exporter-configmap-bin.yaml +++ b/memcached/templates/monitoring/prometheus/exporter-configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/memcached/templates/monitoring/prometheus/exporter-deployment.yaml b/memcached/templates/monitoring/prometheus/exporter-deployment.yaml index 52a9dff8d1..a182b292a0 100644 --- a/memcached/templates/monitoring/prometheus/exporter-deployment.yaml +++ b/memcached/templates/monitoring/prometheus/exporter-deployment.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/memcached/templates/monitoring/prometheus/exporter-service.yaml b/memcached/templates/monitoring/prometheus/exporter-service.yaml index fb006cd2d7..c4687c66fb 100644 --- a/memcached/templates/monitoring/prometheus/exporter-service.yaml +++ b/memcached/templates/monitoring/prometheus/exporter-service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/memcached/templates/service.yaml b/memcached/templates/service.yaml index 414948cd0b..4d3401c364 100644 --- a/memcached/templates/service.yaml +++ b/memcached/templates/service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/memcached/values.yaml b/memcached/values.yaml index d798f34aec..7604faa167 100644 --- a/memcached/values.yaml +++ b/memcached/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nagios/Chart.yaml b/nagios/Chart.yaml index 4f569722c9..194bdda232 100644 --- a/nagios/Chart.yaml +++ b/nagios/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nagios/requirements.yaml b/nagios/requirements.yaml index ec31151899..53782e69b2 100644 --- a/nagios/requirements.yaml +++ b/nagios/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nagios/templates/bin/_apache.sh.tpl b/nagios/templates/bin/_apache.sh.tpl index 17414389a0..bcb0344fde 100644 --- a/nagios/templates/bin/_apache.sh.tpl +++ b/nagios/templates/bin/_apache.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nagios/templates/configmap-bin.yaml b/nagios/templates/configmap-bin.yaml index 5dd3996cf5..db1ea00fe8 100644 --- a/nagios/templates/configmap-bin.yaml +++ b/nagios/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nagios/templates/configmap-etc.yaml b/nagios/templates/configmap-etc.yaml index 80efc49a4a..6503b84a34 100644 --- a/nagios/templates/configmap-etc.yaml +++ b/nagios/templates/configmap-etc.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nagios/templates/deployment.yaml b/nagios/templates/deployment.yaml index d904d00a4e..a82c35d732 100644 --- a/nagios/templates/deployment.yaml +++ b/nagios/templates/deployment.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nagios/templates/ingress-nagios.yaml b/nagios/templates/ingress-nagios.yaml index b99e6dbf0e..66b47fcb5b 100644 --- a/nagios/templates/ingress-nagios.yaml +++ b/nagios/templates/ingress-nagios.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nagios/templates/job-image-repo-sync.yaml b/nagios/templates/job-image-repo-sync.yaml index aa2c2cde8a..5430d5086e 100644 --- a/nagios/templates/job-image-repo-sync.yaml +++ b/nagios/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nagios/templates/secret-ingress-tls.yaml b/nagios/templates/secret-ingress-tls.yaml index 25044fb13b..dacb1e9b5b 100644 --- a/nagios/templates/secret-ingress-tls.yaml +++ b/nagios/templates/secret-ingress-tls.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017-2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nagios/templates/secret-nagios.yaml b/nagios/templates/secret-nagios.yaml index 444ac421ee..56155f5db6 100644 --- a/nagios/templates/secret-nagios.yaml +++ b/nagios/templates/secret-nagios.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nagios/templates/service-ingress-nagios.yaml b/nagios/templates/service-ingress-nagios.yaml index 0931a50eb6..c0b52cf170 100644 --- a/nagios/templates/service-ingress-nagios.yaml +++ b/nagios/templates/service-ingress-nagios.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nagios/templates/service.yaml b/nagios/templates/service.yaml index 7d96b0ad6e..6365924cc2 100644 --- a/nagios/templates/service.yaml +++ b/nagios/templates/service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nagios/templates/utils/_object_definition.tpl b/nagios/templates/utils/_object_definition.tpl index 16b0de87c2..d21d4e447d 100644 --- a/nagios/templates/utils/_object_definition.tpl +++ b/nagios/templates/utils/_object_definition.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/nagios/templates/utils/_to_nagios_conf.tpl b/nagios/templates/utils/_to_nagios_conf.tpl index 6caf72cec0..e7f59cd58f 100644 --- a/nagios/templates/utils/_to_nagios_conf.tpl +++ b/nagios/templates/utils/_to_nagios_conf.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/nagios/values.yaml b/nagios/values.yaml index 3aecc79291..de69d4be45 100644 --- a/nagios/values.yaml +++ b/nagios/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nfs-provisioner/Chart.yaml b/nfs-provisioner/Chart.yaml index 9268ef99c1..1ac8815f71 100644 --- a/nfs-provisioner/Chart.yaml +++ b/nfs-provisioner/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nfs-provisioner/requirements.yaml b/nfs-provisioner/requirements.yaml index 5d33717c8b..00a045b4e4 100644 --- a/nfs-provisioner/requirements.yaml +++ b/nfs-provisioner/requirements.yaml @@ -1,5 +1,5 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nfs-provisioner/templates/configmap-bin.yaml b/nfs-provisioner/templates/configmap-bin.yaml index 259a724b42..351993b2e0 100644 --- a/nfs-provisioner/templates/configmap-bin.yaml +++ b/nfs-provisioner/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nfs-provisioner/templates/deployment.yaml b/nfs-provisioner/templates/deployment.yaml index daf75334e0..07f2dcee8c 100644 --- a/nfs-provisioner/templates/deployment.yaml +++ b/nfs-provisioner/templates/deployment.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nfs-provisioner/templates/job-image-repo-sync.yaml b/nfs-provisioner/templates/job-image-repo-sync.yaml index 97b8729610..e246753596 100644 --- a/nfs-provisioner/templates/job-image-repo-sync.yaml +++ b/nfs-provisioner/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nfs-provisioner/templates/service.yaml b/nfs-provisioner/templates/service.yaml index dbcbff3e09..7ece1f5cbc 100644 --- a/nfs-provisioner/templates/service.yaml +++ b/nfs-provisioner/templates/service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nfs-provisioner/templates/storage_class.yaml b/nfs-provisioner/templates/storage_class.yaml index 44daab75e9..0383748919 100644 --- a/nfs-provisioner/templates/storage_class.yaml +++ b/nfs-provisioner/templates/storage_class.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nfs-provisioner/templates/volume_claim.yaml b/nfs-provisioner/templates/volume_claim.yaml index 253de0f30d..a94170813b 100644 --- a/nfs-provisioner/templates/volume_claim.yaml +++ b/nfs-provisioner/templates/volume_claim.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nfs-provisioner/values.yaml b/nfs-provisioner/values.yaml index a7b27e6d42..aafe5fa2ca 100644 --- a/nfs-provisioner/values.yaml +++ b/nfs-provisioner/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/playbooks/osh-infra-build.yaml b/playbooks/osh-infra-build.yaml index 5367f643ba..d06296c1a3 100644 --- a/playbooks/osh-infra-build.yaml +++ b/playbooks/osh-infra-build.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/playbooks/osh-infra-collect-logs.yaml b/playbooks/osh-infra-collect-logs.yaml index c1ef9778f7..71086a24ca 100644 --- a/playbooks/osh-infra-collect-logs.yaml +++ b/playbooks/osh-infra-collect-logs.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/playbooks/osh-infra-deploy-charts.yaml b/playbooks/osh-infra-deploy-charts.yaml index b47f13af6a..6e0303cd46 100644 --- a/playbooks/osh-infra-deploy-charts.yaml +++ b/playbooks/osh-infra-deploy-charts.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/playbooks/osh-infra-deploy-docker.yaml b/playbooks/osh-infra-deploy-docker.yaml index 755278daff..7bf66fa253 100644 --- a/playbooks/osh-infra-deploy-docker.yaml +++ b/playbooks/osh-infra-deploy-docker.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/playbooks/osh-infra-deploy-k8s.yaml b/playbooks/osh-infra-deploy-k8s.yaml index 80e69d54d5..8daa337e31 100644 --- a/playbooks/osh-infra-deploy-k8s.yaml +++ b/playbooks/osh-infra-deploy-k8s.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/playbooks/osh-infra-dev-deploy.yaml b/playbooks/osh-infra-dev-deploy.yaml index 2abb7ce9af..4bc0d27abb 100644 --- a/playbooks/osh-infra-dev-deploy.yaml +++ b/playbooks/osh-infra-dev-deploy.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/playbooks/osh-infra-keystone-k8s-auth.yaml b/playbooks/osh-infra-keystone-k8s-auth.yaml index f825289750..95e28d9c48 100644 --- a/playbooks/osh-infra-keystone-k8s-auth.yaml +++ b/playbooks/osh-infra-keystone-k8s-auth.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/playbooks/osh-infra-ldap-deploy.yaml b/playbooks/osh-infra-ldap-deploy.yaml index 86e6d95d00..7df5788aef 100644 --- a/playbooks/osh-infra-ldap-deploy.yaml +++ b/playbooks/osh-infra-ldap-deploy.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/playbooks/osh-infra-multinode-deploy.yaml b/playbooks/osh-infra-multinode-deploy.yaml index 4eb9485bbf..22d9dc81d6 100644 --- a/playbooks/osh-infra-multinode-deploy.yaml +++ b/playbooks/osh-infra-multinode-deploy.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/playbooks/osh-infra-pull-images.yaml b/playbooks/osh-infra-pull-images.yaml index c83560ca2e..1350afe2ba 100644 --- a/playbooks/osh-infra-pull-images.yaml +++ b/playbooks/osh-infra-pull-images.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/playbooks/osh-infra-upgrade-host.yaml b/playbooks/osh-infra-upgrade-host.yaml index 277fdcabd4..495b5cb99c 100644 --- a/playbooks/osh-infra-upgrade-host.yaml +++ b/playbooks/osh-infra-upgrade-host.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/playbooks/vars.yaml b/playbooks/vars.yaml index a7a21adf9e..1135e326b3 100644 --- a/playbooks/vars.yaml +++ b/playbooks/vars.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/playbooks/zuul-linter.yaml b/playbooks/zuul-linter.yaml index 924294a57b..ec0f7ea739 100644 --- a/playbooks/zuul-linter.yaml +++ b/playbooks/zuul-linter.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-alertmanager/Chart.yaml b/prometheus-alertmanager/Chart.yaml index 38c3ad0018..31837377df 100644 --- a/prometheus-alertmanager/Chart.yaml +++ b/prometheus-alertmanager/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-alertmanager/requirements.yaml b/prometheus-alertmanager/requirements.yaml index ec31151899..53782e69b2 100644 --- a/prometheus-alertmanager/requirements.yaml +++ b/prometheus-alertmanager/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-alertmanager/templates/bin/_alertmanager.sh.tpl b/prometheus-alertmanager/templates/bin/_alertmanager.sh.tpl index 4492e4f309..26f6a91838 100644 --- a/prometheus-alertmanager/templates/bin/_alertmanager.sh.tpl +++ b/prometheus-alertmanager/templates/bin/_alertmanager.sh.tpl @@ -1,7 +1,7 @@ #!/bin/sh {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-alertmanager/templates/clusterrolebinding.yaml b/prometheus-alertmanager/templates/clusterrolebinding.yaml index efd17b8b89..ff70448b9f 100644 --- a/prometheus-alertmanager/templates/clusterrolebinding.yaml +++ b/prometheus-alertmanager/templates/clusterrolebinding.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-alertmanager/templates/configmap-bin.yaml b/prometheus-alertmanager/templates/configmap-bin.yaml index a32065bdc4..e60b2977f6 100644 --- a/prometheus-alertmanager/templates/configmap-bin.yaml +++ b/prometheus-alertmanager/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-alertmanager/templates/configmap-etc.yaml b/prometheus-alertmanager/templates/configmap-etc.yaml index c57d34c4c5..00517a079b 100644 --- a/prometheus-alertmanager/templates/configmap-etc.yaml +++ b/prometheus-alertmanager/templates/configmap-etc.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-alertmanager/templates/ingress-alertmanager.yaml b/prometheus-alertmanager/templates/ingress-alertmanager.yaml index 5ac2c0c762..41ca10f349 100644 --- a/prometheus-alertmanager/templates/ingress-alertmanager.yaml +++ b/prometheus-alertmanager/templates/ingress-alertmanager.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-alertmanager/templates/job-image-repo-sync.yaml b/prometheus-alertmanager/templates/job-image-repo-sync.yaml index 142c7c5aa7..c0b224af60 100644 --- a/prometheus-alertmanager/templates/job-image-repo-sync.yaml +++ b/prometheus-alertmanager/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-alertmanager/templates/secret-ingress-tls.yaml b/prometheus-alertmanager/templates/secret-ingress-tls.yaml index decae10aba..0e57c12b85 100644 --- a/prometheus-alertmanager/templates/secret-ingress-tls.yaml +++ b/prometheus-alertmanager/templates/secret-ingress-tls.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017-2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-alertmanager/templates/service-discovery.yaml b/prometheus-alertmanager/templates/service-discovery.yaml index e26307232d..9485f3666c 100644 --- a/prometheus-alertmanager/templates/service-discovery.yaml +++ b/prometheus-alertmanager/templates/service-discovery.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-alertmanager/templates/service-ingress-alertmanager.yaml b/prometheus-alertmanager/templates/service-ingress-alertmanager.yaml index 0c21de03a8..809cf5aeb7 100644 --- a/prometheus-alertmanager/templates/service-ingress-alertmanager.yaml +++ b/prometheus-alertmanager/templates/service-ingress-alertmanager.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-alertmanager/templates/service.yaml b/prometheus-alertmanager/templates/service.yaml index 484bb145f3..9667ac26e8 100644 --- a/prometheus-alertmanager/templates/service.yaml +++ b/prometheus-alertmanager/templates/service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-alertmanager/templates/statefulset.yaml b/prometheus-alertmanager/templates/statefulset.yaml index 01f6eab90d..c1779b02ca 100644 --- a/prometheus-alertmanager/templates/statefulset.yaml +++ b/prometheus-alertmanager/templates/statefulset.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-alertmanager/values.yaml b/prometheus-alertmanager/values.yaml index 0fa8a438cf..d9268a3b56 100644 --- a/prometheus-alertmanager/values.yaml +++ b/prometheus-alertmanager/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-kube-state-metrics/Chart.yaml b/prometheus-kube-state-metrics/Chart.yaml index c9ec320890..19a63e05df 100644 --- a/prometheus-kube-state-metrics/Chart.yaml +++ b/prometheus-kube-state-metrics/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-kube-state-metrics/requirements.yaml b/prometheus-kube-state-metrics/requirements.yaml index 5d33717c8b..00a045b4e4 100644 --- a/prometheus-kube-state-metrics/requirements.yaml +++ b/prometheus-kube-state-metrics/requirements.yaml @@ -1,5 +1,5 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-kube-state-metrics/templates/bin/_kube-state-metrics.sh.tpl b/prometheus-kube-state-metrics/templates/bin/_kube-state-metrics.sh.tpl index 2b8b163866..6128ec7731 100644 --- a/prometheus-kube-state-metrics/templates/bin/_kube-state-metrics.sh.tpl +++ b/prometheus-kube-state-metrics/templates/bin/_kube-state-metrics.sh.tpl @@ -1,6 +1,6 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-kube-state-metrics/templates/configmap-bin.yaml b/prometheus-kube-state-metrics/templates/configmap-bin.yaml index 1c2991f7a1..eb274287ce 100644 --- a/prometheus-kube-state-metrics/templates/configmap-bin.yaml +++ b/prometheus-kube-state-metrics/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-kube-state-metrics/templates/deployment.yaml b/prometheus-kube-state-metrics/templates/deployment.yaml index 648af9d230..31662a9151 100644 --- a/prometheus-kube-state-metrics/templates/deployment.yaml +++ b/prometheus-kube-state-metrics/templates/deployment.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-kube-state-metrics/templates/job-image-repo-sync.yaml b/prometheus-kube-state-metrics/templates/job-image-repo-sync.yaml index 767e6f4bea..73720baf3c 100644 --- a/prometheus-kube-state-metrics/templates/job-image-repo-sync.yaml +++ b/prometheus-kube-state-metrics/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-kube-state-metrics/templates/service-controller-manager.yaml b/prometheus-kube-state-metrics/templates/service-controller-manager.yaml index fb56383db9..65ee4d35e7 100644 --- a/prometheus-kube-state-metrics/templates/service-controller-manager.yaml +++ b/prometheus-kube-state-metrics/templates/service-controller-manager.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-kube-state-metrics/templates/service-kube-state-metrics.yaml b/prometheus-kube-state-metrics/templates/service-kube-state-metrics.yaml index c3dde1b91b..7bb2e89814 100644 --- a/prometheus-kube-state-metrics/templates/service-kube-state-metrics.yaml +++ b/prometheus-kube-state-metrics/templates/service-kube-state-metrics.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-kube-state-metrics/templates/service-scheduler.yaml b/prometheus-kube-state-metrics/templates/service-scheduler.yaml index 4a8a12dbfc..73b66ac792 100644 --- a/prometheus-kube-state-metrics/templates/service-scheduler.yaml +++ b/prometheus-kube-state-metrics/templates/service-scheduler.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-kube-state-metrics/values.yaml b/prometheus-kube-state-metrics/values.yaml index c76296c4a6..6064b0ba26 100644 --- a/prometheus-kube-state-metrics/values.yaml +++ b/prometheus-kube-state-metrics/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-node-exporter/Chart.yaml b/prometheus-node-exporter/Chart.yaml index eeab9bf75a..645597bbd8 100644 --- a/prometheus-node-exporter/Chart.yaml +++ b/prometheus-node-exporter/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-node-exporter/requirements.yaml b/prometheus-node-exporter/requirements.yaml index 5d33717c8b..00a045b4e4 100644 --- a/prometheus-node-exporter/requirements.yaml +++ b/prometheus-node-exporter/requirements.yaml @@ -1,5 +1,5 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-node-exporter/templates/bin/_node-exporter.sh.tpl b/prometheus-node-exporter/templates/bin/_node-exporter.sh.tpl index 5f4b4c86d0..8fa01df2db 100644 --- a/prometheus-node-exporter/templates/bin/_node-exporter.sh.tpl +++ b/prometheus-node-exporter/templates/bin/_node-exporter.sh.tpl @@ -1,6 +1,6 @@ #!/bin/sh {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-node-exporter/templates/configmap-bin.yaml b/prometheus-node-exporter/templates/configmap-bin.yaml index 5858bd5a00..9a29bf8928 100644 --- a/prometheus-node-exporter/templates/configmap-bin.yaml +++ b/prometheus-node-exporter/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-node-exporter/templates/daemonset.yaml b/prometheus-node-exporter/templates/daemonset.yaml index a92670225b..de45f94aa0 100644 --- a/prometheus-node-exporter/templates/daemonset.yaml +++ b/prometheus-node-exporter/templates/daemonset.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-node-exporter/templates/job-image-repo-sync.yaml b/prometheus-node-exporter/templates/job-image-repo-sync.yaml index 988dafc0d9..7b356c06a7 100644 --- a/prometheus-node-exporter/templates/job-image-repo-sync.yaml +++ b/prometheus-node-exporter/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-node-exporter/templates/service.yaml b/prometheus-node-exporter/templates/service.yaml index 23d40e812b..5565c9984e 100644 --- a/prometheus-node-exporter/templates/service.yaml +++ b/prometheus-node-exporter/templates/service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-node-exporter/values.yaml b/prometheus-node-exporter/values.yaml index cc3a389d43..f8438f11b9 100644 --- a/prometheus-node-exporter/values.yaml +++ b/prometheus-node-exporter/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-openstack-exporter/Chart.yaml b/prometheus-openstack-exporter/Chart.yaml index 17bf5d7094..ef292c19d9 100644 --- a/prometheus-openstack-exporter/Chart.yaml +++ b/prometheus-openstack-exporter/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-openstack-exporter/requirements.yaml b/prometheus-openstack-exporter/requirements.yaml index 5d33717c8b..00a045b4e4 100644 --- a/prometheus-openstack-exporter/requirements.yaml +++ b/prometheus-openstack-exporter/requirements.yaml @@ -1,5 +1,5 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-openstack-exporter/templates/bin/_prometheus-openstack-exporter.sh.tpl b/prometheus-openstack-exporter/templates/bin/_prometheus-openstack-exporter.sh.tpl index 99d6b4557b..afeb74dcac 100644 --- a/prometheus-openstack-exporter/templates/bin/_prometheus-openstack-exporter.sh.tpl +++ b/prometheus-openstack-exporter/templates/bin/_prometheus-openstack-exporter.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-openstack-exporter/templates/configmap-bin.yaml b/prometheus-openstack-exporter/templates/configmap-bin.yaml index 61039c37e3..01447fa88e 100644 --- a/prometheus-openstack-exporter/templates/configmap-bin.yaml +++ b/prometheus-openstack-exporter/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-openstack-exporter/templates/deployment.yaml b/prometheus-openstack-exporter/templates/deployment.yaml index 7192254d11..0f77e8cd5d 100644 --- a/prometheus-openstack-exporter/templates/deployment.yaml +++ b/prometheus-openstack-exporter/templates/deployment.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-openstack-exporter/templates/job-image-repo-sync.yaml b/prometheus-openstack-exporter/templates/job-image-repo-sync.yaml index 0bfa128bd0..4ff10601c8 100644 --- a/prometheus-openstack-exporter/templates/job-image-repo-sync.yaml +++ b/prometheus-openstack-exporter/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-openstack-exporter/templates/job-ks-user.yaml b/prometheus-openstack-exporter/templates/job-ks-user.yaml index ff0b817350..763cd2fefa 100644 --- a/prometheus-openstack-exporter/templates/job-ks-user.yaml +++ b/prometheus-openstack-exporter/templates/job-ks-user.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-openstack-exporter/templates/secret-keystone.yaml b/prometheus-openstack-exporter/templates/secret-keystone.yaml index ff3eeded89..2f159e2981 100644 --- a/prometheus-openstack-exporter/templates/secret-keystone.yaml +++ b/prometheus-openstack-exporter/templates/secret-keystone.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-openstack-exporter/templates/service.yaml b/prometheus-openstack-exporter/templates/service.yaml index 8dc1057d40..faa14ff561 100644 --- a/prometheus-openstack-exporter/templates/service.yaml +++ b/prometheus-openstack-exporter/templates/service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-openstack-exporter/values.yaml b/prometheus-openstack-exporter/values.yaml index 55d02c2765..21ec551254 100644 --- a/prometheus-openstack-exporter/values.yaml +++ b/prometheus-openstack-exporter/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-process-exporter/Chart.yaml b/prometheus-process-exporter/Chart.yaml index ab2fdfa989..2bff19925a 100644 --- a/prometheus-process-exporter/Chart.yaml +++ b/prometheus-process-exporter/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-process-exporter/requirements.yaml b/prometheus-process-exporter/requirements.yaml index 5d33717c8b..00a045b4e4 100644 --- a/prometheus-process-exporter/requirements.yaml +++ b/prometheus-process-exporter/requirements.yaml @@ -1,5 +1,5 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus-process-exporter/templates/daemonset.yaml b/prometheus-process-exporter/templates/daemonset.yaml index b4a85c8ac6..10619e441f 100644 --- a/prometheus-process-exporter/templates/daemonset.yaml +++ b/prometheus-process-exporter/templates/daemonset.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-process-exporter/templates/job-image-repo-sync.yaml b/prometheus-process-exporter/templates/job-image-repo-sync.yaml index e2bc909cd2..29dd075024 100644 --- a/prometheus-process-exporter/templates/job-image-repo-sync.yaml +++ b/prometheus-process-exporter/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-process-exporter/templates/service.yaml b/prometheus-process-exporter/templates/service.yaml index dd8b5d1738..de8b10383a 100644 --- a/prometheus-process-exporter/templates/service.yaml +++ b/prometheus-process-exporter/templates/service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus-process-exporter/values.yaml b/prometheus-process-exporter/values.yaml index 46dfa4cd36..090870a671 100644 --- a/prometheus-process-exporter/values.yaml +++ b/prometheus-process-exporter/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus/Chart.yaml b/prometheus/Chart.yaml index 8a7723c4db..3bd9d57b08 100644 --- a/prometheus/Chart.yaml +++ b/prometheus/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus/requirements.yaml b/prometheus/requirements.yaml index ec31151899..53782e69b2 100644 --- a/prometheus/requirements.yaml +++ b/prometheus/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/prometheus/templates/bin/_apache.sh.tpl b/prometheus/templates/bin/_apache.sh.tpl index cb4ad841d7..3e1ce7084a 100644 --- a/prometheus/templates/bin/_apache.sh.tpl +++ b/prometheus/templates/bin/_apache.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus/templates/bin/_helm-tests.sh.tpl b/prometheus/templates/bin/_helm-tests.sh.tpl index c94a9bf5f4..bc2c9e4488 100644 --- a/prometheus/templates/bin/_helm-tests.sh.tpl +++ b/prometheus/templates/bin/_helm-tests.sh.tpl @@ -1,6 +1,6 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus/templates/bin/_prometheus.sh.tpl b/prometheus/templates/bin/_prometheus.sh.tpl index 1894535312..bbdf280389 100644 --- a/prometheus/templates/bin/_prometheus.sh.tpl +++ b/prometheus/templates/bin/_prometheus.sh.tpl @@ -1,7 +1,7 @@ #!/bin/sh {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus/templates/configmap-bin.yaml b/prometheus/templates/configmap-bin.yaml index 980c1415fe..6a7b32040e 100644 --- a/prometheus/templates/configmap-bin.yaml +++ b/prometheus/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus/templates/configmap-etc.yaml b/prometheus/templates/configmap-etc.yaml index 77c7f9232a..38c1b2294d 100644 --- a/prometheus/templates/configmap-etc.yaml +++ b/prometheus/templates/configmap-etc.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus/templates/ingress-prometheus.yaml b/prometheus/templates/ingress-prometheus.yaml index fe84a7cd19..ecb04d19f8 100644 --- a/prometheus/templates/ingress-prometheus.yaml +++ b/prometheus/templates/ingress-prometheus.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus/templates/job-image-repo-sync.yaml b/prometheus/templates/job-image-repo-sync.yaml index f7fd62d4f5..b9b0e7600d 100644 --- a/prometheus/templates/job-image-repo-sync.yaml +++ b/prometheus/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus/templates/pod-helm-tests.yaml b/prometheus/templates/pod-helm-tests.yaml index b3d51d37db..ab2142a139 100644 --- a/prometheus/templates/pod-helm-tests.yaml +++ b/prometheus/templates/pod-helm-tests.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus/templates/secret-ingress-tls.yaml b/prometheus/templates/secret-ingress-tls.yaml index 34e49e1549..c93e8262d6 100644 --- a/prometheus/templates/secret-ingress-tls.yaml +++ b/prometheus/templates/secret-ingress-tls.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017-2018 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus/templates/secret-prometheus.yaml b/prometheus/templates/secret-prometheus.yaml index e8e03bc3e8..8e41346aa2 100644 --- a/prometheus/templates/secret-prometheus.yaml +++ b/prometheus/templates/secret-prometheus.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus/templates/service-ingress-prometheus.yaml b/prometheus/templates/service-ingress-prometheus.yaml index 14381418da..57781c64a9 100644 --- a/prometheus/templates/service-ingress-prometheus.yaml +++ b/prometheus/templates/service-ingress-prometheus.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus/templates/service.yaml b/prometheus/templates/service.yaml index 7a1e230d30..97bdaa458e 100644 --- a/prometheus/templates/service.yaml +++ b/prometheus/templates/service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus/templates/statefulset.yaml b/prometheus/templates/statefulset.yaml index 874a8820bb..c4feeaf5cc 100644 --- a/prometheus/templates/statefulset.yaml +++ b/prometheus/templates/statefulset.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus/templates/utils/_command_line_flags.tpl b/prometheus/templates/utils/_command_line_flags.tpl index e0546d977f..e78d8b42fc 100644 --- a/prometheus/templates/utils/_command_line_flags.tpl +++ b/prometheus/templates/utils/_command_line_flags.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/prometheus/values.yaml b/prometheus/values.yaml index f796a9f7a2..4ce4115d38 100644 --- a/prometheus/values.yaml +++ b/prometheus/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rabbitmq/Chart.yaml b/rabbitmq/Chart.yaml index 9f82068d6b..3aae874af7 100644 --- a/rabbitmq/Chart.yaml +++ b/rabbitmq/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rabbitmq/requirements.yaml b/rabbitmq/requirements.yaml index ec31151899..53782e69b2 100644 --- a/rabbitmq/requirements.yaml +++ b/rabbitmq/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/bin/_rabbitmq-liveness.sh.tpl b/rabbitmq/templates/bin/_rabbitmq-liveness.sh.tpl index d8c690f1f3..2f30aa4373 100644 --- a/rabbitmq/templates/bin/_rabbitmq-liveness.sh.tpl +++ b/rabbitmq/templates/bin/_rabbitmq-liveness.sh.tpl @@ -1,7 +1,7 @@ #!/usr/bin/env bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/bin/_rabbitmq-readiness.sh.tpl b/rabbitmq/templates/bin/_rabbitmq-readiness.sh.tpl index d8c690f1f3..2f30aa4373 100644 --- a/rabbitmq/templates/bin/_rabbitmq-readiness.sh.tpl +++ b/rabbitmq/templates/bin/_rabbitmq-readiness.sh.tpl @@ -1,7 +1,7 @@ #!/usr/bin/env bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/bin/_rabbitmq-start.sh.tpl b/rabbitmq/templates/bin/_rabbitmq-start.sh.tpl index eb14fe8a3e..98394ddfdd 100644 --- a/rabbitmq/templates/bin/_rabbitmq-start.sh.tpl +++ b/rabbitmq/templates/bin/_rabbitmq-start.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/bin/_rabbitmq-test.sh.tpl b/rabbitmq/templates/bin/_rabbitmq-test.sh.tpl index 50a7c7e523..04b2f0c451 100644 --- a/rabbitmq/templates/bin/_rabbitmq-test.sh.tpl +++ b/rabbitmq/templates/bin/_rabbitmq-test.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/configmap-bin.yaml b/rabbitmq/templates/configmap-bin.yaml index 4f0844673f..d2cd023d1f 100644 --- a/rabbitmq/templates/configmap-bin.yaml +++ b/rabbitmq/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/configmap-etc.yaml b/rabbitmq/templates/configmap-etc.yaml index 953be9fdae..b0aa914883 100644 --- a/rabbitmq/templates/configmap-etc.yaml +++ b/rabbitmq/templates/configmap-etc.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/etc/_enabled_plugins.tpl b/rabbitmq/templates/etc/_enabled_plugins.tpl index a628c62eae..42f415a660 100644 --- a/rabbitmq/templates/etc/_enabled_plugins.tpl +++ b/rabbitmq/templates/etc/_enabled_plugins.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/ingress-management.yaml b/rabbitmq/templates/ingress-management.yaml index a69e0a7606..cdd2c925d8 100644 --- a/rabbitmq/templates/ingress-management.yaml +++ b/rabbitmq/templates/ingress-management.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/job-image-repo-sync.yaml b/rabbitmq/templates/job-image-repo-sync.yaml index bd7f3e9752..5fb10bcb92 100644 --- a/rabbitmq/templates/job-image-repo-sync.yaml +++ b/rabbitmq/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/monitoring/prometheus/exporter-deployment.yaml b/rabbitmq/templates/monitoring/prometheus/exporter-deployment.yaml index b2346b36b8..03ed1ea49c 100644 --- a/rabbitmq/templates/monitoring/prometheus/exporter-deployment.yaml +++ b/rabbitmq/templates/monitoring/prometheus/exporter-deployment.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/monitoring/prometheus/exporter-service.yaml b/rabbitmq/templates/monitoring/prometheus/exporter-service.yaml index f23626a58e..f49a126748 100644 --- a/rabbitmq/templates/monitoring/prometheus/exporter-service.yaml +++ b/rabbitmq/templates/monitoring/prometheus/exporter-service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/pod-test.yaml b/rabbitmq/templates/pod-test.yaml index b46a922c0e..c46d14c2e0 100644 --- a/rabbitmq/templates/pod-test.yaml +++ b/rabbitmq/templates/pod-test.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/service-discovery.yaml b/rabbitmq/templates/service-discovery.yaml index 40dca4f3ba..54c16f27e7 100644 --- a/rabbitmq/templates/service-discovery.yaml +++ b/rabbitmq/templates/service-discovery.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/service-ingress-management.yaml b/rabbitmq/templates/service-ingress-management.yaml index 614a4dc1e2..deca9b9901 100644 --- a/rabbitmq/templates/service-ingress-management.yaml +++ b/rabbitmq/templates/service-ingress-management.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/service.yaml b/rabbitmq/templates/service.yaml index 0e72308fff..262226e4bd 100644 --- a/rabbitmq/templates/service.yaml +++ b/rabbitmq/templates/service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/statefulset.yaml b/rabbitmq/templates/statefulset.yaml index c14fed1464..95745e3fb5 100644 --- a/rabbitmq/templates/statefulset.yaml +++ b/rabbitmq/templates/statefulset.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/templates/utils/_to_rabbit_config.tpl b/rabbitmq/templates/utils/_to_rabbit_config.tpl index 136cd31a30..fb90bd1728 100644 --- a/rabbitmq/templates/utils/_to_rabbit_config.tpl +++ b/rabbitmq/templates/utils/_to_rabbit_config.tpl @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rabbitmq/values.yaml b/rabbitmq/values.yaml index ab1e8fa39c..a8b03ecc81 100644 --- a/rabbitmq/values.yaml +++ b/rabbitmq/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/redis/Chart.yaml b/redis/Chart.yaml index 86768258e6..0fc101471c 100644 --- a/redis/Chart.yaml +++ b/redis/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/redis/requirements.yaml b/redis/requirements.yaml index ec31151899..53782e69b2 100644 --- a/redis/requirements.yaml +++ b/redis/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/redis/templates/configmap-bin.yaml b/redis/templates/configmap-bin.yaml index 539ba14772..76bb0a0adc 100644 --- a/redis/templates/configmap-bin.yaml +++ b/redis/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/redis/templates/deployment.yaml b/redis/templates/deployment.yaml index c248f4de5e..32ce9c409d 100644 --- a/redis/templates/deployment.yaml +++ b/redis/templates/deployment.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/redis/templates/job-image-repo-sync.yaml b/redis/templates/job-image-repo-sync.yaml index 881eedb62f..0a573cec72 100644 --- a/redis/templates/job-image-repo-sync.yaml +++ b/redis/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/redis/templates/service.yaml b/redis/templates/service.yaml index 545e0b09dd..fee7ea1758 100644 --- a/redis/templates/service.yaml +++ b/redis/templates/service.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/redis/values.yaml b/redis/values.yaml index a47122d0c1..2328ddaa07 100644 --- a/redis/values.yaml +++ b/redis/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/registry/Chart.yaml b/registry/Chart.yaml index ab463f097b..116bec42d2 100644 --- a/registry/Chart.yaml +++ b/registry/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/registry/requirements.yaml b/registry/requirements.yaml index ec31151899..53782e69b2 100644 --- a/registry/requirements.yaml +++ b/registry/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/registry/templates/bin/_bootstrap.sh.tpl b/registry/templates/bin/_bootstrap.sh.tpl index 4019312c3d..bd93ee4f13 100644 --- a/registry/templates/bin/_bootstrap.sh.tpl +++ b/registry/templates/bin/_bootstrap.sh.tpl @@ -1,7 +1,7 @@ #!/bin/sh {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/registry/templates/bin/_registry-proxy.sh.tpl b/registry/templates/bin/_registry-proxy.sh.tpl index 99c7b08be3..2744bb2f05 100644 --- a/registry/templates/bin/_registry-proxy.sh.tpl +++ b/registry/templates/bin/_registry-proxy.sh.tpl @@ -1,7 +1,7 @@ #!/bin/sh {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/registry/templates/bin/_registry.sh.tpl b/registry/templates/bin/_registry.sh.tpl index 5d9bd879ac..d17a7d06a4 100644 --- a/registry/templates/bin/_registry.sh.tpl +++ b/registry/templates/bin/_registry.sh.tpl @@ -1,7 +1,7 @@ #!/bin/sh {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/registry/templates/configmap-bin.yaml b/registry/templates/configmap-bin.yaml index 46b3400f78..0f43eef897 100644 --- a/registry/templates/configmap-bin.yaml +++ b/registry/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/registry/templates/configmap-etc.yaml b/registry/templates/configmap-etc.yaml index 78bc254ba5..6137d5aa8e 100644 --- a/registry/templates/configmap-etc.yaml +++ b/registry/templates/configmap-etc.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/registry/templates/daemonset-registry-proxy.yaml b/registry/templates/daemonset-registry-proxy.yaml index f28e16131e..920928af79 100644 --- a/registry/templates/daemonset-registry-proxy.yaml +++ b/registry/templates/daemonset-registry-proxy.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/registry/templates/deployment-registry.yaml b/registry/templates/deployment-registry.yaml index 7691e8093e..b517fb7922 100644 --- a/registry/templates/deployment-registry.yaml +++ b/registry/templates/deployment-registry.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/registry/templates/job-bootstrap.yaml b/registry/templates/job-bootstrap.yaml index a3320c637a..a546cd74e5 100644 --- a/registry/templates/job-bootstrap.yaml +++ b/registry/templates/job-bootstrap.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/registry/templates/pvc-images.yaml b/registry/templates/pvc-images.yaml index 86b9fd0804..375446ff6a 100644 --- a/registry/templates/pvc-images.yaml +++ b/registry/templates/pvc-images.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/registry/templates/service-registry.yaml b/registry/templates/service-registry.yaml index cb7753df14..b2bad736d1 100644 --- a/registry/templates/service-registry.yaml +++ b/registry/templates/service-registry.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/registry/values.yaml b/registry/values.yaml index 2f081ecb2f..4a3738d777 100644 --- a/registry/values.yaml +++ b/registry/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/build-helm-packages/defaults/main.yml b/roles/build-helm-packages/defaults/main.yml index d0d794b1f2..14ff15fd60 100644 --- a/roles/build-helm-packages/defaults/main.yml +++ b/roles/build-helm-packages/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/build-images/defaults/main.yml b/roles/build-images/defaults/main.yml index e36db1ab56..6ef672def9 100644 --- a/roles/build-images/defaults/main.yml +++ b/roles/build-images/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/build-images/tasks/kubeadm-aio.yaml b/roles/build-images/tasks/kubeadm-aio.yaml index 0567709654..537d87bc87 100644 --- a/roles/build-images/tasks/kubeadm-aio.yaml +++ b/roles/build-images/tasks/kubeadm-aio.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/build-images/tasks/main.yaml b/roles/build-images/tasks/main.yaml index c79ba1e89f..7e13f0ba1d 100644 --- a/roles/build-images/tasks/main.yaml +++ b/roles/build-images/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/clean-host/tasks/main.yaml b/roles/clean-host/tasks/main.yaml index 9957cae0a7..77eee4369b 100644 --- a/roles/clean-host/tasks/main.yaml +++ b/roles/clean-host/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-docker/defaults/main.yml b/roles/deploy-docker/defaults/main.yml index 5be4a78719..fe5dd72b5a 100644 --- a/roles/deploy-docker/defaults/main.yml +++ b/roles/deploy-docker/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-docker/tasks/deploy-ansible-docker-support.yaml b/roles/deploy-docker/tasks/deploy-ansible-docker-support.yaml index 4537503030..b220f0272d 100644 --- a/roles/deploy-docker/tasks/deploy-ansible-docker-support.yaml +++ b/roles/deploy-docker/tasks/deploy-ansible-docker-support.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-docker/tasks/main.yaml b/roles/deploy-docker/tasks/main.yaml index fd16aed093..68597f99e9 100644 --- a/roles/deploy-docker/tasks/main.yaml +++ b/roles/deploy-docker/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-jq/tasks/main.yaml b/roles/deploy-jq/tasks/main.yaml index 2d4f2d8385..b5f8b1852d 100644 --- a/roles/deploy-jq/tasks/main.yaml +++ b/roles/deploy-jq/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-kubeadm-aio-common/defaults/main.yml b/roles/deploy-kubeadm-aio-common/defaults/main.yml index 89e7864c77..dc5121ef86 100644 --- a/roles/deploy-kubeadm-aio-common/defaults/main.yml +++ b/roles/deploy-kubeadm-aio-common/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-kubeadm-aio-common/tasks/clean-node.yaml b/roles/deploy-kubeadm-aio-common/tasks/clean-node.yaml index 3ff25d2303..5cbf73ace7 100644 --- a/roles/deploy-kubeadm-aio-common/tasks/clean-node.yaml +++ b/roles/deploy-kubeadm-aio-common/tasks/clean-node.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-kubeadm-aio-common/tasks/deploy-kubelet.yaml b/roles/deploy-kubeadm-aio-common/tasks/deploy-kubelet.yaml index 8f27667f64..968faebafc 100644 --- a/roles/deploy-kubeadm-aio-common/tasks/deploy-kubelet.yaml +++ b/roles/deploy-kubeadm-aio-common/tasks/deploy-kubelet.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-kubeadm-aio-common/tasks/main.yaml b/roles/deploy-kubeadm-aio-common/tasks/main.yaml index 173f91aedb..9a75dc55e4 100644 --- a/roles/deploy-kubeadm-aio-common/tasks/main.yaml +++ b/roles/deploy-kubeadm-aio-common/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-kubeadm-aio-common/tasks/util-kubeadm-aio-run.yaml b/roles/deploy-kubeadm-aio-common/tasks/util-kubeadm-aio-run.yaml index a6e05c6989..af4819d4cd 100644 --- a/roles/deploy-kubeadm-aio-common/tasks/util-kubeadm-aio-run.yaml +++ b/roles/deploy-kubeadm-aio-common/tasks/util-kubeadm-aio-run.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-kubeadm-aio-master/tasks/main.yaml b/roles/deploy-kubeadm-aio-master/tasks/main.yaml index c152a121b0..294449c30a 100644 --- a/roles/deploy-kubeadm-aio-master/tasks/main.yaml +++ b/roles/deploy-kubeadm-aio-master/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-kubeadm-aio-node/defaults/main.yml b/roles/deploy-kubeadm-aio-node/defaults/main.yml index 42ab2bf047..fd469c57bb 100644 --- a/roles/deploy-kubeadm-aio-node/defaults/main.yml +++ b/roles/deploy-kubeadm-aio-node/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-kubeadm-aio-node/tasks/main.yaml b/roles/deploy-kubeadm-aio-node/tasks/main.yaml index 810a454dfd..f78a2abd6d 100644 --- a/roles/deploy-kubeadm-aio-node/tasks/main.yaml +++ b/roles/deploy-kubeadm-aio-node/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-kubeadm-aio-node/tasks/util-generate-join-command.yaml b/roles/deploy-kubeadm-aio-node/tasks/util-generate-join-command.yaml index b243fc41aa..c00ba8e19f 100644 --- a/roles/deploy-kubeadm-aio-node/tasks/util-generate-join-command.yaml +++ b/roles/deploy-kubeadm-aio-node/tasks/util-generate-join-command.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-kubeadm-aio-node/tasks/util-run-join-command.yaml b/roles/deploy-kubeadm-aio-node/tasks/util-run-join-command.yaml index 15b5138ab1..83aca0d9ab 100644 --- a/roles/deploy-kubeadm-aio-node/tasks/util-run-join-command.yaml +++ b/roles/deploy-kubeadm-aio-node/tasks/util-run-join-command.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-package/defaults/main.yml b/roles/deploy-package/defaults/main.yml index 5be4a78719..fe5dd72b5a 100644 --- a/roles/deploy-package/defaults/main.yml +++ b/roles/deploy-package/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-package/tasks/dist.yaml b/roles/deploy-package/tasks/dist.yaml index e03d54ff32..f9743d3066 100644 --- a/roles/deploy-package/tasks/dist.yaml +++ b/roles/deploy-package/tasks/dist.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-package/tasks/pip.yaml b/roles/deploy-package/tasks/pip.yaml index 7164508623..429bb50b33 100644 --- a/roles/deploy-package/tasks/pip.yaml +++ b/roles/deploy-package/tasks/pip.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-python-pip/defaults/main.yml b/roles/deploy-python-pip/defaults/main.yml index 5be4a78719..fe5dd72b5a 100644 --- a/roles/deploy-python-pip/defaults/main.yml +++ b/roles/deploy-python-pip/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-python-pip/tasks/main.yaml b/roles/deploy-python-pip/tasks/main.yaml index 5218057878..8a2b04ec6e 100644 --- a/roles/deploy-python-pip/tasks/main.yaml +++ b/roles/deploy-python-pip/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deploy-python/tasks/main.yaml b/roles/deploy-python/tasks/main.yaml index fcc5818bf4..02015673b0 100644 --- a/roles/deploy-python/tasks/main.yaml +++ b/roles/deploy-python/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/disable-local-nameserver/tasks/main.yaml b/roles/disable-local-nameserver/tasks/main.yaml index cbf2136522..591efa848d 100644 --- a/roles/disable-local-nameserver/tasks/main.yaml +++ b/roles/disable-local-nameserver/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/pull-images/tasks/main.yaml b/roles/pull-images/tasks/main.yaml index b0439546e5..ec335009dc 100644 --- a/roles/pull-images/tasks/main.yaml +++ b/roles/pull-images/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/setup-firewall/tasks/main.yaml b/roles/setup-firewall/tasks/main.yaml index 384fa3693b..a98290d5c1 100644 --- a/roles/setup-firewall/tasks/main.yaml +++ b/roles/setup-firewall/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/upgrade-host/defaults/main.yml b/roles/upgrade-host/defaults/main.yml index 9e03faaf3e..7b85455be0 100644 --- a/roles/upgrade-host/defaults/main.yml +++ b/roles/upgrade-host/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/upgrade-host/tasks/main.yaml b/roles/upgrade-host/tasks/main.yaml index e6b95d1a82..e5a54dcc6a 100644 --- a/roles/upgrade-host/tasks/main.yaml +++ b/roles/upgrade-host/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tiller/Chart.yaml b/tiller/Chart.yaml index 738d58972c..3d2d10a1a7 100644 --- a/tiller/Chart.yaml +++ b/tiller/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tiller/requirements.yaml b/tiller/requirements.yaml index ec31151899..53782e69b2 100644 --- a/tiller/requirements.yaml +++ b/tiller/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tiller/templates/configmap-bin.yaml b/tiller/templates/configmap-bin.yaml index afb5853ac0..2872fa9826 100644 --- a/tiller/templates/configmap-bin.yaml +++ b/tiller/templates/configmap-bin.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tiller/templates/deployment-tiller.yaml b/tiller/templates/deployment-tiller.yaml index 8ca73f4b2e..3d865f2746 100644 --- a/tiller/templates/deployment-tiller.yaml +++ b/tiller/templates/deployment-tiller.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tiller/templates/job-image-repo-sync.yaml b/tiller/templates/job-image-repo-sync.yaml index 11755c6af9..4805d59464 100644 --- a/tiller/templates/job-image-repo-sync.yaml +++ b/tiller/templates/job-image-repo-sync.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tiller/templates/service-tiller-deploy.yaml b/tiller/templates/service-tiller-deploy.yaml index 2637515855..34b116e8b2 100644 --- a/tiller/templates/service-tiller-deploy.yaml +++ b/tiller/templates/service-tiller-deploy.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017-2018 OpenStack Foundation. +Copyright 2017 The Openstack-Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tiller/values.yaml b/tiller/values.yaml index e32e0f1583..8935e59a76 100644 --- a/tiller/values.yaml +++ b/tiller/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/deployment/common/000-install-packages.sh b/tools/deployment/common/000-install-packages.sh index ad303bcf44..4b3129b074 100755 --- a/tools/deployment/common/000-install-packages.sh +++ b/tools/deployment/common/000-install-packages.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/common/005-deploy-k8s.sh b/tools/deployment/common/005-deploy-k8s.sh index 330fd2aa7e..b0a3e8cc8d 100755 --- a/tools/deployment/common/005-deploy-k8s.sh +++ b/tools/deployment/common/005-deploy-k8s.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/common/010-deploy-docker-registry.sh b/tools/deployment/common/010-deploy-docker-registry.sh index 24a420bf99..082ed63e15 100755 --- a/tools/deployment/common/010-deploy-docker-registry.sh +++ b/tools/deployment/common/010-deploy-docker-registry.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/common/030-lma-nfs-provisioner.sh b/tools/deployment/common/030-lma-nfs-provisioner.sh index 80a0eb6261..c268089143 100755 --- a/tools/deployment/common/030-lma-nfs-provisioner.sh +++ b/tools/deployment/common/030-lma-nfs-provisioner.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/common/040-ldap.sh b/tools/deployment/common/040-ldap.sh index 284a2b41b2..46946ae7bf 100755 --- a/tools/deployment/common/040-ldap.sh +++ b/tools/deployment/common/040-ldap.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/common/070-kube-state-metrics.sh b/tools/deployment/common/070-kube-state-metrics.sh index c37ec7b4f8..21acee4e29 100755 --- a/tools/deployment/common/070-kube-state-metrics.sh +++ b/tools/deployment/common/070-kube-state-metrics.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/common/080-node-exporter.sh b/tools/deployment/common/080-node-exporter.sh index 9266bd5b35..070472b263 100755 --- a/tools/deployment/common/080-node-exporter.sh +++ b/tools/deployment/common/080-node-exporter.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/common/090-openstack-exporter.sh b/tools/deployment/common/090-openstack-exporter.sh index e34673a8f3..1a4bb3eee4 100755 --- a/tools/deployment/common/090-openstack-exporter.sh +++ b/tools/deployment/common/090-openstack-exporter.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/common/125-elasticsearch-ldap.sh b/tools/deployment/common/125-elasticsearch-ldap.sh index 8743fa426b..830a012a45 100755 --- a/tools/deployment/common/125-elasticsearch-ldap.sh +++ b/tools/deployment/common/125-elasticsearch-ldap.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/common/140-kibana.sh b/tools/deployment/common/140-kibana.sh index 7da97616d6..e8f39b1f74 100755 --- a/tools/deployment/common/140-kibana.sh +++ b/tools/deployment/common/140-kibana.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/common/wait-for-pods.sh b/tools/deployment/common/wait-for-pods.sh index c8609add81..f6ea65769d 100755 --- a/tools/deployment/common/wait-for-pods.sh +++ b/tools/deployment/common/wait-for-pods.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/developer/000-install-packages.sh b/tools/deployment/developer/000-install-packages.sh index ad303bcf44..4b3129b074 100755 --- a/tools/deployment/developer/000-install-packages.sh +++ b/tools/deployment/developer/000-install-packages.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/developer/005-deploy-k8s.sh b/tools/deployment/developer/005-deploy-k8s.sh index 330fd2aa7e..b0a3e8cc8d 100755 --- a/tools/deployment/developer/005-deploy-k8s.sh +++ b/tools/deployment/developer/005-deploy-k8s.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/developer/020-ingress.sh b/tools/deployment/developer/020-ingress.sh index 4060613ef3..e5a7f42d29 100755 --- a/tools/deployment/developer/020-ingress.sh +++ b/tools/deployment/developer/020-ingress.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/developer/050-prometheus.sh b/tools/deployment/developer/050-prometheus.sh index 8d0b506abc..32d6618222 100755 --- a/tools/deployment/developer/050-prometheus.sh +++ b/tools/deployment/developer/050-prometheus.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/developer/060-alertmanager.sh b/tools/deployment/developer/060-alertmanager.sh index 87055136de..e56616ecc8 100755 --- a/tools/deployment/developer/060-alertmanager.sh +++ b/tools/deployment/developer/060-alertmanager.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/developer/100-grafana.sh b/tools/deployment/developer/100-grafana.sh index cd647123f1..d2a01c78c8 100755 --- a/tools/deployment/developer/100-grafana.sh +++ b/tools/deployment/developer/100-grafana.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/developer/110-nagios.sh b/tools/deployment/developer/110-nagios.sh index 1e42a97e74..446568e2b2 100755 --- a/tools/deployment/developer/110-nagios.sh +++ b/tools/deployment/developer/110-nagios.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/developer/120-elasticsearch.sh b/tools/deployment/developer/120-elasticsearch.sh index 924cadbdcc..f2062d5e43 100755 --- a/tools/deployment/developer/120-elasticsearch.sh +++ b/tools/deployment/developer/120-elasticsearch.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/developer/130-fluent-logging.sh b/tools/deployment/developer/130-fluent-logging.sh index a3a14eafdb..ddd179f032 100755 --- a/tools/deployment/developer/130-fluent-logging.sh +++ b/tools/deployment/developer/130-fluent-logging.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/keystone-auth/check.sh b/tools/deployment/keystone-auth/check.sh index 62af329d4f..ead9da6417 100755 --- a/tools/deployment/keystone-auth/check.sh +++ b/tools/deployment/keystone-auth/check.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/multinode/020-ingress.sh b/tools/deployment/multinode/020-ingress.sh index 34481f96be..cf689d1d16 100755 --- a/tools/deployment/multinode/020-ingress.sh +++ b/tools/deployment/multinode/020-ingress.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/multinode/050-prometheus.sh b/tools/deployment/multinode/050-prometheus.sh index 5674f5f6ba..fef10dea15 100755 --- a/tools/deployment/multinode/050-prometheus.sh +++ b/tools/deployment/multinode/050-prometheus.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/multinode/060-alertmanager.sh b/tools/deployment/multinode/060-alertmanager.sh index 1458717422..21f9e01d63 100755 --- a/tools/deployment/multinode/060-alertmanager.sh +++ b/tools/deployment/multinode/060-alertmanager.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/multinode/100-grafana.sh b/tools/deployment/multinode/100-grafana.sh index 2b4c0aa5b1..bd40824d15 100755 --- a/tools/deployment/multinode/100-grafana.sh +++ b/tools/deployment/multinode/100-grafana.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/multinode/110-nagios.sh b/tools/deployment/multinode/110-nagios.sh index c48f7eb783..89193de2fd 100755 --- a/tools/deployment/multinode/110-nagios.sh +++ b/tools/deployment/multinode/110-nagios.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/multinode/120-elasticsearch.sh b/tools/deployment/multinode/120-elasticsearch.sh index 4bf228f265..7785c76a6b 100755 --- a/tools/deployment/multinode/120-elasticsearch.sh +++ b/tools/deployment/multinode/120-elasticsearch.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/deployment/multinode/130-fluent-logging.sh b/tools/deployment/multinode/130-fluent-logging.sh index ae61a488ff..f420791edd 100755 --- a/tools/deployment/multinode/130-fluent-logging.sh +++ b/tools/deployment/multinode/130-fluent-logging.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/gate/devel/local-inventory.yaml b/tools/gate/devel/local-inventory.yaml index b40d1c5b41..c6d9c4848c 100644 --- a/tools/gate/devel/local-inventory.yaml +++ b/tools/gate/devel/local-inventory.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/gate/devel/local-vars.yaml b/tools/gate/devel/local-vars.yaml index 8f59091e93..cc94aff20f 100644 --- a/tools/gate/devel/local-vars.yaml +++ b/tools/gate/devel/local-vars.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/gate/devel/multinode-inventory.yaml b/tools/gate/devel/multinode-inventory.yaml index 973b260626..832132d937 100644 --- a/tools/gate/devel/multinode-inventory.yaml +++ b/tools/gate/devel/multinode-inventory.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/gate/devel/multinode-vars.yaml b/tools/gate/devel/multinode-vars.yaml index 66515551cc..deb75e57c2 100644 --- a/tools/gate/devel/multinode-vars.yaml +++ b/tools/gate/devel/multinode-vars.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/gate/devel/start.sh b/tools/gate/devel/start.sh index 7f3ca6db4d..eda5e45e77 100755 --- a/tools/gate/devel/start.sh +++ b/tools/gate/devel/start.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/image-repo-overides.sh b/tools/image-repo-overides.sh index 5d3d40752a..8fe0ad527b 100755 --- a/tools/image-repo-overides.sh +++ b/tools/image-repo-overides.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/images/kubeadm-aio/Dockerfile b/tools/images/kubeadm-aio/Dockerfile index b063d43c3c..f395b486af 100644 --- a/tools/images/kubeadm-aio/Dockerfile +++ b/tools/images/kubeadm-aio/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/images/kubeadm-aio/assets/entrypoint.sh b/tools/images/kubeadm-aio/assets/entrypoint.sh index 5617108bea..5c4a1047d2 100755 --- a/tools/images/kubeadm-aio/assets/entrypoint.sh +++ b/tools/images/kubeadm-aio/assets/entrypoint.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-cni.yaml b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-cni.yaml index 445f436085..171401c537 100644 --- a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-cni.yaml +++ b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-cni.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-deploy.yaml b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-deploy.yaml index a6221144fe..0a848410bc 100644 --- a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-deploy.yaml +++ b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-deploy.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-dns.yaml b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-dns.yaml index fcc51b182c..6347f117ce 100644 --- a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-dns.yaml +++ b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-dns.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-keystone-auth.yaml b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-keystone-auth.yaml index 821199849a..5cb2693b59 100644 --- a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-keystone-auth.yaml +++ b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/helm-keystone-auth.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/main.yaml b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/main.yaml index 6fea805b24..5cca6af442 100644 --- a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/main.yaml +++ b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/wait-for-kube-system-namespace.yaml b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/wait-for-kube-system-namespace.yaml index e1b2792e92..7b83211ffa 100644 --- a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/wait-for-kube-system-namespace.yaml +++ b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/tasks/wait-for-kube-system-namespace.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-node/tasks/main.yaml b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-node/tasks/main.yaml index 0ea9f17b3d..bbca60f56d 100644 --- a/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-node/tasks/main.yaml +++ b/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-node/tasks/main.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml b/tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml index aa7ffd83d4..c504241650 100644 --- a/tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml +++ b/tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml @@ -1,4 +1,4 @@ -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm 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 diff --git a/tools/images/kubeadm-aio/assets/usr/bin/test-kube-api.py b/tools/images/kubeadm-aio/assets/usr/bin/test-kube-api.py index 26aced8354..fe0b00d532 100755 --- a/tools/images/kubeadm-aio/assets/usr/bin/test-kube-api.py +++ b/tools/images/kubeadm-aio/assets/usr/bin/test-kube-api.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/images/kubeadm-aio/assets/usr/bin/test-kube-pods-ready b/tools/images/kubeadm-aio/assets/usr/bin/test-kube-pods-ready index 0626882fab..973703b638 100755 --- a/tools/images/kubeadm-aio/assets/usr/bin/test-kube-pods-ready +++ b/tools/images/kubeadm-aio/assets/usr/bin/test-kube-pods-ready @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/pull-images.sh b/tools/pull-images.sh index 405c0a35ff..04c5a8f4ee 100755 --- a/tools/pull-images.sh +++ b/tools/pull-images.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2017-2018 OpenStack Foundation. +# Copyright 2017 The Openstack-Helm Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.