ropensci / av

Working with Video in R
https://docs.ropensci.org/av
Other
92 stars 10 forks source link

Two different licence files #28

Closed stragu closed 4 years ago

stragu commented 4 years ago

Hi there

I was wondering about the two licence files: LICENSE and LICENSE.md

I assume there should only be one to avoide confusion? Currently, clicking on the "View License" button on GitHub leads to the first one, which makes it look like the default "all rights reserved" copyright is assumed, which is at odds with ROpenSci's principles.

Thanks for the work on this, looking forward to playing with it!

jeroen commented 4 years ago

The LICENSE.md file is needed for Github and the other one is needed by the CRAN template. This is done automatically when you do usethis::use_mit_license()