From 1e5d5bbc57491d2fc2cdbd02d7b9f22ca7e6e68c Mon Sep 17 00:00:00 2001 From: HAMADY Sidi <sidi.hamady@univ-lorraine.fr> Date: Thu, 10 Mar 2022 14:30:19 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec6ca56..204a5a9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # Dataverse Utility Tool for automating data repositories on Dataverse. + To develop and adapt to the specific needs of experimental platforms. Copyright (C) Université de Lorraine + Developed by Pr. Sidi HAMADY <sidi.hamady@univ-lorraine.fr> + Released under the MIT licence (https://opensource.org/licenses/MIT) + See Copyright Notice in COPYRIGHT @@ -21,4 +25,4 @@ After installing, create a python script, import DataverseCore and show the inte **from DataverseCore import*** -**DataverseCore().show()** \ No newline at end of file +**DataverseCore().show()** -- GitLab