diff options
author | Lvbo163 <lv.bo163@zte.com.cn> | 2017-09-25 09:37:54 +0800 |
---|---|---|
committer | Lvbo163 <lv.bo163@zte.com.cn> | 2017-09-25 09:37:54 +0800 |
commit | dcc2640d35dcae27f8babeeeff8d7954b1a307d3 (patch) | |
tree | 72146ae022c8cb7cd151514a86de02c1bdcb50c2 | |
parent | df0f9f26aa45c3fcc312cf4b23477367a7d5c835 (diff) |
add license header for config class
config class missing licence header
Issue-ID: SDC-386
Change-Id: Iffa3b63827183ddf089c530ce28b4ffcd269c600
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
-rw-r--r-- | sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/Config.java | 11 |
1 files changed, 11 insertions, 0 deletions
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;
|