ryanuber / go-license

Software licensing standardization library for Golang
MIT License
69 stars 15 forks source link

Support for detecting Unlicense #4

Closed xoebus closed 9 years ago

xoebus commented 9 years ago

This patch adds support for detecting Unlicense which a few people are using now. It also adds UNLICENSE to the list of common file names as that is the recommended name when using it.

xoebus commented 9 years ago

Looks like the build is failing due to the moving of the cover subcommand to a new location. I've pushed a commit that fixes that.

ryanuber commented 9 years ago

@xoebus great! Thanks for doing this. Merging on in.