Adopt EUPL-1.2: add missing LICENSE, SPDX headers on all Python files, CI gate - #7
Open
sumerjohal wants to merge 1 commit into
Open
Adopt EUPL-1.2: add missing LICENSE, SPDX headers on all Python files, CI gate#7sumerjohal wants to merge 1 commit into
sumerjohal wants to merge 1 commit into
Conversation
…ions Companion to agstack/ar2#17 and agstack/ar2-hub#8. This repo had no LICENSE file at all while GOVERNANCE.md and README.md declared Apache 2.0 in prose -- unlicensed by default, and permissive if the prose had been honored, either way contradicting the one-standard copyleft intent for the permission office (grants, revocation, audit ledger). LICENSE is the canonical EUPL-1.2 text; every tracked Python file carries the SPDX header; prose declarations corrected in the same commit; scripts/license_check.sh gates it all in CI. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Why
Companion to agstack/ar2#17 and agstack/ar2-hub#8.
This repo was in the worst state of the three: no LICENSE file at all (unlicensed code is all-rights-reserved by default — nobody may legally reuse it), while
GOVERNANCE.mdandREADME.mddeclared "Apache 2.0" in prose. Apache-2.0 is permissive: had the declaration been honored, it would have allowed exactly the closed, modified fork this change exists to prevent. Pancake holds the permission office — grant issuance, revocation, the audit ledger — which is core logic the one-standard policy must cover.EUPL-1.2's copyleft attaches to "providing access to its essential functionalities" (§1, §5), so it binds hosted forks, not just distributed ones.
What
LICENSEadded: canonical EUPL-1.2 English text (sha256-pinned).GOVERNANCE.mdandREADME.mdlicense declarations corrected to EUPL-1.2 (code) / CC BY 4.0 (documentation) in the same commit, so prose and file cannot diverge again unnoticed.scripts/license_check.sh+ gatinglicensejob inci.yml.Before merging
Lint (
ruff check services/pancake_services services/tests) passes locally with the headers in place.