summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatyaki Mallick <satyaki.mallick@huawei.com>2018-10-25 18:38:29 +0530
committerMichael Lando <michael.lando@intl.att.com>2018-10-27 10:26:25 +0000
commit8e9b01d556c1bd2e0bf7a36cb97aa69842bf2207 (patch)
tree59e916e935b15007753fd89877e6fbae288cc6bb
parent9c836f95ead29f264ec60eab1e99e393ad25039f (diff)
Documentation Enhancement
Adding license information to the class. Issue-ID: SDC-1841 Change-Id: Ic24b36d22c0796ba8f742298797b75a86068e82c Signed-off-by: Satyaki Mallick <satyaki.mallick@huawei.com>
-rw-r--r--catalog-be/src/test/java/org/openecomp/sdc/be/components/validation/ComponentValidationsTest.java18
1 files changed, 17 insertions, 1 deletions
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
+}