Title: [Docs]: License discrepancy between README.md and LICENSE.md
Description:
There is conflicting licensing information between the project's README and the official LICENSE file. The README.md states that the project is governed by a "Claude Commercial" license, while the actual LICENSE.md file contains the standard text for the MIT License.
Steps to Reproduce:
- Navigate to the
README.md file in the root directory.
- Read the licensing section, which directs users to check
License.md for "Claude Commercial" terms.
- Open the
LICENSE.md file.
- Observe that the text actually contains the open-source MIT License.
Expected Behavior:
The licensing information should be consistent across all repository documentation to ensure legal clarity for users and downstream contributors.
Actual Behavior:
README.md indicates a commercial/proprietary license.
LICENSE.md indicates an open-source (MIT) license.
Environment / Affected Version:
- Version: v0.2.82
- Files Affected:
README.md, LICENSE.md
Additional Context:
Resolving this ambiguity is critical for compliance and usage rights. Could the maintainers please clarify the intended license and update the respective files to match?
Title: [Docs]: License discrepancy between README.md and LICENSE.md
Description:
There is conflicting licensing information between the project's README and the official LICENSE file. The
README.mdstates that the project is governed by a "Claude Commercial" license, while the actualLICENSE.mdfile contains the standard text for the MIT License.Steps to Reproduce:
README.mdfile in the root directory.License.mdfor "Claude Commercial" terms.LICENSE.mdfile.Expected Behavior:
The licensing information should be consistent across all repository documentation to ensure legal clarity for users and downstream contributors.
Actual Behavior:
README.mdindicates a commercial/proprietary license.LICENSE.mdindicates an open-source (MIT) license.Environment / Affected Version:
README.md,LICENSE.mdAdditional Context:
Resolving this ambiguity is critical for compliance and usage rights. Could the maintainers please clarify the intended license and update the respective files to match?