Template:Free screenshot: Difference between revisions

From BOINC Projects
Jump to navigation Jump to search
Al Piskun (talk | contribs)
Created page with "<div style="padding:5px; border:1px solid #aaa; background:#f9f9f9;"> This screenshot is of a program released under a free software license. As a derivative work of that program, this screenshot falls under the same license.<br> '''Free software license:''' {{{license|}}} </div>"
 
Al Piskun (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div style="padding:5px; border:1px solid #aaa; background:#f9f9f9;">
<div class="license-box">'''This screenshot''' is of a program released under a free software license. As a [[wikipedia:Derivative work|derivative work]] of that program, this screenshot falls under the same license.<br>
This screenshot is of a program released under a free software license.
'''Free software license:''' {{{license|<span style="color:red">⚠ No license specified — add <code>&#124;license={{LGPL}}</code> or similar.</span>}}}
As a derivative work of that program, this screenshot falls under the same license.<br>
</div><noinclude>
'''Free software license:''' {{{license|}}}
==Usage==
</div>
Use on File: pages to license screenshots of free/open-source software.
 
<nowiki>{{Free screenshot|license={{LGPL}}}}</nowiki>  ← BOINC client (LGPL)
<nowiki>{{Free screenshot|license={{GPL}}}}</nowiki>    ← GPL science apps
 
The <code>license=</code> parameter should be a transcluded license template such as <code>{{[[Template:LGPL|LGPL]]}}</code> or <code>{{[[Template:GPL|GPL]]}}</code>.
[[Category:License templates]]
</noinclude>

Latest revision as of 13:43, 4 June 2026

This screenshot is of a program released under a free software license. As a derivative work of that program, this screenshot falls under the same license.
Free software license: ⚠ No license specified — add |license=
LGPL This work is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This work is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU Lesser General Public License for more details.
or similar.

Usage

Use on File: pages to license screenshots of free/open-source software.

{{Free screenshot|license={{LGPL}}}}   ← BOINC client (LGPL)
{{Free screenshot|license={{GPL}}}}    ← GPL science apps

The license= parameter should be a transcluded license template such as {{LGPL}} or {{GPL}}.