moby / vpnkit

A toolkit for embedding VPN capabilities in your application
Apache License 2.0
1.09k stars 182 forks source link

Add missing licenses #568

Closed mat007 closed 2 years ago

mat007 commented 2 years ago

According to https://ci.appveyor.com/project/moby/vpnkit/builds/42899712 they are a couple of licenses missing from licenses.ml:

Fatal error: exception Failure("unknown licenses for mmap.1.2.0, camlp-streams.5.0")

Given that the CircleCI build passed for the same commit, I suppose Windows and Mac don’t pull the same set of dependencies?

mat007 commented 2 years ago

Oh OK #567 was taking care of it already!