From 06df194943d14152f7904ced603b1f200b92bf5c Mon Sep 17 00:00:00 2001 From: James DeFelice Date: Wed, 27 Jan 2016 17:24:55 +0000 Subject: [PATCH] updated license exceptions for testify and yaml.v2 --- hack/update-godep-licenses.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update-godep-licenses.sh b/hack/update-godep-licenses.sh index 4f0c70bf629..d6bd8cc4bb2 100755 --- a/hack/update-godep-licenses.sh +++ b/hack/update-godep-licenses.sh @@ -40,6 +40,6 @@ exec docker run --rm -i -v "${KUBE_ROOT}:/repo" mesosphere/godep-licenses:latest -e github.com/shurcooL/sanitized_anchor_name:MIT? \ -e github.com/spf13/cobra:Apache-2 \ -e github.com/stretchr/objx:MIT? \ - -e github.com/stretchr/testify:MIT? \ -e github.com/docker/spdystream:SeeFile \ + -e gopkg.in/yaml.v2:LesserExceptionGPLVer3-TOOLONG \ -o md > Godeps/LICENSES.md