sebdalgarno / haidawave

An R package to calculate wave exposure from fetch and wind data. Data for Laskeek Bay is included. README includes directions to download data for Haida Gwaii.
Other
1 stars 0 forks source link

License needs updating for data versus code #1

Open joethorley opened 7 years ago

joethorley commented 7 years ago

I haven't been able to find a reference on how best to do this yet but am on it

joethorley commented 7 years ago

This is how a government package https://github.com/bcgov/bcmaps solved it.

They put licenses for data in data-raw directory.

In DESCRIPTION they had

License: file LICENSE

and then in file LICENSE they had

The data and code in this repository is licensed under multiple licenses.

- All R code in the /R directory and the /data-raw directory is licensed under the Apache License 2.0. See LICENSE.Apache-2.0 in the appropriate directories.

- Source data in /data-raw/bc_bound is licensed under the Open Government License - Canada version 2.0. See LICENSE.Canada-OGL-2.0 in the appropriate directories.

- Source data in /data-raw/airzones is licensed under the Open Government License - British Columbia. See LICENSE.OGL-vbc2.0.pdf in the appropriate directory.

- Source data in /data-raw/census-divisions_statscan is licensed under the Statistics Canada Open License Agreement. See LICENSE.StatsCan-OLA in the appropriate folder.

- Source data in /data-raw/ecoprovinces is licensed under the Open Government License - British Columbia v2.0. See LICENSE.OGL-vbc2.0.pdf in the appropriate directory.