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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user