Template:License
From PDWiki
The License template is used to generate a standard copyright notice using a common open source license. The license generated by this template will be placed under the heading "License" on the including page; you should also make a copy of it and submit it to the depot with your project files. (You are not required to use this template; it is just provided as a convenience so that you don't have to copy and paste a pre-existing license into your project page.)
Usage
{{ License | type | author | year | organization }}
Type can be "BSD", "GPL", "PPL", or "Jam". If no recognizable license type is specified, the generic Public Depot license will be generated instead. The organization parameter is only used by the BSD license, and will default to "the Perforce Public Depot" if not specified.
If you would like another license to be supported by this template, please suggest it on the Talk page.
License
Copyright (c) Bob Small, 2008. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL PERFORCE SOFTWARE, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
