task: relicense to Apache-2.0 with dual attribution#27
Merged
Conversation
Relicense Retriever from AGPL-3.0-or-later to Apache-2.0, the practice-wide single open-source license. The contributor check is clean (only Chris Krough plus the semantic-release bot), so Backchain LLC holds copyright on all code and the flip is unilateral and valid. - LICENSE: canonical Apache-2.0 text - NOTICE: Copyright (C) 2025 Backchain LLC, links backchain.ai - CITATION.cff: author identity Chris Krough (@ckrough) - backend/pyproject.toml: SPDX Apache-2.0, authors/maintainers Chris Krough, project URLs (Homepage/Repository/Documentation) - README: Apache-2.0 license section, About/Built-by block naming both brands, indexable H1 + keyword first paragraph, reciprocal backlinks - CONTRIBUTING: License of Contributions under Apache-2.0, contributors retain copyright, no CLA/DCO - Apache SPDX header on all 63 backend/src Python files - docs/decisions/019: ADR recording the Apache-2.0 decision - Drop stale frontend references (frontend lives in stacker) Attribution is dual by design: legal/copyright to Backchain LLC, author identity to Chris Krough. Supersedes the two-license split in professional repo-licensing.md (rule update tracked in prof-qy8r). Issue: prof-i63d (relicense Retriever to Apache-2.0)
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 Retriever from AGPL-3.0-or-later to Apache-2.0, the practice-wide single open-source license. Contributor check is clean (only Chris Krough plus the
semantic-releasebot), so Backchain LLC holds copyright on all code and the flip is unilateral and valid.Changes
Copyright (C) 2025 Backchain LLC, links backchain.ai@ckrough)Apache-2.0, authors/maintainers Chris Krough, project URLs (Homepage/Repository/Documentation)backend/srcPython filesAttribution (dual by design)
Verification
mypy --strict: no issues, 63 filespytest: 285 passed, 9 skipped, 87.2% coverage (gate 80%)ruff check/ruff format --check: cleanFollow-ups (not in this PR)
repo-licensing.mdrule update → tracked in prof-qy8rCloses prof-i63d (relicense Retriever to Apache-2.0).