dedis / onet

Overlay Network for distributed protocols
GNU Lesser General Public License v3.0
50 stars 29 forks source link

unknow license on github & pkg.go.dev #642

Closed tharvik closed 4 years ago

tharvik commented 4 years ago

I tried to see the documentation using the new godoc website but it fails with "not displayed due to license restrictions.". The autodetection is done using https://github.com/google/licensecheck which takes LICENSE and fails to find any matching license. A simple mv LICENSE-LGPL-3.0 LICENSE should do the trick IMO (but based on https://choosealicense.com/licenses/lgpl-3.0/, you should had two files, one LICENSE with the GPL-3.0 content and one LICENSE.LESSER with the LGPL-3.0 content).

btw, GitHub doesn't reconize it either, you can compare it with https://github.com/dedis/kyber which has a "MPL-2.0" logo on the repo status line (next to "contributors") and not simply a "View license".