aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-01 23:27:42 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-01 23:27:42 +0200
commit255e2b0fe67dec33eb100715ee19f8efb80f6ed2 (patch)
tree64df784406815ca686cbf240d9df8f7952a62efc /src
parent5f62d83a4ddab49a20ed29221c204dff5fe52b6d (diff)
downloadwallet-core-255e2b0fe67dec33eb100715ee19f8efb80f6ed2.tar.xz
copyright headers
Diffstat (limited to 'src')
-rw-r--r--src/headless/taler-wallet-cli.ts16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/headless/taler-wallet-cli.ts b/src/headless/taler-wallet-cli.ts
index e2b8b54ac..9336d69b0 100644
--- a/src/headless/taler-wallet-cli.ts
+++ b/src/headless/taler-wallet-cli.ts
@@ -1,3 +1,19 @@
+/*
+ This file is part of TALER
+ (C) 2015 GNUnet e.V.
+
+ 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.
+
+ 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
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+ */
+
import { MemoryBackend, BridgeIDBFactory, shimIndexedDB } from "idb-bridge";
import { Wallet } from "../wallet";
import { Notifier, Badge } from "../walletTypes";