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/elements/experimentation.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'rumba/elements/experimentation.py') diff --git a/rumba/elements/experimentation.py b/rumba/elements/experimentation.py index 2626a0a..e8e3c27 100644 --- a/rumba/elements/experimentation.py +++ b/rumba/elements/experimentation.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 @@ -25,7 +24,6 @@ # Foundation, Inc., http://www.fsf.org/about/contact/. # - import abc import os import shutil -- cgit v1.2.3