summaryrefslogtreecommitdiff
path: root/src/commonTest/kotlin/net/taler/wallet/kotlin/crypto/Sha512Test.kt
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-07-03 11:43:27 -0300
committerTorsten Grote <t@grobox.de>2020-07-03 11:43:27 -0300
commitf019070b234319702b50607dcad08b22672b2ed1 (patch)
treec91407e12e32cdd397e60bf72c98cd65175e4fa0 /src/commonTest/kotlin/net/taler/wallet/kotlin/crypto/Sha512Test.kt
parent42190ddd43178e40725a6ae3e604fa0e3bede432 (diff)
downloadwallet-kotlin-f019070b234319702b50607dcad08b22672b2ed1.tar.gz
wallet-kotlin-f019070b234319702b50607dcad08b22672b2ed1.tar.bz2
wallet-kotlin-f019070b234319702b50607dcad08b22672b2ed1.zip
Add copyright headers to all files and add IDE copyright setup
Diffstat (limited to 'src/commonTest/kotlin/net/taler/wallet/kotlin/crypto/Sha512Test.kt')
-rw-r--r--src/commonTest/kotlin/net/taler/wallet/kotlin/crypto/Sha512Test.kt16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/commonTest/kotlin/net/taler/wallet/kotlin/crypto/Sha512Test.kt b/src/commonTest/kotlin/net/taler/wallet/kotlin/crypto/Sha512Test.kt
index 309e053..24be282 100644
--- a/src/commonTest/kotlin/net/taler/wallet/kotlin/crypto/Sha512Test.kt
+++ b/src/commonTest/kotlin/net/taler/wallet/kotlin/crypto/Sha512Test.kt
@@ -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/>
+ */
+
package net.taler.wallet.kotlin.crypto
import net.taler.wallet.kotlin.Base32Crockford