Add a new allowed license string (#1800)

There are sporadic errors when building on desktop using maven central.
This commit is contained in:
Weimin Yu 2022-09-30 14:03:17 -04:00 committed by GitHub
parent a557b3f376
commit d83565d37e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,6 +207,9 @@
{
"moduleLicense": "GNU Library General Public License v2.1 or later"
},
{
"moduleLicense": "GNU Lesser General Public License v3.0"
},
// This is just 3-clause BSD.
{
"moduleLicense": "Go License"