first software license in Dataverse guides: MIT

84 views
Skip to first unread message

Philip Durbin

unread,
Mar 26, 2024, 12:39:59 PM3/26/24
to dataverse...@googlegroups.com
Does anyone have any strong opinions about how software licenses should look in Dataverse? We're close to adding the MIT license in this pull request: https://github.com/IQSS/dataverse/pull/10426

Please feel free to leave a review or a comment there or here.

Thanks,

Phil

Dieuwertje Bloemen

unread,
Mar 27, 2024, 5:32:54 AM3/27/24
to Dataverse Users Community
Hi Phil,

What we have for the MIT license in our set-up is (benefit is that the dash or no dash question doesn't matter for MIT in the short name "name"):
{
  "uri": "https://opensource.org/licenses/MIT",
  "name": "MIT",
  "shortDescription": "MIT License.",
  "active": true,
  "sortOrder": 0
}

Because we couldn't find an official logo/image, we didn't include one. We did do this for other software licenses such as the GPL one:

{
  "uri": "https://www.gnu.org/licenses/gpl-3.0.en.html",
  "name": "GPL-3.0-or-later",
  "shortDescription": "GNU General Public License v3.0 or later.",
  "iconUrl": "https://www.gnu.org/graphics/gplv3-or-later-sm.png",
  "active": true,
  "sortOrder": 0
}

Kind regards,
Dieuwertje

Philip Durbin

unread,
Mar 28, 2024, 7:48:59 AM3/28/24
to dataverse...@googlegroups.com
Hmm. Interesting! Different than what we have in our pull request. We should get on the same page.

To others, Dieuwertje, Oliver, JP, and I are discussing here if you'd like to join in: https://dataverse.zulipchat.com/#narrow/stream/379673-dev/topic/first.20software.20license.20in.20guides.3A.20MIT/near/429826659

--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/8f90d378-c71e-4ea2-8f40-b34fbc223321n%40googlegroups.com.

Philip Durbin

unread,
Apr 11, 2024, 12:52:27 PM4/11/24
to dataverse...@googlegroups.com
JP and I just updated the "add the MIT" license PR. Please take a look: https://github.com/IQSS/dataverse/pull/10426#issuecomment-2050108042

We are especially interested in what you think about the guidance we just wrote up about adding additional licenses.

Sherry Lake

unread,
Apr 11, 2024, 2:24:43 PM4/11/24
to dataverse...@googlegroups.com
HI Phil,

This brings up a point - I think that terms should really be at the file level, not necessarily at the dataset level (unless all files can have the same terms). Because a dataset has different types of files, different files can have varying terms, such as data files (CC-0) and software (i.e., MIT)

It is discussed in this issue: https://github.com/IQSS/dataverse/issues/4391
But I don't see an issue directly related to setting terms on files, because some files may need different terms, like software and data, etc.

--
Sherry



Philip Durbin

unread,
Apr 11, 2024, 2:34:34 PM4/11/24
to dataverse...@googlegroups.com
Hmm, I think that issue you mentioned (#4391) covers the need for per-file terms. We could close it in favor of a new one that explains the needs better, if you want.

Reply all
Reply to author
Forward
0 new messages