From 87ab879c0d1a0a02a751e6d9809de9a674b6d17b Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Fri, 26 Feb 2016 08:32:47 +0900 Subject: [PATCH] add more license examples --- check/license.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check/license.go b/check/license.go index 4402eb5..0af785c 100644 --- a/check/license.go +++ b/check/license.go @@ -21,11 +21,11 @@ func (g License) Weight() float64 { return .10 } -// thank you https://github.com/ryanuber/go-license +// thank you https://github.com/ryanuber/go-license and client9 var licenses = []string{ "license", "license.txt", "license.md", "license.code", "copying", "copying.txt", "copying.md", - "unlicense", + "unlicense", "licence", "copyleft", "copyright", } // Percentage returns 0 if no LICENSE, 1 if LICENSE