Remove Apache 2 license from SKILL.md#22322
Merged
krrishdholakia merged 1 commit intoBerriAI:mainfrom Feb 28, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryRemoves an Apache 2.0 license file (
Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| tests/llm_translation/test_skills_data/slack-gif-creator/LICENSE.txt | Deleted Apache 2.0 license file that conflicted with the repo's MIT license. Correct removal. |
| tests/llm_translation/test_skills_data/slack-gif-creator/SKILL.md | Removed the license: Complete terms in LICENSE.txt line from SKILL.md frontmatter, consistent with the LICENSE.txt deletion. |
| tests/llm_translation/test_skills_data/slack-gif-creator.zip | Rebuilt zip file to exclude the removed LICENSE.txt. File size decreased from 16748 to 12585 bytes. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["PR #18232 introduced<br/>Apache 2.0 LICENSE.txt"] --> B["Conflicts with repo's<br/>MIT License"]
B --> C["This PR removes:<br/>LICENSE.txt + reference in SKILL.md"]
C --> D["Rebuild slack-gif-creator.zip<br/>without LICENSE.txt"]
D --> E["License conflict resolved<br/>Only MIT license remains"]
Last reviewed commit: 50c74a8
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.
#18232 (specifically 85c3333) added an Apache 2.0 license file in the repo, which conflicts with the MIT license in the root of the repo. This gets rid of it (and rebuilds the zip file that contained it).