Skip to content

Commit 3901276

Browse files
committed
REUSE fix
Signed-off-by: dartcafe <github@dartcafe.de>
1 parent 1967dc7 commit 3901276

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

external.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2025 Nextcloud contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
5+
16
declare module 'vue-material-design-icons/*'
27
declare module 'v-click-outside'

src/helpers/modules/comments.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2025 Nextcloud contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
5+
16
import { Comment } from '../../Types'
27

38
function groupComments(inputArray: Comment[]) {

src/plugins/piniaDebounce.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2025 Nextcloud contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
5+
16
import { PiniaPluginContext } from 'pinia'
27
import debounce from 'lodash/debounce'
38

0 commit comments

Comments
 (0)