License printworks under Apache-2.0; bundle LGPL notices for imagepipe/rawloader - #2
Merged
Merged
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AKmYgyL2p8FVFu9Wx13t4K
imagepipe (LGPL-3.0-only) and rawloader (LGPL-2.1) are statically linked. Since printworks has no dynamic-linking mechanism to satisfy LGPLv3 §4(d)(1), this uses the §4(d)(0) route instead: publish full source with the dependency versions pinned, so a modified library can be relinked via a Cargo [patch]. Bundles the required license copies (GPLv3, LGPLv3, LGPLv2.1) and documents the notices in THIRD-PARTY-LICENSES.md, referenced from the README. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AKmYgyL2p8FVFu9Wx13t4K
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
LICENSE,license = "Apache-2.0"inCargo.toml).imagepipe(LGPL-3.0-only) andrawloader(LGPL-2.1). LGPL permits linking from an Apache-licensed application, but requires notices and a way for users to relink against a modified library.[patch]entry + rebuild.licenses/GPL-3.0.txt,licenses/LGPL-3.0.txt,licenses/LGPL-2.1.txt) and documents the notices inTHIRD-PARTY-LICENSES.md, referenced from the README's License section.Test plan
cargo metadataconfirms the package now resolveslicense = "Apache-2.0".cargo buildunaffected (no source changes, only metadata/docs/license files).🤖 Generated with Claude Code
https://claude.ai/code/session_01AKmYgyL2p8FVFu9Wx13t4K