diff --git a/.vscode/copyright.code-snippets b/.vscode/copyright.code-snippets index 9aa0e51..df6be23 100644 --- a/.vscode/copyright.code-snippets +++ b/.vscode/copyright.code-snippets @@ -25,5 +25,17 @@ "", "$4" ] + }, + "copyright-shebang": { + "prefix": "copyright", + "description": "Create the copyright header", + "scope": "yaml", + "body": [ + "# SPDX-License-Identifier: AGPL-3.0-or-later", + "#", + "# SPDX-FileCopyrightText: ${1:year} ${2:name} <${3:email}>", + "", + "$4" + ] } }