From 197146a419799f9917e6d4ebd3e10e67eadf808a Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Tue, 14 Dec 2021 12:24:33 +0000
Subject: [PATCH] Remove obsolete javascript license page

---
 static/javascript.html | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 static/javascript.html

diff --git a/static/javascript.html b/static/javascript.html
deleted file mode 100644
index 0ce973b..0000000
--- a/static/javascript.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<h2></h2>
-<h2>We use only free/libre JS</h2>
-<table id="jslicense-labels1">
-    <tr>
-        <td><a href="/static/js/typeahead.bundle.min.js">typeahead js</a></td>
-        <td><a href="https://directory.fsf.org/wiki/License:Expat">MIT license - Expat</a></td>
-        <td><a href="https://github.com/twitter/typeahead.js">typeahead js</a></td>
-    </tr>
-    <tr>
-        <td><a href="/static/js/ai.js">ai.js</a></td>
-        <td><a href="https://directory.fsf.org/wiki/License:Expat">MIT license - Expat</a></td>
-        <td><a href="/static/js/ai.js">ai.js</a></td>
-    </tr>
-</table>
-
-<p>Compliant with <a href="https://www.gnu.org/software/librejs/">Libre JS</a></p>
-- 
GitLab