Add license file#17
Conversation
Signed-off-by: Gris Ge <cnfourt@gmail.com>
There was a problem hiding this comment.
Code Review
This pull request adds a LICENSE-MIT file to the project. The review feedback identifies that the license text includes a non-standard paragraph (lines 11-17) regarding the modification of bug reporting information. This custom clause creates a discrepancy with the standard MIT license specified in the package metadata, which may cause issues with automated license detection and compliance tools.
| Distributions of all or part of the Software intended to be used by the | ||
| recipients as they would use the unmodified Software, containing modifications | ||
| that substantially alter, remove, or disable functionality of the Software, | ||
| outside of the documented configuration mechanisms provided by the Software, | ||
| shall be modified such that the Original Author's bug reporting email addresses | ||
| and urls are either replaced with the contact information of the parties | ||
| responsible for the changes, or removed entirely. | ||
|
|
There was a problem hiding this comment.
The included paragraph (lines 11-17) is not part of the standard MIT license. Since the project's Cargo.toml specifies 'MIT' as the license, this additional clause creates a discrepancy that may interfere with automated license detection and compliance. It is recommended to use the standard MIT license text to ensure consistency with the package metadata.
No description provided.