mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02:00
Fix license-checking on GWT 2.10.0, which is Apache 2.0 (#1685)
This commit is contained in:
parent
725e52f817
commit
2c5f283e76
1 changed files with 6 additions and 0 deletions
|
@ -267,6 +267,12 @@
|
|||
"moduleLicense": "Public Domain",
|
||||
"moduleName": "org.tukaani:xz"
|
||||
},
|
||||
{
|
||||
// "Apache License, Version 2.0".
|
||||
"moduleLicense": null,
|
||||
"moduleVersion": "2.10.0",
|
||||
"moduleName": "com.google.gwt:gwt-user"
|
||||
},
|
||||
{
|
||||
// "Apache License, Version 2.0". The plugin is able to parse up to
|
||||
// 2.11.3 correctly but then something changed with 2.12.* and it no
|
||||
|
|
Loading…
Add table
Reference in a new issue