diff --git a/.zenodo.json b/.zenodo.json index 9fb145f..eb30c5c 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -3,6 +3,16 @@ { "name": "The ME-ICA Community" }, + { + "name": "Ahmed, Zaki", + "affiliation": "Mayo Clinic", + "orcid": "0000-0001-5648-0590" + }, + { + "name": "Salo, Taylor", + "affiliation": "Florida International University", + "orcid": "0000-0001-9813-3167" + }, { "name": "Uruñuela, Eneko", "affiliation": "Basque Center on Cognition, Brain and Language", @@ -13,6 +23,6 @@ "neuroimaging", "fMRI" ], - "license": "", + "license": "GPL-2.0", "upload_type": "software" } diff --git a/mapca/info.py b/mapca/info.py index 2ec1844..d16d619 100644 --- a/mapca/info.py +++ b/mapca/info.py @@ -41,7 +41,7 @@ AUTHOR = "mapca developers" COPYRIGHT = "Copyright 2020, mapca developers" CREDITS = author_names -LICENSE = "GPL" +LICENSE = "GPL-2.0" MAINTAINER = "Eneko Urunuela" EMAIL = "e.urunuela@bcbl.eu" STATUS = "Prototype"