chore(license): normalise the last stray AGPL-3.0 SPDX declaration to EUPL-1.2 - #282
Merged
rubenvdlinde merged 1 commit intoAug 5, 2026
Merged
Conversation
… EUPL-1.2 tests/e2e/docs-screenshots.spec.ts declared SPDX-License-Identifier: AGPL-3.0-or-later while every other licence signal in the repo (LICENSE, composer.json, package.json, appinfo/info.xml and every lib/**.php @license tag) says EUPL-1.2. The file carries 'SPDX-FileCopyrightText: 2026 Scholiq Contributors', so it is ours. Header-only change; PHPUnit (898 tests) and the node:test JS unit suite (5 tests) are identical before and after. gate-28: PASS -> PASS.
Contributor
Quality Report — ConductionNL/scholiq @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| check-specs | ✅ | ||||
| composer | ✅ | ✅ 100/100 | |||
| npm | ✅ | ✅ 750/750 | |||
| PHPUnit | ✅ | ||||
| Newman | ⏭️ | ||||
| Playwright | ⏭️ | ||||
| Hydra gates | ❌ |
Quality workflow — 2026-08-05 18:17 UTC
Download the full PDF report from the workflow artifacts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
One file —
tests/e2e/docs-screenshots.spec.ts— still declaredSPDX-License-Identifier: AGPL-3.0-or-later, while every other licence signal in therepo says EUPL-1.2:
LICENSE(EUPL-1.2 text),composer.json,package.json,appinfo/info.xml(<licence>EUPL-1.2</licence>), and everylib/**/*.php@licensetag. The file carries
SPDX-FileCopyrightText: 2026 Scholiq Contributors, so it is oursto normalise.
That was the only stray declaration in the repo.
Deliberately NOT changed
LICENSE:177— "GNU Affero General Public License (AGPL) v. 3" is an entry in theEUPL-1.2's own Appendix of compatible licences, not a declaration of this repo's licence.
docs/Features/features.md(lines 13, 42, 76) — AGPL-3.0 / GPL-3.0 / ECL-2.0 there arethe licences of competitor products (Canvas LMS, Open edX, Moodle…) in a market
comparison. Not ours to change and factually correct as written.
openspec/changes/archive/2026-07-07-fix-manifest-licence-eupl/**— an archived changethat quotes the old
<licence>agpl</licence>value as the problem it fixed. Rewritingarchived history would destroy the record.
docs/static/oas/scholiq.jsonandlib/Settings/scholiq_register.json—"license"keys are OpenAPI/JSON-Schema data fields, not declarations on those files.
sbom.cdx.json— generated SBOM recording dependencies' licences.@copyright/SPDX-FileCopyrightTextlines.Verification
Run identically before and after (PHPUnit under PHP 8.5 in a container — host PHP is 8.2,
below this repo's
^8.3):npm run test:js-unitnpm run test:e2e(Playwright) was not run — it requires a live Nextcloud instanceserving this app and is not conditioned by a header change.