提交 e2134565 编写于 作者: K Kohsuke Kawaguchi

Completed JSR-250 license information

上级 2210ec1b
......@@ -31,6 +31,11 @@ complete {
if (dependency.licenses.isEmpty())
dependency.licenses=[cddl]
}
// according to JSR-250 1.0-20050927.133100 POM, it came from JAX-WS, which is under CDDL.
match("javax.annotation:jsr250-api") {
rewriteLicense([], cddl)
}
match("antlr:*") {
rewriteLicense([], license("BSD License","http://www.antlr.org/license.html"))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册