From c1705d7f93953b1438431ddb2009f90ab133ba5e Mon Sep 17 00:00:00 2001 From: Clement Remi <remi.clement@irstea.fr> Date: Mon, 12 Dec 2022 16:35:46 +0100 Subject: [PATCH] Update config.py --- config.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.py b/config.py index ac092d52..3e1fcf1b 100644 --- a/config.py +++ b/config.py @@ -1,3 +1,15 @@ +""" +created on January 6, 2020. +Updates dec 2022. +Hardware: Licensed under CERN-OHL-S v2 or any later version +Software: Licensed under the GNU General Public License v3.0 +confi.py is a parameter file for OhmPi that has been developed by +Rémi CLEMENT (INRAE), Vivien DUBOIS (INRAE), Hélène GUYARD (IGE), Nicolas FORQUET (INRAE), Yannick FARGIER (IFSTTAR) +Olivier KAUFMANN (UMONS), Arnaud WATLET (UMONS) and Guillaume BLANCHY (FNRS/ULiege). +""" + + + import logging from utils import get_platform -- GitLab