Change license to MIT and update file paths - #74
Merged
Conversation
Updated license field to 'MIT' and modified file paths in 'files' section.
Added steps to copy CHANGELOG.md and LICENSE.md to the project folder.
Updated license information from 'See license file' to 'MIT' and added LICENSE.md to the files list.
Updated the 'pack' script to include CHANGELOG.md and LICENSE.md.
Updated the 'pack' script to include CHANGELOG.md and LICENSE.md.
Updated the 'pack' script to include CHANGELOG.md and LICENSE.md.
Removed steps to copy CHANGELOG.md and LICENSE.md to project folder.
pontemonti
marked this pull request as ready for review
November 19, 2025 18:43
pontemonti
enabled auto-merge (squash)
November 19, 2025 18:44
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR standardizes the licensing across all Agent365 packages by updating the license field to "MIT" and ensuring the LICENSE.md file is properly included in published packages. The changes align with the MIT license already present in the repository root.
- Updated license field from "See license file" to "MIT" in all package.json files
- Modified the "pack" script to copy LICENSE.md from the repository root to each package
- Added LICENSE.md to the "files" array to ensure it's included in published packages
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/agents-a365-tooling/package.json | Updated license field to "MIT", modified pack script to copy LICENSE.md, and added LICENSE.md to files array |
| packages/agents-a365-tooling-extensions-openai/package.json | Updated license field to "MIT", modified pack script to copy LICENSE.md, and added LICENSE.md to files array |
| packages/agents-a365-tooling-extensions-langchain/package.json | Updated license field to "MIT", modified pack script to copy LICENSE.md, and added LICENSE.md to files array |
| packages/agents-a365-tooling-extensions-claude/package.json | Updated license field to "MIT", modified pack script to copy LICENSE.md, and added LICENSE.md to files array |
| packages/agents-a365-runtime/package.json | Updated license field to "MIT", modified pack script to copy LICENSE.md, and added LICENSE.md to files array |
| packages/agents-a365-observability/package.json | Updated license field to "MIT", modified pack script to copy LICENSE.md, and added LICENSE.md to files array |
| packages/agents-a365-observability-extensions-openai/package.json | Modified pack script to copy LICENSE.md and added LICENSE.md to files array (license field was already "MIT") |
| packages/agents-a365-notifications/package.json | Updated license field to "MIT", modified pack script to copy LICENSE.md, and added LICENSE.md to files array |
mrunalhirve128
approved these changes
Nov 19, 2025
juliomenendez
approved these changes
Nov 19, 2025
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.
Updated license field to 'MIT' and modified file paths in 'files' section.