@copyright

(phpDocumentor 0.1+ )

@copyright --  Document Copyright information

Description

@copyright copyright string

You may use the @copyright tag to document the copyright information of any element that can be documented (global variable, include, constant, function, define, class, variable, method, page). phpDocumentor will display the copyright string unaltered.

Here's an example:

/**
* Page-Level DocBlock example.
* @author Gregory Beaver 
* @copyright Copyright © 2002, Gregory Beaver
*/
/**
* function datafunction
*/
function datafunction()
{
...
}