Skip to content
Prev 63 / 12125 Next

[R-pkg-devel] license for package

On Fri, 29 May 2015, Dirk Eddelbuettel wrote:

            
To add one detail to this argument: You may be able to sublicense, though. 
Especially for the permissive MIT/X11 license even "trivial" sublicensing 
is allowed as long as the original copyright is preserved. (IANAL, of 
course...)

The OSI had an FAQ at http://ideas.opensource.org/wiki/help/license which 
currently appears to be offline. However, FAQ item 7 was:

-------------------------------------------------------------------------
Q: Can I always "relicense" BSD licensed-software under a new license?

If you define relicensing as "sublicensing, possibly under additional 
terms and conditions which do not contradict the terms and conditions of 
an original licensor's permissive license", then the answer is generally 
"yes" -- provided you also retain the original copyright information. 
However, strictly speaking, you can only modify the license of a 
"derivative work", and opinions differ on how much change is required to 
qualify as a derivative work. The MIT license and Academic Free License, 
for example, freely allow "trivial" sublicensing (without any other 
changes) as long as the copyright is preserved. Conversely, the Apache 2.0 
license only allows sublicensing for "Derivative Works", which it defines 
as "original works of authorship" -- meaning non-trivial additions. The 
new BSD license, unfortunately, is silent on this point. If you are 
planning to "trivially relicense" BSD software, you are encouraged to 
first check with the copyright holder and/or your own legal counsel.
-------------------------------------------------------------------------