|
|
|
|
|
by JuniperMesos
214 days ago
|
|
Non-copyleft free software licenses such as the MIT license explicitly grant anyone the right to use the software for any purpose, including for things the original author doesn't approve of, and including building closed-sources apps and services. This is the point of open-source - the original author contributes their software to the open-source commons and then doesn't track who uses it for what. Recent attempts to create licenses that do impose restrictions on Software Freedom 0 are attempts to do ideological advocacy for various leftist causes by means of software licenses, and are not free. Copyleft free software licenses such as the GPL explicitly grant anyone the right to use the software for any purpose, as long as they also extend this right to their own software. The intent of this license was to infect any novel software built upon GPL-licensed software, forcing it to become free as well; in practice any organization who wants to build a proprietary app or service simply avoids GPL dependencies (or blatantly violates the license terms). Empirically, software companies care more about avoiding being forced to release the source code of their own proprietary software more than they care about using the exclusively-GPL'd software commons as a dependency, and this isn't a problem the license itself can solve. |
|