mirror of
https://github.com/google/nomulus.git
synced 2025-05-21 19:59:34 +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",
|
"moduleLicense": "Public Domain",
|
||||||
"moduleName": "org.tukaani:xz"
|
"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
|
// "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
|
// 2.11.3 correctly but then something changed with 2.12.* and it no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue