Skip to content

Commit 0283d07

Browse files
committed
chore: add missing license headers
Signed-off-by: Hamza <[email protected]>
1 parent d916b67 commit 0283d07

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

cypress/e2e/actions/edit.cy.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 GmbH and Nextcloud contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
5+
16
describe('Open the new saved as image', function() {
27
before(function() {
38
cy.createRandomUser().then(user => {

src/services/FetchFile.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 GmbH and Nextcloud contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
5+
16
import { getClient, getDefaultPropfind, getRootPath, resultToNode } from '@nextcloud/files/dav'
27
import type { FileStat, ResponseDataDetailed } from 'webdav'
38
import type { Node } from '@nextcloud/files'

0 commit comments

Comments
 (0)