From d321aaa66a6b6511b04b92b9c8fd88c2864bcebf Mon Sep 17 00:00:00 2001 From: sblimkie Date: Tue, 13 Mar 2018 11:38:02 -0400 Subject: Update license date and text Update license date and disable license plugin Change-Id: I1f123632b89985f299f8b9d458890b9469675d9f Issue-ID: AAI-869 Signed-off-by: sblimkie --- src/main/java/org/onap/aai/rest/RestClientProducer.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/main/java/org/onap/aai/rest/RestClientProducer.java') diff --git a/src/main/java/org/onap/aai/rest/RestClientProducer.java b/src/main/java/org/onap/aai/rest/RestClientProducer.java index 2a042d9..24c8eee 100644 --- a/src/main/java/org/onap/aai/rest/RestClientProducer.java +++ b/src/main/java/org/onap/aai/rest/RestClientProducer.java @@ -2,8 +2,8 @@ * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * Copyright © 2017 Amdocs + * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017-2018 Amdocs * ================================================================================ * 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.rest; -- cgit 1.2.3-korg