From 8cbcb308ccaed6636dd20a4bf6a17ebbc152440e Mon Sep 17 00:00:00 2001 From: "Jun (Nicolas) Hu" Date: Wed, 21 Feb 2018 14:18:44 -0500 Subject: [PATCH] Update TOSCA license Change-Id: Id789aa41cf1d8c2cb5f1cb9f091c8f434c3e43a1 Issue-ID: OOM-724 Signed-off-by: Jun (Nicolas) Hu --- TOSCA/Helm/helmdelete.sh | 2 +- TOSCA/Helm/helminstall.sh | 2 +- TOSCA/Helm/onap-blueprint.yaml | 2 +- TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml | 2 +- TOSCA/kubernetes-cluster-TOSCA/imports/kubernetes.yaml | 2 +- TOSCA/kubernetes-cluster-TOSCA/openstack-blueprint.yaml | 2 +- TOSCA/kubernetes-cluster-TOSCA/policies/scale.clj | 2 +- TOSCA/kubernetes-cluster-TOSCA/scripts/create.py | 2 +- TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_master/configure.py | 2 +- TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_master/start.py | 2 +- TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_node/configure.py | 2 +- TOSCA/kubernetes-cluster-TOSCA/scripts/nfs.sh | 2 +- TOSCA/kubernetes-cluster-TOSCA/scripts/tasks.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/TOSCA/Helm/helmdelete.sh b/TOSCA/Helm/helmdelete.sh index d3f342afc1..e098fbbc13 100644 --- a/TOSCA/Helm/helmdelete.sh +++ b/TOSCA/Helm/helmdelete.sh @@ -1,7 +1,7 @@ #!/bin/bash # ============LICENSE_START========================================== # =================================================================== -# Copyright © 2017 AT&T +# Copyright (c) 2017 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/TOSCA/Helm/helminstall.sh b/TOSCA/Helm/helminstall.sh index 96f38dae76..a6e09c8959 100644 --- a/TOSCA/Helm/helminstall.sh +++ b/TOSCA/Helm/helminstall.sh @@ -1,7 +1,7 @@ #!/bin/bash # ============LICENSE_START========================================== # =================================================================== -# Copyright © 2017 AT&T +# Copyright (c) 2017 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/TOSCA/Helm/onap-blueprint.yaml b/TOSCA/Helm/onap-blueprint.yaml index 092f7432c5..73a0390bd7 100644 --- a/TOSCA/Helm/onap-blueprint.yaml +++ b/TOSCA/Helm/onap-blueprint.yaml @@ -1,6 +1,6 @@ # ============LICENSE_START========================================== # =================================================================== -# Copyright © 2017 AT&T +# Copyright (c) 2017 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml b/TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml index 137681631e..16b4b9a727 100644 --- a/TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml +++ b/TOSCA/kubernetes-cluster-TOSCA/imports/cloud-config.yaml @@ -1,6 +1,6 @@ # ============LICENSE_START========================================== # =================================================================== -# Copyright © 2017 AT&T +# Copyright (c) 2017 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/TOSCA/kubernetes-cluster-TOSCA/imports/kubernetes.yaml b/TOSCA/kubernetes-cluster-TOSCA/imports/kubernetes.yaml index 4467fc475d..7b025738e7 100644 --- a/TOSCA/kubernetes-cluster-TOSCA/imports/kubernetes.yaml +++ b/TOSCA/kubernetes-cluster-TOSCA/imports/kubernetes.yaml @@ -1,6 +1,6 @@ # ============LICENSE_START========================================== # =================================================================== -# Copyright © 2017 AT&T +# Copyright (c) 2017 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/TOSCA/kubernetes-cluster-TOSCA/openstack-blueprint.yaml b/TOSCA/kubernetes-cluster-TOSCA/openstack-blueprint.yaml index 5c348e957d..9ff0d58a80 100644 --- a/TOSCA/kubernetes-cluster-TOSCA/openstack-blueprint.yaml +++ b/TOSCA/kubernetes-cluster-TOSCA/openstack-blueprint.yaml @@ -1,6 +1,6 @@ # ============LICENSE_START========================================== # =================================================================== -# Copyright © 2017 AT&T +# Copyright (c) 2017 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/TOSCA/kubernetes-cluster-TOSCA/policies/scale.clj b/TOSCA/kubernetes-cluster-TOSCA/policies/scale.clj index 369239a3b8..a77d2d2422 100644 --- a/TOSCA/kubernetes-cluster-TOSCA/policies/scale.clj +++ b/TOSCA/kubernetes-cluster-TOSCA/policies/scale.clj @@ -1,6 +1,6 @@ ;;;; ============LICENSE_START========================================== ;;;; =================================================================== -;;;; Copyright © 2017 AT&T +;;;; Copyright (c) 2017 AT&T ;;;; ;;;; Licensed under the Apache License, Version 2.0 (the "License"); ;;;; you may not use this file except in compliance with the License. diff --git a/TOSCA/kubernetes-cluster-TOSCA/scripts/create.py b/TOSCA/kubernetes-cluster-TOSCA/scripts/create.py index 4bb3710f06..e48153917c 100644 --- a/TOSCA/kubernetes-cluster-TOSCA/scripts/create.py +++ b/TOSCA/kubernetes-cluster-TOSCA/scripts/create.py @@ -2,7 +2,7 @@ # ============LICENSE_START========================================== # =================================================================== -# Copyright © 2017 AT&T +# Copyright (c) 2017 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_master/configure.py b/TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_master/configure.py index 7d5dffcc57..0ec2cb2e34 100644 --- a/TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_master/configure.py +++ b/TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_master/configure.py @@ -2,7 +2,7 @@ # ============LICENSE_START========================================== # =================================================================== -# Copyright © 2017 AT&T +# Copyright (c) 2017 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_master/start.py b/TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_master/start.py index bbc166b134..9a9fd8f11a 100644 --- a/TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_master/start.py +++ b/TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_master/start.py @@ -2,7 +2,7 @@ # ============LICENSE_START========================================== # =================================================================== -# Copyright © 2017 AT&T +# Copyright (c) 2017 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_node/configure.py b/TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_node/configure.py index 69faaa80d1..c08fa7017d 100644 --- a/TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_node/configure.py +++ b/TOSCA/kubernetes-cluster-TOSCA/scripts/kubernetes_node/configure.py @@ -2,7 +2,7 @@ # ============LICENSE_START========================================== # =================================================================== -# Copyright © 2017 AT&T +# Copyright (c) 2017 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/TOSCA/kubernetes-cluster-TOSCA/scripts/nfs.sh b/TOSCA/kubernetes-cluster-TOSCA/scripts/nfs.sh index 2d59acd99d..c4ea3581bb 100644 --- a/TOSCA/kubernetes-cluster-TOSCA/scripts/nfs.sh +++ b/TOSCA/kubernetes-cluster-TOSCA/scripts/nfs.sh @@ -2,7 +2,7 @@ # ============LICENSE_START========================================== # =================================================================== -# Copyright © 2017 AT&T +# Copyright (c) 2017 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/TOSCA/kubernetes-cluster-TOSCA/scripts/tasks.py b/TOSCA/kubernetes-cluster-TOSCA/scripts/tasks.py index 7680fac957..cb2b3a0c85 100644 --- a/TOSCA/kubernetes-cluster-TOSCA/scripts/tasks.py +++ b/TOSCA/kubernetes-cluster-TOSCA/scripts/tasks.py @@ -2,7 +2,7 @@ # ============LICENSE_START========================================== # =================================================================== -# Copyright © 2017 AT&T +# Copyright (c) 2017 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- 2.16.6