@license
Syntax
@license identifier
Overview
@license records the licence under which a file or symbol is released. The value is typically an SPDX identifier such as MIT, Apache-2.0, or GPL-3.0.
Example
/**
* @file Core utility functions.
* @license MIT
*/
See also
Official reference: jsdoc.app/tags-license