chore: add Apache License 2.0

- Added LICENSE file (Apache 2.0)
- Added <licenses> section to pom.xml
- Updated README license section

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
abel533
2026-04-07 20:37:24 +08:00
co-authored by Copilot
parent f330803af4
commit d9ca1c7dd2
3 changed files with 207 additions and 1 deletions
+7
View File
@@ -18,6 +18,13 @@
<description>Claude Code 的 Java Spring AI 重写实现</description>
<packaging>jar</packaging>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<properties>
<java.version>25</java.version>
<spring-ai.version>2.0.0-M4</spring-ai.version>