taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 1349ec561e34106b1ecdc149e7129fc49960f511
parent d663b3768b8b713571bbefaf0ea7d0a83775bb50
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu,  7 Jul 2016 17:59:29 +0200

fixing #4594

Diffstat:
Mbackground/main.ts | 2+-
Mcontent_scripts/notify.ts | 2+-
Mgulpfile.js | 2+-
Mi18n/de-DE.po | 2+-
Mi18n/en-US.po | 2+-
Mi18n/fr-FR.po | 2+-
Mi18n/it-IT.po | 2+-
Mi18n/poheader | 2+-
Mi18n/taler-wallet-webex.pot | 2+-
Mlib/emscripten/emsc.d.ts | 2+-
Mlib/i18n.ts | 2+-
Mlib/module-trampoline.js | 2+-
Mlib/wallet/checkable.ts | 2+-
Mlib/wallet/cryptoApi.ts | 2+-
Mlib/wallet/cryptoLib.ts | 2+-
Mlib/wallet/cryptoWorker.ts | 2+-
Mlib/wallet/db.ts | 2+-
Mlib/wallet/emscriptif.ts | 2+-
Mlib/wallet/helpers.ts | 2+-
Mlib/wallet/http.ts | 2+-
Mlib/wallet/query.ts | 2+-
Mlib/wallet/types.ts | 2+-
Mlib/wallet/wallet.ts | 2+-
Mlib/wallet/wxApi.ts | 2+-
Mlib/wallet/wxMessaging.ts | 2+-
Mpages/confirm-contract.tsx | 2+-
Mpages/confirm-create-reserve.tsx | 2+-
Mpages/show-db.ts | 2+-
Mpogen/pogen.ts | 2+-
Mpopup/popup.tsx | 2+-
30 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/background/main.ts b/background/main.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/content_scripts/notify.ts b/content_scripts/notify.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/gulpfile.js b/gulpfile.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/> */ "use strict"; diff --git a/i18n/de-DE.po b/i18n/de-DE.po @@ -10,7 +10,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/> # #, fuzzy msgid "" diff --git a/i18n/en-US.po b/i18n/en-US.po @@ -10,7 +10,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/> # #, fuzzy msgid "" diff --git a/i18n/fr-FR.po b/i18n/fr-FR.po @@ -10,7 +10,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/> # #, fuzzy msgid "" diff --git a/i18n/it-IT.po b/i18n/it-IT.po @@ -10,7 +10,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/> # #, fuzzy msgid "" diff --git a/i18n/poheader b/i18n/poheader @@ -10,7 +10,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/> # #, fuzzy msgid "" diff --git a/i18n/taler-wallet-webex.pot b/i18n/taler-wallet-webex.pot @@ -10,7 +10,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/> # #, fuzzy msgid "" diff --git 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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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/pages/confirm-contract.tsx b/pages/confirm-contract.tsx @@ -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/pages/confirm-create-reserve.tsx b/pages/confirm-create-reserve.tsx @@ -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/pages/show-db.ts b/pages/show-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/> */ diff --git a/pogen/pogen.ts b/pogen/pogen.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/popup/popup.tsx b/popup/popup.tsx @@ -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/> */