Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Danic <mario@lovelyhq.com>2019-08-30 13:12:40 +0300
committerMario Danic <mario@lovelyhq.com>2019-08-30 13:13:33 +0300
commit6a5aaac2244aa207aae39a033dba170d257dbb29 (patch)
tree5203205fb71699b6d76e1036880d29c5966d9a2c /build.gradle
parent14efe5992a3c400841150413680405c90fd45fda (diff)
Lobby & Various bugfixes and improvements
Includes conversion to Kotlin of some files Signed-off-by: Mario Danic <mario@lovelyhq.com>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle20
1 files changed, 20 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 1bbbca4a3..4d2b35033 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,3 +1,23 @@
+/*
+ * Nextcloud Talk application
+ *
+ * @author Mario Danic
+ * Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {