Closed tharvik closed 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).
LICENSE
mv LICENSE-LGPL-3.0 LICENSE
LICENSE.LESSER
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".
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 simplemv 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, oneLICENSE
with the GPL-3.0 content and oneLICENSE.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".