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

chenhang pushed a commit to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.8 by this push:
     new bf95e2e  fix com.squareup.okhttp-okhttp-2.7.4.jar unaccounted for in 
LICENSE bug (#11769)
bf95e2e is described below

commit bf95e2ebe5d6b1bc9f11120911cbc360e6799c1b
Author: Hang Chen <[email protected]>
AuthorDate: Wed Aug 25 17:58:22 2021 +0800

    fix com.squareup.okhttp-okhttp-2.7.4.jar unaccounted for in LICENSE bug 
(#11769)
    
    ### Motivation
    branch 2.8 run license check failed.
    ```
    com.squareup.okhttp-okhttp-2.7.4.jar unaccounted for in LICENSE
    
    It looks like there are issues with the LICENSE/NOTICE.
    ```
    ### Modification
    add com.squareup.okhttp-okhttp-2.7.4.jar into LICENSE.bin.txt
---
 distribution/server/src/assemble/LICENSE.bin.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index 3d1299c..659580d 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -448,6 +448,7 @@ The Apache Software License, Version 2.0
  * Google Error Prone Annotations - 
com.google.errorprone-error_prone_annotations-2.5.1.jar
  * Apache Thrifth - org.apache.thrift-libthrift-0.14.2.jar
  * OkHttp3
+     - com.squareup.okhttp-okhttp-2.7.4.jar
      - com.squareup.okhttp3-logging-interceptor-3.14.9.jar
      - com.squareup.okhttp3-okhttp-3.14.9.jar
  * Okio - com.squareup.okio-okio-1.13.0.jar

Reply via email to