Dear all,
I’m involved into an H2020 project that has collected and generated quite a lot of data.
We published the dataset into a set of dedicated git repository.
We are using the datapackage format to share the (meta-)data.
We add also a REDME file that try to be informative with the main description od the data sources used and the main elaborations.
You may found an example here:
We would like to specify the licence, we know how to do it following the datapackage specifications:
What it is not clear to me is how to properly specify the license in the README, do you think that add a dedicated section like in the below section, is enough?
# License
[Creative Commons Attribution 4.0 International](https://spdx.org/licenses/CC-BY-4.0.html)
Copyright 2016 - 2020, Hotmaps contributors
SPDX-License-Identifier: CC-BY-4.0
Do you have better ways?