bmizerany / vendor

Vendor copies go dependencies to ./vendor
52 stars 6 forks source link

Doesn't copy licenses #6

Open nzoschke opened 8 years ago

nzoschke commented 8 years ago

I'm diffing the results of using vendor and godep save with 1.6. After a godep save the diff is:

    Godeps/
    vendor/github.com/aws/aws-sdk-go/LICENSE.txt
    vendor/github.com/aws/aws-sdk-go/NOTICE.txt
    vendor/github.com/cloudflare/cfssl/LICENSE
    vendor/github.com/davecgh/go-spew/LICENSE
    vendor/github.com/docker/docker/LICENSE
    vendor/github.com/docker/docker/NOTICE
    vendor/github.com/pmezard/go-difflib/LICENSE
    vendor/golang.org/x/crypto/LICENSE
    vendor/golang.org/x/crypto/PATENTS
    vendor/golang.org/x/net/LICENSE
    vendor/golang.org/x/net/PATENTS
    vendor/golang.org/x/sys/

Not picking up license files seems like an oversight.

rakyll commented 8 years ago

I'd like to get this done if no one else is doing. It will also make the Google lawyers happier :)

bmizerany commented 8 years ago

@rakyll Please do! I'm sure you'll come up with a better strategy for this than I.