aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorMoxie Marlinspike <moxie@thoughtcrime.org>2015-01-08 16:17:33 -0800
committerMoxie Marlinspike <moxie@thoughtcrime.org>2015-01-08 16:17:33 -0800
commit31cca7eaa5b04616ed661184a625e3c686bff5d0 (patch)
treed673ba02c36c2f03de561ede70cfa78508470b40 /android
parent6445ea5f13850f42c3952bd06a2369317683ed88 (diff)
Add license and javadoc to new artifacts.
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle8
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'