danielmiessler / danielmiessler/TheAlgorithm
Missing LICENSE file (README references MIT but no file exists)
- Ngôn ngữ chính
- Không có dữ liệu ngôn ngữ
- Star
- 154
- Fork
- 16
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
## Issue
The README has both a badge and footer referencing an MIT license:
- Badge: `[](LICENSE)`
- Footer: "MIT License - See [LICENSE](LICENSE) file"
However, no `LICENSE` file exists in the repository. Without an explicit license file, the code is technically "all rights reserved" under copyright law, despite the MIT badge suggesting otherwise.
### Impact
- Contributors and users have no clear legal standing to use or modify the code
- The badge link returns a 404
### Suggested Fix
Add a standard MIT LICENSE file to the repository root, or update the README to reflect the intended license.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.