{{ 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
| copyfree = Yes or No
| copyleft = Yes or No or Partial
| linking = Yes or No
}}
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
GPL compatible — Yes if software licensed under the license can be combined with software licensed under the GNU General Public License, No if not.
copyfree — Yes if the software falls under a copyfree approved 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, or Partial 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.
Optional Parameters
name — name of the license.
image — logo, mascot or emblem for license. Optional. Must take the form of an image reference (e.g., [[Image:something.jpg]].
caption — optional caption for the image. Ignored if no image is supplied.
Examples
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
}}