]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/about_license.html
Add the ability to delete bookmarks.
[PrivacyBrowserAndroid.git] / app / src / main / assets / about_license.html
index 78269a25993bdee9e143ca76ad8a37fc160932f7..b495595d1cbdd1d2191cc842fb497b234310474b 100644 (file)
@@ -1,31 +1,58 @@
+<!--
+  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+
+  This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+  Privacy Browser is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  Privacy Browser is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
+
 <html>
 <head>
 <style>
-img.center {
-    vertical-align: middle;
-}
+    h3 {
+        color: 0D4781;
+    }
+
+    img.center {
+        vertical-align: middle;
+    }
+
+    img.left {
+        float: left;
+    }
 </style>
 </head>
+
 <body>
-<h3><font color="0D4781">Copyright</font></h3>
+<h3>Copyright</h3>
+
 <p>Privacy Browser is copyright &copy; 2015-2016 by <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
 
-<hr />
 
-<h3><font color="0D4781">License</font></h3>
+<h3>License</h3>
+
 <p>Privacy Browser is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.
     The full text of the license is at the bottom of this document.</p>
 
-<hr/>
 
-<h3><font color="0D4781">Attributions</font></h3>
+<h3>Attributions</h3>
 
 <p>The icons in Privacy Browser come from the Android Material icon set, which is released under the <a href=https://creativecommons.org/licenses/by/4.0/>CC-BY license</a>.</p>
 
-<p><img src="images/privacy_browser.png" height="32" width="32">
-    <img src="images/privacy_browser_free.png" height="32" width="32">
-    <img src="images/warning.png" height="32" width="32">
-    <img src="images/javascript_enabled.png" height="32" width="32">
+<p><img class="left" src="images/privacy_browser.png" height="32" width="32">
+    <img class="left" src="images/privacy_browser_free.png" height="32" width="32">
+    <img class="left" src="images/warning.png" height="32" width="32">
+    <img class="left" src="images/javascript_enabled.png" height="32" width="32">
     are derived from ic_security and ic_language. Modifications were made by Soren Stoutner in 2016.</p>
 
 <p><img class="center" src="images/ic_language.png" height="32" width="32"> ic_language.</p>
@@ -36,19 +63,24 @@ img.center {
 
 <p><img class="center" src="images/ic_arrow_forward.png" height="32" width="32"> ic_arrow_forward.</p>
 
-<p><img class="center" src="images/ic_file_download.png" height="32" width="32"> ic_file_download.</p>
+<p><img class="center" src="images/ic_bookmark_border.png" height="32" width="32"> ic_bookmark_border.</p>
 
-<p><img class="center" src="images/ic_import_contacts.png" height="32" width="32"> ic_import_contacts.</p>
+<p><img class="center" src="images/ic_file_download.png" height="32" width="32"> ic_file_download.</p>
 
 <p><img class="center" src="images/ic_settings.png" height="32" width="32"> ic_settings.</p>
 
+<p><img class="center" src="images/ic_import_contacts.png" height="32" width="32"> ic_import_contacts.</p>
+
 <p><img class="center" src="images/ic_info_outline.png" height="32" width="32"> ic_info_outline.</p>
 
 <p><img class="center" src="images/ic_exit_to_app.png" height="32" width="32"> ic_exit_to_app.</p>
 
+<p><img class="center" src="images/ic_add.png" height="32" width="32"> ic_add.</p>
+
+<p><img class="center" src="images/ic_delete.png" height="32" width="32"> ic_download.</p>
 <hr/>
 
-<h3><font color="0D4781">GNU General Public License</font></h3>
+<h3>GNU General Public License</h3>
 <p>Version 3, 29 June 2007</p>
 
 <p>Copyright &copy; 2007 Free Software Foundation, Inc.