Add MIT LICENSE - #17
Closed
Haakam21 wants to merge 2 commits into
Closed
Conversation
This repository is publicly distributed but carried no license file, which leaves the default of all rights reserved and gives users no grant to the code they install. Adds the MIT text already used in agentextract. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The license is being configured in agentmail-docs/fern/generators.yml via the github.license field, so Fern generates and maintains this file. Keeping it in .fernignore would prevent that. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
Author
|
Closing — this repository is generated output. The license is being set upstream in |
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 repository is publicly distributed but carried no license file. Without one the default is all rights reserved, which leaves users installing the published package with no grant to the code.
Adds the MIT text already used verbatim in
agentextract, same copyright holder and year.LICENSEis also registered in.fernignore— without it the next SDK regeneration would delete the file again.🤖 Generated with Claude Code