Skip to content

缺失 LICENSE 文件:README/Cargo.toml 声明 MIT 但仓库无 LICENSE #1

Description

@argszero

问题描述

README.md 和 Cargo.toml 均声明本项目使用 MIT 许可证(license = "MIT"),但仓库根目录没有 LICENSE 文件

对于开源项目,LICENSE 文件是必要组成部分——缺少它会导致:

  • 许可证声明不可信/不明确(法律上需以 LICENSE 文件为准)
  • 其他开发者无法确认再分发与商用条款

复现步骤

  1. git clone https://github.com/argszero/aitokenpool
  2. ls LICENSE → 不存在

建议修复

  • 添加标准的 MIT LICENSE 文本(版权人:argszero,年份 2026)
  • 与 Cargo.toml / README 的 MIT 声明保持一致

标签

good first issue

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions