diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-07-11 15:52:33 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-07-11 15:52:33 -0400 |
commit | 60315525ab5e7c12a9f47c409092e8dba6ad656d (patch) | |
tree | 67c5031cd1d6e232d974959615113f366e0df731 /LICENSE.txt | |
parent | 6184f53e7f9a44bc912c3e8f4c4302dc77bd447c (diff) |
Add initial skeleton for ccsdk/apps
Add initial empty pom.xml, LICENSE and README files for ccsdk/apps repo
Change-Id: I089437bb2688609292c28ad25f62fafe47f53762
Issue-ID: CCSDK-359
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'LICENSE.txt')
-rwxr-xr-x | LICENSE.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100755 index 00000000..1f1e2cf5 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,22 @@ +/* + * ============LICENSE_START========================================== + * =================================================================== + * Copyright © 2018 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 and OpenECOMP are trademarks + * and service marks of AT&T Intellectual Property. + * + */ |