Add Apache license and clarify its scope - #3
Merged
Merged
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
The changes are documentation and licensing additions consistent with the existing archive build/verification behavior and do not alter runtime logic.
Pull request overview
Adds Apache License 2.0 coverage for the repository’s plugin packaging and bundled skill distribution, and documents the expectation that released skill archives carry the full license text.
Changes:
- Added Apache License 2.0 text at the repository root.
- Added the same LICENSE text to the bundled skill directory so it is included in skill zip artifacts.
- Documented the LICENSE-in-archive requirement in release docs and clarified license scope in the README.
File summaries
| File | Description |
|---|---|
| LICENSE | Adds Apache License 2.0 text at repo root. |
| skills/kedify-mcp-autoscaling-debug/LICENSE | Ensures the skill directory includes a LICENSE file so archives carry the full license text. |
| RELEASING.md | Updates the documented skill archive layout/rules to include LICENSE. |
| README.md | Adds a License section clarifying scope (repo artifacts vs hosted services). |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
wozniakjan
approved these changes
Sep 8, 2026
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.
Add Apache License 2.0 terms for the public plugin packaging and bundled skills. Include the full license in the skill directory so the existing release builder carries it into each current skill archive, and document the archive requirement. Hosted service access remains governed separately.
Validation: plugin and skill validation passed; built and verified the skill archive and confirmed its LICENSE exactly matches the root text; staged whitespace checks passed.