aboutsummaryrefslogtreecommitdiff
path: root/rumba/model.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/model.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/model.py')
-rw-r--r--rumba/model.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/rumba/model.py b/rumba/model.py
index 1adc3b0..6303799 100644
--- a/rumba/model.py
+++ b/rumba/model.py
@@ -1,8 +1,12 @@
#
# A library to manage ARCFIRE experiments
#
-# Sander Vrijders <sander.vrijders@intec.ugent.be>
+# 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
@@ -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 abc
import os