[master] eclipse license headers inserted into performanceMonitor's py files

Signed-off-by: Tamas Levente Kiss <tamas.levente.kiss@ericsson.com>
diff --git a/src/Microservices/PerformanceMonitor/PerformanceMonitor.py b/src/Microservices/PerformanceMonitor/PerformanceMonitor.py
index 4a152d7..b55cddc 100644
--- a/src/Microservices/PerformanceMonitor/PerformanceMonitor.py
+++ b/src/Microservices/PerformanceMonitor/PerformanceMonitor.py
@@ -1,3 +1,8 @@
+#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// All rights reserved. This program and the accompanying materials are made available under the terms //
+#// of the Eclipse Public License v1.0 which accompanies this distribution, and is available at         //
+#// http://www.eclipse.org/legal/epl-v10.html                                                           //
+#/////////////////////////////////////////////////////////////////////////////////////////////////////////
 import random, json, os, time, subprocess, signal, socket, logging, re, string
 from Common.DsRestAPI import DsRestAPI
 from Common.WorkspaceHandler import *
diff --git a/src/Microservices/PerformanceMonitor/__init__.py b/src/Microservices/PerformanceMonitor/__init__.py
index 206d707..7d5ecdf 100644
--- a/src/Microservices/PerformanceMonitor/__init__.py
+++ b/src/Microservices/PerformanceMonitor/__init__.py
@@ -1,3 +1,8 @@
+#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// All rights reserved. This program and the accompanying materials are made available under the terms //
+#// of the Eclipse Public License v1.0 which accompanies this distribution, and is available at         //
+#// http://www.eclipse.org/legal/epl-v10.html                                                           //
+#/////////////////////////////////////////////////////////////////////////////////////////////////////////
 '''
 Performace Monitor tool to show process and system statistics.
 The measurment script used can be configured via config.json.