tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: License Issue for R-Packages



Z Saifullah writes:
> Hello
>

Hello Amil,

>
> Can anyone explain how do i incorporate the license file for R-packages, where there is an additional file with copy right holders name on it, like this one.
>
> https://cran.r-project.org/web/packages/httr/index.html
> DO i need to create new license file? or can use only mit? or actually how can i do that.
>

You can just use:

 LICENSE=    mit

in the pkgsrc Makefile (the additional `LICENSE' file in the homepage
seems just the copyright holder(s) and year(s) of the MIT license
template).

Also the licenses in pkgsrc/licenses/ are templates/examples but
usually we notify the users via LICENSE variable just about the
license a package is distributed and not about copyright holder(s)
and year(s).


Home | Main Index | Thread Index | Old Index