Skip to content

Commit a8f1474

Browse files
committed
chore: add missing REUSE headers
Signed-off-by: Jonas <jonas@freesources.org>
1 parent 5a04892 commit a8f1474

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

eslint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
5+
16
import { recommended } from '@nextcloud/eslint-config'
27
import pluginCypress from 'eslint-plugin-cypress'
38
import { defineConfig, globalIgnores } from 'eslint/config'

src/TextEditorEmbed.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
5+
16
import type { EventHandler } from '@nextcloud/event-bus'
27
import type { Editor } from '@tiptap/core'
38
import type { Node } from '@tiptap/pm/model'

src/createTable.ts

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

38
import { createApp, defineAsyncComponent, h, reactive, useTemplateRef } from 'vue'

src/tests/testHelpers/testEditor.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
5+
16
import type { Extensions } from '@tiptap/core'
27
import type { Doc } from 'yjs'
38

0 commit comments

Comments
 (0)