golicense icon indicating copy to clipboard operation
golicense copied to clipboard

does not see the license

Open Ayupov-Ayaz opened this issue 6 years ago • 1 comments

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

Ayupov-Ayaz avatar Mar 16 '20 07:03 Ayupov-Ayaz

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.

smoyer64 avatar Jul 16 '21 11:07 smoyer64