reuse: add SPDX headers to PHP source files, templates, and JS/CSS

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-11 10:10:37 +00:00
committed by GitHub
parent ac02e17a20
commit a2f5895265
70 changed files with 331 additions and 119 deletions

View File

@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2025 Nextcloud GmbH <https://nextcloud.com>
// SPDX-License-Identifier: AGPL-3.0-only
import { defineConfig, devices } from '@playwright/test'
/**

View File

@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2025 Nextcloud GmbH <https://nextcloud.com>
// SPDX-License-Identifier: AGPL-3.0-only
import { test, expect } from '@playwright/test';
import { writeFileSync } from 'node:fs'

View File

@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2025 Nextcloud GmbH <https://nextcloud.com>
// SPDX-License-Identifier: AGPL-3.0-only
import { test, expect } from '@playwright/test';
import { readFileSync } from 'node:fs';