From e7757e48216fe21e31a9a933df6b4e8631e65aaf Mon Sep 17 00:00:00 2001 From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk> Date: Tue, 5 Jun 2018 11:56:08 +0100 Subject: [PATCH] Adds licence header to influx_data_interface.py --- .../aggregation/influx_data_interface.py | 25 +++++++++++++++++++ .../aggregation/test_aggregator.py | 1 + 2 files changed, 26 insertions(+) diff --git a/src/service/clmcservice/aggregation/influx_data_interface.py b/src/service/clmcservice/aggregation/influx_data_interface.py index 41f6115..f375469 100644 --- a/src/service/clmcservice/aggregation/influx_data_interface.py +++ b/src/service/clmcservice/aggregation/influx_data_interface.py @@ -1,3 +1,28 @@ +#!/usr/bin/python3 +""" +## © University of Southampton IT Innovation Centre, 2018 +## +## Copyright in this software belongs to University of Southampton +## IT Innovation Centre of Gamma House, Enterprise Road, +## Chilworth Science Park, Southampton, SO16 7NS, UK. +## +## This software may not be used, sold, licensed, transferred, copied +## or reproduced in whole or in part in any manner or form or in or +## on any media by any person other than in accordance with the terms +## of the Licence Agreement supplied with the software, or otherwise +## without the prior written consent of the copyright owners. +## +## This software is distributed WITHOUT ANY WARRANTY, without even the +## implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +## PURPOSE, except where stated in the Licence Agreement supplied with +## the software. +## +## Created By : Nikolay Stanchev +## Created Date : 04-06-2018 +## Created for Project : FLAME +""" + + from clmcservice.utilities import generate_e2e_delay_report """ diff --git a/src/service/clmcservice/aggregation/test_aggregator.py b/src/service/clmcservice/aggregation/test_aggregator.py index 149a9d2..fd5befc 100644 --- a/src/service/clmcservice/aggregation/test_aggregator.py +++ b/src/service/clmcservice/aggregation/test_aggregator.py @@ -22,6 +22,7 @@ ## Created for Project : FLAME """ + from threading import Event from unittest import mock from clmcservice.aggregation.aggregator import AggregatorThread -- GitLab