From 0c100c1372473da105b64ec9be84c82953c52432 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 10 May 2013 05:52:44 -0400 Subject: [PATCH] updated file header comment Former-commit-id: 7398d863e1b4271bd39875644f2de3d3376d7e26 --- pom.xml | 2 +- src/main/config/checkstyle-header.txt | 6 +++--- .../java/org/owasp/dependencycheck/App.java | 6 +++--- .../java/org/owasp/dependencycheck/Engine.java | 6 +++--- .../analyzer/AbstractAnalyzer.java | 6 +++--- .../analyzer/AnalysisException.java | 6 +++--- .../analyzer/AnalysisPhase.java | 6 +++--- .../dependencycheck/analyzer/Analyzer.java | 6 +++--- .../analyzer/AnalyzerService.java | 6 +++--- .../analyzer/DependencyBundlingAnalyzer.java | 6 +++--- .../analyzer/FalsePositiveAnalyzer.java | 6 +++--- .../analyzer/FileNameAnalyzer.java | 6 +++--- .../dependencycheck/analyzer/HintAnalyzer.java | 6 +++--- .../dependencycheck/analyzer/JarAnalyzer.java | 6 +++--- .../analyzer/JavaScriptAnalyzer.java | 6 +++--- .../analyzer/SpringCleaningAnalyzer.java | 6 +++--- .../data/CachedWebDataSource.java | 6 +++--- .../dependencycheck/data/UpdateException.java | 6 +++--- .../dependencycheck/data/UpdateService.java | 6 +++--- .../dependencycheck/data/cpe/CPEAnalyzer.java | 6 +++--- .../owasp/dependencycheck/data/cpe/Entry.java | 6 +++--- .../owasp/dependencycheck/data/cpe/Fields.java | 6 +++--- .../owasp/dependencycheck/data/cpe/Index.java | 6 +++--- .../owasp/dependencycheck/data/cwe/CweDB.java | 6 +++--- .../dependencycheck/data/cwe/CweHandler.java | 6 +++--- .../data/lucene/AbstractIndex.java | 6 +++--- .../data/lucene/DependencySimilarity.java | 6 +++--- .../data/lucene/FieldAnalyzer.java | 6 +++--- .../data/lucene/LuceneUtils.java | 6 +++--- .../data/lucene/SearchFieldAnalyzer.java | 6 +++--- .../data/lucene/SearchVersionAnalyzer.java | 6 +++--- .../lucene/TokenPairConcatenatingFilter.java | 6 +++--- .../data/lucene/VersionAnalyzer.java | 6 +++--- .../data/lucene/VersionTokenizingFilter.java | 6 +++--- .../data/nvdcve/CorruptDatabaseException.java | 6 +++--- .../dependencycheck/data/nvdcve/CveDB.java | 6 +++--- .../data/nvdcve/DatabaseException.java | 6 +++--- .../data/nvdcve/NvdCveAnalyzer.java | 6 +++--- .../data/nvdcve/xml/DatabaseUpdater.java | 6 +++--- .../data/nvdcve/xml/InvalidDataException.java | 6 +++--- .../data/nvdcve/xml/NvdCve12Handler.java | 6 +++--- .../data/nvdcve/xml/NvdCve20Handler.java | 6 +++--- .../dependencycheck/dependency/Dependency.java | 6 +++--- .../dependencycheck/dependency/Evidence.java | 6 +++--- .../dependency/EvidenceCollection.java | 6 +++--- .../dependencycheck/dependency/Identifier.java | 6 +++--- .../dependencycheck/dependency/Reference.java | 6 +++--- .../dependency/Vulnerability.java | 6 +++--- .../dependency/VulnerabilityComparator.java | 6 +++--- .../dependency/VulnerableSoftware.java | 6 +++--- .../reporting/ReportGenerator.java | 6 +++--- .../owasp/dependencycheck/utils/CliParser.java | 6 +++--- .../utils/DependencyVersion.java | 6 +++--- .../utils/DependencyVersionUtil.java | 6 +++--- .../utils/DownloadFailedException.java | 6 +++--- .../dependencycheck/utils/Downloader.java | 6 +++--- .../owasp/dependencycheck/utils/FileUtils.java | 6 +++--- .../utils/InvalidSettingException.java | 6 +++--- .../utils/NonClosingStream.java | 6 +++--- .../owasp/dependencycheck/utils/Settings.java | 6 +++--- src/main/resources/templates/HtmlReport.vsl | 2 +- src/main/resources/templates/XmlReport.vsl | 2 +- .../dependencycheck/EngineIntegrationTest.java | 6 +++--- .../analyzer/AbstractAnalyzerTest.java | 6 +++--- .../analyzer/AnalyzerServiceTest.java | 6 +++--- .../analyzer/FileNameAnalyzerTest.java | 6 +++--- .../analyzer/JarAnalyzerTest.java | 6 +++--- .../data/cpe/BaseIndexTestCase.java | 6 +++--- .../data/cpe/CPEAnalyzerTest.java | 6 +++--- .../dependencycheck/data/cpe/EntryTest.java | 6 +++--- .../data/cpe/IndexIntegrationTest.java | 6 +++--- .../dependencycheck/data/cpe/IndexTest.java | 6 +++--- .../dependencycheck/data/cwe/CweDBTest.java | 6 +++--- .../data/lucene/FieldAnalyzerTest.java | 6 +++--- .../data/lucene/LuceneUtilsTest.java | 6 +++--- .../data/nvdcve/BaseDBTestCase.java | 6 +++--- .../xml/DatabaseUpdaterIntegrationTest.java | 6 +++--- .../nvdcve/xml/NvdCve_1_2_HandlerTest.java | 6 +++--- .../nvdcve/xml/NvdCve_2_0_HandlerTest.java | 6 +++--- .../dependency/DependencyTest.java | 18 ++++++++++++++++++ .../dependency/VulnerableSoftwareTest.java | 18 ++++++++++++++++-- .../reporting/ReportGeneratorTest.java | 6 +++--- .../dependencycheck/utils/ChecksumTest.java | 6 +++--- .../dependencycheck/utils/CliParserTest.java | 6 +++--- .../utils/DependencyVersionUtilTest.java | 6 +++--- .../utils/DownloaderIntegrationTest.java | 6 +++--- .../dependencycheck/utils/FileUtilsTest.java | 6 +++--- .../dependencycheck/utils/FilterTest.java | 6 +++--- .../dependencycheck/utils/SettingsTest.java | 6 +++--- 89 files changed, 289 insertions(+), 257 deletions(-) diff --git a/pom.xml b/pom.xml index 5a08d11c6..016236e20 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 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. -DependencyCheck is distributed in the hope that it will be useful, +Dependency-Check 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. diff --git a/src/main/config/checkstyle-header.txt b/src/main/config/checkstyle-header.txt index cad15230d..adac2a501 100644 --- a/src/main/config/checkstyle-header.txt +++ b/src/main/config/checkstyle-header.txt @@ -1,12 +1,12 @@ ^/\*\s*$ -^ \* This file is part of DependencyCheck\.\s*$ +^ \* This file is part of Dependency-Check\.\s*$ ^ \*\s*$ -^ \* DependencyCheck is free software\: you can redistribute it and/or modify it\s*$ +^ \* Dependency-Check is free software\: you can redistribute it and/or modify it\s*$ ^ \* under the terms of the GNU General Public License as published by the Free\s*$ ^ \* Software Foundation, either version 3 of the License, or \(at your option\) any\s*$ ^ \* later version\. ^ \*\s*$ -^ \* DependencyCheck is distributed in the hope that it will be useful, but\s*$ +^ \* Dependency-Check is distributed in the hope that it will be useful, but\s*$ ^ \* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\s*$ ^ \* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more\s*$ ^ \* details\.\s*$ diff --git a/src/main/java/org/owasp/dependencycheck/App.java b/src/main/java/org/owasp/dependencycheck/App.java index 945e04cef..d60623dec 100644 --- a/src/main/java/org/owasp/dependencycheck/App.java +++ b/src/main/java/org/owasp/dependencycheck/App.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + ** This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + ** Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/Engine.java b/src/main/java/org/owasp/dependencycheck/Engine.java index 31d0461af..5876692a9 100644 --- a/src/main/java/org/owasp/dependencycheck/Engine.java +++ b/src/main/java/org/owasp/dependencycheck/Engine.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java b/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java index 7a768155a..30db91335 100644 --- a/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/analyzer/AnalysisException.java b/src/main/java/org/owasp/dependencycheck/analyzer/AnalysisException.java index b2bbc7597..cda50a039 100644 --- a/src/main/java/org/owasp/dependencycheck/analyzer/AnalysisException.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/AnalysisException.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/analyzer/AnalysisPhase.java b/src/main/java/org/owasp/dependencycheck/analyzer/AnalysisPhase.java index 2d116d7ff..6a7e9b054 100644 --- a/src/main/java/org/owasp/dependencycheck/analyzer/AnalysisPhase.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/AnalysisPhase.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/analyzer/Analyzer.java b/src/main/java/org/owasp/dependencycheck/analyzer/Analyzer.java index ad594ffdb..90071a3d8 100644 --- a/src/main/java/org/owasp/dependencycheck/analyzer/Analyzer.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/Analyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/analyzer/AnalyzerService.java b/src/main/java/org/owasp/dependencycheck/analyzer/AnalyzerService.java index df473e668..62a33d01f 100644 --- a/src/main/java/org/owasp/dependencycheck/analyzer/AnalyzerService.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/AnalyzerService.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java b/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java index c2dc3c7f5..37cdc3503 100644 --- a/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/analyzer/FalsePositiveAnalyzer.java b/src/main/java/org/owasp/dependencycheck/analyzer/FalsePositiveAnalyzer.java index 3666f5586..92a262637 100644 --- a/src/main/java/org/owasp/dependencycheck/analyzer/FalsePositiveAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/FalsePositiveAnalyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/analyzer/FileNameAnalyzer.java b/src/main/java/org/owasp/dependencycheck/analyzer/FileNameAnalyzer.java index 642cfd78a..09743bfbd 100644 --- a/src/main/java/org/owasp/dependencycheck/analyzer/FileNameAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/FileNameAnalyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/analyzer/HintAnalyzer.java b/src/main/java/org/owasp/dependencycheck/analyzer/HintAnalyzer.java index 61d09aa73..4093d8a60 100644 --- a/src/main/java/org/owasp/dependencycheck/analyzer/HintAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/HintAnalyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java b/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java index 0a80f11a6..daf0296bf 100644 --- a/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/analyzer/JavaScriptAnalyzer.java b/src/main/java/org/owasp/dependencycheck/analyzer/JavaScriptAnalyzer.java index 9ad369b7d..5662d1bbb 100644 --- a/src/main/java/org/owasp/dependencycheck/analyzer/JavaScriptAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/JavaScriptAnalyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/analyzer/SpringCleaningAnalyzer.java b/src/main/java/org/owasp/dependencycheck/analyzer/SpringCleaningAnalyzer.java index 5d0d045c2..7e41a39cc 100644 --- a/src/main/java/org/owasp/dependencycheck/analyzer/SpringCleaningAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/SpringCleaningAnalyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/CachedWebDataSource.java b/src/main/java/org/owasp/dependencycheck/data/CachedWebDataSource.java index 487547c84..3a0a42499 100644 --- a/src/main/java/org/owasp/dependencycheck/data/CachedWebDataSource.java +++ b/src/main/java/org/owasp/dependencycheck/data/CachedWebDataSource.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/UpdateException.java b/src/main/java/org/owasp/dependencycheck/data/UpdateException.java index 5af41060e..8776fd820 100644 --- a/src/main/java/org/owasp/dependencycheck/data/UpdateException.java +++ b/src/main/java/org/owasp/dependencycheck/data/UpdateException.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/UpdateService.java b/src/main/java/org/owasp/dependencycheck/data/UpdateService.java index 0667e003c..8179d6ce3 100644 --- a/src/main/java/org/owasp/dependencycheck/data/UpdateService.java +++ b/src/main/java/org/owasp/dependencycheck/data/UpdateService.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/cpe/CPEAnalyzer.java b/src/main/java/org/owasp/dependencycheck/data/cpe/CPEAnalyzer.java index e5097ffaf..aa31f77e2 100644 --- a/src/main/java/org/owasp/dependencycheck/data/cpe/CPEAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/data/cpe/CPEAnalyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/cpe/Entry.java b/src/main/java/org/owasp/dependencycheck/data/cpe/Entry.java index 7b233fbfc..d398e69ca 100644 --- a/src/main/java/org/owasp/dependencycheck/data/cpe/Entry.java +++ b/src/main/java/org/owasp/dependencycheck/data/cpe/Entry.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/cpe/Fields.java b/src/main/java/org/owasp/dependencycheck/data/cpe/Fields.java index 8ddd1a401..866b9133d 100644 --- a/src/main/java/org/owasp/dependencycheck/data/cpe/Fields.java +++ b/src/main/java/org/owasp/dependencycheck/data/cpe/Fields.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/cpe/Index.java b/src/main/java/org/owasp/dependencycheck/data/cpe/Index.java index 24d5458b7..4e60c8b92 100644 --- a/src/main/java/org/owasp/dependencycheck/data/cpe/Index.java +++ b/src/main/java/org/owasp/dependencycheck/data/cpe/Index.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/cwe/CweDB.java b/src/main/java/org/owasp/dependencycheck/data/cwe/CweDB.java index 92c599cb9..44a67b987 100644 --- a/src/main/java/org/owasp/dependencycheck/data/cwe/CweDB.java +++ b/src/main/java/org/owasp/dependencycheck/data/cwe/CweDB.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/cwe/CweHandler.java b/src/main/java/org/owasp/dependencycheck/data/cwe/CweHandler.java index d792c8908..88cf1c70a 100644 --- a/src/main/java/org/owasp/dependencycheck/data/cwe/CweHandler.java +++ b/src/main/java/org/owasp/dependencycheck/data/cwe/CweHandler.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/lucene/AbstractIndex.java b/src/main/java/org/owasp/dependencycheck/data/lucene/AbstractIndex.java index b961316f9..79d19529b 100644 --- a/src/main/java/org/owasp/dependencycheck/data/lucene/AbstractIndex.java +++ b/src/main/java/org/owasp/dependencycheck/data/lucene/AbstractIndex.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/lucene/DependencySimilarity.java b/src/main/java/org/owasp/dependencycheck/data/lucene/DependencySimilarity.java index 281aaefd7..e364603f9 100644 --- a/src/main/java/org/owasp/dependencycheck/data/lucene/DependencySimilarity.java +++ b/src/main/java/org/owasp/dependencycheck/data/lucene/DependencySimilarity.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/lucene/FieldAnalyzer.java b/src/main/java/org/owasp/dependencycheck/data/lucene/FieldAnalyzer.java index bf0751cfe..5a8e8cbd1 100644 --- a/src/main/java/org/owasp/dependencycheck/data/lucene/FieldAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/data/lucene/FieldAnalyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/lucene/LuceneUtils.java b/src/main/java/org/owasp/dependencycheck/data/lucene/LuceneUtils.java index 52e84697f..165fc544e 100644 --- a/src/main/java/org/owasp/dependencycheck/data/lucene/LuceneUtils.java +++ b/src/main/java/org/owasp/dependencycheck/data/lucene/LuceneUtils.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/lucene/SearchFieldAnalyzer.java b/src/main/java/org/owasp/dependencycheck/data/lucene/SearchFieldAnalyzer.java index aa7e76762..e18a0678e 100644 --- a/src/main/java/org/owasp/dependencycheck/data/lucene/SearchFieldAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/data/lucene/SearchFieldAnalyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/lucene/SearchVersionAnalyzer.java b/src/main/java/org/owasp/dependencycheck/data/lucene/SearchVersionAnalyzer.java index e7bc8e0bb..d97820228 100644 --- a/src/main/java/org/owasp/dependencycheck/data/lucene/SearchVersionAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/data/lucene/SearchVersionAnalyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java b/src/main/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java index fc5342629..c90a0be59 100644 --- a/src/main/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java +++ b/src/main/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/lucene/VersionAnalyzer.java b/src/main/java/org/owasp/dependencycheck/data/lucene/VersionAnalyzer.java index 346c8db53..0cc0ff011 100644 --- a/src/main/java/org/owasp/dependencycheck/data/lucene/VersionAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/data/lucene/VersionAnalyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/lucene/VersionTokenizingFilter.java b/src/main/java/org/owasp/dependencycheck/data/lucene/VersionTokenizingFilter.java index 8d3fe2cb1..39eff13ad 100644 --- a/src/main/java/org/owasp/dependencycheck/data/lucene/VersionTokenizingFilter.java +++ b/src/main/java/org/owasp/dependencycheck/data/lucene/VersionTokenizingFilter.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/nvdcve/CorruptDatabaseException.java b/src/main/java/org/owasp/dependencycheck/data/nvdcve/CorruptDatabaseException.java index 5d5f94e61..9f78d8f8f 100644 --- a/src/main/java/org/owasp/dependencycheck/data/nvdcve/CorruptDatabaseException.java +++ b/src/main/java/org/owasp/dependencycheck/data/nvdcve/CorruptDatabaseException.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java b/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java index c57562adb..1e05f03c3 100644 --- a/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java +++ b/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseException.java b/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseException.java index 2495cd7fb..b6edd8b51 100644 --- a/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseException.java +++ b/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseException.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/nvdcve/NvdCveAnalyzer.java b/src/main/java/org/owasp/dependencycheck/data/nvdcve/NvdCveAnalyzer.java index a855fd957..544a7a2e5 100644 --- a/src/main/java/org/owasp/dependencycheck/data/nvdcve/NvdCveAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/data/nvdcve/NvdCveAnalyzer.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/DatabaseUpdater.java b/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/DatabaseUpdater.java index ea3c1df4a..5bbd6afb1 100644 --- a/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/DatabaseUpdater.java +++ b/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/DatabaseUpdater.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/InvalidDataException.java b/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/InvalidDataException.java index ffd4ff5cb..7d840cb1a 100644 --- a/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/InvalidDataException.java +++ b/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/InvalidDataException.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve12Handler.java b/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve12Handler.java index 85ad08bc7..f0179fe1e 100644 --- a/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve12Handler.java +++ b/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve12Handler.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve20Handler.java b/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve20Handler.java index ea6036175..e2b805e18 100644 --- a/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve20Handler.java +++ b/src/main/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve20Handler.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java b/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java index 46d59412a..99dcff099 100644 --- a/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java +++ b/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/dependency/Evidence.java b/src/main/java/org/owasp/dependencycheck/dependency/Evidence.java index fd90bfbc9..0db037d67 100644 --- a/src/main/java/org/owasp/dependencycheck/dependency/Evidence.java +++ b/src/main/java/org/owasp/dependencycheck/dependency/Evidence.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/dependency/EvidenceCollection.java b/src/main/java/org/owasp/dependencycheck/dependency/EvidenceCollection.java index 5d3c4604a..db51c7b16 100644 --- a/src/main/java/org/owasp/dependencycheck/dependency/EvidenceCollection.java +++ b/src/main/java/org/owasp/dependencycheck/dependency/EvidenceCollection.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/dependency/Identifier.java b/src/main/java/org/owasp/dependencycheck/dependency/Identifier.java index 1b0c1bd82..950a9da2e 100644 --- a/src/main/java/org/owasp/dependencycheck/dependency/Identifier.java +++ b/src/main/java/org/owasp/dependencycheck/dependency/Identifier.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/dependency/Reference.java b/src/main/java/org/owasp/dependencycheck/dependency/Reference.java index 293448b56..8ce42e4bf 100644 --- a/src/main/java/org/owasp/dependencycheck/dependency/Reference.java +++ b/src/main/java/org/owasp/dependencycheck/dependency/Reference.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java b/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java index 15f756dad..82d2fc850 100644 --- a/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java +++ b/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/dependency/VulnerabilityComparator.java b/src/main/java/org/owasp/dependencycheck/dependency/VulnerabilityComparator.java index e8fb8d2ef..234737bd5 100644 --- a/src/main/java/org/owasp/dependencycheck/dependency/VulnerabilityComparator.java +++ b/src/main/java/org/owasp/dependencycheck/dependency/VulnerabilityComparator.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java b/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java index eca3c5a3e..fd05c5fd9 100644 --- a/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java +++ b/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/reporting/ReportGenerator.java b/src/main/java/org/owasp/dependencycheck/reporting/ReportGenerator.java index 768291924..a29f97c84 100644 --- a/src/main/java/org/owasp/dependencycheck/reporting/ReportGenerator.java +++ b/src/main/java/org/owasp/dependencycheck/reporting/ReportGenerator.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/utils/CliParser.java b/src/main/java/org/owasp/dependencycheck/utils/CliParser.java index 785e98c1d..55f5444d4 100644 --- a/src/main/java/org/owasp/dependencycheck/utils/CliParser.java +++ b/src/main/java/org/owasp/dependencycheck/utils/CliParser.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/utils/DependencyVersion.java b/src/main/java/org/owasp/dependencycheck/utils/DependencyVersion.java index bc1003b5a..79780de8c 100644 --- a/src/main/java/org/owasp/dependencycheck/utils/DependencyVersion.java +++ b/src/main/java/org/owasp/dependencycheck/utils/DependencyVersion.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/utils/DependencyVersionUtil.java b/src/main/java/org/owasp/dependencycheck/utils/DependencyVersionUtil.java index 193ea6b3e..21a928fb6 100644 --- a/src/main/java/org/owasp/dependencycheck/utils/DependencyVersionUtil.java +++ b/src/main/java/org/owasp/dependencycheck/utils/DependencyVersionUtil.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/utils/DownloadFailedException.java b/src/main/java/org/owasp/dependencycheck/utils/DownloadFailedException.java index a7322cb6f..a1c5de38e 100644 --- a/src/main/java/org/owasp/dependencycheck/utils/DownloadFailedException.java +++ b/src/main/java/org/owasp/dependencycheck/utils/DownloadFailedException.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/utils/Downloader.java b/src/main/java/org/owasp/dependencycheck/utils/Downloader.java index c159d4332..dbb3350e2 100644 --- a/src/main/java/org/owasp/dependencycheck/utils/Downloader.java +++ b/src/main/java/org/owasp/dependencycheck/utils/Downloader.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/utils/FileUtils.java b/src/main/java/org/owasp/dependencycheck/utils/FileUtils.java index 02204fb8c..7df842e60 100644 --- a/src/main/java/org/owasp/dependencycheck/utils/FileUtils.java +++ b/src/main/java/org/owasp/dependencycheck/utils/FileUtils.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/utils/InvalidSettingException.java b/src/main/java/org/owasp/dependencycheck/utils/InvalidSettingException.java index 3fb90d5db..aa3392935 100644 --- a/src/main/java/org/owasp/dependencycheck/utils/InvalidSettingException.java +++ b/src/main/java/org/owasp/dependencycheck/utils/InvalidSettingException.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/utils/NonClosingStream.java b/src/main/java/org/owasp/dependencycheck/utils/NonClosingStream.java index 7ee6113d1..9ff4c0df7 100644 --- a/src/main/java/org/owasp/dependencycheck/utils/NonClosingStream.java +++ b/src/main/java/org/owasp/dependencycheck/utils/NonClosingStream.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/java/org/owasp/dependencycheck/utils/Settings.java b/src/main/java/org/owasp/dependencycheck/utils/Settings.java index 4854886d7..9b50782dd 100644 --- a/src/main/java/org/owasp/dependencycheck/utils/Settings.java +++ b/src/main/java/org/owasp/dependencycheck/utils/Settings.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/main/resources/templates/HtmlReport.vsl b/src/main/resources/templates/HtmlReport.vsl index 78dc62ace..9c1383935 100644 --- a/src/main/resources/templates/HtmlReport.vsl +++ b/src/main/resources/templates/HtmlReport.vsl @@ -6,7 +6,7 @@ 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. -DependencyCheck is distributed in the hope that it will be useful, +Dependency-Check 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. diff --git a/src/main/resources/templates/XmlReport.vsl b/src/main/resources/templates/XmlReport.vsl index 9101e125f..825908a45 100644 --- a/src/main/resources/templates/XmlReport.vsl +++ b/src/main/resources/templates/XmlReport.vsl @@ -6,7 +6,7 @@ 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. -DependencyCheck is distributed in the hope that it will be useful, +Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/EngineIntegrationTest.java b/src/test/java/org/owasp/dependencycheck/EngineIntegrationTest.java index 379c9a51f..09df14c4c 100644 --- a/src/test/java/org/owasp/dependencycheck/EngineIntegrationTest.java +++ b/src/test/java/org/owasp/dependencycheck/EngineIntegrationTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzerTest.java b/src/test/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzerTest.java index 96053b9fe..3bd975dfb 100644 --- a/src/test/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzerTest.java +++ b/src/test/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzerTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/analyzer/AnalyzerServiceTest.java b/src/test/java/org/owasp/dependencycheck/analyzer/AnalyzerServiceTest.java index 2fc41dd5b..9b51c1265 100644 --- a/src/test/java/org/owasp/dependencycheck/analyzer/AnalyzerServiceTest.java +++ b/src/test/java/org/owasp/dependencycheck/analyzer/AnalyzerServiceTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/analyzer/FileNameAnalyzerTest.java b/src/test/java/org/owasp/dependencycheck/analyzer/FileNameAnalyzerTest.java index 0442c8f63..17af0b5a6 100644 --- a/src/test/java/org/owasp/dependencycheck/analyzer/FileNameAnalyzerTest.java +++ b/src/test/java/org/owasp/dependencycheck/analyzer/FileNameAnalyzerTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/analyzer/JarAnalyzerTest.java b/src/test/java/org/owasp/dependencycheck/analyzer/JarAnalyzerTest.java index 2616c8fa2..54a7f4cfb 100644 --- a/src/test/java/org/owasp/dependencycheck/analyzer/JarAnalyzerTest.java +++ b/src/test/java/org/owasp/dependencycheck/analyzer/JarAnalyzerTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/data/cpe/BaseIndexTestCase.java b/src/test/java/org/owasp/dependencycheck/data/cpe/BaseIndexTestCase.java index 0b530efb8..50ee89e96 100644 --- a/src/test/java/org/owasp/dependencycheck/data/cpe/BaseIndexTestCase.java +++ b/src/test/java/org/owasp/dependencycheck/data/cpe/BaseIndexTestCase.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/data/cpe/CPEAnalyzerTest.java b/src/test/java/org/owasp/dependencycheck/data/cpe/CPEAnalyzerTest.java index 223c264d6..5903a4b01 100644 --- a/src/test/java/org/owasp/dependencycheck/data/cpe/CPEAnalyzerTest.java +++ b/src/test/java/org/owasp/dependencycheck/data/cpe/CPEAnalyzerTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/data/cpe/EntryTest.java b/src/test/java/org/owasp/dependencycheck/data/cpe/EntryTest.java index 841ddc987..23618283c 100644 --- a/src/test/java/org/owasp/dependencycheck/data/cpe/EntryTest.java +++ b/src/test/java/org/owasp/dependencycheck/data/cpe/EntryTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/data/cpe/IndexIntegrationTest.java b/src/test/java/org/owasp/dependencycheck/data/cpe/IndexIntegrationTest.java index 731a2e13f..25e70a27d 100644 --- a/src/test/java/org/owasp/dependencycheck/data/cpe/IndexIntegrationTest.java +++ b/src/test/java/org/owasp/dependencycheck/data/cpe/IndexIntegrationTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/data/cpe/IndexTest.java b/src/test/java/org/owasp/dependencycheck/data/cpe/IndexTest.java index 6dd344c30..40c58bfb6 100644 --- a/src/test/java/org/owasp/dependencycheck/data/cpe/IndexTest.java +++ b/src/test/java/org/owasp/dependencycheck/data/cpe/IndexTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/data/cwe/CweDBTest.java b/src/test/java/org/owasp/dependencycheck/data/cwe/CweDBTest.java index a00f5e963..ddf4cad48 100644 --- a/src/test/java/org/owasp/dependencycheck/data/cwe/CweDBTest.java +++ b/src/test/java/org/owasp/dependencycheck/data/cwe/CweDBTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/data/lucene/FieldAnalyzerTest.java b/src/test/java/org/owasp/dependencycheck/data/lucene/FieldAnalyzerTest.java index 7a508bb9d..a6a24a397 100644 --- a/src/test/java/org/owasp/dependencycheck/data/lucene/FieldAnalyzerTest.java +++ b/src/test/java/org/owasp/dependencycheck/data/lucene/FieldAnalyzerTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/data/lucene/LuceneUtilsTest.java b/src/test/java/org/owasp/dependencycheck/data/lucene/LuceneUtilsTest.java index 3e54f0142..1e1997c86 100644 --- a/src/test/java/org/owasp/dependencycheck/data/lucene/LuceneUtilsTest.java +++ b/src/test/java/org/owasp/dependencycheck/data/lucene/LuceneUtilsTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/data/nvdcve/BaseDBTestCase.java b/src/test/java/org/owasp/dependencycheck/data/nvdcve/BaseDBTestCase.java index 088faf89a..b084aeaae 100644 --- a/src/test/java/org/owasp/dependencycheck/data/nvdcve/BaseDBTestCase.java +++ b/src/test/java/org/owasp/dependencycheck/data/nvdcve/BaseDBTestCase.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/data/nvdcve/xml/DatabaseUpdaterIntegrationTest.java b/src/test/java/org/owasp/dependencycheck/data/nvdcve/xml/DatabaseUpdaterIntegrationTest.java index 688d4a0f5..9009b40fc 100644 --- a/src/test/java/org/owasp/dependencycheck/data/nvdcve/xml/DatabaseUpdaterIntegrationTest.java +++ b/src/test/java/org/owasp/dependencycheck/data/nvdcve/xml/DatabaseUpdaterIntegrationTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve_1_2_HandlerTest.java b/src/test/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve_1_2_HandlerTest.java index 685b39618..48a31f119 100644 --- a/src/test/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve_1_2_HandlerTest.java +++ b/src/test/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve_1_2_HandlerTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve_2_0_HandlerTest.java b/src/test/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve_2_0_HandlerTest.java index 34555b373..0cdc1d58c 100644 --- a/src/test/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve_2_0_HandlerTest.java +++ b/src/test/java/org/owasp/dependencycheck/data/nvdcve/xml/NvdCve_2_0_HandlerTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/dependency/DependencyTest.java b/src/test/java/org/owasp/dependencycheck/dependency/DependencyTest.java index 8d76245f9..11ed321ff 100644 --- a/src/test/java/org/owasp/dependencycheck/dependency/DependencyTest.java +++ b/src/test/java/org/owasp/dependencycheck/dependency/DependencyTest.java @@ -1,3 +1,21 @@ +/* + * This file is part of Dependency-Check. + * + * Dependency-Check 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 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 + * DependencyCheck. If not, see http://www.gnu.org/licenses/. + * + * Copyright (c) 2013 Jeremy Long. All Rights Reserved. + */ package org.owasp.dependencycheck.dependency; import java.util.Set; diff --git a/src/test/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareTest.java b/src/test/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareTest.java index 42619b5f9..685d5ceb7 100644 --- a/src/test/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareTest.java +++ b/src/test/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareTest.java @@ -1,6 +1,20 @@ /* - * To change this template, choose Tools | Templates - * and open the template in the editor. + * This file is part of Dependency-Check. + * + * Dependency-Check 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 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 + * DependencyCheck. If not, see http://www.gnu.org/licenses/. + * + * Copyright (c) 2013 Jeremy Long. All Rights Reserved. */ package org.owasp.dependencycheck.dependency; diff --git a/src/test/java/org/owasp/dependencycheck/reporting/ReportGeneratorTest.java b/src/test/java/org/owasp/dependencycheck/reporting/ReportGeneratorTest.java index 5581ecff4..e4ebd3cf7 100644 --- a/src/test/java/org/owasp/dependencycheck/reporting/ReportGeneratorTest.java +++ b/src/test/java/org/owasp/dependencycheck/reporting/ReportGeneratorTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/utils/ChecksumTest.java b/src/test/java/org/owasp/dependencycheck/utils/ChecksumTest.java index 323483a02..bc7660139 100644 --- a/src/test/java/org/owasp/dependencycheck/utils/ChecksumTest.java +++ b/src/test/java/org/owasp/dependencycheck/utils/ChecksumTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/utils/CliParserTest.java b/src/test/java/org/owasp/dependencycheck/utils/CliParserTest.java index 4ad3c8013..f8a976cd9 100644 --- a/src/test/java/org/owasp/dependencycheck/utils/CliParserTest.java +++ b/src/test/java/org/owasp/dependencycheck/utils/CliParserTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/utils/DependencyVersionUtilTest.java b/src/test/java/org/owasp/dependencycheck/utils/DependencyVersionUtilTest.java index c875bb2cb..5dd0445aa 100644 --- a/src/test/java/org/owasp/dependencycheck/utils/DependencyVersionUtilTest.java +++ b/src/test/java/org/owasp/dependencycheck/utils/DependencyVersionUtilTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/utils/DownloaderIntegrationTest.java b/src/test/java/org/owasp/dependencycheck/utils/DownloaderIntegrationTest.java index 80e665a46..2c28c8916 100644 --- a/src/test/java/org/owasp/dependencycheck/utils/DownloaderIntegrationTest.java +++ b/src/test/java/org/owasp/dependencycheck/utils/DownloaderIntegrationTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/utils/FileUtilsTest.java b/src/test/java/org/owasp/dependencycheck/utils/FileUtilsTest.java index bc93ea347..be1153a06 100644 --- a/src/test/java/org/owasp/dependencycheck/utils/FileUtilsTest.java +++ b/src/test/java/org/owasp/dependencycheck/utils/FileUtilsTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/utils/FilterTest.java b/src/test/java/org/owasp/dependencycheck/utils/FilterTest.java index 924a446b0..a8855b7a5 100644 --- a/src/test/java/org/owasp/dependencycheck/utils/FilterTest.java +++ b/src/test/java/org/owasp/dependencycheck/utils/FilterTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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. diff --git a/src/test/java/org/owasp/dependencycheck/utils/SettingsTest.java b/src/test/java/org/owasp/dependencycheck/utils/SettingsTest.java index e4e3617c6..9431123e6 100644 --- a/src/test/java/org/owasp/dependencycheck/utils/SettingsTest.java +++ b/src/test/java/org/owasp/dependencycheck/utils/SettingsTest.java @@ -1,12 +1,12 @@ /* - * This file is part of DependencyCheck. + * This file is part of Dependency-Check. * - * DependencyCheck is free software: you can redistribute it and/or modify it + * Dependency-Check 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. * - * DependencyCheck is distributed in the hope that it will be useful, but + * Dependency-Check 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.