From c2e6562a53a5aa2e83f403aed08c4ee294065fb0 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Fri, 30 Aug 2024 17:45:32 -0500 Subject: [PATCH] chore(vscode): move the REUSE compliance to the file Signed-off-by: Tristan Partin --- .vscode/copyright.code-snippets | 7 ++++++- REUSE.toml | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.vscode/copyright.code-snippets b/.vscode/copyright.code-snippets index df6be23..177ca6e 100644 --- a/.vscode/copyright.code-snippets +++ b/.vscode/copyright.code-snippets @@ -1,8 +1,13 @@ +/* SPDX-License-Identifier: AGPL-3.0-or-later + * + * SPDX-FileCopyrightText: 2024 Tristan Partin + */ + { "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", " *", diff --git a/REUSE.toml b/REUSE.toml index f9dc160..0096811 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -8,7 +8,6 @@ SPDX-PackageName = "splitsies" [[annotations]] path = [ - ".vscode/copyright.code-snippets", "ui/package.json", "ui/package-lock.json", ]