mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 02:24:30 +08:00
chore(licenses): 添加许可证覆盖配置
- 为 NETStandard.Library 添加 MIT 许可证覆盖 - 为 Microsoft.NETCore.Platforms 添加 MIT 许可证覆盖 - 为 System.Buffers 添加 MIT 许可证覆盖 - 为 System.Memory 添加 MIT 许可证覆盖 - 为 System.Numerics.Vectors 添加 MIT 许可证覆盖 - 为 System.Threading.Tasks.Extensions 添加 MIT 许可证覆盖 - 为 System.ComponentModel.Composition 添加 MIT 许可证覆盖 - 为 System.Security.Cryptography.ProtectedData 添加 MIT 许可证覆盖 - 为 System.Security.Permissions 添加 MIT 许可证覆盖 - 为 Microsoft.VisualStudio.Validation 添加 MIT 许可证覆盖
This commit is contained in:
parent
43f6280ff8
commit
7d6ec71989
11
.feluda.yaml
Normal file
11
.feluda.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
license_overrides:
|
||||
NETStandard.Library: MIT
|
||||
Microsoft.NETCore.Platforms: MIT
|
||||
System.Buffers: MIT
|
||||
System.Memory: MIT
|
||||
System.Numerics.Vectors: MIT
|
||||
System.Threading.Tasks.Extensions: MIT
|
||||
System.ComponentModel.Composition: MIT
|
||||
System.Security.Cryptography.ProtectedData: MIT
|
||||
System.Security.Permissions: MIT
|
||||
Microsoft.VisualStudio.Validation: MIT
|
||||
Loading…
x
Reference in New Issue
Block a user