Template:OBX license gnu: Difference between revisions

From OLPC
Jump to navigation Jump to search
(OBX for GNU licensing)
 
m (typo+cosmetics (sorry, icon smudges))
Line 13: Line 13:
Therefore, verify if the particular combination actually links to the document.
Therefore, verify if the particular combination actually links to the document.
If it fails, use the ''link'' paramter below.
If it fails, use the ''link'' paramter below.
link = &mdash; OPTIONAL &mdash; you can provide a particular <tt><nowiki>[[wiki-link display]]</nowiki></tt> to the desired license, the other two parameters aren't used.
link = &mdash; OPTIONAL &mdash; you can provide a particular <tt><nowiki>[[wiki-link display]]</nowiki></tt> to the desired license,
the other two parameters aren't used (iow, ignored if present).


== Categories ==
== Categories ==
Line 30: Line 31:
<nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|lgpl|2.1}}</nowiki>
<nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|lgpl|2.1}}</nowiki>


{{{{PAGENAME}}|link=http://www.gnu.org/licenses/old-licenses/fdl-1.1.html}}
{{{{PAGENAME}}|link=[http://www.gnu.org/licenses/old-licenses/fdl-1.1.html '''FDL-1.1''']}}
<nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|link=http://www.gnu.org/licenses/old-licenses/fdl-1.1.html}}</nowiki>
<nowiki>{{</nowiki>{{PAGENAME}}<nowiki>|link=[http://www.gnu.org/licenses/old-licenses/fdl-1.1.html '''FDL-1.1''']}}</nowiki>


; See also : http://www.fsf.org/
; See also : http://www.fsf.org/

Revision as of 05:52, 8 July 2007

Heckert GNU white.svg GNU licensed under {{{1}}}


Usage

Used to tag a software component as having its source code lincensed under GNU licenses. The exact shape and version of the license is determined by the parameters.

{{OBX license gnu|type|version|link=url}}

  type    — must be one of the following licenses:
            gpl    — GNU General Public License (1.0, 2.0)
            lgpl   — GNU Lesser General Public License (2.1, [http://www.gnu.org/licenses/old-licenses/library.html 
            fdl    — GNU Free Documentation License (1.1)
  version — some of the above have multiple versions (whose links are not standardized).
            Therefore, verify if the particular combination actually links to the document.
            If it fails, use the link paramter below.
  link =  — OPTIONAL — you can provide a particular [[wiki-link display]] to the desired license,
            the other two parameters aren't used (iow, ignored if present).

Categories

  • need to determine if a category is needed (and which)
  • [[:Category:???]]

Sample

Heckert GNU white.svg GNU licensed under GPL
{{OBX license gnu|gpl}}
Heckert GNU white.svg GNU licensed under GPL-2.0
{{OBX license gnu|gpl|2.0}}
Heckert GNU white.svg GNU licensed under LGPL-2.1
{{OBX license gnu|lgpl|2.1}}
Heckert GNU white.svg GNU licensed under FDL-1.1
{{OBX license gnu|link=[http://www.gnu.org/licenses/old-licenses/fdl-1.1.html '''FDL-1.1''']}}
See also
http://www.fsf.org/
http://www.gnu.org/licenses/
http://www.gnu.org/licenses/old-licenses/old-licenses.html