This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new a37d383468 Fix license for Slf4j (#12589)
a37d383468 is described below

commit a37d38346819f65513da5b49d03193bc9193754b
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Sep 3 16:14:32 2024 +0800

    Fix license for Slf4j (#12589)
---
 .licenserc.yaml                    | 2 +-
 dist-material/release-docs/LICENSE | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index 48421ae282..cdc8b9d71a 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -83,7 +83,7 @@ dependency:
   licenses:
     - name: org.slf4j:slf4j-api
       version: 1.7.30,1.7.32
-      license: Apache-2.0
+      license: MIT
     - name: com.squareup.okhttp3:okhttp
       version: 3.14.9,3.12.2
       license: Apache-2.0
diff --git a/dist-material/release-docs/LICENSE 
b/dist-material/release-docs/LICENSE
index 6ec3850c3b..0dbac0c6de 100644
--- a/dist-material/release-docs/LICENSE
+++ b/dist-material/release-docs/LICENSE
@@ -369,7 +369,6 @@ The text of each license is the standard Apache 2.0 license.
     https://mvnrepository.com/artifact/org.lz4/lz4-java/1.8.0 Apache-2.0
     https://mvnrepository.com/artifact/org.slf4j/jcl-over-slf4j/1.7.30 
Apache-2.0
     https://mvnrepository.com/artifact/org.slf4j/log4j-over-slf4j/1.7.30 
Apache-2.0
-    https://mvnrepository.com/artifact/org.slf4j/slf4j-api/1.7.30 Apache-2.0
     https://mvnrepository.com/artifact/org.snakeyaml/snakeyaml-engine/2.6 
Apache-2.0
     https://mvnrepository.com/artifact/org.xerial.snappy/snappy-java/1.1.8.4 
Apache-2.0
     https://mvnrepository.com/artifact/org.yaml/snakeyaml/2.0 Apache-2.0
@@ -552,6 +551,7 @@ The text of each license is also included in 
licenses/LICENSE-[project].txt.
     
https://mvnrepository.com/artifact/org.checkerframework/checker-qual/3.33.0 MIT
     
https://mvnrepository.com/artifact/org.codehaus.mojo/animal-sniffer-annotations/1.23
 MIT
     
https://mvnrepository.com/artifact/org.curioswitch.curiostack/protobuf-jackson/2.5.0
 MIT
+    https://mvnrepository.com/artifact/org.slf4j/slf4j-api/1.7.30 MIT
     https://npmjs.com/package/pinia/v/2.0.28 2.0.28 MIT
     https://npmjs.com/package/pinia/node_modules/vue-demi/v/0.13.11 0.13.11 MIT
     https://npmjs.com/package/postcss/v/8.4.41 8.4.41 MIT

Reply via email to