From 6b0b77104b6f77fb93e5b0b97ba6ea550a313eca Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Thu, 15 Mar 2018 16:27:18 +0000 Subject: 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) --- event-client-api/pom.xml | 22 ++++++++++++++++++++++ .../java/org/onap/aai/event/api/EventConsumer.java | 6 ++---- .../org/onap/aai/event/api/EventPublisher.java | 6 ++---- .../org/onap/aai/event/api/MessageWithOffset.java | 6 ++---- .../onap/aai/event/api/TestMessageWithOffset.java | 6 ++---- 5 files changed, 30 insertions(+), 16 deletions(-) (limited to 'event-client-api') 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 @@ + 4.0.0 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; -- cgit 1.2.3-korg