Skip to content
Prev 2309 / 12125 Next

[R-pkg-devel] Licensing of an R package

Chris,

 you've not said what *you* would like the license for your software to do.
You could release the software under a "public domain", "no rights
reserved" style license, and then if people want to link it with
proprietary materials then nothing can stop them. But it wouldn't stop
people commercialising (what was) your code, modifying it, re-releasing it
as binary and without source, and so on.

 Once you've decided which things you want to permit or restrict under your
license then you can see if there's a pre-existing one that matches your
requirements, or whether you have to write one yourself! Good luck with
that option!

 https://opensource.org/license/MIT is one of the more permissive open
source licenses - check the others on there for more info.

Barry





On Fri, Jan 19, 2018 at 8:31 AM, Chris Brien <Chris.Brien at unisa.edu.au>
wrote: