summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-02-14 12:44:30 -0300
committerTorsten Grote <t@grobox.de>2020-02-14 16:13:21 -0300
commit6f022dd8d9f14f9b52a8ca6d2b76c5ebb5286588 (patch)
treedfeba5b8347ceeda4cd88ceff70e71f6c34eef88 /app/build.gradle
parent497af85f4ccd40aaba29cf1fa3ed230a4d43159c (diff)
downloadwallet-android-6f022dd8d9f14f9b52a8ca6d2b76c5ebb5286588.tar.gz
wallet-android-6f022dd8d9f14f9b52a8ca6d2b76c5ebb5286588.tar.bz2
wallet-android-6f022dd8d9f14f9b52a8ca6d2b76c5ebb5286588.zip
Add updated copyright to all project files
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 8c0746e..8f40e5f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,3 +1,19 @@
+/*
+ * This file is part of GNU Taler
+ * (C) 2020 Taler Systems S.A.
+ *
+ * GNU Taler 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, or (at your option) any later version.
+ *
+ * GNU Taler 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
+ * GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+ */
+
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'