ryanuber / go-license

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

Accept pre-2007 formulation of ISC license #21

Closed carlpett closed 6 years ago

carlpett commented 6 years ago

Apparently the ISC license had a minor change in 2007, changing an "and" into "and/or": https://en.wikipedia.org/wiki/ISC_license#License_terms (see citation 11). We seem to have a few dependencies which use the old formulation, and so are not detected. This PR adds the old variant as well.

ryanuber commented 6 years ago

Thanks @carlpett !