Skip to content

chore: add MIT LICENSE file#14

Merged
chatgptprojects merged 1 commit intochatgptprojects:mainfrom
bluzername:fix/add-license-file
Apr 3, 2026
Merged

chore: add MIT LICENSE file#14
chatgptprojects merged 1 commit intochatgptprojects:mainfrom
bluzername:fix/add-license-file

Conversation

@bluzername
Copy link
Copy Markdown
Contributor

Problem

The repo is a guide about open-source AI coding tools but it don't have a license file itself. Without a LICENSE file, the content is technically all-rights-reserved by copyright law. This mean technically nobody is allowed to copy, modify, or redistribute the guide without explicit permission.

This is ironic for a project that promote open source. Also GitHub show "No license" on the repo page which might make people hesitate to contribute or fork.

What I changed

Added MIT LICENSE file. MIT is the most common and permissive license for documentation repositories. It allow anyone to use, share, and modify the content freely with only requirement to include the copyright notice.

The README already have license badges for each tool listed (Apache 2.0, MIT, etc) - now the guide itself also have a clear license.

The repo promote open-source tools but didn't have a license
file itself. Without a license, the content is technically
all-rights-reserved by default which is against the spirit
of the project.

Added MIT license which is the most permissive and common
choice for documentation and guide repositories. This allow
anyone to use, modify, and share the content freely.
@chatgptprojects chatgptprojects merged commit bd3e42d into chatgptprojects:main Apr 3, 2026
@chatgptprojects
Copy link
Copy Markdown
Owner

Done. No need to create long AI generated comments. Feel free to just type succint messages. I am gonna read them if it is human written.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants