aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/enroll.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/prototypes/enroll.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/prototypes/enroll.py')
-rwxr-xr-xrumba/prototypes/enroll.py25
1 files changed, 22 insertions, 3 deletions
diff --git a/rumba/prototypes/enroll.py b/rumba/prototypes/enroll.py
index 99b49a6..6d55b36 100755
--- a/rumba/prototypes/enroll.py
+++ b/rumba/prototypes/enroll.py
@@ -1,7 +1,26 @@
-#!/usr/bin/env python
-
#
-# Author: Vincenzo Maffione <v.maffione@nextworks.it>
+# 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 argparse