Files
AntdUI/doc/wiki/en/Thanks.md
2026-01-13 21:11:48 +08:00

1.7 KiB

HomeUpdateLogConfigTheme

Acknowledgments

Open Source License

This project is licensed under the Apache License 2.0.

About Apache License 2.0: The Apache License is a permissive free software license published by the Apache Software Foundation. It allows people to freely use, modify, and distribute software, with the only requirement being to retain the original author's copyright notice and license text. Compared to the MIT License, the Apache License more specifically addresses patent licensing and contributor responsibilities.

Thanks

Thanks to the following open source projects for their inspiration and code:

Project Category Project Name License Project Address
Input Control Inspiration STTextBox MIT License Gitee: https://gitee.com/DebugST/STTextBox
GitHub: https://github.com/DebugST/STTextBox
SVG Code SVG.NET MS-PL License GitHub: https://github.com/svg-net/SVG
Win32 Parts Vanara MIT License GitHub: https://github.com/dahall/Vanara
Lunar Calendar ChineseCalendar MIT License Gitee: https://gitee.com/lipz89/ChineseCalendar

Projects Using MIT License

The following projects use the MIT License:

  1. STTextBox - Input control inspiration
  2. Vanara - Win32 implementation
  3. ChineseCalendar - Lunar calendar functionality

Projects Using Other Licenses

  • SVG.NET - Uses MS-PL License (Microsoft Public License)