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
-
... ... @@ -47,12 +47,16 @@ 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" islegallysomewhat vague,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 and the service is purely optional, the software is not a derivative work. 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 OSIaimstomaximize the contributionsand impactof open source bybeing opentoa variety of openource licenses.Permissivelicenseshavebecomeypopularinrecent years,especiallyin commercialcontexts,butOSIisopentoalsochoose copyleftlicenseswhenthedevelopers want toensurethat derivativeworks remain openand free. TheFSF onthe other tolerateall opensourcelicenses,buthasastringpreferenceforcopyleftlicenses,asall softwareshouldbeprotectedfromtheirpoint ofview.54 +In summary, copyleft licenses like the AGPL ensure that whenever code is reused or contributions are made to existing copyleft code, the resulting work must remain open source. These licenses also require that the source code be made available upon request, so that users can modify, build, and control the software themselves if they wish. 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.