diff options
author | Marco Platania <platania@research.att.com> | 2017-10-27 13:16:04 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-10-27 13:16:04 -0400 |
commit | 241bd874989244022321af2323350811133650a2 (patch) | |
tree | 0fde108fc663d97aabc646f5d3ac7b697170da6a | |
parent | 512f9e596c40975a4e572f3eb94c8dba0772e0c9 (diff) |
Replace copyright symbol in Heat template license
Change-Id: I012c71fbe256efaa7254bd270d57e35923458543
Issue-ID: INT-288
Signed-off-by: Marco Platania <platania@research.att.com>
-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. |