The BSD 3-Clause license requires redistributions to reproduce elements of the license.
The license is currently included in a separate file https://github.com/salesforce/scv-connector-base/blob/master/LICENSE.txt
This makes it more difficult to include in our source code.
It would be easier to reproduce the license accordingly if it was included directly as a comment such as those supported by terser i.e.:
/*! ************************************
Copyright (c) ...
**************************************/
This would then allow us to configure our bundler to preserve the license comments in our redistribution.