Skip to content

Commit 885fd9d

Browse files
authored
Merge pull request hamcrest#247 from akowal/master
Fix typo in license name
2 parents 8ff7815 + 6302cbd commit 885fd9d

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)