diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-07-11 16:49:03 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-07-12 12:45:46 -0400 |
commit | fd23f3cf7c22ef284de0338c9fd380d5f189a87f (patch) | |
tree | 0b3733f08751cc35cb8dc8381c768eb837181d72 /LICENSE.txt | |
parent | 19456428c5caeac09f83c18770f469419849f28b (diff) |
Add skeleton files for ccsdk/features
Add initial skeleton files for ccsdk/features repository.
Updated LICENSE with current approved text.
Change-Id: I1240daba8eb561b02aa2279a2cb03e51f54852d6
Issue-ID: CCSDK-359
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'LICENSE.txt')
-rwxr-xr-x | LICENSE.txt | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100755 index 000000000..374895239 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,43 @@ +/* +* ============LICENSE_START========================================== +* =================================================================== +* Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. +* =================================================================== +* +* Unless otherwise specified, all software contained herein is licensed +* under the Apache License, Version 2.0 (the “Licenseâ€); +* you may not use this software 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. +* +* +* +* Unless otherwise specified, all documentation contained herein is licensed +* under the Creative Commons License, Attribution 4.0 Intl. (the “Licenseâ€); +* you may not use this documentation except in compliance with the License. +* You may obtain a copy of the License at +* +* https://creativecommons.org/licenses/by/4.0/ +* +* Unless required by applicable law or agreed to in writing, documentation +* 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============================================ +* +* For the file +* /src/main/resources/META-INF/resources/designer/lib/angular-sanitize.js, +* to the extent that it contains code originating from Erik Arvidsson, +* that code is used under the Apache-2.0 license, +* as permitted by http://erik.eae.net/simplehtmlparser/simplehtmlparser.js. +* +*/ |