Licensing & governance foundation (entity name, CLA, trademark, patents)#4
Open
imonacloud wants to merge 1 commit into
Open
Licensing & governance foundation (entity name, CLA, trademark, patents)#4imonacloud wants to merge 1 commit into
imonacloud wants to merge 1 commit into
Conversation
…emark, patents Establishes the licensing/optionality posture (no relicensing of the open core): - Fix README "License" section (was incorrectly "MIT") to reflect the real dual-license: Apache-2.0 (code) + CC BY 4.0 (spec/docs) + RF patent grant. - Correct copyright entity "Auxo" -> "Project Auxo, Inc." across NOTICE, LICENSE, LICENSE-DOCS, ~30 package author fields, and a doc reference. - Add CLA.md (license-back to Project Auxo, Inc. with relicensing + patent rights) + a CLA-assistant workflow + CONTRIBUTING step. [DRAFT, pending legal review] - Add TRADEMARK.md (CHP / CHP-Certified marks; conformance-gated certification) and a trademark notice in NOTICE. [DRAFT] - Add PATENTS (royalty-free patent grant for implementing the spec, scoped to essential claims; defensive termination). [DRAFT] - Add GOVERNANCE.md (per-asset license map + the open/commercial boundary) and docs/adapter-strategy.md (open / commercial / certified three-tier model). Conformance suite green; all pyproject.toml parse. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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.
Locks in CHP's licensing posture for maximal optionality without restricting the open core. Grounded in a review that found the architecture already sound (Apache code + CC BY 4.0 spec) but with concrete gaps.
Fixes & additions
LICENSE/NOTICEsay Apache-2.0 + CC BY 4.0. Now accurate (per-asset).Auxo→Project Auxo, Inc.acrossNOTICE,LICENSE,LICENSE-DOCS, ~30 package author fields, one doc ref.CLA.md+.github/workflows/cla.yml+CONTRIBUTING.md): contributions license-back to Project Auxo, Inc. with relicensing + patent rights — the keystone that preserves dual-/re-licensing optionality.TRADEMARK.md+NOTICE): "CHP"/"CHP-Certified" marks; conformance-gated certification.PATENTS): royalty-free grant to implement the spec (essential claims, defensive termination) — makes "anyone can implement" legally real while reserving rights above the protocol line.GOVERNANCE.md,docs/adapter-strategy.md): the open/commercial boundary + the open/commercial/certified adapter tiers.CLA.md,TRADEMARK.md, andPATENTSare marked DRAFT — pending legal review (adapted from standard templates, not yet counsel-reviewed). The CLA-assistant bot needs a one-timeCLA_SIGNATURES_TOKENrepo secret.Verification
conformance/runner.py); all 34pyproject.tomlparse.🤖 Generated with Claude Code