docs: add MIT license - #25
Open
mdsaif45 wants to merge 1 commit into
Open
Conversation
The README had a 'License & Governance' section that never named a license, and package.json had no license field, so the project was technically all-rights-reserved despite presenting as open source. - LICENSE: MIT, verbatim canonical text, (c) 2026 MD SAIF - package.json: declare "license": "MIT" - README: state the license under the existing heading
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.
Why
The repo presented as open source — the README has a License & Governance section and the landing page footer says "open source under the project's licence" — but no license was ever declared. Without a LICENSE file the code is legally all-rights-reserved, so nobody could reuse or fork it.
GitHub also reported
license: nullon the repo, and theopen-sourcetopic had nothing backing it.Changes
LICENSEpackage.json"license": "MIT"README.mdNotes
gh api licenses/mit) and is a word-for-word match, so GitHub's license detector will pick it up and show an MIT badge.docs/is untouched and stays ongh-pages.