@License
The @License annotation to specify the license for a component. It is optional meta data. If not present it is assumed the component is in the public domain and there are no restrictions for its reuse. The license can be in lined text, however it is recommended to use a URL to point to the license text.
Synopsis
@License(<String>)
arg - the license text or a URL to its location
Type
Documentation Annotation
Scope
Class (subroutine)
Example
! @Description("CSMLite Plant Component")
...
! @License("http://www.gnu.org/licenses/gpl-2.0.html")
...
! @Execute
SUBROUTINE Plant
...