aboutsummaryrefslogtreecommitdiffstats
path: root/__tests__/FileSystemAPIUtils.ts
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-05-09 20:20:32 +0200
committerAndy Scherzinger <info@andy-scherzinger.de>2024-05-10 11:07:50 +0200
commit1df96b041735d105f3e0043fd0868e159ddaff10 (patch)
treed252071219a43086c13bb6200791781ed95c3425 /__tests__/FileSystemAPIUtils.ts
parent3669608b23a5a2dc4a70007a3a015f38d12743eb (diff)
downloadnextcloud-server-1df96b041735d105f3e0043fd0868e159ddaff10.tar.gz
nextcloud-server-1df96b041735d105f3e0043fd0868e159ddaff10.zip
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to '__tests__/FileSystemAPIUtils.ts')
-rw-r--r--__tests__/FileSystemAPIUtils.ts4
1 files changed, 4 insertions, 0 deletions
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'