From d75f6d89ff25b92af7be6c7246599b17d53cf856 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 25 Jun 2024 13:16:41 +0200 Subject: [PATCH] Fix SPDX headers. --- shared/lib/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/lib/constants.ts b/shared/lib/constants.ts index 23231517..af4fabc9 100644 --- a/shared/lib/constants.ts +++ b/shared/lib/constants.ts @@ -1 +1,5 @@ +// SPDX-FileCopyrightText: 2024 John Livingston +// +// SPDX-License-Identifier: AGPL-3.0-only + export const channelTermsMaxLength = 400