Template:BSD/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:BSD. It contains usage information, categories and other content that is not part of the original template page. |
Usage
This template defaults to the 3-clause version, but may be used for any of the BSD licenses, by adding a parameter:
{{BSD|4}}
— This will show the original 4-clause license.{{BSD|3}}
— This is the same as {{BSD}}, and will show the new 3-clause license.{{BSD|2}}
— This will show the FreeBSD 2-clause license.{{BSD}}
— This will show the same as {{BSD|3}}, and will show the new 3-clause license.
The text of the license may be customized with the year
, owner
and organization
parameters:
{{BSD|4|year=2009|owner=[[User:Jimbo Wales|Jimbo Wales]]|organization=the Wikimedia Foundation}}
gives:
BSD License Copyright © 2009, Jimbo Wales Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
{{BSD|3|year=2009|owner=[https://en.wikipedia.org/wiki/User:Jimbo_Wales Jimbo Wales]}}
gives:
BSD License Copyright © 2009, Jimbo Wales Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
{{BSD|2|year=2009}}
gives:
{{BSD}}
gives:
See also
- {{BSD-lic}}