From dcc2640d35dcae27f8babeeeff8d7954b1a307d3 Mon Sep 17 00:00:00 2001 From: Lvbo163 Date: Mon, 25 Sep 2017 09:37:54 +0800 Subject: add license header for config class config class missing licence header Issue-ID: SDC-386 Change-Id: Iffa3b63827183ddf089c530ce28b4ffcd269c600 Signed-off-by: Lvbo163 --- .../java/org/onap/sdc/workflowdesigner/config/Config.java | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sdc-workflow-designer-server/src/main/java/org') 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; -- cgit 1.2.3-korg