golicense
golicense copied to clipboard
does not see the license
I have protobuf dependency and during its analysis the following error occurs: «license not found or detected». However there is a protobuf license. Could you kindly tell me what might I do with this problem?
https://github.com/gogo/protobuf/blob/master/LICENSE
I could find the license you've linked in the list provided at SPDX so it's likely golicense couldn't either. For this application to work it's got to find it in the list so you probably need to manually configure golicense to assume BSD-3-Clause for this package.