diff options
author | Moxie Marlinspike <moxie@thoughtcrime.org> | 2015-01-08 16:17:33 -0800 |
---|---|---|
committer | Moxie Marlinspike <moxie@thoughtcrime.org> | 2015-01-08 16:17:33 -0800 |
commit | 31cca7eaa5b04616ed661184a625e3c686bff5d0 (patch) | |
tree | d673ba02c36c2f03de561ede70cfa78508470b40 /android/build.gradle | |
parent | 6445ea5f13850f42c3952bd06a2369317683ed88 (diff) |
Add license and javadoc to new artifacts.
Diffstat (limited to '')
-rw-r--r-- | android/build.gradle | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/android/build.gradle b/android/build.gradle index 482532e3..fbf4f99c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -75,6 +75,14 @@ uploadArchives { developerConnection 'scm:git@github.com:WhisperSystems/libaxolotl-android.git' } + licenses { + license { + name 'GPLv3' + url 'https://www.gnu.org/licenses/gpl-3.0.txt' + distribution 'repo' + } + } + developers { developer { name 'Moxie Marlinspike' |