diff options
author | Marco Platania <platania@research.att.com> | 2017-05-15 13:55:41 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-05-15 13:55:41 -0400 |
commit | 1a532cd64a16a0186513c7ca2d78951294ca5c36 (patch) | |
tree | 179e87cdd8333d27bcf83f7297f95e781cc80d12 /heat/OpenECOMP/onap_rackspace.yaml | |
parent | ac30532d811fbe0c24b84b630a12367416dd7121 (diff) |
[COMMON-11] Add license to Heat templates
Change-Id: I84fe085e923cc57867a8eaf50331ee9ecb81d3f4
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/OpenECOMP/onap_rackspace.yaml')
-rw-r--r-- | heat/OpenECOMP/onap_rackspace.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/heat/OpenECOMP/onap_rackspace.yaml b/heat/OpenECOMP/onap_rackspace.yaml index d92484a1..c4784971 100644 --- a/heat/OpenECOMP/onap_rackspace.yaml +++ b/heat/OpenECOMP/onap_rackspace.yaml @@ -1,3 +1,27 @@ +########################################################################## +# +#==================LICENSE_START========================================== +# +# +# Copyright © 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. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +#==================LICENSE_END============================================ +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# +########################################################################## + heat_template_version: 2013-05-23 description: Heat template to deploy ONAP components |