aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-07-07 17:59:29 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-07-07 17:59:29 +0200
commit1349ec561e34106b1ecdc149e7129fc49960f511 (patch)
tree84942a79f7174412bec4f53196c883b41193fe4a /lib
parentd663b3768b8b713571bbefaf0ea7d0a83775bb50 (diff)
downloadwallet-core-1349ec561e34106b1ecdc149e7129fc49960f511.tar.xz
fixing #4594
Diffstat (limited to 'lib')
-rw-r--r--lib/emscripten/emsc.d.ts2
-rw-r--r--lib/i18n.ts2
-rw-r--r--lib/module-trampoline.js2
-rw-r--r--lib/wallet/checkable.ts2
-rw-r--r--lib/wallet/cryptoApi.ts2
-rw-r--r--lib/wallet/cryptoLib.ts2
-rw-r--r--lib/wallet/cryptoWorker.ts2
-rw-r--r--lib/wallet/db.ts2
-rw-r--r--lib/wallet/emscriptif.ts2
-rw-r--r--lib/wallet/helpers.ts2
-rw-r--r--lib/wallet/http.ts2
-rw-r--r--lib/wallet/query.ts2
-rw-r--r--lib/wallet/types.ts2
-rw-r--r--lib/wallet/wallet.ts2
-rw-r--r--lib/wallet/wxApi.ts2
-rw-r--r--lib/wallet/wxMessaging.ts2
16 files changed, 16 insertions, 16 deletions
diff --git a/lib/emscripten/emsc.d.ts b/lib/emscripten/emsc.d.ts
index d65bd6dcb..c313f240d 100644
--- a/lib/emscripten/emsc.d.ts
+++ b/lib/emscripten/emsc.d.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
export interface EmscFunGen {
diff --git a/lib/i18n.ts b/lib/i18n.ts
index 3c7106422..bba3e14c6 100644
--- a/lib/i18n.ts
+++ b/lib/i18n.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
"use strict";
diff --git a/lib/module-trampoline.js b/lib/module-trampoline.js
index 1f0247f35..73e8ca72d 100644
--- a/lib/module-trampoline.js
+++ b/lib/module-trampoline.js
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
diff --git a/lib/wallet/checkable.ts b/lib/wallet/checkable.ts
index 27ea9bf74..a35634e81 100644
--- a/lib/wallet/checkable.ts
+++ b/lib/wallet/checkable.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
diff --git a/lib/wallet/cryptoApi.ts b/lib/wallet/cryptoApi.ts
index 3cbed89c3..a0113b2ea 100644
--- a/lib/wallet/cryptoApi.ts
+++ b/lib/wallet/cryptoApi.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
diff --git a/lib/wallet/cryptoLib.ts b/lib/wallet/cryptoLib.ts
index c18c9d74d..1acbdaa16 100644
--- a/lib/wallet/cryptoLib.ts
+++ b/lib/wallet/cryptoLib.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
diff --git a/lib/wallet/cryptoWorker.ts b/lib/wallet/cryptoWorker.ts
index 958c2de74..c4c467d2c 100644
--- a/lib/wallet/cryptoWorker.ts
+++ b/lib/wallet/cryptoWorker.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
diff --git a/lib/wallet/db.ts b/lib/wallet/db.ts
index 78534b567..6cd25ee27 100644
--- a/lib/wallet/db.ts
+++ b/lib/wallet/db.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
"use strict";
diff --git a/lib/wallet/emscriptif.ts b/lib/wallet/emscriptif.ts
index aea98f50f..8540d15d0 100644
--- a/lib/wallet/emscriptif.ts
+++ b/lib/wallet/emscriptif.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
import {AmountJson} from "./types";
diff --git a/lib/wallet/helpers.ts b/lib/wallet/helpers.ts
index 477fce33f..fd1650758 100644
--- a/lib/wallet/helpers.ts
+++ b/lib/wallet/helpers.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
diff --git a/lib/wallet/http.ts b/lib/wallet/http.ts
index 3bc80f40a..60f388e4b 100644
--- a/lib/wallet/http.ts
+++ b/lib/wallet/http.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
diff --git a/lib/wallet/query.ts b/lib/wallet/query.ts
index b4f9c511b..4eccb696b 100644
--- a/lib/wallet/query.ts
+++ b/lib/wallet/query.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
diff --git a/lib/wallet/types.ts b/lib/wallet/types.ts
index c20884cff..2434dca32 100644
--- a/lib/wallet/types.ts
+++ b/lib/wallet/types.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
diff --git a/lib/wallet/wallet.ts b/lib/wallet/wallet.ts
index 9d3799bde..9edad2c5c 100644
--- a/lib/wallet/wallet.ts
+++ b/lib/wallet/wallet.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
diff --git a/lib/wallet/wxApi.ts b/lib/wallet/wxApi.ts
index 2b69ff82e..84235c6a9 100644
--- a/lib/wallet/wxApi.ts
+++ b/lib/wallet/wxApi.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
import {AmountJson} from "./types";
diff --git a/lib/wallet/wxMessaging.ts b/lib/wallet/wxMessaging.ts
index b4f3c3ec4..a8dc27524 100644
--- a/lib/wallet/wxMessaging.ts
+++ b/lib/wallet/wxMessaging.ts
@@ -11,7 +11,7 @@
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, If not, see <http://www.gnu.org/licenses/>
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/