summaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/pages/home/authMethod/AuthMethodTotpSetup.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-06-06 11:46:49 -0300
committerSebastian <sebasjm@gmail.com>2022-06-06 11:46:49 -0300
commita97b3abe21a5d21e048f817a57b828ca2f1d2845 (patch)
tree3d0a1a2934e6198f9da9d5c1247992a2d0ee5470 /packages/anastasis-webui/src/pages/home/authMethod/AuthMethodTotpSetup.tsx
parent31d6d352c11e83c85c123671b3c7bb19a34510b9 (diff)
downloadwallet-core-a97b3abe21a5d21e048f817a57b828ca2f1d2845.tar.gz
wallet-core-a97b3abe21a5d21e048f817a57b828ca2f1d2845.tar.bz2
wallet-core-a97b3abe21a5d21e048f817a57b828ca2f1d2845.zip
more copyright fixes
Diffstat (limited to 'packages/anastasis-webui/src/pages/home/authMethod/AuthMethodTotpSetup.tsx')
-rw-r--r--packages/anastasis-webui/src/pages/home/authMethod/AuthMethodTotpSetup.tsx15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/anastasis-webui/src/pages/home/authMethod/AuthMethodTotpSetup.tsx b/packages/anastasis-webui/src/pages/home/authMethod/AuthMethodTotpSetup.tsx
index d282bc223..f9b292d94 100644
--- a/packages/anastasis-webui/src/pages/home/authMethod/AuthMethodTotpSetup.tsx
+++ b/packages/anastasis-webui/src/pages/home/authMethod/AuthMethodTotpSetup.tsx
@@ -1,3 +1,18 @@
+/*
+ This file is part of GNU Anastasis
+ (C) 2021-2022 Anastasis SARL
+
+ GNU Anastasis is free software; you can redistribute it and/or modify it under the
+ terms of the GNU Affero General Public License as published by the Free Software
+ Foundation; either version 3, or (at your option) any later version.
+
+ GNU Anastasis 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 Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License along with
+ GNU Anastasis; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+ */
import { encodeCrock } from "@gnu-taler/taler-util";
import { h, VNode } from "preact";
import { useMemo, useState } from "preact/hooks";