The vsc-spdxheader Documentation

This page documents vsc-spdxheader, a vscode extension for generating shebang, license, and copyright notice headers.

Command

spdxheader: add header

Add optional shebang, SPDX license ID, and copyright notice headers to the file being edited. Reuse the cached license ID and shebang, if any.

spdxheader: add header (select)

Same as spdxheader: add header, but bypass the cached license ID and shebang.

spdxheader: update header

Add the current year to the copyright years of the current Git user.

spdxheader: move license id (workspace)

Replace an old license with a new one.

Configuration