prometheus/vendor/github.com
Tobias Schmidt 364dd36bde Add missing license files of vendored packages
With the total optimized copy command. Assumes all vendored packages are
checked out in $GOPATH.

    govendor list +v | awk '{print $2}' | while read dep; do echo $dep |
    cut -d/ -f1-3; done | uniq | while read dep; do find
    $GOPATH/src/$dep -name LICENSE -o -name NOTICE | grep -v vendor |
    sed "s;$GOPATH/src/;;"; done | while read license; do [ -f
    vendor/$license ] || cp $GOPATH/src/$license vendor/$license; done
2016-01-21 14:44:58 -05:00
..
aws/aws-sdk-go vendor EC2 dependencies 2015-10-06 18:36:19 -04:00
beorn7/perks/quantile Vendoring via govendor 2015-09-15 15:37:12 +02:00
golang Add missing license files of vendored packages 2016-01-21 14:44:58 -05:00
hashicorp/consul Add missing license files of vendored packages 2016-01-21 14:44:58 -05:00
influxdb/influxdb Add missing license files of vendored packages 2016-01-21 14:44:58 -05:00
julienschmidt/httprouter Vendoring via govendor 2015-09-15 15:37:12 +02:00
matttproud/golang_protobuf_extensions Add missing license files of vendored packages 2016-01-21 14:44:58 -05:00
miekg/dns Vendoring via govendor 2015-09-15 15:37:12 +02:00
prometheus Add missing license files of vendored packages 2016-01-21 14:44:58 -05:00
samuel/go-zookeeper Add missing license files of vendored packages 2016-01-21 14:44:58 -05:00
Sirupsen/logrus Vendoring via govendor 2015-09-15 15:37:12 +02:00
syndtr/goleveldb Add missing license files of vendored packages 2016-01-21 14:44:58 -05:00
vaughan0/go-ini vendor EC2 dependencies 2015-10-06 18:36:19 -04:00