From 7350fa02ab86e7f44efb2d40a2998f55b33edcb5 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 16 Dec 2019 22:08:16 +0100 Subject: license header --- app/src/main/java/net/taler/wallet/crypto/Encoding.kt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'app/src') 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 + */ + package net.taler.wallet.crypto import java.io.ByteArrayOutputStream -- cgit v1.2.3