|
|
|
|
|
by emodendroket
1907 days ago
|
|
Isn’t something like the MIT License open source but not “free software” in the rms sense because it does not encumber people who build on it to in turn produce free software themselves? The open source page also says “ The license must not place restrictions on other software that is distributed along with the licensed software. For example, the license must not insist that all other programs distributed on the same medium must be open-source software.” which would seem to disqualify the GPL. |
|
No. The FSF considers the MIT license to be a Free software license compatible with the GPL. [1]
> The open source page also says “ The license must not place restrictions on other software that is distributed along with the licensed software. For example, the license must not insist that all other programs distributed on the same medium must be open-source software.” which would seem to disqualify the GPL.
Section 5 of GPLv3 ("Conveying Modified Source Versions.") contains the following text:
'A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.'
IANAL, but to me, that means the license doesn't insist on all other software on the same medium being licensed under the GPL.
[1] https://www.gnu.org/licenses/license-list.html#X11License