Open Source in Education: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Added 'Concept of Open Source/Definition' + 'Concept of Open Source/License'.)
 
 
Line 16: Line 16:
==License==
==License==


Open Source material is usually protected by a special license which guarantee its availability and survival. It describes the conditions under which a material can be modified so that the project do not remain dependant of the original author.
Open Source material is usually protected by a special license which guarantees its availability and survival. It describes the conditions under which a material can be modified so that the project not is dependent on the original author.


There is many different open source licenses, but three are more prevalent in the open source world:
There are many different open source licenses. Some common ones for software are:


* The General Public License (GPL)
* [http://en.wikipedia.org/wiki/GNU_General_Public_License GNU General Public License (GPL)]
* [http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License GNU Lesser General Public License (LGPL)]
* The BSD License
* [http://en.wikipedia.org/wiki/MIT_License MIT License]
* The Creative Commons (CC)
* [http://en.wikipedia.org/wiki/BSD_License BSD family of licenses]

Some common licenses for non-software content are:

* [http://en.wikipedia.org/wiki/Creative_Commons_licenses Creative Commons family of licenses (CC)]
* [http://en.wikipedia.org/wiki/GNU_Free_Documentation_License GNU Free Documentation License (GFDL)]

Latest revision as of 22:40, 19 February 2007

Concept of Open Source

Definition

Open Source is a term that refers to software that fulfill four conditions:

  • The freedom to run the program, for any purpose.
  • The freedom to study how the program works, and adapt it to your needs. Access to the source code is a precondition for this.
  • The freedom to redistribute copies so you can help your neighbor.
  • The freedom to improve the program, and release your improvements to the public, so that the whole community benefits. Access to the source code is a precondition for this.

Source: Free Software Foundation, http://www.fsf.org/licensing/essays/free-sw.html.

The definition has since been expanded to cover various applications in different fields. It usually refers to the notion in which people openly share content without restrictions in order to improve it and increase its usefulness.

License

Open Source material is usually protected by a special license which guarantees its availability and survival. It describes the conditions under which a material can be modified so that the project not is dependent on the original author.

There are many different open source licenses. Some common ones for software are:

Some common licenses for non-software content are: