From 8e9b01d556c1bd2e0bf7a36cb97aa69842bf2207 Mon Sep 17 00:00:00 2001 From: Satyaki Mallick Date: Thu, 25 Oct 2018 18:38:29 +0530 Subject: Documentation Enhancement Adding license information to the class. Issue-ID: SDC-1841 Change-Id: Ic24b36d22c0796ba8f742298797b75a86068e82c Signed-off-by: Satyaki Mallick --- .../validation/ComponentValidationsTest.java | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'catalog-be/src/test') diff --git a/catalog-be/src/test/java/org/openecomp/sdc/be/components/validation/ComponentValidationsTest.java b/catalog-be/src/test/java/org/openecomp/sdc/be/components/validation/ComponentValidationsTest.java index 46159fe195..c3b5a6bc08 100644 --- a/catalog-be/src/test/java/org/openecomp/sdc/be/components/validation/ComponentValidationsTest.java +++ b/catalog-be/src/test/java/org/openecomp/sdc/be/components/validation/ComponentValidationsTest.java @@ -1,3 +1,19 @@ +/* + * 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. + */ + package org.openecomp.sdc.be.components.validation; import fj.data.Either; @@ -107,4 +123,4 @@ public class ComponentValidationsTest { result = Deencapsulation.invoke(testSubject, "onToscaOperationError", StorageOperationStatus.ARTIFACT_NOT_FOUND,""); } -} \ No newline at end of file +} -- cgit 1.2.3-korg