Skip to content

Commit

Permalink
chore(vscode): move the REUSE compliance to the file
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 30, 2024
1 parent 0df8457 commit c2e6562
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .vscode/copyright.code-snippets
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
/* SPDX-License-Identifier: AGPL-3.0-or-later
*
* SPDX-FileCopyrightText: 2024 Tristan Partin <tristan@partin.io>
*/

{
"copyright-clike": {
"prefix": "copyright",
"description": "Create the copyright header",
"scope": "css,javascript,typescript",
"scope": "css,javascript,jsonc,typescript",
"body": [
"/* SPDX-License-Identifier: AGPL-3.0-or-later",
" *",
Expand Down
1 change: 0 additions & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ SPDX-PackageName = "splitsies"

[[annotations]]
path = [
".vscode/copyright.code-snippets",
"ui/package.json",
"ui/package-lock.json",
]
Expand Down

0 comments on commit c2e6562

Please sign in to comment.