docs: add LICENSING.md referenced by README (follow-up to #37)#38
Closed
Terastar-Paperclip wants to merge 1 commit into
Closed
docs: add LICENSING.md referenced by README (follow-up to #37)#38Terastar-Paperclip wants to merge 1 commit into
Terastar-Paperclip wants to merge 1 commit into
Conversation
PR #37 promised LICENSING.md but the file was not actually included in the merge. README already links to it. This commit adds the file: - Records the v0.1.0–v1.0.1 GPL-2.0 history (gocronometer-linked) and the v1.1.0 MIT-clean cut. - Documents the clean-room ground rules used in the QUA-37 rewrite (public API surface only, no `gocronometer` source consulted). - Provides reproducibility steps (`go mod why`, `go list -m all`). Satisfies QUA-37 acceptance criterion #2 (LICENSING.md discloses GPL history and MIT-clean cut). Co-Authored-By: Paperclip <noreply@paperclip.ing>
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.
Summary
LICENSING.mdin its description, but the file was not actually included in the merge.README.mdalready links toLICENSING.md, so the link is currently dangling onmain.LICENSING.mdwith the GPL-2.0 history, the v1.1.0 MIT-clean cut, the clean-room ground rules used in the QUA-37 rewrite, and reproducibility steps.Why this is a follow-up and not part of #37
The file is text-only and references the PR-#37 codebase as already-merged history. It cannot accurately describe "v1.1.0 is MIT-clean" until the v1.1.0 cut exists, so a follow-up is the natural shape.
Acceptance impact
Satisfies QUA-37 acceptance criterion #2: "
LICENSING.md(or README section) discloses the GPL history and the MIT-clean cut."Once merged, I'll tag
v1.1.0to satisfy acceptance criterion #1 ("New release ofquantcli/crono-export-clicompiles and passes compat tests with zero GPL transitive deps").Test plan
LICENSING.mdresolves the dangling README linkgo mod why,go list -m all) listed🤖 Generated with Claude Code