Clarify Cedar Detect licensing + add bin/ license and README#448
Merged
Conversation
Cedar Detect (the prebuilt server binaries in bin/) is published under the Functional Source License (FSL-1.1-MIT), which excludes commercial/competing use. PiFinder bundles and ships it commercially under a separate license granted expressly by the copyright holder. Make this explicit: - Top-level README: distinguish Cedar Solve (Apache-2.0) from Cedar Detect (FSL-1.1-MIT), state PiFinder's commercial use is by express separate permission, and point to bin/. Also fix the "Ceder" typo and the broken [smroid] link. - bin/README.md: describe the binaries, link to the upstream repo, and explain the FSL terms and PiFinder's separate commercial grant. - bin/LICENSE-cedar-detect.md: verbatim copy of the upstream Cedar Detect license (FSL-1.1-MIT), satisfying its redistribution requirement to include the terms and retain the copyright notice. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Makes the Cedar Detect licensing situation explicit. Cedar Detect (the prebuilt server binaries in
bin/) is published under the Functional Source License (FSL-1.1-MIT), which excludes commercial/competing use. Because PiFinder is also offered commercially, it bundles and ships these binaries under a separate license granted expressly by the copyright holder (Steven Rosenthal / smroid), not under the public FSL terms. The FSL itself invites this: "The Software is available to be licensed under different terms; please contact the copyright holder."Changes
README.md— Distinguish the two upstream libraries: Cedar Solve is Apache-2.0 (permissive), Cedar Detect is FSL-1.1-MIT. State that PiFinder's commercial bundling of Cedar Detect is by express separate permission, and link tobin/. Also fixes the "Ceder" typo and the broken[smroid]markdown link in the same paragraph.bin/README.md(new) — Describes the two binaries (aarch64/arm64), links to the upstream repo, and explains the FSL terms vs. PiFinder's separate commercial grant. Notes the distinction from the project's own GPL-3.0 license.bin/LICENSE-cedar-detect.md(new) — Verbatim copy of the upstream Cedar Detect license (FSL-1.1-MIT), including the copyright notice. The FSL's redistribution clause requires including a copy of (or link to) the terms and retaining copyright notices; this satisfies it.Notes
smroid/cedar-detect@master/LICENSE.md) rather than transcribed.🤖 Generated with Claude Code