diff --git a/charts/shipyard/Chart.yaml b/charts/shipyard/Chart.yaml index 2381ffad..25f8c966 100644 --- a/charts/shipyard/Chart.yaml +++ b/charts/shipyard/Chart.yaml @@ -1,3 +1,4 @@ +# Copyright 2017 The Openstack-Helm Authors. # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/requirements.yaml b/charts/shipyard/requirements.yaml index 94b410c3..b98ba5ab 100644 --- a/charts/shipyard/requirements.yaml +++ b/charts/shipyard/requirements.yaml @@ -1,3 +1,4 @@ +# Copyright 2017 The Openstack-Helm Authors. # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/bin/_airflow-db-init.sh.tpl b/charts/shipyard/templates/bin/_airflow-db-init.sh.tpl index 4ac03191..127462c1 100644 --- a/charts/shipyard/templates/bin/_airflow-db-init.sh.tpl +++ b/charts/shipyard/templates/bin/_airflow-db-init.sh.tpl @@ -1,6 +1,7 @@ #!/bin/bash {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/bin/_airflow-db-sync.sh.tpl b/charts/shipyard/templates/bin/_airflow-db-sync.sh.tpl index daf4e447..7ff69b7e 100644 --- a/charts/shipyard/templates/bin/_airflow-db-sync.sh.tpl +++ b/charts/shipyard/templates/bin/_airflow-db-sync.sh.tpl @@ -1,6 +1,7 @@ #!/bin/bash {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/bin/_airflow-shipyard-init.sh.tpl b/charts/shipyard/templates/bin/_airflow-shipyard-init.sh.tpl index a9066fe5..ef72f5c8 100644 --- a/charts/shipyard/templates/bin/_airflow-shipyard-init.sh.tpl +++ b/charts/shipyard/templates/bin/_airflow-shipyard-init.sh.tpl @@ -1,6 +1,7 @@ #!/bin/bash {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/bin/_shipyard-db-init.sh.tpl b/charts/shipyard/templates/bin/_shipyard-db-init.sh.tpl index cb3a1721..a4b87187 100644 --- a/charts/shipyard/templates/bin/_shipyard-db-init.sh.tpl +++ b/charts/shipyard/templates/bin/_shipyard-db-init.sh.tpl @@ -1,6 +1,7 @@ #!/bin/bash {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/bin/_shipyard-db-sync.sh.tpl b/charts/shipyard/templates/bin/_shipyard-db-sync.sh.tpl index b31fb983..3a0fd5b6 100644 --- a/charts/shipyard/templates/bin/_shipyard-db-sync.sh.tpl +++ b/charts/shipyard/templates/bin/_shipyard-db-sync.sh.tpl @@ -1,6 +1,7 @@ #!/bin/bash {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/configmap-airflow-bin.yaml b/charts/shipyard/templates/configmap-airflow-bin.yaml index e0164f51..c19562be 100644 --- a/charts/shipyard/templates/configmap-airflow-bin.yaml +++ b/charts/shipyard/templates/configmap-airflow-bin.yaml @@ -1,3 +1,4 @@ +# Copyright 2017 The Openstack-Helm Authors. # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/configmap-airflow-etc.yaml b/charts/shipyard/templates/configmap-airflow-etc.yaml index 28c07b0f..cbdf9bb2 100644 --- a/charts/shipyard/templates/configmap-airflow-etc.yaml +++ b/charts/shipyard/templates/configmap-airflow-etc.yaml @@ -1,3 +1,4 @@ +# Copyright 2017 The Openstack-Helm Authors. # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/configmap-shipyard-etc.yaml b/charts/shipyard/templates/configmap-shipyard-etc.yaml index ab02c1ae..7969db34 100644 --- a/charts/shipyard/templates/configmap-shipyard-etc.yaml +++ b/charts/shipyard/templates/configmap-shipyard-etc.yaml @@ -1,3 +1,4 @@ +# Copyright 2017 The Openstack-Helm Authors. # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/deployment-airflow-flower.yaml b/charts/shipyard/templates/deployment-airflow-flower.yaml index 80d1ab6c..801fb7b6 100644 --- a/charts/shipyard/templates/deployment-airflow-flower.yaml +++ b/charts/shipyard/templates/deployment-airflow-flower.yaml @@ -1,3 +1,4 @@ +# Copyright 2017 The Openstack-Helm Authors. # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/deployment-airflow-scheduler.yaml b/charts/shipyard/templates/deployment-airflow-scheduler.yaml index 68f9c380..ed88b6ed 100644 --- a/charts/shipyard/templates/deployment-airflow-scheduler.yaml +++ b/charts/shipyard/templates/deployment-airflow-scheduler.yaml @@ -1,3 +1,4 @@ +# Copyright 2017 The Openstack-Helm Authors. # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/deployment-airflow-web.yaml b/charts/shipyard/templates/deployment-airflow-web.yaml index e7b7795c..05415247 100644 --- a/charts/shipyard/templates/deployment-airflow-web.yaml +++ b/charts/shipyard/templates/deployment-airflow-web.yaml @@ -1,3 +1,4 @@ +# Copyright 2017 The Openstack-Helm Authors. # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/deployment-shipyard.yaml b/charts/shipyard/templates/deployment-shipyard.yaml index 78ec2c38..5de45438 100644 --- a/charts/shipyard/templates/deployment-shipyard.yaml +++ b/charts/shipyard/templates/deployment-shipyard.yaml @@ -1,3 +1,4 @@ +# Copyright 2017 The Openstack-Helm Authors. # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/ingress-airflow-api.yaml b/charts/shipyard/templates/ingress-airflow-api.yaml index 38c71655..f9c2deba 100644 --- a/charts/shipyard/templates/ingress-airflow-api.yaml +++ b/charts/shipyard/templates/ingress-airflow-api.yaml @@ -1,4 +1,5 @@ {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/ingress-shipyard-api.yaml b/charts/shipyard/templates/ingress-shipyard-api.yaml index 215c543e..36ae3fa8 100644 --- a/charts/shipyard/templates/ingress-shipyard-api.yaml +++ b/charts/shipyard/templates/ingress-shipyard-api.yaml @@ -1,4 +1,5 @@ {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/job-airflow-db-init.yaml b/charts/shipyard/templates/job-airflow-db-init.yaml index f07aa38c..d4ec109e 100644 --- a/charts/shipyard/templates/job-airflow-db-init.yaml +++ b/charts/shipyard/templates/job-airflow-db-init.yaml @@ -1,4 +1,5 @@ {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/job-airflow-db-sync.yaml b/charts/shipyard/templates/job-airflow-db-sync.yaml index e1c4bf4a..ea2653fd 100644 --- a/charts/shipyard/templates/job-airflow-db-sync.yaml +++ b/charts/shipyard/templates/job-airflow-db-sync.yaml @@ -1,4 +1,5 @@ {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/job-shipyard-db-init.yaml b/charts/shipyard/templates/job-shipyard-db-init.yaml index bde0a4ec..a13a18ee 100644 --- a/charts/shipyard/templates/job-shipyard-db-init.yaml +++ b/charts/shipyard/templates/job-shipyard-db-init.yaml @@ -1,4 +1,5 @@ {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/job-shipyard-db-sync.yaml b/charts/shipyard/templates/job-shipyard-db-sync.yaml index 91c941f6..45a18987 100644 --- a/charts/shipyard/templates/job-shipyard-db-sync.yaml +++ b/charts/shipyard/templates/job-shipyard-db-sync.yaml @@ -1,4 +1,5 @@ {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/secret-airflow-db.yaml b/charts/shipyard/templates/secret-airflow-db.yaml index fcccd659..30c2f1d6 100644 --- a/charts/shipyard/templates/secret-airflow-db.yaml +++ b/charts/shipyard/templates/secret-airflow-db.yaml @@ -1,4 +1,5 @@ {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/secret-shipyard-db.yaml b/charts/shipyard/templates/secret-shipyard-db.yaml index 1d290c18..0922957a 100644 --- a/charts/shipyard/templates/secret-shipyard-db.yaml +++ b/charts/shipyard/templates/secret-shipyard-db.yaml @@ -1,4 +1,5 @@ {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/service-airflow-flower.yaml b/charts/shipyard/templates/service-airflow-flower.yaml index 1dd00b2e..e7edab39 100644 --- a/charts/shipyard/templates/service-airflow-flower.yaml +++ b/charts/shipyard/templates/service-airflow-flower.yaml @@ -1,4 +1,5 @@ {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/service-airflow-ingress.yaml b/charts/shipyard/templates/service-airflow-ingress.yaml index 07d8445a..a3989067 100644 --- a/charts/shipyard/templates/service-airflow-ingress.yaml +++ b/charts/shipyard/templates/service-airflow-ingress.yaml @@ -1,4 +1,5 @@ {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/service-airflow-web.yaml b/charts/shipyard/templates/service-airflow-web.yaml index f5fe8d4f..bb68fe60 100644 --- a/charts/shipyard/templates/service-airflow-web.yaml +++ b/charts/shipyard/templates/service-airflow-web.yaml @@ -1,4 +1,5 @@ {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/service-shipyard-ingress.yaml b/charts/shipyard/templates/service-shipyard-ingress.yaml index 50f17c0d..c217dfaa 100644 --- a/charts/shipyard/templates/service-shipyard-ingress.yaml +++ b/charts/shipyard/templates/service-shipyard-ingress.yaml @@ -1,4 +1,5 @@ {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/templates/service-shipyard.yaml b/charts/shipyard/templates/service-shipyard.yaml index f037fafb..66667a9d 100644 --- a/charts/shipyard/templates/service-shipyard.yaml +++ b/charts/shipyard/templates/service-shipyard.yaml @@ -1,4 +1,5 @@ {{/* +Copyright 2017 The Openstack-Helm Authors. Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/charts/shipyard/values.yaml b/charts/shipyard/values.yaml index a0658472..798f3022 100644 --- a/charts/shipyard/values.yaml +++ b/charts/shipyard/values.yaml @@ -1,3 +1,4 @@ +# Copyright 2017 The Openstack-Helm Authors. # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License");