Skip to content

Commit

Permalink
Fix typo in license name
Browse files Browse the repository at this point in the history
Change license name from "BSD Licence 3" to "BSD License 3". This typo
fails automated license checks in a project that has
hamcrest dependency.
  • Loading branch information
akowal committed Jan 22, 2019
1 parent 8ff7815 commit 6302cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -48,7 +48,7 @@ def pomConfigurationFor(String pomName, String pomDescription) {

licenses {
license {
name = 'BSD Licence 3'
name = 'BSD License 3'
url = 'http://opensource.org/licenses/BSD-3-Clause'
}
}
Expand Down

0 comments on commit 6302cbd

Please sign in to comment.