Template:Infobox software license
From Wikipedia, the free encyclopedia
[edit] Template documentation
This template creates an infobox useful for summarizing common characteristics of Free Software and Open Source Software licenses.
Contents |
[edit] Usage
{{ Infobox software license | name = | image = | caption = | author = | version = | copyright = | date = | OSI approved = Yes or No or n/a | Debian approved = Yes or No or n/a | Free Software = Yes or No or n/a | GPL compatible = Yes or No | copyleft = Yes or No or Partial | linking = Yes or No }}
[edit] Required Parameters
- author — person or an organization that created the license
- version — version of the license, if any
- copyright — person or organization claiming a copright on the license itself
- date — date of publication of the license
- OSI approved —
Yes
if the Open Source Initiative has approved the license,No
if not. - Debian approved —
Yes
if the Debian Project has approved the license,No
if not. - Free Software —
Yes
if the license meets The Free Software Definition,No
if not. - GPL compatible —
Yes
if software licensed under the license can be combined with software licensed under the GNU General Public License,No
if not. - copyleft —
Yes
if software licensed under the license requires licensees to extend the same rights they received to others,No
if not, orPartial
if somewhere in the middle. - linking —
Yes
if software licensed under the license can be linked with software licensed under other licenses,No
if not.
[edit] Optional Parameters
- name — name of the license.
- image — logo, mascot or emblem for license. Optional. Must take the form of an image refernce (e.g., [[Image:something.jpg]].
- caption — optional caption for the image. Ignored if no image is supplied.
[edit] Examples
[edit] GPL 3.0
{{ Infobox software license | name = GNU General Public License | image = [[Image:Heckert GNU white.svg|160px]] | caption = The GNU logo | author = [[Free Software Foundation]] | version = 3 | copyright = Free Software Foundation, Inc. | date = [[29 June]] [[2007]] | OSI approved = Yes | Debian approved = Yes | Free Software = Yes | GPL compatible = Yes | copyleft = Yes | linking = No }}
GNU General Public License | |
---|---|
The GNU logo |
|
Author | Free Software Foundation |
Version | 3 |
Copyright | Free Software Foundation, Inc. |
Published | 29 June 2007 |
DFSG compatible | Yes |
Free software | Yes |
OSI approved | Yes |
GPL compatible | Yes |
Copyleft | Yes |
Linking from code with a different license | No |
[edit] LGPL 1.0
{{ Infobox software license | name = GNU Lesser General Public License | image = [[Image:Heckert GNU white.svg|160px]] | caption = The GNU logo | author = [[Free Software Foundation]] | version = 1.0 | copyright = Free Software Foundation | date = 1991 | OSI approved = Yes | Debian approved = Yes | Free Software = Yes | GPL compatible = Yes | copyleft = Yes | linking = Yes }}
GNU Lesser General Public License | |
---|---|
The GNU logo |
|
Author | Free Software Foundation |
Version | 1.0 |
Copyright | Free Software Foundation |
Published | 1991 |
DFSG compatible | Yes |
Free software | Yes |
OSI approved | Yes |
GPL compatible | Yes |
Copyleft | Yes |
Linking from code with a different license | Yes |