chanjarster commented on a change in pull request #42: SCB-1553 Integrate oas-validator compliance check to cli URL: https://github.com/apache/servicecomb-toolkit/pull/42#discussion_r342893735
########## File path: toolkit-distribution/src/release/licenses/LICENSE-mit ########## @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Review comment: org.checkerframework:checker-compat-qual:2.5.2 use MIT license The mvn repository: https://mvnrepository.com/artifact/org.checkerframework/checker-compat-qual/2.5.2 And here is the LICENSE file in the code repo: https://github.com/typetools/checker-framework/blob/checker-framework-2.5.2/LICENSE.txt But the LICENSE is mixed with GPL and MIT, and the MIT part doesn't have copyright information. I've checked the the checker-compact-qual is under MIT license. Another dependency under MIT license without copyright information is org.codehaus.mojo:animal-sniffer-annotations:1.17 The mvn repo is here: https://mvnrepository.com/artifact/org.codehaus.mojo/animal-sniffer-annotations/1.17 Here is the project license: http://www.mojohaus.org/animal-sniffer/animal-sniffer-annotations/license.html ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
