Skip to content

Commit

Permalink
change License case
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Broker committed Dec 12, 2019
1 parent ca222f5 commit c93ff3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ processResources.configure {
}

license {
header rootProject.file('License.md')
header rootProject.file('LICENSE.md')
excludes(["**/*.json", "**/echarts.min.js", "**/*.png"])
strictCheck false
ext.year = Calendar.getInstance().get(Calendar.YEAR)
Expand Down

0 comments on commit c93ff3c

Please sign in to comment.