Change license from MIT to Apache 2.0#1
Merged
Merged
Conversation
Relicense MIT -> Apache 2.0 and bump 0.2.0 -> 0.2.1, mirroring rollout-cli
commit d27519f: replace LICENSE with the Apache 2.0 text, set pyproject
license/authors/classifier, update the README license line, add the
("coherence",) explain-catalog entry so `explain coherence` resolves, and
add a CHANGELOG entry.
Diff authored by the local `colleague` backend (Qwen) via rollout-cli's new
/mass-update skill, then verified and folded back.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Review Summary by QodoRelicense from MIT to Apache 2.0 and bump version
WalkthroughsDescription• Relicense project from MIT to Apache 2.0
• Update version 0.2.0 to 0.2.1
• Add ("coherence",) entry to explain catalog
• Update project metadata and documentation
Diagramflowchart LR
MIT["MIT License"] -- "Replace with" --> Apache["Apache 2.0 License"]
Apache -- "Update" --> Metadata["Project Metadata"]
Metadata -- "Includes" --> Version["Version 0.2.1"]
Metadata -- "Includes" --> Authors["Author: Ori Nachum"]
Metadata -- "Includes" --> Classifier["Apache License Classifier"]
Apache -- "Update" --> Catalog["Explain Catalog"]
Catalog -- "Add entry" --> CoherenceEntry["coherence entry"]
Apache -- "Document" --> Changelog["CHANGELOG entry"]
File Changes1. LICENSE
|
Code Review by Qodo
1.
|
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.
Relicenses coherence-cli MIT → Apache 2.0 and bumps
0.2.0 → 0.2.1,mirroring rollout-cli commit
d27519f(its PR #1).Changes
LICENSE, copyright holder Ori Nachum).license = "Apache-2.0",authors = [{name = "Ori Nachum"}], OSI classifier →License :: OSI Approved :: Apache Software License,version0.2.0 → 0.2.1.Apache 2.0 — see \LICENSE``.("coherence",): _ROOTnext to("coherence-cli",)soexplain coherence(the[project.scripts]entry point) resolves — the same explain-self gapd27519ffixed for rollout-cli.[0.2.1]Keep-a-Changelog entry (theversion-checkCI gate requires the bump).Provenance
The diff was authored by the local
colleaguebackend (Qwen) via rollout-cli's new/mass-updateskill — an LLM-driven cross-repo propagator that drivesask-colleague writeper target repo — then verified line-by-line againstd27519fand folded back onto this branch. The CHANGELOG date was corrected (the model emitted a wrong date).