danielmiessler / danielmiessler/TheAlgorithm

Missing LICENSE file (README references MIT but no file exists)

未关闭
#7 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
没有语言数据
星标
154
派生
16
PR 合并指标
30 天内没有已合并 PR

描述

## Issue

The README has both a badge and footer referencing an MIT license:

- Badge: `[![License](https://img.shields.io/badge/license-MIT-green.svg)](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.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。