diff options
author | Lee, Tian (tl5884) <tl5884@att.com> | 2018-04-17 15:31:49 +0100 |
---|---|---|
committer | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-04-17 15:39:40 +0100 |
commit | 9d81a178a4a482727e3b104ba11b14c7f35eb39e (patch) | |
tree | b682f4d4878abbe0aea55590885356b740892ee0 /License.txt | |
parent | 8ea10c709c30cbbaded8954aeb17f1e741053fc6 (diff) |
Re-add maven license plugin
The plugin is now configured to enforce the presence of license headers
without overwriting any existing headers.
Change-Id: I11c2fc6fed0d893153f1bb8c02d5b9a70e56cdae
Issue-ID: AAI-920
Signed-off-by: Lee, Tian (tl5884) <tl5884@att.com>
Diffstat (limited to 'License.txt')
-rw-r--r-- | License.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/License.txt b/License.txt new file mode 100644 index 0000000..0a7259c --- /dev/null +++ b/License.txt @@ -0,0 +1,18 @@ +============LICENSE_START======================================================= +org.onap.aai +================================================================================ +Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. +Copyright © 2017-2018 European Software Marketing Ltd. +================================================================================ +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=========================================================
\ No newline at end of file |