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,15 +47,15 @@ 47 47 48 48 **Copyleft Licenses** 49 49 50 -To address problems with proprietary software, the FSF promotes copyleft licenses, such as the AGPL,which require that any derivative worksremain under the samelicense.50 +To address the problems with proprietary software, the FSF primarily promotes copyleft licenses, which require that any derivative works of the software be licensed under the same terms as the original code. The term "derivative work" is legally somewhat vague, but here is a common understanding: 51 51 52 - Theterm "derivative work" is somewhat vagueinlegalterms, but a common interpretation is that softwarethat dependson AGPL codeto function isa derivativework. For example, if a project directly incorporatesAGPL source codeor relies on an AGPL library, it must adopt the AGPL license foritsentirecode base. Similarly,ifsoftwarecalls an externalAGPL service over a networkand the service is purely optional, the software is notconsideredaderivative work. However, if the service is essential and thesoftwarewon't work without it, even if the AGPL code ishosted externally, the softwareis still considered a derivative work. Therefore, attemptingto "workaround"theAGPLby outsourcing essentialfunctions in a network service will notavoid the licenserequirements.52 +* When a software uses the source code directly in order to build, that means using a AGPL lilibrary 53 53 54 - Insummary,copyleftlicenseslike theAGPLensurehatwhenevercode is reused orcontributionsaremade to existing code,the resultingworkmustremain open source.Theselicensesalsorequire that the source code be made availableuponrequest,so thatuserscan modify, build, and control the software themselvesif they wish.54 +This ensures that when contributions are made to a copyleft project, or when copyleft code is directly reused in another project, the resulting work must be released under the same copyleft license. This prevents vendors from incorporating copyleft code into proprietary products, and ensures that any derivative 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. 55 55 56 56 **License Preferences** 57 57 58 -The OSI aims to maximize the contributions and impact of open source by being neutralandopentoalllicensesthat meet the opensourcedefinition,whetherpermissive orcopyleft. The FSF accepts all open source licenses, but has a strong preference for copyleft licenses.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 59 60 60 **User Behavior** 61 61 ... ... @@ -69,7 +69,7 @@ 69 69 70 70 **Does a permissive or copyleft project lead to more contributions?** 71 71 72 -* Permissive licenses might attract more users, especially vendors, and lead to more voluntary contributions. Copyleft licenses, on the other hand, might repel some contributors, but force improvements to be open-sourced and shared with the community. Which effect is greater depends on the situation.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. 73 73 74 74 **Why should people with no technical expertise care about open source?** 75 75