Chọn từ 8 license OSS phổ biến (MIT, Apache 2.0, GPL-3, BSD, MPL 2.0, ISC, Unlicense). Xem permissions / conditions / limitations cạnh nhau, tải file LICENSE sẵn commit.
MIT License
choosealicense.comMIT License Copyright (c) 2026 Your Name Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Tạo chính sách bảo mật Markdown cho Generic / GDPR (EU) / CCPA (California) / Việt Nam (Nghị định 13) từ form ngắn.
Tạo cookie consent banner HTML+CSS+JS độc lập — không framework, không CDN. Expose window.cookieConsent API.
Thêm header license cho source code JS/TS/Python/Go/Rust/Java/C/CSS/HTML — SPDX, ngắn, hay full text.
Chọn license open-source là quyết định 1 dòng nhưng có hệ quả nhiều năm. MIT và ISC là permissive (làm gì cũng được, chỉ giữ notice). Apache 2.0 thêm patent grant rõ ràng. GPL-3 là copyleft (bản phái sinh phải vẫn open). MPL 2.0 là copyleft cấp file (thay đổi file MPL phải open, nhưng có thể mix với code đóng). Bộ chọn License OSS hiện 8 license phổ biến cạnh nhau với permissions / conditions / limitations (theo từ vựng choosealicense.com) và sinh file LICENSE sẵn commit với tên và năm của bạn được thay vào. JavaScript thuần, chạy trong trình duyệt — không upload, không signup, không tracking. Bản thân các license là text public domain.
Tôi muốn adoption tối đa (kiểu MIT/Apache): → MIT hoặc Apache-2.0 Tôi muốn bảo vệ patent (Apache 2.0 grant này): → Apache-2.0 Tôi muốn copyleft (phái sinh phải vẫn open): → GPL-3.0 Tôi muốn copyleft cấp file (mix proprietary OK): → MPL-2.0 Tôi muốn license ngắn nhất (cũ nhưng còn dùng): → ISC hoặc BSD-2-Clause Tôi muốn BSD có điều khoản no-endorsement: → BSD-3-Clause Tôi muốn release vào public domain: → Unlicense