gonum / graph

Graph packages for the Go language [DEPRECATED]
250 stars 39 forks source link

Inline LICENSE file from github.com/gonum/license/LICENSE #200

Closed liggitt closed 5 years ago

liggitt commented 7 years ago

Since vendoring only pulls in files in the referenced dependency, it would be really helpful to include at least the LICENSE file from github.com/gonum/license in each of the gonum repositories.

As an example, the godep and license verification script in kubernetes is giving me fits on the gonum/graph dependency, since it doesn't specify a LICENSE itself, and I cannot godep the gonum/license repo, since it contains no buildable go files.

kortschak commented 7 years ago

In the not too distant future the gonum repos will be merged into gonum/gonum which will also have the license. The only PRs we have been waiting on for this have recently been merged so I expect this will move soon.

sbinet commented 7 years ago

indeed, but perhaps we could also add a simple doc.go file that hangs some godoc-friendly documentation so that godep is happy ?

kortschak commented 7 years ago

The gonum/gonum repo now has a LICENSE file and a functional graph suite (the API is not yet stable, but then that is the issue here isn't it).