diff --git a/plugins/advisors/black-duck/src/funTest/kotlin/ResponseCachingComponentServiceClient.kt b/plugins/advisors/black-duck/src/funTest/kotlin/ResponseCachingComponentServiceClient.kt index dae5183121ae4..31ec13508023b 100644 --- a/plugins/advisors/black-duck/src/funTest/kotlin/ResponseCachingComponentServiceClient.kt +++ b/plugins/advisors/black-duck/src/funTest/kotlin/ResponseCachingComponentServiceClient.kt @@ -40,7 +40,7 @@ internal class ResponseCachingComponentServiceClient( private val serverUrl: String?, apiToken: String? ) : ComponentServiceClient { - // The BlackDuck library uses GSON to serialize its POJOs. So use GSON, too, because this is the simplest option. + // The Black Duck library uses GSON to serialize its POJOs. So use GSON, too, because this is the simplest option. private val gson = GsonBuilder().setPrettyPrinting().create() private val cache = if (overrideFile.isFile) { diff --git a/plugins/advisors/black-duck/src/main/kotlin/BlackDuck.kt b/plugins/advisors/black-duck/src/main/kotlin/BlackDuck.kt index f05edf0ef330b..2e1c700554848 100644 --- a/plugins/advisors/black-duck/src/main/kotlin/BlackDuck.kt +++ b/plugins/advisors/black-duck/src/main/kotlin/BlackDuck.kt @@ -51,7 +51,7 @@ import org.ossreviewtoolkit.utils.common.enumSetOf @OrtPlugin( id = "BlackDuck", displayName = "BlackDuck", - description = "An advisor that retrieves vulnerability information from a BlackDuck instance.", + description = "An advisor that retrieves vulnerability information from a Black Duck instance.", factory = AdviceProviderFactory::class ) class BlackDuck( diff --git a/plugins/reporters/aosd/src/main/kotlin/Aosd21Model.kt b/plugins/reporters/aosd/src/main/kotlin/Aosd21Model.kt index 82170415098f4..a8f505ac0cbe9 100644 --- a/plugins/reporters/aosd/src/main/kotlin/Aosd21Model.kt +++ b/plugins/reporters/aosd/src/main/kotlin/Aosd21Model.kt @@ -45,7 +45,7 @@ internal data class AOSD21( val externalId: String = "", /** - * A flag to mark if the software component information is the output from a scan tool like BlackDuck Deep License + * A flag to mark if the software component information is the output from a scan tool like Black Duck Deep License * Scan, ScanCode, Fossology etc., or if it was prepared manually. */ val scanned: Boolean = true,