Skip to content

Commit

Permalink
fix com.squareup.okhttp-okhttp-2.7.4.jar unaccounted for in LICENSE b…
Browse files Browse the repository at this point in the history
…ug (#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
  • Loading branch information
hangc0276 committed Aug 25, 2021
1 parent 9ea5180 commit bf95e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distribution/server/src/assemble/LICENSE.bin.txt
Expand Up @@ -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
Expand Down

0 comments on commit bf95e2e

Please sign in to comment.