Skip to content

Commit f572a6a

Browse files
committed
Maven metadata for 1.3.0 was falsely reporting Apache 2 license. Now corrected to New BSD.
1 parent 171fc97 commit f572a6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ publishing {
285285
}
286286
licenses {
287287
license {
288-
name 'The Apache Software License, Version 2.0'
289-
url 'http://www.apache.org/license/LICENSE-2.0.txt'
288+
name 'New BSD License'
289+
url 'https://github.com/diffplug/matconsolectl/blob/v4.4.0/LICENSE'
290290
distribution 'repo'
291291
}
292292
}

0 commit comments

Comments
 (0)