Browse Source

Remove entypo license now that the font is no longer used

Neal Wilson 5 years ago
parent
commit
6ec5436432
Signed by: neal <neal@typica.us> GPG Key ID: D6F25C90DD5819DF
3 changed files with 0 additions and 22 deletions
  1. 0
    2
      src/licensewindow.w
  2. 0
    1
      src/resources.qrc
  3. 0
    19
      src/resources/html/licenses/entypo.html

+ 0
- 2
src/licensewindow.w View File

@@ -83,8 +83,6 @@ projects->setCurrentItem(item);
83 83
 setWebView(item, NULL);
84 84
 item = new QListWidgetItem("d3.js", projects);
85 85
 item->setData(Qt::UserRole, QVariant(QUrl("qrc:/resources/html/licenses/d3.html")));
86
-item = new QListWidgetItem("Entypo", projects);
87
-item->setData(Qt::UserRole, QVariant(QUrl("qrc:/resources/html/licenses/entypo.html")));
88 86
 item = new QListWidgetItem("Tango Desktop Project", projects);
89 87
 item->setData(Qt::UserRole, QVariant(QUrl("qrc:/resources/html/licenses/tango.html")));
90 88
 item = new QListWidgetItem("QextSerialPort", projects);

+ 0
- 1
src/resources.qrc View File

@@ -32,7 +32,6 @@
32 32
         <file>resources/html/typica2logo96.png</file>
33 33
         <file>resources/html/licenses/qt.html</file>
34 34
         <file>resources/html/licenses/d3.html</file>
35
-        <file>resources/html/licenses/entypo.html</file>
36 35
         <file>resources/html/licenses/qextserialport.html</file>
37 36
         <file>resources/html/licenses/qrcode-svg.html</file>
38 37
     </qresource>

+ 0
- 19
src/resources/html/licenses/entypo.html View File

@@ -1,19 +0,0 @@
1
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg.dtd">
2
-<html xmlns="http://www.w3.org/1999/xhtml">
3
-    <head>
4
-        <title>Typica</title>
5
-        <link rel="stylesheet" type="text/css" href="../style.css" />
6
-    </head>
7
-    <body>
8
-        <div id="page">
9
-            <div id="topmatter">
10
-                <div id="topbanner">
11
-                    <h1><a href="http://www.entypo.com">Entypo pictograms</a></h1>
12
-                </div>
13
-            <div id="maintext">
14
-                <p>By Daniel Bruce</p>
15
-				<p>Used under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 license.</a></p>
16
-            </div>
17
-        </div>
18
-    </body>
19
-</html>

Loading…
Cancel
Save