summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-16 22:08:16 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-16 22:08:16 +0100
commit7350fa02ab86e7f44efb2d40a2998f55b33edcb5 (patch)
tree47fcdd8a3db26be0b413591cd3fe5fa11a1334fa
parent5d61ae241e053363c62ad6a647cab2d1a35d8b5f (diff)
downloadwallet-android-7350fa02ab86e7f44efb2d40a2998f55b33edcb5.tar.gz
wallet-android-7350fa02ab86e7f44efb2d40a2998f55b33edcb5.tar.bz2
wallet-android-7350fa02ab86e7f44efb2d40a2998f55b33edcb5.zip
license header
-rw-r--r--app/src/main/java/net/taler/wallet/crypto/Encoding.kt16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/src/main/java/net/taler/wallet/crypto/Encoding.kt b/app/src/main/java/net/taler/wallet/crypto/Encoding.kt
index f64dcae..9322196 100644
--- a/app/src/main/java/net/taler/wallet/crypto/Encoding.kt
+++ b/app/src/main/java/net/taler/wallet/crypto/Encoding.kt
@@ -1,3 +1,19 @@
+/*
+ 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.crypto
import java.io.ByteArrayOutputStream