From 16d979c4fd3ec1c5c08ffccd49d6b92e2314b64d Mon Sep 17 00:00:00 2001 From: John Livingston Date: Mon, 25 Sep 2023 17:18:42 +0200 Subject: [PATCH] license --- support/forbidden_words/import-wikimedia.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/support/forbidden_words/import-wikimedia.mjs b/support/forbidden_words/import-wikimedia.mjs index 6596027a..327b146f 100644 --- a/support/forbidden_words/import-wikimedia.mjs +++ b/support/forbidden_words/import-wikimedia.mjs @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2023 John Livingston +// +// SPDX-License-Identifier: AGPL-3.0-only + import { Command } from 'commander' const program = new Command()