summaryrefslogtreecommitdiff
path: root/app/src/main/java/net/taler/wallet/backend
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-16 22:07:48 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-16 22:07:48 +0100
commit5d61ae241e053363c62ad6a647cab2d1a35d8b5f (patch)
tree3c06601faa4298249ba16abf07852a0a8875f772 /app/src/main/java/net/taler/wallet/backend
parent76891aaceff7f6564cbeb71beb0451e778d6073f (diff)
downloadwallet-android-5d61ae241e053363c62ad6a647cab2d1a35d8b5f.tar.gz
wallet-android-5d61ae241e053363c62ad6a647cab2d1a35d8b5f.tar.bz2
wallet-android-5d61ae241e053363c62ad6a647cab2d1a35d8b5f.zip
bump deps, fix crash on orientation change, add license headers
Diffstat (limited to 'app/src/main/java/net/taler/wallet/backend')
-rw-r--r--app/src/main/java/net/taler/wallet/backend/WalletBackendApi.kt17
-rw-r--r--app/src/main/java/net/taler/wallet/backend/WalletBackendService.kt17
2 files changed, 34 insertions, 0 deletions
diff --git a/app/src/main/java/net/taler/wallet/backend/WalletBackendApi.kt b/app/src/main/java/net/taler/wallet/backend/WalletBackendApi.kt
index 1c5b170..36795f5 100644
--- a/app/src/main/java/net/taler/wallet/backend/WalletBackendApi.kt
+++ b/app/src/main/java/net/taler/wallet/backend/WalletBackendApi.kt
@@ -1,3 +1,20 @@
+/*
+ This file is part of GNU Taler
+ (C) 2019 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/>
+ */
+
+
package net.taler.wallet.backend
import android.app.Application
diff --git a/app/src/main/java/net/taler/wallet/backend/WalletBackendService.kt b/app/src/main/java/net/taler/wallet/backend/WalletBackendService.kt
index 65cbeaf..297f0f7 100644
--- a/app/src/main/java/net/taler/wallet/backend/WalletBackendService.kt
+++ b/app/src/main/java/net/taler/wallet/backend/WalletBackendService.kt
@@ -1,3 +1,20 @@
+/*
+ This file is part of GNU Taler
+ (C) 2019 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/>
+ */
+
+
package net.taler.wallet.backend
import akono.AkonoJni