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/prototypes/enroll.py | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'rumba/prototypes/enroll.py') 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 +# 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 argparse -- cgit v1.2.3