mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-17 03:00:44 +08:00
1.7 KiB
1.7 KiB
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:
- STTextBox - Input control inspiration
- Vanara - Win32 implementation
- ChineseCalendar - Lunar calendar functionality
Projects Using Other Licenses
- SVG.NET - Uses MS-PL License (Microsoft Public License)