diff options
Diffstat (limited to 'apps/files/src/vue.d.ts')
-rw-r--r-- | apps/files/src/vue.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/src/vue.d.ts b/apps/files/src/vue.d.ts index af81b34de56..fc8714d418b 100644 --- a/apps/files/src/vue.d.ts +++ b/apps/files/src/vue.d.ts @@ -1,3 +1,7 @@ +/** + * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import type { Navigation } from '@nextcloud/files' declare module 'vue/types/vue' { |