Skip to content

Commit

Permalink
Updating licance
Browse files Browse the repository at this point in the history
  • Loading branch information
blazsolar committed Feb 17, 2016
1 parent 1f9145b commit 2a4ee46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ bintray {
websiteUrl = "https://github.com/blazsolar/WeekDatePicker"
issueTrackerUrl = 'https://github.com/blazsolar/WeekDatePicker/issues'
vcsUrl = "https://github.com/blazsolar/WeekDatePicker"
licenses = ['Apache-2.0']
licenses = ['MIT']
labels = ['aar', 'android', 'date']
publicDownloadNumbers = true

Expand All @@ -71,8 +71,8 @@ install {
url "https://github.com/blazsolar/WeekDatePicker"
licenses {
license {
name "The Apache Software License, Version 2.0"
url "http://www.apache.org/licenses/LICENSE-2.0.txt"
name 'The MIT License (MIT)'
url 'http://rem.mit-license.org'
}
}
developers {
Expand Down

0 comments on commit 2a4ee46

Please sign in to comment.