chore: license the project under Apache-2.0#28
Merged
Conversation
Add the Apache-2.0 LICENSE (verbatim), switch the pyproject license from Proprietary to Apache-2.0 with the OSI classifier, and add CONTRIBUTING.md establishing inbound = outbound licensing and the proposals/issues process. Also correct the ea-claude plugin manifest author from the "dworek" nickname to "Adam Dworzyński". Phase 0 of taking EAaC public: the legal gate that lets others contribute.
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
Phase 0 of taking EAaC public — the legal gate that lets others contribute. This is a
licensing/metadata change with no design impact, so it needs no proposal (mechanical per
proposals/README.md).LICENSE— the Apache-2.0 text, verbatim (fetched fromapache.org/licenses/LICENSE-2.0.txt,brackets in the appendix left intact per convention).
pyproject.toml—licenseswitched fromProprietary→Apache-2.0, plus theLicense :: OSI Approved :: Apache Software Licenseclassifier.CONTRIBUTING.md— establishes inbound = outbound Apache-2.0 licensing (no CLA needed fora solo project), the issue → proposal → implementation-PR process, the two PR proof halves,
the surface-parity rule, and Conventional Commits (no
Co-Authored-By).plugins/ea-claude/.claude-plugin/plugin.json—authorcorrected from thedworeknickname to
Adam Dworzyński.No tracking issue — this is the go-public roadmap's Phase 0.
Proof
license + classifier (
pip install -e .returns 0). CI will re-run.docs/— N/A (no contract, schema, or flow change).src/ea_core/**change; the only surface edit is a manifestauthorstring.Session evidence
N/A — no agent-facing behavior in this change.