kezhenxu94 commented on issue #10488:
URL: https://github.com/apache/skywalking/issues/10488#issuecomment-1456031066

   ```
   
   ~ % curl -sL 
https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.19.6/protobuf-java-3.19.6.jar
 | tar -xf - META-INF/MANIFEST.MF 
   ~ % cat META-INF/MANIFEST.MF | grep License                                  
                                                                  
   Bundle-License: https://opensource.org/licenses/BSD-3-Clause
   ~ % curl -sL 
https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.22.0/protobuf-java-3.22.0.jar
 | tar -xf - META-INF/MANIFEST.MF      
   ~ % cat META-INF/MANIFEST.MF | grep License                                  
                                                                 
   ~ % 
   
   ```
   
   
   Turns out protobuf-java 3.22 doesn't have license information in its `.jar` 
file, you have to manually identify the license and set them in the 
`.licenserc.yaml` file, example can be found here:
   
   
https://github.com/apache/skywalking/blob/4274b6ec5e9a20d1ccf19deff28d2876942b50cb/.licenserc.yaml#L83-L99
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to