From 7d6ec719893c063b24fd589d650b76334e051e07 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Mon, 2 Feb 2026 20:58:18 +0800 Subject: [PATCH] =?UTF-8?q?chore(licenses):=20=E6=B7=BB=E5=8A=A0=E8=AE=B8?= =?UTF-8?q?=E5=8F=AF=E8=AF=81=E8=A6=86=E7=9B=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 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 许可证覆盖 --- .feluda.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .feluda.yaml diff --git a/.feluda.yaml b/.feluda.yaml new file mode 100644 index 0000000..97fef53 --- /dev/null +++ b/.feluda.yaml @@ -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