aboutsummaryrefslogtreecommitdiff
path: root/rumba/recpoisson.py
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-09-08 12:28:22 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2017-09-08 12:29:09 +0200
commit5df60950404c3e00c14b7364e0e3bca9126799db (patch)
treee5580d82e357335f3273101bbfa18965de261b01 /rumba/recpoisson.py
parentf3f51c550ef9751bada8ffcd4d4e846c786a26e0 (diff)
downloadrumba-5df60950404c3e00c14b7364e0e3bca9126799db.tar.gz
rumba-5df60950404c3e00c14b7364e0e3bca9126799db.zip
rumba: Update license headers
This makes the license headers uniform and adds the authors and a copyright.
Diffstat (limited to 'rumba/recpoisson.py')
-rw-r--r--rumba/recpoisson.py25
1 files changed, 25 insertions, 0 deletions
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 <sander.vrijders@ugent.be>
+# Vincenzo Maffione <v.maffione@nextworks.it>
+# Marco Capitani <m.capitani@nextworks.it>
+#
+# 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