提交 5e593a69 编写于 作者: K Kohsuke Kawaguchi

updated license rules to list new pieces

上级 6577d788
...@@ -42,7 +42,7 @@ complete { ...@@ -42,7 +42,7 @@ complete {
rewriteLicense([],license("BSD License","http://dom4j.sourceforge.net/dom4j-1.6.1/license.html")) rewriteLicense([],license("BSD License","http://dom4j.sourceforge.net/dom4j-1.6.1/license.html"))
} }
match(["org.codehaus.groovy:*"]) { match(["org.codehaus.groovy:*","*:jmdns"]) {
// see http://groovy.codehaus.org/License+Information // see http://groovy.codehaus.org/License+Information
// see http://jmdns.sourceforge.net/license.html // see http://jmdns.sourceforge.net/license.html
rewriteLicense([],apacheLicense) rewriteLicense([],apacheLicense)
...@@ -63,7 +63,7 @@ complete { ...@@ -63,7 +63,7 @@ complete {
// these are our own modules that have license in the trunk but not in these released versions // these are our own modules that have license in the trunk but not in these released versions
// as we upgrade them, we should just pick up the license info from POM // as we upgrade them, we should just pick up the license info from POM
match(["org.jenkins-ci.modules:instance-identity","org.jvnet.hudson:task-reactor","org.jvnet.hudson:annotation-indexer","*:jinterop-wmi","*:maven2.1-interceptor","*:hudson-maven-embedder"]) { match(["org.jenkins-ci.modules:instance-identity","org.jvnet.hudson:task-reactor","org.jvnet.hudson:annotation-indexer","*:jinterop-wmi","*:maven2.1-interceptor","*:lib-jenkins-maven-embedder"]) {
rewriteLicense([],jenkinsLicense) rewriteLicense([],jenkinsLicense)
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册