Skip to content
Prev 58983 / 63424 Next

Including full text of open source licenses in a package

On Saturday, September 12, 2020, Hugh Parsonage <hugh.parsonage at gmail.com>
wrote:
The directory to which it refers, https://www.r-project.org/Licenses/,
includes many open source licenses, not just those used for R. I?m also
pretty sure I?ve had a package fail CRAN submission for this problem in the
past.
That question (https://www.gnu.org/licenses/gpl-faq.en.html#LicenseCopyOnly) is
about whether a copy of the license in a file is sufficient, or whether you
must also include a statement at the top of every source file.

Hadley