docs: 添加GPL-3.0许可证及相关文档

- 在package.json中添加GPL-3.0许可证声明
- 创建LICENSE文件包含完整GPL-3.0许可证文本
- 更新README.md中的许可证章节,详细说明GPL-3.0要点
- 在所有主要源代码文件头部添加GPL-3.0版权声明
- 新增CONTRIBUTING.md贡献指南文档
This commit is contained in:
bo.yu 2025-09-08 15:22:56 +08:00
parent a6847e28de
commit 9f707f3fbe
10 changed files with 1001 additions and 1 deletions

View file

@ -2,6 +2,7 @@
"name": "next-windfonts",
"version": "1.0.0",
"private": true,
"license": "GPL-3.0",
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",