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/recpoisson.py | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'rumba/recpoisson.py') diff --git a/rumba/recpoisson.py b/rumba/recpoisson.py index 3c1e6fe..d594811 100644 --- a/rumba/recpoisson.py +++ b/rumba/recpoisson.py @@ -1,3 +1,28 @@ +# +# 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/. +# + import math import random -- cgit v1.2.3