XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension.NetCore.XUnit

【DLL】提供方便快捷的测试,无需编写Main方法,可直接添加特性在类或方法上进行测试

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEExtension.NetCore.XUnit

Update LICENSE

d6e22df
Tom Smith <132526994+XFEstudio@users.noreply.github.com>
提交于

代码差异

1 个文件 +16 -7
Modified LICENSE +16 -7
@@ -1,12 +1,21 @@
1 1 MIT License
2 2
3 版权所有(C)[2023] [XFEstudio]
3 Copyright (c) 2023 XFE studio
4 4
5 在此授予任何获得本软件和相关文档文件(以下简称“软件”)副本的人免费使用软件的权利,不受限制,
6 包括不限制权利的权利,不受限制地处理软件,以及在软件的软件内和外部,无论是否符合以下条件的软件。
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:
7 11
8 以上版权声明和本许可声明应包含在所有软件的副本或实质性部分中。
12 The above copyright notice and this permission notice shall be included in all
13 copies or substantial portions of the Software.
9 14
10 软件按“原样”提供,不提供任何形式的保证,无论是明示的、默示的还是法定的。
11 在使用本软件时,作者或版权持有人不对任何直接、间接、偶然、特殊、惩罚性或后果性的损害负责,
12 无论是因使用本软件或其他方式(包括但不限于使用本软件引起的数据丢失或利润损失)。
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.