updated author tag

Former-commit-id: c216a3b3cfc12b874ac9c39fcc5613980372bf9e
This commit is contained in:
Jeremy Long
2014-01-12 08:27:52 -05:00
parent 7b646c04d5
commit 76f2b39ce6
141 changed files with 157 additions and 144 deletions

View File

@@ -52,7 +52,7 @@ import org.owasp.dependencycheck.utils.Settings;
/**
* The command line interface for the DependencyCheck application.
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class App {

View File

@@ -35,7 +35,7 @@ import org.owasp.dependencycheck.utils.Settings;
/**
* A utility to parse command line arguments for the DependencyCheck.
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public final class CliParser {