Explorar el Código

Add tango icon theme terms of use to license information window

Neal Wilson hace 9 años
padre
commit
7cfcfe34b1
Se han modificado 2 ficheros con 20 adiciones y 0 borrados
  1. 1
    0
      src/resources.qrc
  2. 19
    0
      src/resources/html/licenses/tango.html

+ 1
- 0
src/resources.qrc Ver fichero

@@ -29,5 +29,6 @@
29 29
         <file>resources/icons/tango/32x32/apps/office-calendar.png</file>
30 30
         <file>resources/icons/tango/scalable/apps/office-calendar.svg</file>
31 31
         <file>resources/html/licenses/typica.html</file>
32
+        <file>resources/html/licenses/tango.html</file>
32 33
     </qresource>
33 34
 </RCC>

+ 19
- 0
src/resources/html/licenses/tango.html Ver fichero

@@ -0,0 +1,19 @@
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 - Data for Coffee Roasters</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://tango.freedesktop.org/Tango_Desktop_Project">Tango Desktop Project</a></h1>
12
+                </div>
13
+            <div id="maintext">
14
+                <p>The Tango base icon theme is released to the Public Domain. The palette is in the public domain. Developers, feel free to ship it along with your application. The icon naming utilities are released under the GPL.</p>
15
+				<p>Though the tango-icon-theme package is released to the Public Domain, we ask that you still please attribute the Tango Desktop Project, for all the hard work we've done. Thanks.</p>
16
+            </div>
17
+        </div>
18
+    </body>
19
+</html>

Loading…
Cancelar
Guardar