diff options
Diffstat (limited to 'apps/comments/src/mixins/CommentView.ts')
-rw-r--r-- | apps/comments/src/mixins/CommentView.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/comments/src/mixins/CommentView.ts b/apps/comments/src/mixins/CommentView.ts index a49e33f7fd5..c6cb3aa9ee0 100644 --- a/apps/comments/src/mixins/CommentView.ts +++ b/apps/comments/src/mixins/CommentView.ts @@ -1,3 +1,7 @@ +/** + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import axios from '@nextcloud/axios' import { getCurrentUser } from '@nextcloud/auth' import { loadState } from '@nextcloud/initial-state' |