Skip to content

Commit 6302cbd

Browse files
committed
Fix typo in license name
Change license name from "BSD Licence 3" to "BSD License 3". This typo fails automated license checks in a project that has hamcrest dependency.
1 parent 8ff7815 commit 6302cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def pomConfigurationFor(String pomName, String pomDescription) {
4848

4949
licenses {
5050
license {
51-
name = 'BSD Licence 3'
51+
name = 'BSD License 3'
5252
url = 'http://opensource.org/licenses/BSD-3-Clause'
5353
}
5454
}

0 commit comments

Comments
 (0)