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,11 +47,15 @@ 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 sametermsas the originalcode.The term "derivative work"islegallysomewhat vague,but a commonunderstandingis thatitmeans a new work basedontheoriginalcopyleft codethatincorporates itthe sourcelevel. Thisensuresthatwhen contributionsaremadeto a copyleft project, or whencopyleft codeis directly reused inanother project, the resultingwork must be released underthesamecopyleftlicense. This prevents vendorsfrom incorporating copyleft code intoproprietary products,andensures that anyderivative 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, like the AGPL license, which require that any derivative works remain under the same license. The notion of “derivative work” is somewhat vague in legal terms, but a common interpretation is that software depending on AGPL code to function is a derivative work. 51 51 52 +For instance, if a project directly incorporates AGPL source code or relies on an AGPL library, it must adopt the AGPL license for its entire codebase. Similarly, when software calls an external AGPL service over a network, the software is typically not a derivative work if that service is purely optional. However, if the service is essential and the software won’t function without it, even if the AGPL code is hosted externally, the software is still considered a derivative work. Attempting to “bypass” the AGPL by outsourcing essential functions in a network service will not avoid the license requirements. 53 + 54 +In summary, this copyleft license ensures that whenever AGPL code is reused, or when contributions are made to existing copyleft code, the resulting work must remain open source. Athe also guarantees that the source code is available so users can modify, build, and control the software themselves. 55 + 52 52 **License Preferences** 53 53 54 -The OSI aims to maximize the contributions and impact of open source by being open to a varietyof open source licenses, inclu. 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.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. 55 55 56 56 **User Behavior** 57 57 ... ... @@ -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.