4 freedoms: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Category=Guiding philosophies}}
{{Category=Guiding philosophies}}


0:The freedom to run the program, for any purpose


1:The freedom to study how the program works, and change it to make it do what you wish . Access to the source code is a precondition for this.
These are the 4 Freedoms of open source software - which OSE applies to open source hardware and other products in general. These are the freedoms to '''inspect, use, modify, and sell'''.


2:The freedom to redistribute copies so you can help your neighbor.
#'''The freedom to inspect or view'''. In software, this came from the freedom to study how the program works, and change it to make it do what you wish . Access to the source code is a precondition for this - such as FreeCAD files, text documents, spreadsheets, calculations, instructions, etc.
#'''The freedom to use'''. Run or otherwise execute the software, product, or process. You may be charged for using the thing. But this is a moot point, because as soon as someone buys it, it can be released for free.
#'''The freedom to modify'''. This is a big point: making improvements or adaptation is a key to distributing value.
#'''Economic freedom.''' The freedom to distribute or sell. Freedom distribute copies of your modified versions to others. By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.  


3:The freedom to distribute copies of your modified versions to others. By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this
=Links=
 
*[[Economy of Affection]]
see http://www.gnu.org/philosophy/free-sw.html
*[[OSE License for Distributive Economics]]
*https://en.wikipedia.org/wiki/The_Free_Software_Definition
*http://www.gnu.org/philosophy/free-sw.html

Latest revision as of 22:00, 7 February 2021

Main > OSE > Guiding philosophies



These are the 4 Freedoms of open source software - which OSE applies to open source hardware and other products in general. These are the freedoms to inspect, use, modify, and sell.

  1. The freedom to inspect or view. In software, this came from the freedom to study how the program works, and change it to make it do what you wish . Access to the source code is a precondition for this - such as FreeCAD files, text documents, spreadsheets, calculations, instructions, etc.
  2. The freedom to use. Run or otherwise execute the software, product, or process. You may be charged for using the thing. But this is a moot point, because as soon as someone buys it, it can be released for free.
  3. The freedom to modify. This is a big point: making improvements or adaptation is a key to distributing value.
  4. Economic freedom. The freedom to distribute or sell. Freedom distribute copies of your modified versions to others. By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.

Links