diff options
author | Lee, Tian (tl5884) <tianl@amdocs.com> | 2018-03-15 16:27:18 +0000 |
---|---|---|
committer | Lee, Tian (tl5884) <tianl@amdocs.com> | 2018-03-15 17:04:28 +0000 |
commit | 6b0b77104b6f77fb93e5b0b97ba6ea550a313eca (patch) | |
tree | c31199afcc096c50788b4a2b62d5eeb0297c2a33 /event-client-dmaap/pom.xml | |
parent | 2eca6813108b05389d19defd08713bd6764d7fee (diff) |
Update license headers and license plugin
Update license headers with new dates, remove ecomp trademark.
Configure license plugin to perform checking only by default.
Configure license plugin not to update existing licenses.
Change-Id: I337b88447559a25ee568a8913ce9aef33c12b7a8
Issue-ID: AAI-863
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
Diffstat (limited to 'event-client-dmaap/pom.xml')
-rw-r--r-- | event-client-dmaap/pom.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/event-client-dmaap/pom.xml b/event-client-dmaap/pom.xml index 77b97a5..bece6a2 100644 --- a/event-client-dmaap/pom.xml +++ b/event-client-dmaap/pom.xml @@ -1,3 +1,25 @@ +<!-- + + ============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========================================================= + +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> |