]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/about_license.html
Fix the styling of the About tabs and AppBar.
[PrivacyBrowserAndroid.git] / app / src / main / assets / about_license.html
index 78269a25993bdee9e143ca76ad8a37fc160932f7..8663c61355c716bb5f6f00b19265214b6aabe43e 100644 (file)
@@ -1,31 +1,56 @@
+<!--
+  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;
-}
-</style>
+    <style>
+        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>
@@ -48,7 +73,7 @@ img.center {
 
 <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.