feat(license): relicense MIT to Apache-2.0 + add CLA v1.1 - #513
Merged
Conversation
- Replace MIT with Apache-2.0 (patent grant + retaliation clause) - Add CLA_INDIVIDUAL.md and CLA_CORPORATE.md (v1.1) - Update CONTRIBUTING.md with Contribution Terms callout at top - Update README badge MIT to Apache-2.0 - Update AGENT.md license references - Add [Unreleased] entry to CHANGELOG.md CLA v1.1 key provisions: - Contributor retains copyright, grants license (not assignment) - CodeCoraDev may sublicense under proprietary/commercial terms - SIAC arbitration (Singapore seat), Indonesian substantive law - CodeCoraDev definition covers successors/assigns/affiliates - Signed-off-by required on all commits Signed-off-by: ajianaz <ajianaz@users.noreply.github.com>
7 tasks
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
Relicense cora-code from MIT to Apache-2.0 and introduce Contributor License Agreement (CLA) v1.1.
Why
CodeCoraDev is moving toward an open-core model (Uteke Cloud). Without Apache-2.0 + CLA:
Apache-2.0 provides the permissive baseline (like Kubernetes, Android, React). CLA v1.1 provides the commercial moat — CodeCoraDev can use contributor code in proprietary products while contributors retain full copyright.
Changes
license = "MIT"→license = "Apache-2.0"[Unreleased]entry addedCLA v1.1 Key Provisions
Signed-off-by:required on all commitsTesting
licensefield matchesCloses #500