mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02:00
Add a new allowed license string (#1800)
There are sporadic errors when building on desktop using maven central.
This commit is contained in:
parent
8288c6de0a
commit
d0cec9ff54
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue