Difference between revisions of "Open source"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(SUGGEST: DELETE)
(rewrite for accuracy/clarity, include more detail)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
{{delete|'''I don't think this belongs to HA Wiki.'''}}
+
'''Open source''' software is software whose source code is both published and freely available to anyone to use, modify, examine, or redistribute as they wish. Such sources are often distributed using an [https://www.opensource.org/licenses/ Open Source Initiative (OSI)-approved] license, such as the GPL, LGPL, or a variant of the BSD license. Open source software is usually, though not always, '''[https://www.gnu.org/philosophy/free-sw.html free software]'''. [https://www.gnu.org/licenses/license-list.html Free software licenses] grant the user the "four basic freedoms" as defined by the Free Software Foundation, which, while based on a different philosophy, largely overlaps with the open source criteria. Software that meets both philosophies and is licensed to meet both criteria is commonly known as '''free and open source software (FOSS)'''.
In software applications, being Open Source usually means the applications' source codes are freely available to any one that wants to have them for whatever reason.
+
  
Such sources are often distributed using an [http://www.opensource.org/licenses/ OSI-approved] license; usually GPL, LGPL or BSD. But other, non-OSI-approved licenses do exist, like the one used for [[Monkey's Audio]] sources.
+
Any programmer can freely modify such sources and release the modifications, with some catches depending on the license chosen by the copyright holder. For example, the GPL, as a [https://en.wikipedia.org/wiki/Copyleft copyleft] license, demands that modifications are released under the same license, and the Qt license forbids people of creating code branches.
  
Any programmer can freely modify such sources and release the modifications, with some catches depending on the license chosen by the copyright holder. For example, the GPL demands that modifications are released under the same license, and the Qt license forbids people of creating code branches.
+
Open source software is differentiated from ''[https://en.wikipedia.org/wiki/Source-available_software source-available software]'', which has published sources allowing users to examine it. However, its licenses, like the one used for [[Monkey's Audio]] sources, forbid the user basic modification and/or redistribution rights granted by Open Source and Free Software licenses, and as a result are still proprietary software. Simply having publicly visible source code is not sufficient for software to be considered open source; there must actually be a reasonable ability for the public to use the source in a useful way.
 +
 
 +
In the context of audio formats, benefits of the use of free and open source software and codecs include user freedom, ease of development/integration, less dependence on the willingness of centralized entities to maintain it, and a greater assurance of the ability to use the codec or software in the long-term as hardware and software advances.
 +
 
 +
Wikipedia includes more information about [https://en.wikipedia.org/wiki/Open-source_software open source software] and [https://en.wikipedia.org/wiki/Free_software free software].

Latest revision as of 20:59, 8 June 2021

Open source software is software whose source code is both published and freely available to anyone to use, modify, examine, or redistribute as they wish. Such sources are often distributed using an Open Source Initiative (OSI)-approved license, such as the GPL, LGPL, or a variant of the BSD license. Open source software is usually, though not always, free software. Free software licenses grant the user the "four basic freedoms" as defined by the Free Software Foundation, which, while based on a different philosophy, largely overlaps with the open source criteria. Software that meets both philosophies and is licensed to meet both criteria is commonly known as free and open source software (FOSS).

Any programmer can freely modify such sources and release the modifications, with some catches depending on the license chosen by the copyright holder. For example, the GPL, as a copyleft license, demands that modifications are released under the same license, and the Qt license forbids people of creating code branches.

Open source software is differentiated from source-available software, which has published sources allowing users to examine it. However, its licenses, like the one used for Monkey's Audio sources, forbid the user basic modification and/or redistribution rights granted by Open Source and Free Software licenses, and as a result are still proprietary software. Simply having publicly visible source code is not sufficient for software to be considered open source; there must actually be a reasonable ability for the public to use the source in a useful way.

In the context of audio formats, benefits of the use of free and open source software and codecs include user freedom, ease of development/integration, less dependence on the willingness of centralized entities to maintain it, and a greater assurance of the ability to use the codec or software in the long-term as hardware and software advances.

Wikipedia includes more information about open source software and free software.