Skip to content

Commit ec8993f

Browse files
committed
调整开源协议位置
1 parent f9dd209 commit ec8993f

6 files changed

Lines changed: 15 additions & 7 deletions

File tree

src/SUMMARY.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@
3232
- [文档语法](pr_guide/document_syntax.md)
3333
- [PR规范](pr_guide/pr_standard.md)
3434
- [导论匹配](pr_guide/introductory_match.md)
35-
36-
# 附录: 开源协议
37-
- [本书](licenses/this.md)
38-
- [其他MIT开源内容相关协议](licenses/mit.md)
39-
- [其他MPL开源内容相关协议](licenses/mpl2.md)
40-
- [其他OFL开源字体相关协议](licenses/ofl.md)
35+
- [开源协议](pr_guide/licenses/README.md)
36+
- [本书主开源协议](pr_guide/licenses/this.md)
37+
- [其他MIT开源内容相关协议](pr_guide/licenses/mit.md)
38+
- [其他MPL开源内容相关协议](pr_guide/licenses/mpl2.md)
39+
- [其他OFL开源字体相关协议](pr_guide/licenses/ofl.md)

src/pr_guide/licenses/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 开源协议
2+
如果使用其他开源项目的内容,请注意将开源协议保留于此处。
3+
4+
对于使用相同开源协议的内容,可以只保留一份开源协议原本。所有开源项目的名称和作者应该在`src/README.md`中明显提及。此处只用于保留开源协议。
5+
6+
- [本书主开源协议](./this.md)
7+
- [其他MIT开源内容相关协议](./mit.md)
8+
- [其他MPL开源内容相关协议](./mpl2.md)
9+
- [其他OFL开源字体相关协议](./ofl.md)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) <year> <copyright holders>
3+
Copyright (c) year copyright holders
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the " Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)