wolfboys commented on code in PR #3323:
URL:
https://github.com/apache/incubator-streampark/pull/3323#discussion_r1387618858
##########
.licenserc.yaml:
##########
@@ -59,6 +59,7 @@ header:
- '**/*.pem'
- 'ssh_config'
- 'workers'
+ - 'streampark-console/streampark-console-webapp'
Review Comment:
> It seems that we skip the license checks for all the
`streampark-console-webapp` folder, why?
some files copy from other projects (MIT license), the apache license header
cannot be added for these files. without apache license header will cause the
license check fail, so, we skip the License check first.
--
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]