Changes for page 3. Free Software and Open Source Software
Last modified by chrisby on 2025/01/11 10:03
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -41,18 +41,22 @@ 41 41 42 42 The FSF sees several problems with permissive licenses: 43 43 44 -* Permissive code allows vendors to include it in their proprietary products. Software that is partially open source does not necessarily make it more secure. For example, in a product that is 99% open source code, the remaining 1% proprietary portion may contain all the malicious code. This means that the partially open source product poses the same dangers as a 100% proprietary product. According to the FSF, only 100% open source code running on your own machine is a necessary condition for achieving freedom and security.45 -* Another problem is that vendors can reuse permissive code without any obligation to share improvements. The vendor writes new proprietary or closed source code based on the open source code and keeps those improvements for himself. This means that the work of the open source community can be used for the vendor's financial benefit without anything being given back. Worse, since the proprietary product may outcompete the original open source project, reducing its impact and harming the open source ecosystem.This is called"proprietarycapture"or"opencore hijacking".44 +* Permissive code allows vendors to include it in their proprietary products. Software that is partially open source does not necessarily make it more secure. For example, in a product that is 99% open source code, the remaining 1% proprietary portion may contain all the malicious code. This means that the partially open source product poses the same dangers as a 100% proprietary product. Only 100% open source code running on your own machine is a necessary condition for achieving freedom and security. 45 +* Another problem is that vendors can reuse permissive code without any obligation to share improvements. The vendor writes new proprietary or closed source code based on the open source code and keeps those improvements for himself. This means that the work of the open source community can be used for the vendor's financial benefit without anything being given back. Worse, because the proprietary product has improvements, it may outcompete the original open source project, reducing its impact and harming the open source ecosystem. Vendors can trick users into joining their proprietary software, and once the original project is technically left behind and users are dependent on the proprietary software, the vendors have the power to commercialize their efforts under their terms through sharply increasing prices, etc. A common term for this process is the "free-rider" problem. 46 46 * There is also the problem of fragmentation. Multiple vendors may each create their own proprietary product based on the same permissive code. Instead of collaborating and contributing back to the common core project, they are inefficiently duplicating their efforts. 47 47 48 48 **Copyleft Licenses** 49 49 50 -To address theproblems with proprietary software, the FSF primarily promotes copyleft licenses, which require that any derivative worksof the softwarebe licensedunder the sameterms as the originalode. The term "derivative work" islegallyvague,but a commonunderstandingis thatitmeans a new work basedontheoriginalcopyleft codethatincorporates itthe sourcelevel. Thisensuresthatwhen contributionsare made toa copyleftproject, orwhen copyleft code is directly reused inanotherproject,the resultingwork must be releasedunder the same copyleft license. This prevents vendorsfrom incorporatingcopyleftcodeintoproprietary products, andensuresthatanyderivative works remain open source.In addition, copyleft licenses require that the source code be made available to users so that they can modify, build, and control the software themselves.50 +To address problems with proprietary software, the FSF promotes copyleft licenses, such as the AGPL, which require that any derivative works remain under the same license. The term "derivative work" is somewhat vague in legal terms, but a common interpretation is that software that depends on AGPL code to function is a derivative work. 51 51 52 - **OSIPosition**52 +For example, if a project directly incorporates AGPL source code or relies on an AGPL library, it must adopt the AGPL license for its entire code base. Similarly, if software calls an external AGPL service over a network, the software is usually not a derivative work if the service is purely optional. However, if the service is essential and the software won't work without it, even if the AGPL code is hosted externally, the software is still considered a derivative work. Attempting to "work around" the AGPL by outsourcing essential functions in a network service will not avoid the license requirements. 53 53 54 - The OSI aimstomaximize the contributions andimpactofopensourcebybeing opentoa varietyof open sourcelicenses.Permissivelicenseshave becomevery popularinrecentyears,especiallyin commercialcontexts,butopensourcedevelopersalso choosecopyleftlicenseswhen they want toensurethatderivative worksremain openand free.54 +In summary, this copyleft license ensures that whenever AGPL code is reused, or contributions are made to existing copyleft code, the resulting work must remain open source. The AGPL license also guarantees that the source code must be made available if a user requests it, so that users can modify, build, and control the software themselves. 55 55 56 +**License Preferences** 57 + 58 +The OSI aims to maximize the contributions and impact of open source by being open to all open source licenses. Permissive licenses have become very popular in recent years, especially in commercial contexts, but the OSI is open to choosing copyleft licenses if developers want to ensure that derivative works remain open and free. The FSF, on the other hand, tolerates all open source licenses, but has a strong preference for copyleft licenses, believing that all software should be protected in this way. 59 + 56 56 **User Behavior** 57 57 58 58 Open source supporters tend to be more accepting of proprietary software and external hardware where it makes sense. In contrast, free software supporters typically avoid proprietary software and seek to maintain full control over their hardware and data. While free software supporters prioritize self-hosting and control, they may use third-party services for public data, provided that the software used respects their principles. ... ... @@ -61,12 +61,12 @@ 61 61 62 62 **Do permissive or copyleft licenses provide the most freedom?** 63 63 64 -* The answer depends on your definition of freedom. Permissive licenses emphasize freedom of choice, allowing you to do whatever you want with the code, including reusing it in proprietary products. Copyleft licenses emphasize user freedom in a more political sense byensuring that derivative works remain free and open, andbyprotecting users from proprietary restrictions thatcouldviolate the four essential software freedoms. Thus,bothpermissive and copyleft licensesprovidefreedom, but they focusondifferentaspectsofit.68 +* The answer depends on your definition of freedom. Permissive licenses emphasize freedom of choice, allowing you to do whatever you want with the code, including reusing it in proprietary products. Copyleft licenses emphasize user freedom in a more political sense, ensuring that derivative works remain free and open, and protecting users from proprietary restrictions that might violate the four essential software freedoms. Thus, permissive and copyleft licenses attempt to maximize different kinds of freedom. 65 65 66 66 **Does a permissive or copyleft project lead to more contributions?** 67 67 68 -* Permissive licenses might attract more users, especially vendors, and lead to more voluntary contributions. Copyleft licenses, on the other hand, force improvements to be open 72 +* Permissive licenses might attract more users, especially vendors, and lead to more voluntary contributions. Copyleft licenses, on the other hand, might repel some of them, but force improvements to be open-sourced and shared with the community. Which effect is greater depends on the situation. 69 69 70 -**Why should people with no technical expertise care about open source? Speaking of people who cannot even read the source code.**74 +**Why should people with no technical expertise care about open source?** 71 71 72 -* Even if you do not have the expertise to examine or modify the source code yourself, open source software allows you to hire specialiststo adapt the software to your needs. The main benefits are the protection of personal data or intellectual property and reduced dependency on a single vendor. Therefore, from a purely profit-driven perspective, choosing open source may be the more economical option.76 +* Even if you do not have the expertise to examine or modify the source code yourself, open source software allows you to hire developers to adapt the software to your needs. The main benefits are the protection of personal data or intellectual property and reduced dependency on a single vendor. Therefore, from a purely profit-driven perspective, choosing open source may be the more economical option.