From 6a2c32ccf8dfb60481dd083b24624255c5de8d55 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 23 Apr 2018 17:09:14 +0200 Subject: rumba: Update copyright on license headers This updates the copyright on the license headers to that it is extended to the current year. --- rumba/testbeds/dockertb.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rumba/testbeds/dockertb.py') diff --git a/rumba/testbeds/dockertb.py b/rumba/testbeds/dockertb.py index 6d7c7b5..dca2b86 100644 --- a/rumba/testbeds/dockertb.py +++ b/rumba/testbeds/dockertb.py @@ -1,14 +1,13 @@ # # A library to manage ARCFIRE experiments # -# Copyright (C) 2017 Nextworks S.r.l. -# Copyright (C) 2017 imec +# Copyright (C) 2017-2018 Nextworks S.r.l. +# Copyright (C) 2017-2018 imec # # Sander Vrijders # Dimitri Staessens # Vincenzo Maffione # Marco Capitani -# Nick Aerts # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -24,6 +23,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., http://www.fsf.org/about/contact/. # + import os from time import sleep import docker -- cgit v1.2.3