From: Lvbo163 Date: Mon, 25 Sep 2017 01:37:54 +0000 (+0800) Subject: add license header for config class X-Git-Tag: v1.0.0~31 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=dcc2640d35dcae27f8babeeeff8d7954b1a307d3;p=sdc%2Fsdc-workflow-designer.git add license header for config class config class missing licence header Issue-ID: SDC-386 Change-Id: Iffa3b63827183ddf089c530ce28b4ffcd269c600 Signed-off-by: Lvbo163 --- diff --git a/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/Config.java b/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/Config.java index 5a5b54a7..8ea3d9e6 100644 --- a/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/Config.java +++ b/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/Config.java @@ -1,3 +1,14 @@ +/** + * Copyright (c) 2017 ZTE Corporation. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * and the Apache License 2.0 which both accompany this distribution, + * and are available at http://www.eclipse.org/legal/epl-v10.html + * and http://www.apache.org/licenses/LICENSE-2.0 + * + * Contributors: + * ZTE - initial API and implementation and/or initial documentation + */ package org.onap.sdc.workflowdesigner.config; import java.io.FileNotFoundException;