Add .licensefoundry/manifest.yaml (machine-readable license metadata)#154
Open
licensefoundry-bot wants to merge 1 commit into
Open
Add .licensefoundry/manifest.yaml (machine-readable license metadata)#154licensefoundry-bot wants to merge 1 commit into
licensefoundry-bot wants to merge 1 commit into
Conversation
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.
This PR adds a
.licensefoundry/manifest.yamlfile at the repo root — machine-readable license metadata that lets AI training pipelines parse yourApache-2.0license without natural-language inference.Why
Modern AI tools training on open-source content need a structured way to know what's allowed: training, retrieval-augmented generation, embedding, display, derivatives, commercial use, attribution requirements. The plain-text license file tells humans; the manifest tells machines.
This PR was opened automatically by the licensefoundry OSS bot. The bot opens at most one PR per repo per lifetime — you'll never see another one from us against this repo, regardless of whether you merge or close.
Disclaimer
What's in the manifest
The default rights and scope reflect a reasonable reading of
Apache-2.0. Edit any field before merging if it doesn't match your intent — the file is yours once merged.See the sidecar format spec for the field-by-field schema.
Not interested?
Close this PR. The bot will not open another against this repo, ever. If you'd prefer the bot never approaches any of your repositories again, close this PR with a comment containing
licensefoundry-no-thankson its own line — the bot's webhook will add your account to the deny-list automatically.🤖 Bot homepage: https://licensefoundry.com/oss
📄 Format spec: https://licensefoundry.com/spec/sidecar
📜 Bot operating policy: https://licensefoundry.com/spec/oss-bot-policy