summaryrefslogtreecommitdiffstats
path: root/src/__mocks__
diff options
context:
space:
mode:
Diffstat (limited to 'src/__mocks__')
-rw-r--r--src/__mocks__/router.js4
-rw-r--r--src/__mocks__/tabbable.js4
-rw-r--r--src/__mocks__/webdav.js4
3 files changed, 12 insertions, 0 deletions
diff --git a/src/__mocks__/router.js b/src/__mocks__/router.js
index 62ecadadd..613e74aa4 100644
--- a/src/__mocks__/router.js
+++ b/src/__mocks__/router.js
@@ -1,3 +1,7 @@
+/**
+ * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
import VueRouter from 'vue-router'
const Stub = {
diff --git a/src/__mocks__/tabbable.js b/src/__mocks__/tabbable.js
index c7d1bc154..70b8842ed 100644
--- a/src/__mocks__/tabbable.js
+++ b/src/__mocks__/tabbable.js
@@ -1,3 +1,7 @@
+/**
+ * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
// https://github.com/focus-trap/tabbable#testing-in-jsdom
const lib = jest.requireActual('tabbable')
diff --git a/src/__mocks__/webdav.js b/src/__mocks__/webdav.js
index abd0f2bd6..15d4e70d8 100644
--- a/src/__mocks__/webdav.js
+++ b/src/__mocks__/webdav.js
@@ -1,3 +1,7 @@
+/**
+ * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
// eslint-disable-next-line n/no-unpublished-import
import { createClient } from 'webdav'