From 89ac8a5dd858554fe7f183a114d3b447365c465f Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Thu, 7 Sep 2017 18:39:48 -0400 Subject: [PATCH] Add name to the top level pom for rest-client Issue-ID: AAI-271 Change-Id: I1a66b2042a2a775c55fc8cde021e56bd45a5ef3a Signed-off-by: Venkata Harish K Kajur --- pom.xml | 2 +- .../restclient/client/OperationResultTest.java | 22 ++++++++++++++++++++++ .../enums/RestAuthenticationModeTest.java | 22 ++++++++++++++++++++++ .../openecomp/restclient/rest/HttpUtilTest.java | 22 ++++++++++++++++++++++ .../restclient/rest/RestClientBuilderTest.java | 22 ++++++++++++++++++++++ 5 files changed, 89 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 989ee72..ed0f833 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.openecomp.aai rest-client 1.1.0-SNAPSHOT - REST Client + AAI - rest-client google_checks.xml diff --git a/src/test/java/org/openecomp/restclient/client/OperationResultTest.java b/src/test/java/org/openecomp/restclient/client/OperationResultTest.java index df85877..77e6e29 100644 --- a/src/test/java/org/openecomp/restclient/client/OperationResultTest.java +++ b/src/test/java/org/openecomp/restclient/client/OperationResultTest.java @@ -1,3 +1,25 @@ +/** + * ============LICENSE_START======================================================= + * org.onap.aai + * ================================================================================ + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 Amdocs + * ================================================================================ + * 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========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. + */ package org.openecomp.restclient.client; import static org.junit.Assert.assertEquals; diff --git a/src/test/java/org/openecomp/restclient/enums/RestAuthenticationModeTest.java b/src/test/java/org/openecomp/restclient/enums/RestAuthenticationModeTest.java index f4b280b..ebdddbf 100644 --- a/src/test/java/org/openecomp/restclient/enums/RestAuthenticationModeTest.java +++ b/src/test/java/org/openecomp/restclient/enums/RestAuthenticationModeTest.java @@ -1,3 +1,25 @@ +/** + * ============LICENSE_START======================================================= + * org.onap.aai + * ================================================================================ + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 Amdocs + * ================================================================================ + * 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========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. + */ package org.openecomp.restclient.enums; import static org.junit.Assert.assertEquals; diff --git a/src/test/java/org/openecomp/restclient/rest/HttpUtilTest.java b/src/test/java/org/openecomp/restclient/rest/HttpUtilTest.java index d1d88ea..9eb0362 100644 --- a/src/test/java/org/openecomp/restclient/rest/HttpUtilTest.java +++ b/src/test/java/org/openecomp/restclient/rest/HttpUtilTest.java @@ -1,3 +1,25 @@ +/** + * ============LICENSE_START======================================================= + * org.onap.aai + * ================================================================================ + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 Amdocs + * ================================================================================ + * 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========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. + */ package org.openecomp.restclient.rest; import static org.junit.Assert.assertFalse; diff --git a/src/test/java/org/openecomp/restclient/rest/RestClientBuilderTest.java b/src/test/java/org/openecomp/restclient/rest/RestClientBuilderTest.java index e299e36..1481c06 100644 --- a/src/test/java/org/openecomp/restclient/rest/RestClientBuilderTest.java +++ b/src/test/java/org/openecomp/restclient/rest/RestClientBuilderTest.java @@ -1,3 +1,25 @@ +/** + * ============LICENSE_START======================================================= + * org.onap.aai + * ================================================================================ + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 Amdocs + * ================================================================================ + * 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========================================================= + * + * ECOMP is a trademark and service mark of AT&T Intellectual Property. + */ package org.openecomp.restclient.rest; import static org.junit.Assert.assertEquals; -- 2.16.6