即使提供 spdx 许可证后仍收到 spdx 警告

发布于 2025-01-11 06:30:05 字数 144 浏览 5 评论 0原文

在此处输入图像描述

python 无法找到我在顶部写的“spdx”许可证,附件在那里,请帮我找出这段代码有什么问题

enter image description here

python is unable to find "spdx" license I have written on the top, attachment is there, plz help me to find out what is wrong with this code

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苹果你个爱泡泡 2025-01-18 06:30:05

当您不想指定许可证时,使用 UNLICENSED。
尝试使用这个代替:

SPDX-License-Identifier:MIT;

UNLICENSED is used when you do not want to specify a license.
Try using this instead:

SPDX-License-Identifier:MIT;
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文