Skip to content

docs: fix a typo in LICENSE filename #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"CHANGELOG": true,
"CODE_OF_CONDUCT": true,
"CONTRIBUTING": true,
"LICENCE": true,
"LICENSE": true,
".lycheecache": true,
"lychee-out.md": true
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ This project is available under a dual license:
- ✅ Attribution required
- ✅ Modifications and distributions allowed
- ❌ Commercial use not permitted
- [View MIT License Details](./LICENCE.md)
- [View MIT License Details](./LICENSE.md)
Copy link
Preview

Copilot AI Jul 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link text still refers to "MIT License Details" but based on the dual licensing description above, this appears to be pointing to a non-commercial license rather than MIT. Consider updating the link text to match the actual license type being referenced.

Suggested change
- [View MIT License Details](./LICENSE.md)
- [View MIT License (Non-Commercial) Details](./LICENSE.md)

Copilot uses AI. Check for mistakes.


### 2. Commercial License

Expand Down