Documentation Enhancement 36/71236/2
authorSatyaki Mallick <satyaki.mallick@huawei.com>
Thu, 25 Oct 2018 13:08:29 +0000 (18:38 +0530)
committerMichael Lando <michael.lando@intl.att.com>
Sat, 27 Oct 2018 10:26:25 +0000 (10:26 +0000)
Adding license information to the class.

Issue-ID: SDC-1841

Change-Id: Ic24b36d22c0796ba8f742298797b75a86068e82c
Signed-off-by: Satyaki Mallick <satyaki.mallick@huawei.com>
catalog-be/src/test/java/org/openecomp/sdc/be/components/validation/ComponentValidationsTest.java

index 46159fe..c3b5a6b 100644 (file)
@@ -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
+}