aboutsummaryrefslogtreecommitdiffstats
path: root/android/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android/build.gradle')
-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'