@@ -77,16 +77,28 @@ bun run dev
7777
7878我们欢迎各种形式的贡献——代码、文档、设计和想法。请查阅我们的贡献指南(即将添加),一起参与 Rin 的构建!
7979
80- ## 开源许可证
80+ ## License
8181
8282```
83- MIT 许可证
84-
85- 版权所有 (c) 2024 Xeu
86-
87- 特此免费授予任何获得本软件及相关文档文件(“软件”)副本的人不受限制地处理本软件的权限,包括但不限于使用、复制、修改、合并、发布、分发、再许可和/或销售本软件副本的权利,并允许向其提供本软件的人员这样做,但须符合以下条件:
88-
89- 上述版权声明和本许可声明应包含在本软件的所有副本或主要部分中。
90-
91- 本软件按“原样”提供,不附带任何明示或暗示的担保,包括但不限于对适销性、特定用途适用性和非侵权的担保。在任何情况下,作者或版权持有人均不对因本软件或使用本软件或其他交易行为而引起的任何索赔、损害赔偿或其他责任承担责任,无论是在合同诉讼、侵权行为还是其他诉讼中。
92- ```
83+ MIT License
84+
85+ Copyright (c) 2024 Xeu
86+
87+ Permission is hereby granted, free of charge, to any person obtaining a copy
88+ of this software and associated documentation files (the "Software"), to deal
89+ in the Software without restriction, including without limitation the rights
90+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
91+ copies of the Software, and to permit persons to whom the Software is
92+ furnished to do so, subject to the following conditions:
93+
94+ The above copyright notice and this permission notice shall be included in all
95+ copies or substantial portions of the Software.
96+
97+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
98+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
99+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
100+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
101+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
102+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
103+ SOFTWARE.
104+ ```
0 commit comments