Skip to content

Commit

Permalink
Now it comes with its own <license> header.
Browse files Browse the repository at this point in the history
... so no need to complete it.
  • Loading branch information
kohsuke committed May 29, 2012
1 parent 71ad43a commit 45a3403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion licenseCompleter.groovy
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ complete {
rewriteLicense([],lgpl) rewriteLicense([],lgpl)
} }


match(["org.jvnet.localizer:localizer","*:trilead-putty-extension"]) { match(["org.jvnet.localizer:localizer"]) {
// see http://java.net/projects/localizer // see http://java.net/projects/localizer
// see http://java.net/projects/trilead-putty-extension/ // see http://java.net/projects/trilead-putty-extension/
rewriteLicense([],mitLicense); rewriteLicense([],mitLicense);
Expand Down

0 comments on commit 45a3403

Please sign in to comment.