summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-04 13:02:54 +0200
committerChristian Grothoff <christian@grothoff.org>2016-06-04 13:02:54 +0200
commit4ad1a1ab59b2659a6d5811e15b3e93b40fcc8fa3 (patch)
tree3b77e8f3558f49d6d13ddee96d4072af71814474
parent6e002b518dbd08b363dc402224ebd02f0979c00d (diff)
downloadlanding-4ad1a1ab59b2659a6d5811e15b3e93b40fcc8fa3.tar.gz
landing-4ad1a1ab59b2659a6d5811e15b3e93b40fcc8fa3.tar.bz2
landing-4ad1a1ab59b2659a6d5811e15b3e93b40fcc8fa3.zip
updating licensing
-rw-r--r--index.html27
1 files changed, 25 insertions, 2 deletions
diff --git a/index.html b/index.html
index 39cf3e4..0633b1c 100644
--- a/index.html
+++ b/index.html
@@ -6,8 +6,31 @@
<link rel="stylesheet" type="text/css" href="web-common/style.css" />
<link rel="icon" type="image/png" href="/web-common/favicon-taler.ico" />
<script src="web-common/taler-wallet-lib.js"></script>
-
<script>
+ /*
+ @licstart The following is the entire license notice for the
+ JavaScript code in this page.
+
+ Copyright (C) 2014, 2015, 2016 GNUnet e.V.
+
+ The JavaScript code in this page is free software: you can
+ redistribute it and/or modify it under the terms of the GNU
+ General Public License (GNU GPL) as published by the Free Software
+ Foundation, either version 3 of the License, or (at your option)
+ any later version. The code is distributed WITHOUT ANY WARRANTY;
+ without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
+
+ As additional permission under GNU GPL version 3 section 7, you
+ may distribute non-source (e.g., minimized or compacted) forms of
+ that code without the copy of the GNU GPL normally required by
+ section 4, provided you include this license notice and a URL
+ through which recipients can access the Corresponding Source.
+
+ @licend The above is the entire license notice
+ for the JavaScript code in this page.
+ */
+
function handlePresent() {
console.log("handling onPresent event");
var xs = document.querySelectorAll(".taler-not-installed");
@@ -87,7 +110,7 @@
Install the wallet from the <a href="https://taler.net/wallet-installation.html">installation page</a>.
It only takes one click.
<p class="bluebox taler-not-installed">
- You don't have a wallet installed yet.
+ You don't have a wallet installed yet.
</p>
<p class="greenbox taler-installed">
Congratulations, you have installed the Taler wallet correctly.