-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Description
License could have different formats. For Instance, instead of string "copyright" some licenses just has "(c)". As of now this plugin just checks for string "copyright".
Line 289 in a029431
| return bytes.Contains(bytes.ToLower(b[:n]), []byte("copyright")) || |
it would be nice to have customize checks.
mbeacom
Metadata
Metadata
Assignees
Labels
No labels