Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Commit

Permalink
Add "contributors" to LicenseFilePrefix list
Browse files Browse the repository at this point in the history
Some packages include a CONTRIBUTORS file that licenses refer to. For
example golang.org/x/sys/LICENSE and golang.org/x/sys/CONTRIBUTORS
  • Loading branch information
aaronbee committed Jul 29, 2016
1 parent ea1d342 commit 98b15a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions license.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ var LicenseFilePrefix = []string{
"copyright",
"copyleft",
"authors",
"contributors",
}

// LegalFileSubstring are substrings that indicate the file is likely
Expand Down

0 comments on commit 98b15a8

Please sign in to comment.