From abc0603e008f2cbec37d6c2dcf03f27d2edf30f2 Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Wed, 7 Jun 2017 15:34:50 -0400 Subject: [AAI-ONAP] Get the latest code and sync to onap Change-Id: Ifd6e05a807b1bc5246cd2442cb54495b84100e83 Signed-off-by: Venkata Harish K Kajur --- .../java/org/openecomp/aai/annotations/Metadata.java | 20 ++++++++++---------- .../openecomp/aai/annotations/AnnotationsTest.java | 0 2 files changed, 10 insertions(+), 10 deletions(-) mode change 100755 => 100644 aai-annotations/src/test/java/org/openecomp/aai/annotations/AnnotationsTest.java (limited to 'aai-annotations/src') diff --git a/aai-annotations/src/main/java/org/openecomp/aai/annotations/Metadata.java b/aai-annotations/src/main/java/org/openecomp/aai/annotations/Metadata.java index d35ff808..03755c67 100644 --- a/aai-annotations/src/main/java/org/openecomp/aai/annotations/Metadata.java +++ b/aai-annotations/src/main/java/org/openecomp/aai/annotations/Metadata.java @@ -5,16 +5,16 @@ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ * 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. + * 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========================================================= */ diff --git a/aai-annotations/src/test/java/org/openecomp/aai/annotations/AnnotationsTest.java b/aai-annotations/src/test/java/org/openecomp/aai/annotations/AnnotationsTest.java old mode 100755 new mode 100644 -- cgit 1.2.3-korg