Missing license information

Determined by visitin http://jcip.net/ and accessing the source code.
The license is in the header.
This commit is contained in:
Kohsuke Kawaguchi 2016-08-15 08:19:28 -07:00
parent 9b36611153
commit ee7fd6670c
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@ complete {
def mitLicense = license("MIT License","http://www.opensource.org/licenses/mit-license.php")
def bsdLicense = license("BSD License","http://opensource.org/licenses/BSD-2-Clause")
def jenkinsLicense = license("MIT License","http://jenkins-ci.org/mit-license")
def ccby = license("Creative Commons Attribution License","http://creativecommons.org/licenses/by/2.5")
match("asm:*") {
@ -85,6 +86,9 @@ complete {
rewriteLicense([license("CDDL or GPL 2 with Classpath Exception",null)],cddl);
}
match("net.jcip:jcip-annotations") {
rewriteLicense([],ccby)
}
//
// Choose from multi-licensed modules