diff options
author | Andrew Gauld <ag1282@att.com> | 2017-08-22 13:33:45 +0000 |
---|---|---|
committer | Andrew Gauld <ag1282@att.com> | 2017-08-22 13:38:55 +0000 |
commit | 4e7e20ec06a7d861a2723a454f123ce562bbce73 (patch) | |
tree | 239fd340ff2a5aed066d965e29a9f55f12a2912a /LICENSE.txt | |
parent | c5da71b7b389a42e5171899815d4cb8081384fa2 (diff) |
Seed code for deploying DCAE
Change-Id: Ie1a2faf2dd4731ef12aeeed8ecc49f329e68385c
Issue-Id: DCAEGEN2-78
Signed-off-by: Andrew Gauld <ag1282@att.com>
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..0430d42 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,17 @@ +============LICENSE_START======================================================= +org.onap.dcae +================================================================================ +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. +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========================================================= |