Template:OBX license gnu
Jump to navigation
Jump to search
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.
Categories
- need to determine if a category is needed (and which)
- [[:Category:???]]
Sample
GNU licensed under GPL |
{{OBX license gnu|gpl}}
GNU licensed under GPL-2.0 |
{{OBX license gnu|gpl|2.0}}
GNU licensed under LGPL-2.1 |
{{OBX license gnu|lgpl|2.1}}
{{OBX license gnu|link=http://www.gnu.org/licenses/old-licenses/fdl-1.1.html}}