clintropolis commented on a change in pull request #11794:
URL: https://github.com/apache/druid/pull/11794#discussion_r737160865
##########
File path: distribution/bin/check-licenses.py
##########
@@ -247,6 +247,7 @@ def build_compatible_license_names():
compatible_licenses['New BSD License'] = 'BSD-3-Clause License'
compatible_licenses['3-Clause BSD License'] = 'BSD-3-Clause License'
compatible_licenses['BSD 3-Clause'] = 'BSD-3-Clause License'
+ compatible_licenses['BSD 2-Clause license'] = 'BSD 2-Clause license'
Review comment:
nit: i think this should be
```suggestion
compatible_licenses['BSD 2-Clause license'] = 'BSD-2-Clause License'
```
and should maybe be grouped with the other 2-clause entries
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]