From 18c09cf76d4c898d3aa03d88873213dbc32f23d7 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 9 Dec 2024 09:50:20 +0000 Subject: [PATCH] add a header --- src/soundUtils.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/soundUtils.ts b/src/soundUtils.ts index ed12cfeb..162091b7 100644 --- a/src/soundUtils.ts +++ b/src/soundUtils.ts @@ -1,3 +1,10 @@ +/* +Copyright 2024 New Vector Ltd. + +SPDX-License-Identifier: AGPL-3.0-only +Please see LICENSE in the repository root for full details. +*/ + import { logger } from "matrix-js-sdk/src/logger"; type SoundDefinition = { mp3?: string; ogg: string };