From 8d4a489806e87665ed161037a3aab130f6173ba2 Mon Sep 17 00:00:00 2001 From: Alice39s Date: Mon, 29 Jun 2026 23:39:13 +0900 Subject: [PATCH] fix(license): align Java binding and maker license metadata - Replace single Apache-2.0 license entry with Apache-2.0 and MIT - Include root LICENSE.md in packaged jars via build resources - Preserve default src/main/resources resource directory --- binding/java/pom.xml | 19 ++++++++++++++++++- maker/java/pom.xml | 19 ++++++++++++++++++- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/binding/java/pom.xml b/binding/java/pom.xml index e3b6959..c4a3d9f 100644 --- a/binding/java/pom.xml +++ b/binding/java/pom.xml @@ -13,10 +13,15 @@ - The Apache Software License, Version 2.0 + Apache-2.0 https://www.apache.org/licenses/LICENSE-2.0.txt repo + + MIT + https://opensource.org/licenses/MIT + repo + @@ -66,6 +71,18 @@ + + + src/main/resources + + + ${project.basedir}/../.. + + LICENSE.md + + META-INF + + org.apache.maven.plugins diff --git a/maker/java/pom.xml b/maker/java/pom.xml index 18e77a6..c5e876d 100644 --- a/maker/java/pom.xml +++ b/maker/java/pom.xml @@ -13,10 +13,15 @@ - The Apache Software License, Version 2.0 + Apache-2.0 https://www.apache.org/licenses/LICENSE-2.0.txt repo + + MIT + https://opensource.org/licenses/MIT + repo + @@ -55,6 +60,18 @@ + + + src/main/resources + + + ${project.basedir}/../.. + + LICENSE.md + + META-INF + + org.apache.maven.plugins