New Godeps LICENSE generation tool.

Includes initial Godeps/LICENSES and Godeps/.license_file_state file to ensure
fast local generation.
This commit is contained in:
David McMahon 2016-02-26 18:33:24 -08:00
parent 903eb39517
commit 1380489076
1 changed files with 1 additions and 2 deletions

View File

@ -228,9 +228,8 @@ It is sometimes expedient to manually fix the /Godeps/godeps.json file to minimi
Please send dependency updates in separate commits within your PR, for easier reviewing. Please send dependency updates in separate commits within your PR, for easier reviewing.
6) If you updated the Godeps, please also update `Godeps/LICENSES.md` by running `hack/update-godep-licenses.sh`. 6) If you updated the Godeps, please also update `Godeps/LICENSES` by running `hack/update-godep-licenses.sh`.
_If Godep does not automatically vendor the proper license file for a new dependency, be sure to add an exception entry to `hack/update-godep-licenses.sh`._
## Unit tests ## Unit tests