diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-27 17:18:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-27 17:18:50 +0000 |
commit | 420b01ef3ec000d9e1c8ff42e904c71445577bb7 (patch) | |
tree | c10580d897d7175bdbce5326bb7b5454d4d1f268 | |
parent | d38c04d445371e5f35d9b8e521d8f65fd3cb5111 (diff) | |
parent | 241bd874989244022321af2323350811133650a2 (diff) |
Merge "Replace copyright symbol in Heat template license"
-rw-r--r-- | heat/vFW/base_vfw.yaml | 2 | ||||
-rw-r--r-- | heat/vLB/base_vlb.yaml | 2 | ||||
-rw-r--r-- | heat/vLB/dnsscaling.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/heat/vFW/base_vfw.yaml b/heat/vFW/base_vfw.yaml index 77b53a83..4fb19c00 100644 --- a/heat/vFW/base_vfw.yaml +++ b/heat/vFW/base_vfw.yaml @@ -3,7 +3,7 @@ #==================LICENSE_START==========================================
#
#
-# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/heat/vLB/base_vlb.yaml b/heat/vLB/base_vlb.yaml index fa4fea0a..ad83f3cb 100644 --- a/heat/vLB/base_vlb.yaml +++ b/heat/vLB/base_vlb.yaml @@ -3,7 +3,7 @@ #==================LICENSE_START========================================== # # -# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/heat/vLB/dnsscaling.yaml b/heat/vLB/dnsscaling.yaml index 60f8bacf..759e6aeb 100644 --- a/heat/vLB/dnsscaling.yaml +++ b/heat/vLB/dnsscaling.yaml @@ -3,7 +3,7 @@ #==================LICENSE_START========================================== # # -# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |