1
0
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:
Ben McIlwain
2022-06-27 12:24:32 -04:00
committed by GitHub
parent 585765b83a
commit 89925f9ff2

View File

@@ -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