Template:License: Difference between revisions

From Emulation General Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
Line 47: Line 47:
  | PublicDomain = [[wikipedia:Public-domain software|Public domain]]
  | PublicDomain = [[wikipedia:Public-domain software|Public domain]]
  | PD = [[wikipedia:Public-domain software|Public domain]]
  | PD = [[wikipedia:Public-domain software|Public domain]]
| PDEQ = [[wikipedia:Public-domain-equivalent license|Public domain equivalent]]
  | NC = [[Licensing#Non-commercial_software|Non-commercial]]
  | NC = [[Licensing#Non-commercial_software|Non-commercial]]
  | SA = [[wikipedia:Source-available software|Source-available]]
  | SA = [[wikipedia:Source-available software|Source-available]]
Line 125: Line 126:
* '''<nowiki>{{license|Multi}}</nowiki>''' for {{license|Multi}};
* '''<nowiki>{{license|Multi}}</nowiki>''' for {{license|Multi}};
* '''<nowiki>{{license|Dual}}</nowiki>''' for {{license|Dual}};
* '''<nowiki>{{license|Dual}}</nowiki>''' for {{license|Dual}};
* '''<nowiki>{{license|PD}}</nowiki>''' or '''<nowiki>{{license|PublicDomain}}</nowiki>''' for {{license|PublicDomain}}; (also for [[Wikipedia:Public-domain-equivalent license|Public-domain-equivalent licenses]])
* '''<nowiki>{{license|PD}}</nowiki>''' or '''<nowiki>{{license|PublicDomain}}</nowiki>''' for {{license|PD}}
* '''<nowiki>{{license|PDEQ}}</nowiki>'''  for {{license|PDEQ}}
* '''<nowiki>{{license|NC}}</nowiki>''' for {{license|NC}};
* '''<nowiki>{{license|NC}}</nowiki>''' for {{license|NC}};
* '''<nowiki>{{license|SA}}</nowiki>''' for {{license|SA}};
* '''<nowiki>{{license|SA}}</nowiki>''' for {{license|SA}};
Line 151: Line 153:
|<code><nowiki>{{Red}}</nowiki></code>
|<code><nowiki>{{Red}}</nowiki></code>
|}
|}
* Green for {{License|Open}}, {{License|Permissive}}, {{License|Copyleft}}, {{License|PD}} (and [[Wikipedia:Public-domain-equivalent license|Public-domain-equivalent]]) licenses
* Green for {{License|Open}}, {{License|Permissive}}, {{License|Copyleft}}, {{License|PD}}, and {{License|PDEQ}} licenses
* Yellow for {{License|NC}} licenses
* Yellow for {{License|NC}} licenses
* Red for {{License|Proprietary}} and {{License|SA}} licenses  
* Red for {{License|Proprietary}} and {{License|SA}} licenses  
Lists of licenses and their categorization are provided by the GNU project [https://www.gnu.org/licenses/license-list.html here] and by OSI [https://opensource.org/licenses here].
Lists of licenses and their categorization are provided by the GNU project [https://www.gnu.org/licenses/license-list.html here] and by OSI [https://opensource.org/licenses here].
[[Category:Table cells]][[Category:Tables templates]] </noinclude>
[[Category:Table cells]][[Category:Tables templates]] </noinclude>

Latest revision as of 06:11, 11 December 2024


Usage

For GNU GPL licensed software, use:

  • {{license|GPL}} for GPL;
  • {{license|GPLv1}} for GPLv1;
  • {{license|GPLv2}} for GPLv2;
  • {{license|GPLv3}} for GPLv3;

For GNU LGPL licensed software, use:

  • {{license|LGPL}} for LGPL;
  • {{license|LGPLv2}} for LGPLv2;
  • {{license|LGPLv21}} for LGPLv2.1;
  • {{license|LGPLv3}} for LGPLv3;

For Affero AGPL/GNU AGPL licensed software, use:

  • {{license|AGPLv1}} for AGPLv1;
  • {{license|AGPLv3}} for AGPLv3;

For BSD licensed software, use:

For MIT licensed software, use:

  • {{license|MIT}} for MIT;

For Apache licensed software, use:

For MPL licensed software, use:

For Creative Commons licensed software, use:

For Artistic license licensed software, use:

For software using other licenses, use:

For types of licenses use:

For Proprietary software use:

Color templates

[edit source]

When used in the License column in pages it can be combined with three color templates:

Color Template call
Green {{Green}}
Yellow {{Yellow}}
Red {{Red}}

Lists of licenses and their categorization are provided by the GNU project here and by OSI here.