updated author tag

Former-commit-id: 1a0ccff0a65e8af86741fa01c2cfd5382e8bec54
This commit is contained in:
Jeremy Long
2014-01-12 08:27:52 -05:00
parent 3c2c99c236
commit 38d7f6e671
141 changed files with 157 additions and 144 deletions

View File

@@ -60,7 +60,7 @@ import org.owasp.dependencycheck.utils.Settings;
* Maven Plugin that checks project dependencies to see if they have any known
* published vulnerabilities.
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
@Mojo(name = "check", defaultPhase = LifecyclePhase.COMPILE, threadSafe = true,
requiresDependencyResolution = ResolutionScope.RUNTIME_PLUS_SYSTEM,

View File

@@ -34,7 +34,7 @@ import static org.junit.Assert.*;
* TODO - figure out how to get the test harness to work. ATM no tests are
* running.
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class DependencyCheckMojoTest extends AbstractMojoTestCase {

View File

@@ -29,7 +29,7 @@ import org.apache.maven.doxia.sink.SinkEventAttributes;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class MySink implements Sink {