43 Star 206 Fork 290

GVPOpenCloudOS/OpenCloudOS-Kernel

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
spdxcheck-test.sh 284 Bytes
一键复制 编辑 原始数据 按行查看 历史
Miguel Ojeda 提交于 2022-05-28 23:31 +08:00 . docs: move Linux logo into a new images folder
#!/bin/sh
# run check on a text and a binary file
for FILE in Makefile Documentation/images/logo.gif; do
python3 scripts/spdxcheck.py $FILE
python3 scripts/spdxcheck.py - < $FILE
done
# run check on complete tree to catch any other issues
python3 scripts/spdxcheck.py > /dev/null
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git
git@gitee.com:OpenCloudOS/OpenCloudOS-Kernel.git
OpenCloudOS
OpenCloudOS-Kernel
OpenCloudOS-Kernel
linux-6.6/devel

搜索帮助