Skip to content

Commit

Permalink
docs: Add a missing whitespace to all "BlackDuck" occurences
Browse files Browse the repository at this point in the history
See also https://www.blackduck.com/company.html.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Jan 14, 2025
1 parent 226d277 commit 1d9f415
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion plugins/advisors/black-duck/src/main/kotlin/BlackDuck.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion plugins/reporters/aosd/src/main/kotlin/Aosd21Model.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1d9f415

Please sign in to comment.