Skip to content

Commit

Permalink
Update overrides for multiply-licensed dependencies (#6223)
Browse files Browse the repository at this point in the history
* Update overrides for multiply-licensed dependencies
  • Loading branch information
benjaminion authored Oct 6, 2022
1 parent 5c5b16f commit 61f5789
Showing 1 changed file with 44 additions and 3 deletions.
47 changes: 44 additions & 3 deletions gradle/license-report-config/allowed-licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@
"moduleName": "com.github.jnr:jnr-posix",
"moduleLicense": "Eclipse Public License - v 2.0"
},
{
"moduleName": "com.github.oshi:oshi-core-java11",
"moduleLicense": "MIT License"
},
{
"moduleName": "com.google.code.gson:gson",
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleName": "io.libp2p:jvm-libp2p-minimal",
"moduleLicense": "Apache License, Version 2.0",
Expand Down Expand Up @@ -114,10 +122,22 @@
"moduleName": "javax.xml.bind:jaxb-api",
"moduleLicense": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1"
},
{
"moduleName": "net.java.dev.jna:jna-jpms",
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleName": "net.java.dev.jna:jna-platform-jpms",
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleName": "org.codehaus.mojo:animal-sniffer-annotations",
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleName": "org.codehaus.woodstox:stax2-api",
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleName": "org.eclipse.jetty",
"moduleLicense": "Apache License, Version 2.0"
Expand All @@ -127,13 +147,33 @@
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleName": "org.fusesource.leveldbjni:leveldbjni-all",
"moduleName": "org.fusesource.hawtjni:hawtjni-runtime",
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleName": "org.fusesource.leveldbjni:leveldbjni",
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleName": "org.fusesource.leveldbjni:leveldbjni-win32",
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleName": "org.fusesource.leveldbjni:leveldbjni-win64",
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleName": "org.hdrhistogram:HdrHistogram",
"moduleLicense": "The 2-Clause BSD License"
},
{
"moduleName": "org.javassist:javassist",
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleName": "org.java-websocket:Java-WebSocket",
"moduleLicense": "MIT License"
},
{
"moduleName": "org.ow2.asm",
"moduleLicense": "Apache License, Version 2.0"
Expand All @@ -143,8 +183,9 @@
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleName": "org.codehaus.woodstox:stax2-api",
"moduleName": "tech.pegasys:noise-java",
"moduleLicense": "Apache License, Version 2.0"
}
]
}
}

0 comments on commit 61f5789

Please sign in to comment.