From 1df96b041735d105f3e0043fd0868e159ddaff10 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 9 May 2024 20:20:32 +0200 Subject: chore: Add SPDX header Signed-off-by: Andy Scherzinger --- __tests__/FileSystemAPIUtils.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to '__tests__/FileSystemAPIUtils.ts') diff --git a/__tests__/FileSystemAPIUtils.ts b/__tests__/FileSystemAPIUtils.ts index efb273e9dcd..d03bbf2d586 100644 --- a/__tests__/FileSystemAPIUtils.ts +++ b/__tests__/FileSystemAPIUtils.ts @@ -1,3 +1,7 @@ +/** + * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import { basename } from 'node:path' import mime from 'mime' -- cgit v1.2.3