Skip to content
Prev 9528 / 12125 Next

[R-pkg-devel] What to do when a package is archived from CRAN

About licensing,
On Sun, 27 Aug 2023 at 17:30, SHIMA Tatsuya <ts1s1andn at gmail.com> wrote:
No, that's not what "compatibility" means. You cannot just take n
pieces of software, bundle them, and release them under a license of
your choice (unless their licenses enable you to do so via some
re-licensing clause, like the Artistic-2.0 license does).

That's not the case here. By licensing your package as MIT, you are
violating the terms of the Apache-2.0 license, because I assume that
you are not modifying those dependencies at all. So your work should
be both MIT and Apache-2.0 (and others, should they exist, and
provided they are compatible).

Best,