Difference between revisions of "Category:Free Software"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with "Free software is a matter of the users' freedom to run, copy, distribute, study, change and improve the software. More precisely, it means that the program's users have the four ...")
 
(Add See Also section and add an entry for Open Source.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
Free software is a matter of the users' freedom to run, copy, distribute, study, change and improve the software. More precisely, it means that the program's users have the four essential freedoms:  
 
Free software is a matter of the users' freedom to run, copy, distribute, study, change and improve the software. More precisely, it means that the program's users have the four essential freedoms:  
 +
 
*The freedom to run the program, for any purpose (freedom 0).
 
*The freedom to run the program, for any purpose (freedom 0).
 
*The freedom to study how the program works, and change it to make it do what you wish (freedom 1). Access to the source code is a precondition for this.  
 
*The freedom to study how the program works, and change it to make it do what you wish (freedom 1). Access to the source code is a precondition for this.  
 
*The freedom to redistribute copies so you can help your neighbor (freedom 2).  
 
*The freedom to redistribute copies so you can help your neighbor (freedom 2).  
 
*The freedom to distribute copies of your modified versions to others (freedom 3). 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.
 
*The freedom to distribute copies of your modified versions to others (freedom 3). 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.
 +
 +
==See Also==
 +
 +
* [[:Category:Open Source|Open Source]]
 +
 +
[[Category:Software]]

Latest revision as of 20:41, 26 February 2011

Free software is a matter of the users' freedom to run, copy, distribute, study, change and improve the software. More precisely, it means that the program's users have the four essential freedoms:

  • The freedom to run the program, for any purpose (freedom 0).
  • The freedom to study how the program works, and change it to make it do what you wish (freedom 1). Access to the source code is a precondition for this.
  • The freedom to redistribute copies so you can help your neighbor (freedom 2).
  • The freedom to distribute copies of your modified versions to others (freedom 3). 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.

See Also