summaryrefslogtreecommitdiff
path: root/demo/javascript.html
diff options
context:
space:
mode:
Diffstat (limited to 'demo/javascript.html')
-rw-r--r--demo/javascript.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/demo/javascript.html b/demo/javascript.html
new file mode 100644
index 0000000..71c814f
--- /dev/null
+++ b/demo/javascript.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<!-- This file is in the public domain -->
+<html lang="en">
+<head profile="http://www.w3.org/2005/10/profile">
+ <title>JavaScript License Information</title>
+</head>
+<body>
+<table id="jslicense-labels1">
+ <thead>
+ <tr>
+ <th>Script</th>
+ <th>License</th>
+ <th>Source</th>
+ </tr>
+ </thead>
+<tr>
+ <td><a href="/static/web-common/taler-wallet-lib.js">taler-wallet-lib.js</a></td>
+ <td><a href="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL</a></td>
+ <td><a href="/static/web-common/taler-wallet-lib.js.tar.gz">taler-wallet-lib.js.tar.gz</a></td>
+</tr>
+<tr>
+ <td><a href="/static/web-common/dropdown-navbar_script.js">dropdown-navbar_script.js</a></td>
+ <td><a href="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL</a></td>
+ <td><a href="/static/web-common/dropdown-navbar_script.js">dropdown-navbar_script.js</a></td>
+</tr>
+</table>
+</body>
+</html>