Skip to content
Snippets Groups Projects
Commit e7757e48 authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

Adds licence header to influx_data_interface.py

parent 8ac5e7fb
No related branches found
No related tags found
No related merge requests found
#!/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 from clmcservice.utilities import generate_e2e_delay_report
""" """
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
## Created for Project : FLAME ## Created for Project : FLAME
""" """
from threading import Event from threading import Event
from unittest import mock from unittest import mock
from clmcservice.aggregation.aggregator import AggregatorThread from clmcservice.aggregation.aggregator import AggregatorThread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment