vitarx-router 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,21 +1,27 @@
1
- MIT License
2
-
3
- Copyright (c) 2024 朱冲林
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ # MIT License
2
+
3
+ ## 版权声明
4
+
5
+ 版权所有 (c) 2024-2025 朱冲林
6
+
7
+ ## 许可条款
8
+
9
+ 特此授予任何获得本软件及相关文档文件(以下简称“软件”)副本的个人或组织以下权利,且不受限制地行使以下权利:
10
+
11
+ 1. **使用**:允许在任何用途中使用本软件。
12
+ 2. **复制**:允许复制本软件。
13
+ 3. **修改**:允许修改本软件。
14
+ 4. **合并**:允许将本软件合并到其他作品中。
15
+ 5. **发布**:允许发布本软件。
16
+ 6. **分发**:允许分发本软件。
17
+ 7. **再许可**:允许对本软件进行再许可。
18
+ 8. **销售**:允许销售本软件的副本。
19
+
20
+ ## 条件
21
+
22
+ 上述版权声明和本许可声明须包含在本软件的所有副本或实质性部分中。
23
+
24
+ ## 免责声明
25
+
26
+ 本软件按“原样”提供,不提供任何形式的明示或暗示担保,包括但不限于对适销性、特定用途适用性和非侵权性的担保。
27
+ 在任何情况下,作者或版权持有人均不对任何索赔、损害或其他责任负责,无论是在合同、侵权或其他行为中产生的,还是与本软件或使用本软件有关的。