Open source: Difference between revisions

From Rosetta Code
Content added Content deleted
(trademark mention, linked to proper definition, linked to list of OSI-approved licenses)
(Improve what this links to)
Line 1: Line 1:
[[Category:Encyclopedia]]'''Open source''' or '''open-source''' is the idea that source code for a piece of software is freely available for viewing and modifying. The term "Open Source" is a trademark of the [http://www.opensource.org/ Open Source Initiative]; This means that OSI must approve of a license before it can be described as an open-source license.
[[Category:Encyclopedia]]'''Open source''' or '''open-source''' is the idea that source code for a piece of software is freely available for viewing and modifying. The term "Open Source" is a trademark of the [http://www.opensource.org/ Open Source Initiative]; This means that OSI must approve of a license before it can be described as an open-source license.


The [[MIT/X11 License]] is an example of an open source license.
The [[MIT/X11 License]] and the [[GPL]] are examples of open source licenses.


==See Also==
==See Also==

Revision as of 10:50, 7 December 2009

Open source or open-source is the idea that source code for a piece of software is freely available for viewing and modifying. The term "Open Source" is a trademark of the Open Source Initiative; This means that OSI must approve of a license before it can be described as an open-source license.

The MIT/X11 License and the GPL are examples of open source licenses.

See Also