@license
Display a hyperlink to a URL for a license
Gregory Beaver
Copyright 2002, Gregory Beaver
(phpDocumentor 1.2+)
@license
URL
name of license
Description
You may use the @license tag to document any element (include, page, class, function, define, method, variable)
URL is any valid Uniform Resource Locator that points to the full text of a license. The description for the license is optional
Example
Here's an example:
- /**
- * Displays <a href="http://opensource.org/licenses/gpl-license.php">GNU Public License</a>
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- */
- class opensource_class {...}