tools / godep

dependency tool for go
http://godoc.org/github.com/tools/godep
BSD 3-Clause "New" or "Revised" License
5.54k stars 455 forks source link

Consider "AUTHORS" and "CONTRIBUTORS" legal files #500

Closed aaronbee closed 7 years ago

aaronbee commented 8 years ago

Some packages, such as github.com/tchap/go-patricia, have an AUTHORS file to list the names of the copyright holders.

7AC commented 8 years ago

LGTM

freeformz commented 7 years ago

This PR changes much more than that though. Please remove the other changes or describe why they were necessary.

aaronbee commented 7 years ago

My bad. I didn't mean to add those other changes to this PR.

aaronbee commented 7 years ago

I created a new PR: https://github.com/tools/godep/pull/522