Free Software IF

From IFWiki

Revision as of 21:45, 24 March 2008 by VictorGijsbers (talk | contribs) (+ Public domain, + The Mad Bomber)

Free Software IF is interactive fiction that is released under a license that gives the user:

  • the freedom to run the program for any purpose;
  • the freedom to study and modify the program;
  • the freedom to copy the program 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.

Since modifying a program requires access to its source code, free software is automatically also open source software. The reverse is not automatically true: if an author were to release the source code to his game under a Creative Commons Attribution-Non-Commercial-No Derivative Works 3.0 license, for instance, the game would be open source but not free (since distribution of derivative works is not permitted). As another example, the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported license is also not a free software license, since it does not allow people to use the code in certain works, namely commercial ones.

Interactive Fiction released under a Free Software License

GNU General Public License

The most used free software license if the GPL, which is maintained by the Free Software Foundation. The GPL is a copyleft license, which means that all derative works have to be licensed under the GPL as well. This ensures that all derative works are also free software.

GPL version 2

The GPL version 2 was released in 1991. Interactive Fiction released under this license includes:

GPL version 3

The GPL version 3 was released in 2007 to address the issues of software patents, hardware restrictions on software modification ("tivoization"), compatibility with other free software licenses, and internationalization. Interactive Fiction released under this license includes:

MIT License

The MIT License is a very short, straightforwardcopyleft free software license. It is GPL-compatible, which means that projects released under the MIT-license can be combined with projects released under the GPL-license. (Since both licenses are copyleft, the resulting work would have to be distributed under the conjunction of the MIT license and the GPL.)

Public Domain

Some works are designated 'public domain'. On a plausible interpretation, this means that the author has relinquished all copyright over the work, automatically making the work free software if the source code has been made available.