From 0543a720f24f309c695b336539411e4700f5ed4c Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 31 Jul 2024 23:00:29 +0200 Subject: [PATCH] Fix REUSE. --- conversejs/custom/plugins/notes/api.js | 4 ++++ conversejs/custom/shared/components/draggables/index.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/conversejs/custom/plugins/notes/api.js b/conversejs/custom/plugins/notes/api.js index 9836a64d..14d92260 100644 --- a/conversejs/custom/plugins/notes/api.js +++ b/conversejs/custom/plugins/notes/api.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 John Livingston +// +// SPDX-License-Identifier: AGPL-3.0-only + async function openNotes () { const appElement = document.querySelector('livechat-converse-muc-note-app') if (!appElement) { diff --git a/conversejs/custom/shared/components/draggables/index.js b/conversejs/custom/shared/components/draggables/index.js index b2ff8bec..2147a367 100644 --- a/conversejs/custom/shared/components/draggables/index.js +++ b/conversejs/custom/shared/components/draggables/index.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 John Livingston +// +// SPDX-License-Identifier: AGPL-3.0-only + import { CustomElement } from 'shared/components/element.js' import './styles/draggables.scss'