Skip to content

Commit

Permalink
chore: add copyright snippet for shebang comments
Browse files Browse the repository at this point in the history
Signed-off-by: Tristan Partin <tristan@partin.io>
  • Loading branch information
tristan957 committed Aug 27, 2024
1 parent 73c2aaf commit 7e5ae47
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/copyright.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}

0 comments on commit 7e5ae47

Please sign in to comment.