From 5df60950404c3e00c14b7364e0e3bca9126799db Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Fri, 8 Sep 2017 12:28:22 +0200 Subject: rumba: Update license headers This makes the license headers uniform and adds the authors and a copyright. --- rumba/testbeds/__init__.py | 24 ++++++++++++++++++++++++ rumba/testbeds/emulab.py | 14 +++++++++----- rumba/testbeds/faketestbed.py | 13 +++++++++---- rumba/testbeds/jfed.py | 13 +++++++++---- rumba/testbeds/qemu.py | 15 ++++++++++----- 5 files changed, 61 insertions(+), 18 deletions(-) (limited to 'rumba/testbeds') diff --git a/rumba/testbeds/__init__.py b/rumba/testbeds/__init__.py index e69de29..16b18f5 100644 --- a/rumba/testbeds/__init__.py +++ b/rumba/testbeds/__init__.py @@ -0,0 +1,24 @@ +# +# A library to manage ARCFIRE experiments +# +# Copyright (C) 2017 Nextworks S.r.l. +# Copyright (C) 2017 imec +# +# Sander Vrijders +# Vincenzo Maffione +# Marco Capitani +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., http://www.fsf.org/about/contact/. +# diff --git a/rumba/testbeds/emulab.py b/rumba/testbeds/emulab.py index 53eebe5..66c5b7f 100644 --- a/rumba/testbeds/emulab.py +++ b/rumba/testbeds/emulab.py @@ -1,8 +1,12 @@ # -# Emulab support for Rumba +# A library to manage ARCFIRE experiments # -# Sander Vrijders -# Wouter Tavernier +# Copyright (C) 2017 Nextworks S.r.l. +# Copyright (C) 2017 imec +# +# Sander Vrijders +# Vincenzo Maffione +# Marco Capitani # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,8 +20,8 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -# MA 02110-1301 USA +# Foundation, Inc., http://www.fsf.org/about/contact/. +# import os import time diff --git a/rumba/testbeds/faketestbed.py b/rumba/testbeds/faketestbed.py index 10d2580..6512850 100644 --- a/rumba/testbeds/faketestbed.py +++ b/rumba/testbeds/faketestbed.py @@ -1,7 +1,12 @@ # -# Fake testbed for Rumba testing +# A library to manage ARCFIRE experiments # -# Vincenzo Maffione +# Copyright (C) 2017 Nextworks S.r.l. +# Copyright (C) 2017 imec +# +# Sander Vrijders +# Vincenzo Maffione +# Marco Capitani # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -15,8 +20,8 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -# MA 02110-1301 USA +# Foundation, Inc., http://www.fsf.org/about/contact/. +# import rumba.model as mod import rumba.log as log diff --git a/rumba/testbeds/jfed.py b/rumba/testbeds/jfed.py index 8867dc6..c541037 100644 --- a/rumba/testbeds/jfed.py +++ b/rumba/testbeds/jfed.py @@ -1,7 +1,12 @@ # -# jFed support for Rumba +# A library to manage ARCFIRE experiments # -# Sander Vrijders +# Copyright (C) 2017 Nextworks S.r.l. +# Copyright (C) 2017 imec +# +# Sander Vrijders +# Vincenzo Maffione +# Marco Capitani # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -15,8 +20,8 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -# MA 02110-1301 USA +# Foundation, Inc., http://www.fsf.org/about/contact/. +# import subprocess import getpass diff --git a/rumba/testbeds/qemu.py b/rumba/testbeds/qemu.py index 3d30ce2..5a157bd 100644 --- a/rumba/testbeds/qemu.py +++ b/rumba/testbeds/qemu.py @@ -1,8 +1,12 @@ # -# QEMU testbed for Rumba +# A library to manage ARCFIRE experiments # -# Vincenzo Maffione -# Marco Capitani +# Copyright (C) 2017 Nextworks S.r.l. +# Copyright (C) 2017 imec +# +# Sander Vrijders +# Vincenzo Maffione +# Marco Capitani # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,8 +20,9 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -# MA 02110-1301 USA +# Foundation, Inc., http://www.fsf.org/about/contact/. +# + import multiprocessing import time import subprocess -- cgit v1.2.3