This is why I recommend that if you copy an entire directory of code you
include the LICENSE file for that directory; if you copy a single file,
make the license clear at the comment in a top of the file. This is
standard practice in most open source communities.
If you’re writing open source code
You are addressing interpretation of "a license", while my concern is not with
the licenses themselves but with the identification of which code goes with
which license. Assuming that you will need to retain lawyers to decide how to
handle a license in a particular use case may be reasonable, bu
On 3 October 2020 at 09:54, Hadley Wickham wrote:
| I think this is a bit of an oversimplification, especially given that
| "compatibility" is not symmetric. For example, you can include MIT license
| code in a GPL licensed package; you can not include GPL licensed code
| inside an MIT licensed p
On Fri, Oct 2, 2020 at 5:26 PM Dirk Eddelbuettel wrote:
>
> On 2 October 2020 at 14:44, Jeff Newmiller wrote:
> | if you want clarity in the minds of _users_ I would beg you to split the
> code into two packages. People will likely either be afraid of the GPL
> bogey man and refrain from utilizin
On 2 October 2020 at 14:44, Jeff Newmiller wrote:
| if you want clarity in the minds of _users_ I would beg you to split the code
into two packages. People will likely either be afraid of the GPL bogey man and
refrain from utilizing your MIT code as permitted or fail to honor the GPL
terms cor
Hadley offers what you _can_ do, but if you want clarity in the minds of
_users_ I would beg you to split the code into two packages. People will likely
either be afraid of the GPL bogey man and refrain from utilizing your MIT code
as permitted or fail to honor the GPL terms correctly if both ar
On Fri, Oct 2, 2020 at 1:51 PM Ben Bolker wrote:
>
>A collaborator is arguing that it's a good idea to license one small
> component of a package under the MIT license, while the rest of it
> remains GPL >=2.
>
>Suppose this is feasible. How do I specify the license? As far as I
> can t
A collaborator is arguing that it's a good idea to license one small
component of a package under the MIT license, while the rest of it
remains GPL >=2.
Suppose this is feasible. How do I specify the license? As far as I
can tell from
https://cran.r-project.org/doc/manuals/r-release/