]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/en/about_licenses_light.html
Fix incorrect pinned mismatch errors. https://redmine.stoutner.com/issues/591
[PrivacyBrowserAndroid.git] / app / src / main / assets / en / about_licenses_light.html
index 1cebdb2c40e845984ce30872b4da5d13fb58bd3b..84b93359f4a4b21d125e4b34fe46517aacf6ccd6 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2020 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
     <head>
         <meta charset="UTF-8">
 
-        <link rel="stylesheet" href="css/light_theme.css">
+        <link rel="stylesheet" href="../css/light_theme.css">
     </head>
 
     <body>
         <h3>Copyright</h3>
-        <p>Privacy Browser copyright © 2015-2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
+        <p>Privacy Browser copyright © 2015-2020 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
 
         <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 below.
             The source code is available from <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">git.stoutner.com</a>.</p>
 
-        <h3>Attributions</h3>
-        <p>The list of ad servers used by the ad blocker comes from <a href="https://pgl.yoyo.org/adservers/">pgl.yoyo.org</a>.
-            Because a list of domain names is a list of facts, it <a href="https://www.copyright.gov/help/faq/faq-protect.html">cannot be copyrighted</a>.</p>
-        <p><img class="left" src="images/privacy_browser.png"> <img class="left" src="images/privacy_browser_free.png"> <img class="left" src="images/warning.png"> <img class="left" src="images/javascript_enabled.png">
-            are derived from ic_security and ic_language, which are part of the <a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-            The full text of the license is below. Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>. The resulting images are released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><img class="left" src="images/move_to_folder_light.png"> is derived from elements of ic_folder and ic_exit_to_app, which are part of the <a href="https://material.io/icons/">Android Material icon set</a>
-            and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+        <h3>Blocklists</h3>
+        <p><a href="https://easylist.to/easylist/easylist.txt">EasyList</a> and <a href="https://easylist.to/easylist/easyprivacy.txt">EasyPrivacy</a>
+            are <a href="https://easylist.to/pages/licence.html">dual licensed</a> under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+</a>
+            and the <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0+ Unported</a> licenses.
+            Privacy Browser incorporates them using the GPLv3+ option.</p>
+
+        <p><a href="https://easylist.to/easylist/fanboy-annoyance.txt">Fanboy’s Annoyance List</a> and <a href="https://easylist.to/easylist/fanboy-social.txt">Fanboy’s Social Blocking List</a>
+            are released under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported license</a>,
+            which is <a href="https://www.gnu.org/licenses/license-list.en.html#ccby">compatible with the GPLv3+</a>. The lists are included unchanged in Privacy Browser.</p>
+
+        <p>More information about the blocklists can be found on the <a href="https://easylist.to/">EasyList website</a>.</p>
+
+        <h3>Libraries</h3>
+        <p>Privacy Browser is built with the <a href="https://developer.android.com/jetpack/androidx/">AndroidX Libraries</a>,
+            the <a href="https://github.com/JetBrains/kotlin/tree/master/license">Kotlin libraries</a>,
+            and code from the <a href="https://mvnrepository.com/artifact/com.google.android.material/material">Google Material Maven repository</a>,
+            which are released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
+
+        <p>The free flavor of Privacy Browser is built with <a href="https://mvnrepository.com/artifact/com.google.firebase/firebase-ads">Firebase Ads</a>,
+            which is released under the <a href="https://developer.android.com/studio/terms">Android Software Development Kit License</a>.</p>
+
+        <h3>Classes</h3>
+        <p><code>com.stoutner.privacybrowser.views.CheckedLinearLayout</code> is a modified version of a class contained in the
+            <a href="https://android.googlesource.com/platform/packages/apps/Camera/+/master/src/com/android/camera/ui/CheckedLinearLayout.java">Android Camera</a> source code.
+            The original file was released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+            The modified file is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
+
+        <h3>Icons</h3>
+        <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+            <img class="left" src="../shared_images/javascript_enabled.png"> are derived from <code>security</code> and <code>language</code>,
+            which are part of the <a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+            The full text of the license is below. Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            The resulting images are released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
+        <p><img class="left" src="../shared_images/move_to_folder_light.png"> is derived from elements of <code>folder</code> and <code>exit_to_app</code>,
+            which are part of the <a href="https://material.io/icons/">Android Material icon set</a>
+            and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+            Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
             The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><img class="left" src="images/create_bookmark_light.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the <a href="https://material.io/icons/">Android Material icon set</a>
-            and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+        <p><img class="left" src="../shared_images/create_bookmark_light.png"> is derived from elements of <code>bookmark</code> and <code>create_new_folder</code>, which are part of the
+            <a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+            Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
             The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><img class="left" src="images/create_folder_light.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
-            and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+        <p><img class="left" src="../shared_images/create_folder_light.png"> is derived from <code>create_new_folder</code>,
+            which is part of the <a href="https://material.io/icons/">Android Material icon set</a> and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+            Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
             The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><img class="left" src="images/clear_and_exit_light.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+        <p><img class="left" src="../shared_images/clear_and_exit_light.png"> is derived from <code>exit_to_app</code>, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
             and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
             The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><img class="left" src="images/night_mode_light.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+        <p><img class="left" src="../shared_images/night_mode_light.png"> is derived from <code>compare</code>, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
             and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
             The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><img class="left" src="images/orbot_light.png"> orbot is a modified version of <a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">the status icon from the Orbot project</a>,
-            which is copyright 2009-2010 Nathan Freitas, The Guardian Project. It is released under the <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>.
-            The full text of the license is below. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>. The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><img class="left" src="images/cookie_light.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
+        <p><img class="left" src="../shared_images/sort_selected_light.png"> is derived from <code>sort</code>, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+            and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2019 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
+        <p><img class="left" src="../shared_images/cookie_light.png"> <code>cookie</code> was created by Google.
+            It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
             and can be downloaded from <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>. It is unchanged except for layout information like color and size.</p>
-        <p>The following icons come from the <a href="https://material.io/icons/">Android Material icon set</a>, which is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+        <p>The following icons come from the <a href="https://material.io/icons/">Android Material icon set</a>,
+            which is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
             They are unchanged except for layout information like color and size. Some of them have been renamed to match their use in the code. The original icons and names are shown below.</p>
-        <p><img class="icon" src="images/ic_add_light.png"> ic_add.</p>
-        <p><img class="icon" src="images/ic_arrow_back_light.png"> ic_arrow_back.</p>
-        <p><img class="icon" src="images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
-        <p><img class="icon" src="images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
-        <p><img class="icon" src="images/ic_bug_report_light.png"> ic_bug_report.</p>
-        <p><img class="icon" src="images/ic_call_to_action_light.png"> ic_call_to_action.</p>
-        <p><img class="icon" src="images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
-        <p><img class="icon" src="images/ic_close_light.png"> ic_close.</p>
-        <p><img class="icon" src="images/ic_delete_light.png"> ic_delete.</p>
-        <p><img class="icon" src="images/ic_delete_forever_light.png"> ic_delete_forever.</p>
-        <p><img class="icon" src="images/ic_devices_other_light.png"> ic_devices_other.</p>
-        <p><img class="icon" src="images/ic_dns_light.png"> ic_dns.</p>
-        <p><img class="icon" src="images/ic_donut_small_light.png"> ic_donut_small.</p>
-        <p><img class="icon" src="images/ic_edit_light.png"> ic_edit.</p>
-        <p><img class="icon" src="images/ic_expand_less_light.png"> ic_expand_less.</p>
-        <p><img class="icon" src="images/ic_expand_more_light.png"> ic_expand_more.</p>
-        <p><img class="icon" src="images/ic_file_download_light.png"> ic_file_download.</p>
-        <p><img class="icon" src="images/ic_find_in_page_light.png"> ic_find_in_page.</p>
-        <p><img class="icon" src="images/ic_folder_light.png"> ic_folder.</p>
-        <p><img class="icon" src="images/ic_fullscreen_light.png"> ic_fullscreen.</p>
-        <p><img class="icon" src="images/ic_home_light.png"> ic_home.</p>
-        <p><img class="icon" src="images/ic_image_light.png"> ic_image.</p>
-        <p><img class="icon" src="images/ic_import_contacts_light.png"> ic_import_contacts.</p>
-        <p><img class="icon" src="images/ic_important_devices_light.png"> ic_important_devices.</p>
-        <p><img class="icon" src="images/ic_info_outline_light.png"> ic_info_outline.</p>
-        <p><img class="icon" src="images/ic_language_light.png"> ic_language.</p>
-        <p><img class="icon" src="images/ic_list_light.png"> ic_list.</p>
-        <p><img class="icon" src="images/ic_local_activity_light.png"> ic_local_activity.</p>
-        <p><img class="icon" src="images/ic_location_off_light.png"> ic_location_off.</p>
-        <p><img class="icon" src="images/ic_lock_light.png"> ic_lock.</p>
-        <p><img class="icon" src="images/ic_map_light.png"> ic_map.</p>
-        <p><img class="icon" src="images/ic_more_light.png"> ic_more.</p>
-        <p><img class="icon" src="images/ic_question_answer_light.png"> ic_question_answer.</p>
-        <p><img class="icon" src="images/ic_refresh_light.png"> ic_refresh.</p>
-        <p><img class="icon" src="images/ic_search_light.png"> ic_search.</p>
-        <p><img class="icon" src="images/ic_select_all_light.png"> ic_select_all.</p>
-        <p><img class="icon" src="images/ic_settings_light.png"> ic_settings.</p>
-        <p><img class="icon" src="images/ic_smartphone_light.png"> ic_smartphone.</p>
-        <p><img class="icon" src="images/ic_style_light.png"> ic_style.</p>
-        <p><img class="icon" src="images/ic_subtitles_light.png"> ic_subtitles.</p>
-        <p><img class="icon" src="images/ic_text_fields_light.png"> ic_text_fields.</p>
-        <p><img class="icon" src="images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
-        <p><img class="icon" src="images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
-        <p><img class="icon" src="images/ic_visibility_off_light.png"> ic_visibility_off.</p>
-        <p><img class="icon" src="images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
-        <p><img class="icon" src="images/ic_web_light.png"> ic_web.</p>
+        <p><img class="icon" src="../shared_images/add_light.png"> add.</p>
+        <p><img class="icon" src="../shared_images/arrow_back_light.png"> arrow_back.</p>
+        <p><img class="icon" src="../shared_images/arrow_forward_light.png"> arrow_forward.</p>
+        <p><img class="icon" src="../shared_images/bookmarks_light.png"> bookmarks.</p>
+        <p><img class="icon" src="../shared_images/bug_report_light.png"> bug_report.</p>
+        <p><img class="icon" src="../shared_images/camera_enhance_light.png"> camera_enhance.</p>
+        <p><img class="icon" src="../shared_images/chrome_reader_mode_light.png"> chrome_reader_mode.</p>
+        <p><img class="icon" src="../shared_images/close_light.png"> close.</p>
+        <p><img class="icon" src="../shared_images/delete_light.png"> delete.</p>
+        <p><img class="icon" src="../shared_images/delete_forever_light.png"> delete_forever.</p>
+        <p><img class="icon" src="../shared_images/devices_other_light.png"> devices_other.</p>
+        <p><img class="icon" src="../shared_images/dns_light.png"> dns.</p>
+        <p><img class="icon" src="../shared_images/donut_small_light.png"> donut_small.</p>
+        <p><img class="icon" src="../shared_images/edit_light.png"> edit.</p>
+        <p><img class="icon" src="../shared_images/expand_less_light.png"> expand_less.</p>
+        <p><img class="icon" src="../shared_images/expand_more_light.png"> expand_more.</p>
+        <p><img class="icon" src="../shared_images/file_copy_light.png"> file_copy.</p>
+        <p><img class="icon" src="../shared_images/file_download_light.png"> file_download.</p>
+        <p><img class="icon" src="../shared_images/find_in_page_light.png"> find_in_page.</p>
+        <p><img class="icon" src="../shared_images/folder_light.png"> folder.</p>
+        <p><img class="icon" src="../shared_images/home_light.png"> home.</p>
+        <p><img class="icon" src="../shared_images/image_light.png"> image.</p>
+        <p><img class="icon" src="../shared_images/import_contacts_light.png"> import_contacts.</p>
+        <p><img class="icon" src="../shared_images/import_export_light.png"> import_export.</p>
+        <p><img class="icon" src="../shared_images/important_devices_light.png"> important_devices.</p>
+        <p><img class="icon" src="../shared_images/info_outline_light.png"> info_outline.</p>
+        <p><img class="icon" src="../shared_images/language_light.png"> language.</p>
+        <p><img class="icon" src="../shared_images/link_off_light.png"> link_off.</p>
+        <p><img class="icon" src="../shared_images/list_light.png"> list.</p>
+        <p><img class="icon" src="../shared_images/local_activity_light.png"> local_activity.</p>
+        <p><img class="icon" src="../shared_images/location_off_light.png"> location_off.</p>
+        <p><img class="icon" src="../shared_images/lock_light.png"> lock.</p>
+        <p><img class="icon" src="../shared_images/map_light.png"> map.</p>
+        <p><img class="icon" src="../shared_images/more_light.png"> more.</p>
+        <p><img class="icon" src="../shared_images/new_releases_light.png"> new releases.</p>
+        <p><img class="icon" src="../shared_images/open_in_browser_light.png"> open_in_browser.</p>
+        <p><img class="icon" src="../shared_images/payment_light.png"> payment.</p>
+        <p><img class="icon" src="../shared_images/question_answer_light.png"> question_answer.</p>
+        <p><img class="icon" src="../shared_images/refresh_light.png"> refresh.</p>
+        <p><img class="icon" src="../shared_images/save_light.png"> save.</p>
+        <p><img class="icon" src="../shared_images/search_light.png"> search.</p>
+        <p><img class="icon" src="../shared_images/select_all_light.png"> select_all.</p>
+        <p><img class="icon" src="../shared_images/settings_light.png"> settings.</p>
+        <p><img class="icon" src="../shared_images/settings_overscan_light.png"> settings_overscan.</p>
+        <p><img class="icon" src="../shared_images/share_day.png"> share.</p>
+        <p><img class="icon" src="../shared_images/smartphone_light.png"> smartphone.</p>
+        <p><img class="icon" src="../shared_images/sort_light.png"> sort.</p>
+        <p><img class="icon" src="../shared_images/style_light.png"> style.</p>
+        <p><img class="icon" src="../shared_images/subtitles_light.png"> subtitles.</p>
+        <p><img class="icon" src="../shared_images/tab_light.png"> tab.</p>
+        <p><img class="icon" src="../shared_images/text_fields_light.png"> text_fields.</p>
+        <p><img class="icon" src="../shared_images/thumbs_up_down_light.png"> thumbs_up_down.</p>
+        <p><img class="icon" src="../shared_images/vertical_align_bottom_light.png"> vertical_align_bottom.</p>
+        <p><img class="icon" src="../shared_images/vertical_align_top_light.png"> vertical_align_top.</p>
+        <p><img class="icon" src="../shared_images/visibility_off_light.png"> visibility_off.</p>
+        <p><img class="icon" src="../shared_images/vpn_key_light.png"> vpn_key.</p>
+        <p><img class="icon" src="../shared_images/vpn_lock_light.png"> vpn_lock.</p>
+        <p><img class="icon" src="../shared_images/web_light.png"> web.</p>
 
         <hr/>
 
@@ -1015,40 +1060,4 @@ WITHOUT WARRANTIES OR CONDITIONS
 OF ANY KIND, either express or implied.
 See the License for the specific
 language governing permissions and
-limitations under the License.</pre>
-
-        <hr/>
-
-        <h3>3-Clause BSD License</h3>
-
-        <p>Redistribution and use in source and binary forms, with or without
-            modification, are permitted provided that the following conditions are
-            met:</p>
-
-        <ul>
-            <li>Redistributions of source code must retain the above copyright
-            notice, this list of conditions and the following disclaimer.</li>
-
-            <li>Redistributions in binary form must reproduce the above
-            copyright notice, this list of conditions and the following disclaimer
-            in the documentation and/or other materials provided with the
-            distribution.</li>
-
-            <li>Neither the names of the copyright owners nor the names of its
-            contributors may be used to endorse or promote products derived from
-            this software without specific prior written permission.</li>
-        </ul>
-
-        <p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-            “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-            LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-            A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-            OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-            SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-            LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-            DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-            THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-            (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-            OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
-    </body>
-</html>
\ No newline at end of file
+limitations under the License.</pre>
\ No newline at end of file