aboutsummaryrefslogtreecommitdiffstats
path: root/event-client-api
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <tianl@amdocs.com>2018-03-15 16:27:18 +0000
committerLee, Tian (tl5884) <tianl@amdocs.com>2018-03-15 17:04:28 +0000
commit6b0b77104b6f77fb93e5b0b97ba6ea550a313eca (patch)
treec31199afcc096c50788b4a2b62d5eeb0297c2a33 /event-client-api
parent2eca6813108b05389d19defd08713bd6764d7fee (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-api')
-rw-r--r--event-client-api/pom.xml22
-rw-r--r--event-client-api/src/main/java/org/onap/aai/event/api/EventConsumer.java6
-rw-r--r--event-client-api/src/main/java/org/onap/aai/event/api/EventPublisher.java6
-rw-r--r--event-client-api/src/main/java/org/onap/aai/event/api/MessageWithOffset.java6
-rw-r--r--event-client-api/src/test/java/org/onap/aai/event/api/TestMessageWithOffset.java6
5 files changed, 30 insertions, 16 deletions
diff --git a/event-client-api/pom.xml b/event-client-api/pom.xml
index 1884ac6..6716cc6 100644
--- a/event-client-api/pom.xml
+++ b/event-client-api/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>
diff --git a/event-client-api/src/main/java/org/onap/aai/event/api/EventConsumer.java b/event-client-api/src/main/java/org/onap/aai/event/api/EventConsumer.java
index 95effaf..58ef8d1 100644
--- a/event-client-api/src/main/java/org/onap/aai/event/api/EventConsumer.java
+++ b/event-client-api/src/main/java/org/onap/aai/event/api/EventConsumer.java
@@ -2,8 +2,8 @@
* ============LICENSE_START=======================================================
* org.onap.aai
* ================================================================================
- * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * Copyright © 2017 European Software Marketing Ltd.
+ * 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.
@@ -17,8 +17,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
* ============LICENSE_END=========================================================
- *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
*/
package org.onap.aai.event.api;
diff --git a/event-client-api/src/main/java/org/onap/aai/event/api/EventPublisher.java b/event-client-api/src/main/java/org/onap/aai/event/api/EventPublisher.java
index a5de093..1b0d288 100644
--- a/event-client-api/src/main/java/org/onap/aai/event/api/EventPublisher.java
+++ b/event-client-api/src/main/java/org/onap/aai/event/api/EventPublisher.java
@@ -2,8 +2,8 @@
* ============LICENSE_START=======================================================
* org.onap.aai
* ================================================================================
- * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * Copyright © 2017 European Software Marketing Ltd.
+ * 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.
@@ -17,8 +17,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
* ============LICENSE_END=========================================================
- *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
*/
package org.onap.aai.event.api;
diff --git a/event-client-api/src/main/java/org/onap/aai/event/api/MessageWithOffset.java b/event-client-api/src/main/java/org/onap/aai/event/api/MessageWithOffset.java
index 54972c9..4132aa3 100644
--- a/event-client-api/src/main/java/org/onap/aai/event/api/MessageWithOffset.java
+++ b/event-client-api/src/main/java/org/onap/aai/event/api/MessageWithOffset.java
@@ -2,8 +2,8 @@
* ============LICENSE_START=======================================================
* org.onap.aai
* ================================================================================
- * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * Copyright © 2017 European Software Marketing Ltd.
+ * 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.
@@ -17,8 +17,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
* ============LICENSE_END=========================================================
- *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
*/
package org.onap.aai.event.api;
diff --git a/event-client-api/src/test/java/org/onap/aai/event/api/TestMessageWithOffset.java b/event-client-api/src/test/java/org/onap/aai/event/api/TestMessageWithOffset.java
index 6565c73..d115d25 100644
--- a/event-client-api/src/test/java/org/onap/aai/event/api/TestMessageWithOffset.java
+++ b/event-client-api/src/test/java/org/onap/aai/event/api/TestMessageWithOffset.java
@@ -2,8 +2,8 @@
* ============LICENSE_START=======================================================
* org.onap.aai
* ================================================================================
- * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * Copyright © 2017 European Software Marketing Ltd.
+ * 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.
@@ -17,8 +17,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
* ============LICENSE_END=========================================================
- *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
*/
package org.onap.aai.event.api;