summaryrefslogtreecommitdiff
path: root/src/jsMain/kotlin/net/taler/wallet/kotlin/crypto/CryptoFactory.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/jsMain/kotlin/net/taler/wallet/kotlin/crypto/CryptoFactory.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/jsMain/kotlin/net/taler/wallet/kotlin/crypto/CryptoFactory.kt')
-rw-r--r--src/jsMain/kotlin/net/taler/wallet/kotlin/crypto/CryptoFactory.kt16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/jsMain/kotlin/net/taler/wallet/kotlin/crypto/CryptoFactory.kt b/src/jsMain/kotlin/net/taler/wallet/kotlin/crypto/CryptoFactory.kt
index dab9ecc..e428f6a 100644
--- a/src/jsMain/kotlin/net/taler/wallet/kotlin/crypto/CryptoFactory.kt
+++ b/src/jsMain/kotlin/net/taler/wallet/kotlin/crypto/CryptoFactory.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 org.khronos.webgl.Uint8Array