mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
Fix license-checking on GWT 2.10.0, which is Apache 2.0 (#1685)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user