Skip to content

Commit 23837f9

Browse files
committed
docs(README): 更新开源声明部分
- 移除 README.md 和 README.zh.md 中的开源项目列表 - 添加指向单独的开源声明文件 (os_notices.md) 的链接
1 parent 67e0235 commit 23837f9

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -155,28 +155,10 @@ limitations under the License.
155155
156156
## Open Source Notice
157157

158-
| Project | License | Purpose |
159-
| ------------------------------------ | ------------------------------------- | ---------------------------------------------- |
160-
| [Python][CPythonRepository] | [Python license][CPythonLicense] | Provides runtime environment |
161-
| [UPX][UPXRepository] | [UPX license][UPXLicense] | Code compression |
162-
| [PyInstaller][PyInstallerRepository] | [GPL-2.0 license][PyInstallerLicense] | Packaging into an APP |
163-
| [tkhtmlview][TkhtmlviewRepository] | [MIT License][TkhtmlviewLicense] | Displaying HTML content (source code modified) |
164-
| [TtkText][TtkTextRepository] | [MIT License][TtkTextLicense] | Provides a rich-text editor for modern UI |
158+
Please refer to [Open Source Notice (Chinese)](./docs/legal/os_notices.md)
165159

166160
[RepositoryOnGitee]: https://gitee.com/HelloTool/VCFGeneratorLiteForTkinter/
167161
[RepositoryOnGithub]: https://github.com/HelloTool/VCFGeneratorLiteForTkinter/
168162
[ReleaseOnGitee]: https://gitee.com/HelloTool/VCFGeneratorLiteForTkinter/releases/latest
169163
[ReleaseOnGithub]: https://github.com/HelloTool/VCFGeneratorLiteForTkinter/releases/latest
170164
[PythonWin7RepositoryOnGithub]: https://github.com/adang1345/PythonWin7
171-
172-
[PythonHomepage]: https://www.python.org/
173-
[CPythonRepository]: https://github.com/python/cpython
174-
[CPythonLicense]: https://docs.python.org/3/license.html
175-
[UPXRepository]: https://github.com/upx/upx
176-
[UPXLicense]: https://github.com/upx/upx/blob/devel/LICENSE
177-
[PyInstallerRepository]: https://github.com/pyinstaller/pyinstaller
178-
[PyInstallerLicense]: https://pyinstaller.org/en/stable/license.html
179-
[TkhtmlviewRepository]: https://github.com/bauripalash/tkhtmlview
180-
[TkhtmlviewLicense]: https://github.com/bauripalash/tkhtmlview/blob/main/LICENSE
181-
[TtkTextRepository]: https://github.com/Jesse205/TtkText
182-
[TtkTextLicense]: https://github.com/Jesse205/TtkText/blob/main/LICENSE

README.zh.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -166,28 +166,10 @@ limitations under the License.
166166
167167
## 开源声明
168168

169-
| 项目 | 许可证 | 目的 |
170-
| ------------------------------------ | ------------------------------------- | ------------------------------ |
171-
| [Python][CPythonRepository] | [Python license][CPythonLicense] | 提供运行时环境 |
172-
| [UPX][UPXRepository] | [UPX license][UPXLicense] | 压缩代码 |
173-
| [PyInstaller][PyInstallerRepository] | [GPL-2.0 license][PyInstallerLicense] | 打包为 APP |
174-
| [tkhtmlview][TkhtmlviewRepository] | [MIT License][TkhtmlviewLicense] | 显示 HTML 内容(已修改源代码) |
175-
| [TtkText][TtkTextRepository] | [MIT License][TtkTextLicense] | 提供现代UI的富文本编辑器 |
169+
请参见 [《开源声明》](./docs/legal/os_notices.md)
176170

177171
[RepositoryOnGitee]: https://gitee.com/HelloTool/VCFGeneratorLiteForTkinter/
178172
[RepositoryOnGithub]: https://github.com/HelloTool/VCFGeneratorLiteForTkinter/
179173
[ReleaseOnGitee]: https://gitee.com/HelloTool/VCFGeneratorLiteForTkinter/releases/latest
180174
[ReleaseOnGithub]: https://github.com/HelloTool/VCFGeneratorLiteForTkinter/releases/latest
181175
[PythonWin7RepositoryOnGithub]: https://github.com/adang1345/PythonWin7
182-
183-
[PythonHomepage]: https://www.python.org/
184-
[CPythonRepository]: https://github.com/python/cpython
185-
[CPythonLicense]: https://docs.python.org/3/license.html
186-
[UPXRepository]: https://github.com/upx/upx
187-
[UPXLicense]: https://github.com/upx/upx/blob/devel/LICENSE
188-
[PyInstallerRepository]: https://github.com/pyinstaller/pyinstaller
189-
[PyInstallerLicense]: https://pyinstaller.org/en/stable/license.html
190-
[TkhtmlviewRepository]: https://github.com/bauripalash/tkhtmlview
191-
[TkhtmlviewLicense]: https://github.com/bauripalash/tkhtmlview/blob/main/LICENSE
192-
[TtkTextRepository]: https://github.com/Jesse205/TtkText
193-
[TtkTextLicense]: https://github.com/Jesse205/TtkText/blob/main/LICENSE

0 commit comments

Comments
 (0)