fix license check (#10725)
This commit is contained in:
parent
3c20fe7a8a
commit
2d5b9dca00
|
|
@ -319,8 +319,8 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
|
|||
jetty-util-ajax 9.4.44.v20210927: https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util-ajax/9.4.44.v20210927, Apache 2.0 and EPL 1.0
|
||||
jetty-webapp 9.4.44.v20210927: https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-webapp/9.4.44.v20210927, Apache 2.0 and EPL 1.0
|
||||
jetty-xml 9.4.44.v20210927: https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-xml/9.4.44.v20210927, Apache 2.0 and EPL 1.0
|
||||
jna 4.5.2: https://mvnrepository.com/artifact/net.java.dev.jna/jna/4.5.2, Apache 2.0 and LGPL 2.1
|
||||
jna-platform 4.5.2: https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform/4.5.2, Apache 2.0 and LGPL 2.1
|
||||
jna 5.10.0: https://mvnrepository.com/artifact/net.java.dev.jna/jna/5.10.0, Apache 2.0 and LGPL 2.1
|
||||
jna-platform 5.10.0: https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform/5.10.0, Apache 2.0 and LGPL 2.1
|
||||
joda-time 2.5: https://github.com/JodaOrg/joda-time, Apache 2.0
|
||||
jpam 1.1: https://mvnrepository.com/artifact/net.sf.jpam/jpam/1.1, Apache 2.0
|
||||
jsqlparser 2.1: https://github.com/JSQLParser/JSqlParser, Apache 2.0 or LGPL 2.1
|
||||
|
|
|
|||
|
|
@ -133,8 +133,8 @@ jetty-util-ajax-9.4.44.v20210927.jar
|
|||
jetty-webapp-9.4.44.v20210927.jar
|
||||
jetty-xml-9.4.44.v20210927.jar
|
||||
jline-0.9.94.jar
|
||||
jna-4.5.2.jar
|
||||
jna-platform-4.5.2.jar
|
||||
jna-5.10.0.jar
|
||||
jna-platform-5.10.0.jar
|
||||
joda-time-2.5.jar
|
||||
jpam-1.1.jar
|
||||
jsch-0.1.42.jar
|
||||
|
|
|
|||
Loading…
Reference in New Issue