Skip to content

Commit

Permalink
typos et al
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Aug 29, 2024
1 parent 790288e commit 53785eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aggregated-license-report/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import org.gradle.kotlin.dsl.support.unzipTo

val licenseReports by configurations.creating { description = "Used to reference license reports" }
val licenseReports by configurations.creating { description = "Used to generate license reports" }

dependencies {
licenseReports(project(":polaris-service", "licenseReports"))
Expand Down
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/LicenseFileValidation.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import java.io.File
import org.gradle.api.GradleException

/**
* Validates that all dependencies with MIT/BSD/Go/UPL/ISC licenses, which do not have an Apache
* Validates that all dependencies with MIT/BSD/Go/UPL/ISC licenses, and Apache
* license, are mentioned in the `LICENSE` file.
*/
class LicenseFileValidation : DependencyFilter {
Expand Down

0 comments on commit 53785eb

Please sign in to comment.