summaryrefslogtreecommitdiffstats
path: root/event-client-dmaap/src/main/java/org/onap
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-dmaap/src/main/java/org/onap
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-dmaap/src/main/java/org/onap')
-rw-r--r--event-client-dmaap/src/main/java/org/onap/aai/event/client/DMaaPEventConsumer.java6
-rw-r--r--event-client-dmaap/src/main/java/org/onap/aai/event/client/DMaaPEventPublisher.java6
-rw-r--r--event-client-dmaap/src/main/java/org/onap/aai/event/client/logging/ApplicationMsgs.java6
3 files changed, 6 insertions, 12 deletions
diff --git a/event-client-dmaap/src/main/java/org/onap/aai/event/client/DMaaPEventConsumer.java b/event-client-dmaap/src/main/java/org/onap/aai/event/client/DMaaPEventConsumer.java
index dab85dc..e0746d2 100644
--- a/event-client-dmaap/src/main/java/org/onap/aai/event/client/DMaaPEventConsumer.java
+++ b/event-client-dmaap/src/main/java/org/onap/aai/event/client/DMaaPEventConsumer.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.
*/
/**
*
diff --git a/event-client-dmaap/src/main/java/org/onap/aai/event/client/DMaaPEventPublisher.java b/event-client-dmaap/src/main/java/org/onap/aai/event/client/DMaaPEventPublisher.java
index 4a8a83b..709f5f7 100644
--- a/event-client-dmaap/src/main/java/org/onap/aai/event/client/DMaaPEventPublisher.java
+++ b/event-client-dmaap/src/main/java/org/onap/aai/event/client/DMaaPEventPublisher.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.client;
diff --git a/event-client-dmaap/src/main/java/org/onap/aai/event/client/logging/ApplicationMsgs.java b/event-client-dmaap/src/main/java/org/onap/aai/event/client/logging/ApplicationMsgs.java
index 16cc739..11343ac 100644
--- a/event-client-dmaap/src/main/java/org/onap/aai/event/client/logging/ApplicationMsgs.java
+++ b/event-client-dmaap/src/main/java/org/onap/aai/event/client/logging/ApplicationMsgs.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.client.logging;