mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
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
6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
Common libraries shared by Prometheus Go components.
|
|
Copyright 2015 The Prometheus Authors
|
|
|
|
This product includes software developed at
|
|
SoundCloud Ltd. (http://soundcloud.com/).
|