diff options
Diffstat (limited to '__tests__/FileSystemAPIUtils.ts')
-rw-r--r-- | __tests__/FileSystemAPIUtils.ts | 4 |
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' |