-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Labels
discussionongoing discussionongoing discussionenhancementNew feature or requestNew feature or request
Description
In BIDS we do not make any strong requirements or recommendations about licenses to use for the data. We have a very short appendix on licenses and we ask users to specify the license in a string in the dataset_description.json file.
I think it'd be reasonable to allow an optional LICENSE file in the same vein as the README and CHANGES.
Reasons:
In the review to get the EEG-BIDS paper published with the BIDS example datasets, a reviewer required a LICENSE file ... i.e., the string in the dataset_description.json file was not enough. So I added a LICENSE to the example dataset and then had to add also a .bidsignore
, because we don't allow a LICENSE file.
Thus my reasons for requesting a LICENSE file are ...
- it's a low cost feature
- it's probably required relatively often and is widely used
- people do it anyways but currently have to put a
.bidsignore
into the dataset additionally
Possible issues I can imagine:
- LICENSE file and
dataset_description.json
field could be in conflict (due to user error)
Metadata
Metadata
Assignees
Labels
discussionongoing discussionongoing discussionenhancementNew feature or requestNew feature or request