@use JSDoc

@copyright

Syntax

@overview
@copyright <some copyright text>

Overview

The @copyright tag is used to document copyright information in a file overview comment.

Examples

Example goes here
/**
 * @overview This is my cool script.
 * @copyright Michael Mathews 2011
 */

See Also