... | ... | @@ -15,7 +15,31 @@ |
|
|
|
|
|
# 致谢
|
|
|
本项目包含源自Linux内核的代码,Linux内核的代码遵循GNU通用公共许可证第2版(GPL-2.0)。代码的原始作者为Linux内核社区成员。为了适应本项目的需求,对原始代码进行了修改。
|
|
|
|
|
|
本项目也使用到了一些开源工具,它们对项目的开发和管理起到了重要作用。
|
|
|
|
|
|
## 源代码
|
|
|
原始Linux内核代码可以在网址[kernel.org](https://kernel.org)找到。
|
|
|
## 修改内容
|
|
|
对原始代码进行了修改以支持本项目的具体需求。修改部分已在源代码文件中记录。 |
|
|
\ No newline at end of file |
|
|
### 修改内容
|
|
|
对原始代码进行了修改以支持本项目的具体需求。修改部分已在源代码文件中记录。
|
|
|
|
|
|
## 开源工具
|
|
|
### Husky
|
|
|
|
|
|
Husky是一个由Angular团队开发的开源工具,用于管理Git hooks,遵循MIT许可证。
|
|
|
- 来源: [Husky GitHub 仓库](https://github.com/typicode/husky)
|
|
|
|
|
|
### Commitlint
|
|
|
|
|
|
Commitlint是一个由Angular团队开发的开源工具,用于确保提交信息符合规范,遵循MIT许可证。
|
|
|
- 来源: [Commitlint GitHub 仓库](https://github.com/conventional-changelog/commitlint)
|
|
|
|
|
|
### Commitizen
|
|
|
|
|
|
Commitizen是一个开源工具,用于标准化提交信息,遵循MIT许可证。
|
|
|
- 来源: [Commitizen GitHub 仓库](https://github.com/commitizen/cz-cli)
|
|
|
|
|
|
### cz-conventional-changelog
|
|
|
|
|
|
cz-conventional-changelog是Commitizen的一个适配器,用于遵循Conventional Changelog规范,遵循MIT许可证。
|
|
|
- 来源: [cz-conventional-changelog GitHub 仓库](https://github.com/commitizen/cz-conventional-changelog) |
|
|
\ No newline at end of file |