diff --git a/check/license.go b/check/license.go index 728313b..4402eb5 100644 --- a/check/license.go +++ b/check/license.go @@ -23,7 +23,7 @@ func (g License) Weight() float64 { // thank you https://github.com/ryanuber/go-license var licenses = []string{ - "license", "license.txt", "license.md", + "license", "license.txt", "license.md", "license.code", "copying", "copying.txt", "copying.md", "unlicense", }