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

@@ -29,7 +29,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class EngineIntegrationTest {

View File

@@ -29,7 +29,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class AbstractAnalyzerTest {

View File

@@ -31,7 +31,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class AnalyzerServiceTest {

View File

@@ -33,7 +33,7 @@ import org.owasp.dependencycheck.utils.Settings;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class ArchiveAnalyzerTest extends BaseIndexTestCase {

View File

@@ -38,7 +38,7 @@ import org.owasp.dependencycheck.dependency.Identifier;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class CPEAnalyzerTest extends BaseIndexTestCase {

View File

@@ -32,7 +32,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class FileNameAnalyzerTest {

View File

@@ -34,7 +34,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class JarAnalyzerTest {

View File

@@ -29,7 +29,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class DirectorySpinLockTest {

View File

@@ -25,7 +25,7 @@ import java.io.IOException;
* A simple task that obtains a lock on a directory. This is used in testing of
* the shared and exclusive locks.
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class SpinLockTask implements Runnable {

View File

@@ -27,7 +27,7 @@ import org.owasp.dependencycheck.data.nvdcve.BaseDBTestCase;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public abstract class BaseIndexTestCase extends TestCase {

View File

@@ -29,7 +29,7 @@ import org.junit.Assert;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class IndexEntryTest extends TestCase {

View File

@@ -28,7 +28,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class CweDBTest {

View File

@@ -48,7 +48,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class FieldAnalyzerTest {

View File

@@ -28,7 +28,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class LuceneUtilsTest {

View File

@@ -20,7 +20,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class TokenPairConcatenatingFilterTest extends BaseTokenStreamTestCase {

View File

@@ -20,7 +20,7 @@ import org.junit.BeforeClass;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class UrlTokenizingFilterTest extends BaseTokenStreamTestCase {

View File

@@ -32,7 +32,7 @@ import org.owasp.dependencycheck.utils.Settings;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public abstract class BaseDBTestCase extends TestCase {

View File

@@ -1,7 +1,20 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
* This file is part of dependency-check-core.
*
* Dependency-check-core is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* Dependency-check-core is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* dependency-check-core. If not, see http://www.gnu.org/licenses/.
*
* Copyright (c) 2014 Jeremy Long. All Rights Reserved.
*/
package org.owasp.dependencycheck.data.nvdcve;
@@ -13,7 +26,7 @@ import org.junit.Test;
/**
*
* @author jeremy
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class CveDBMySQLTest {

View File

@@ -30,7 +30,7 @@ import org.owasp.dependencycheck.dependency.VulnerableSoftware;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class CveDBTest extends BaseDBTestCase {

View File

@@ -30,7 +30,7 @@ import org.owasp.dependencycheck.data.update.NvdCveInfo;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class DatabasePropertiesTest {

View File

@@ -28,7 +28,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class DriverLoaderTest {

View File

@@ -28,7 +28,7 @@ import static org.junit.Assert.*;
/**
* Rigorous test of setters/getters.
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class NvdCveInfoTest {

View File

@@ -26,7 +26,7 @@ import org.junit.Test;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class NvdCveUpdaterIntegrationTest {

View File

@@ -32,7 +32,7 @@ import org.owasp.dependencycheck.utils.DownloadFailedException;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class StandardUpdateIntegrationTest {

View File

@@ -31,7 +31,7 @@ import org.owasp.dependencycheck.utils.DownloadFailedException;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class UpdateableNvdCveTest {

View File

@@ -34,7 +34,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class NvdCve_1_2_HandlerTest {

View File

@@ -31,7 +31,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class NvdCve_2_0_HandlerTest {

View File

@@ -34,7 +34,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class DependencyTest {

View File

@@ -27,7 +27,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class VulnerableSoftwareTest {

View File

@@ -35,7 +35,7 @@ import java.io.InputStream;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class ReportGeneratorTest {

View File

@@ -27,7 +27,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class PropertyTypeTest {

View File

@@ -37,7 +37,7 @@ import org.xml.sax.XMLReader;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class SuppressionHandlerTest {

View File

@@ -30,7 +30,7 @@ import static org.junit.Assert.*;
/**
* Test of the suppression parser.
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class SuppressionParserTest {

View File

@@ -34,7 +34,7 @@ import org.owasp.dependencycheck.dependency.Vulnerability;
/**
* Test of the suppression rule.
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class SuppressionRuleTest {

View File

@@ -31,7 +31,7 @@ import org.junit.Test;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class ChecksumTest {

View File

@@ -15,7 +15,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class DependencyVersionTest {

View File

@@ -27,7 +27,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class DependencyVersionUtilTest {

View File

@@ -31,7 +31,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class DownloaderIntegrationTest {

View File

@@ -30,7 +30,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class DownloaderTest {

View File

@@ -28,7 +28,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class FileUtilsTest {

View File

@@ -30,7 +30,7 @@ import static org.junit.Assert.*;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class FilterTest {

View File

@@ -32,7 +32,7 @@ import org.junit.Test;
/**
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class SettingsTest {