diff options
author | DR695H <dr695h@att.com> | 2017-07-28 17:20:23 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2017-07-28 17:23:43 -0400 |
commit | a8dad8ef34999216b0e7622d8f8ffe506b03193e (patch) | |
tree | c73a294f2ac8047346c2b949b829272e7ce3f4de /LICENSE.txt | |
parent | 6b2fddc76c6da6af42f4606acea392b221b00c81 (diff) |
adding maven based python build
[TEST-48] this changes the structure of the project
to be maven based
Change-Id: I89212c8a2e38f2febe6c2d54a9222e260bc371e4
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..4aa836c --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,25 @@ +ECOMP and OpenECOMP are trademarks and service marks of AT&T Intellectual Property. + +LICENSE.TXT file can be appended as follows: +/* + * ============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 and OpenECOMP are trademarks + * and service marks of AT&T Intellectual Property. + * + */
\ No newline at end of file |