]> gitweb.stoutner.com Git - PrivacyCell.git/commitdiff
Fix a few typos.
authorSoren Stoutner <soren@stoutner.com>
Thu, 26 Aug 2021 16:11:42 +0000 (09:11 -0700)
committerSoren Stoutner <soren@stoutner.com>
Thu, 26 Aug 2021 16:11:42 +0000 (09:11 -0700)
35 files changed:
app/src/main/assets/css/theme.css
app/src/main/assets/en/changelog.html
app/src/main/assets/en/contributors.html
app/src/main/assets/en/licenses.html
app/src/main/assets/en/permissions.html
app/src/main/assets/en/privacy_policy.html
app/src/main/assets/images/bug_report_rounded.svg
app/src/main/assets/images/chrome_reader_mode_rounded.svg
app/src/main/assets/images/fact_check_outlined.svg
app/src/main/assets/images/format_list_bulleted_rounded.svg
app/src/main/assets/images/forum_rounded.svg
app/src/main/assets/images/groups_filled.svg
app/src/main/assets/images/map_rounded.svg
app/src/main/assets/images/not_secure.svg
app/src/main/assets/images/payments_rounded.svg
app/src/main/assets/images/phone_android_outlined.svg
app/src/main/assets/images/policy_filled.svg
app/src/main/assets/images/privacy_cell.svg
app/src/main/assets/images/text_snippet_outlined.svg
app/src/main/java/com/stoutner/privacycell/activities/PrivacyCell.kt
app/src/main/java/com/stoutner/privacycell/dialogs/PhonePermissionDialog.kt
app/src/main/java/com/stoutner/privacycell/dialogs/WebViewDialog.kt
app/src/main/res/drawable/not_secure.xml
app/src/main/res/drawable/privacy_cell_foreground.xml
app/src/main/res/drawable/secure_5g_nr_sa.xml
app/src/main/res/layout/app_bar_textview.xml
app/src/main/res/layout/privacy_cell_drawerlayout.xml
app/src/main/res/layout/webview_dialog.xml
app/src/main/res/menu/navigation_menu_top_appbar.xml
app/src/main/res/mipmap-anydpi-v26/privacy_cell.xml
app/src/main/res/values-night/colors.xml
app/src/main/res/values-night/themes.xml
app/src/main/res/values/colors.xml
app/src/main/res/values/strings.xml
app/src/main/res/values/themes.xml

index a164cb051aff8be696b38ad42268f3d0cd4e44e9..a78eb750a68b05fb75051d87b7e45cef4021fa28 100644 (file)
@@ -14,7 +14,7 @@
  * 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/>.
+ * along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /* Dark colors. */
index f7d01a2d4b42eac3922cdfe546a0e805c4d5db48..b94614993c3e26a4e0afe1f59f625d5f5ca344f8 100644 (file)
@@ -14,7 +14,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <html>
     <head>
@@ -27,8 +27,8 @@
     </head>
 
     <body>
-        <h3>1.0 (version code 1)</h3>
-        <p>28 August 2021 - minimum API 30, target API 30</p>
+        <h3><a href="https://www.stoutner.com/privacy-cell-1-0/">1.0</a> (version code 1)</h3>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=13c6fd95ce6986c052fed7918576b77619dc9c2a">25 August 2021</a> - minimum API 30, target API 30.</p>
         <ul>
             <li>Initial release.</li>
         </ul>
index d443d03fe2ef867d458f7ba648d496f4b81192b0..468ce0c84c1afe912fb2c48d4cfd461ca0da32bd 100644 (file)
@@ -14,7 +14,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <html>
     <head>
index bf26251a5dee806776f12bba41f117fedbfdc833..d0999c44521a6a192daf4bb8043b7066cf8f0dd7 100644 (file)
@@ -14,7 +14,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <html>
     <head>
index 3bd484a743270bcee06d6c46b0fc7d3a06cf8859..b97caa518b9287e11b285e582cbf3799ecc0184b 100644 (file)
@@ -14,7 +14,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <html>
     <head>
@@ -29,7 +29,7 @@
     <body>
         <p>Privacy Cell uses the following permission.</p>
 
-        <h3>Phone</h3>
+        <h3>Read phone status and identity</h3>
         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#READ_PHONE_STATE">android.permission. READ_PHONE_STATE</a></p>
         <p>Required to determine which protocols are being used by the cell phone network.</p>
     </body>
index 376cad5b6d1e759fb96012d1dfe34f1837292605..adec1d8c3a0bb80924f03965ee913ff3fbacbc45 100644 (file)
@@ -14,7 +14,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <html>
     <head>
index dba6977c863a5fbde8751b7a76b30a183a4a83ee..fbac78cf2e2fc87ff282d3ee422d6b88134ff063 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  This file is a modified version of `bug_report_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0.
 
-  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
+  Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>.  The resulting file is released under the GPLv3+ license.
 
-  It is a modified version of `bug_report_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0.
+  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
   Privacy Cell is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <svg
   xmlns="http://www.w3.org/2000/svg"
index 58d88d814f2cdda17d7f7960fe2f2ef3a7e1a4fa..5d924420f2e26bf786dd6cf0c87aee03632fdc53 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  This file is a modified version of `chrome_reader_mode_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0.
 
-  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
+  Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>.  The resulting file is released under the GPLv3+ license.
 
-  It is a modified version of `chrome_reader_mode_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0.
+  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
   Privacy Cell is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <svg
   xmlns="http://www.w3.org/2000/svg"
index 6c0170fa972bcf7cb0e187ad8e86981463eb4b29..91cb8af3ffe636a42ecce8361a2a01742c3e28e0 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  This file is a modified version of `fact_check_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0.
 
-  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
+  Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>.  The resulting file is released under the GPLv3+ license.
 
-  It is a modified version of `fact_check_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0.
+  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
   Privacy Cell is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <svg
   xmlns="http://www.w3.org/2000/svg"
index 5e4c4fabc8c212202dfbba24063b351eb2fd7729..b1f2851d0026a2f0ae655d58c6d15410ddba2373 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  This file is a modified version of `format_list_bulleted_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0.
 
-  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
+  Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>.  The resulting file is released under the GPLv3+ license.
 
-  It is a modified version of `format_list_bulleted_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0.
+  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
   Privacy Cell is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <svg
   xmlns="http://www.w3.org/2000/svg"
index 3d8b42b75ebcc7f76b498cad9f67f05d4aa87921..50edc80cd5b77c7cdb3f186f6458a046aa964f87 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  This file is a modified version of `forum_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0.
 
-  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
+  Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>.  The resulting file is released under the GPLv3+ license.
 
-  It is a modified version of `forum_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0.
+  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
   Privacy Cell is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <svg
   xmlns="http://www.w3.org/2000/svg"
index 053fe5436b69e65c55bca16bf09a8dbf6753e28c..d2aee47c3fa17b99d46a0eafa8eacdbe68300319 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  This file is a modified version of `groups_filled`, which is part of the Android Material icon set and is released under the Apache License 2.0.
 
-  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
+  Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>.  The resulting file is released under the GPLv3+ license.
 
-  It is a modified version of `groups_filled`, which is part of the Android Material icon set and is released under the Apache License 2.0.
+  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
   Privacy Cell is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <svg
   xmlns="http://www.w3.org/2000/svg"
index f2adfd59073f295de2ad29657e55a4749a9d0ce8..201f4c5d56da8c5792fe6461d89911e90e09f566 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  This file is a modified version of `map_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0.
 
-  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
+  Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>.  The resulting file is released under the GPLv3+ license.
 
-  It is a modified version of `map_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0.
+  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
   Privacy Cell is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <svg
   xmlns="http://www.w3.org/2000/svg"
index fb070b0e4e79f49bbf41d35aed45cdc591607b1e..b97f53224b445f7aa7e82d493dc915002c236198 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   This file is derived from `security` and `do_not_disturb`, which are part of the Android Material icon set.  They are released under the Apache License 2.0.
 
-  Modifications copyright © 2016,2021 Soren Stoutner <soren@stoutner.com>.
+  Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>.  The resulting file is released under the GPLv3+ license.
 
   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
@@ -18,7 +18,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <svg
   xmlns="http://www.w3.org/2000/svg"
index f0a54c2588d5fa429a253b319160423592d549f6..d25280775f62714ec2ea9ecd5d8533e61b0c8fdd 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  This file is a modified version of `payments_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0.
 
-  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
+  Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>.  The resulting file is released under the GPLv3+ license.
 
-  It is a modified version of `payments_rounded`, which is part of the Android Material icon set and is released under the Apache License 2.0.
+  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
   Privacy Cell is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <svg
   xmlns="http://www.w3.org/2000/svg"
index 12a63d487e262758eaba725472fd6999496e3eb0..1b95ff971cb2a6d89b48c26d5ed81176dfc24588 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  This file is a modified version of `phone_android_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0.
 
-  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
+  Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>.  The resulting file is released under the GPLv3+ license.
 
-  It is a modified version of `phone_android_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0.
+  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
   Privacy Cell is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <svg
   xmlns="http://www.w3.org/2000/svg"
index c18a2974d23ef1579c11808e42bb9b03af7d7805..abae45e79bc69cd8371527b9351c8379a7ba6dea 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  This file is a modified version of `policy_filled`, which is part of the Android Material icon set and is released under the Apache License 2.0.
 
-  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
+  Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>.  The resulting file is released under the GPLv3+ license.
 
-  It is a modified version of `policy_filled`, which is part of the Android Material icon set and is released under the Apache License 2.0.
+  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
   Privacy Cell is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <svg
   xmlns="http://www.w3.org/2000/svg"
index f6e516556d2e5ae8ba8be5ea6913e377e9e41c3a..41192322aa1151f980669a1a49c0bd6b2905a3ae 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   This file is derived from `security` and `5g`, which are part of the Android Material icon set.  They are released under the Apache License 2.0.
 
-  Modifications copyright © 2016,2021 Soren Stoutner <soren@stoutner.com>.
+  Changes copyright © 2016,2021 Soren Stoutner <soren@stoutner.com>.  The resulting file is released under the GPLv3+ license.
 
   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
@@ -18,7 +18,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <svg
   xmlns="http://www.w3.org/2000/svg"
index b373f01df92d4bf944218954a62d8f9725058df6..ca49d3e10de9e2a3a2501c463f8c4b9ea6d7cf75 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  This file is a modified version of `text_snippet_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0.
 
-  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
+  Changes copyright © 2021 Soren Stoutner <soren@stoutner.com>.  The resulting file is released under the GPLv3+ license.
 
-  It is a modified version of `text_snippet_outlined`, which is part of the Android Material icon set and is released under the Apache License 2.0.
+  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
   Privacy Cell is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <svg
   xmlns="http://www.w3.org/2000/svg"
index c85c403f645e5de141b815952f191575c3419888..31f610d11a9128f6def474014350aca2db6eea69 100644 (file)
@@ -14,7 +14,7 @@
  * 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/>.
+ * along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 package com.stoutner.privacycell.activities
index df5fa9fe074c81b38c2a8ad2995447eca96ad25c..a792114db6860d64ff3fcfdbdda9e3fb411c7be0 100644 (file)
@@ -14,7 +14,7 @@
  * 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/>.
+ * along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 package com.stoutner.privacycell.dialogs
index 0559d459d0ecd21e59a6b2c76dc77eb8cd813c0d..8fd2edb15bd7f302120620e95f87a21cf18d8a57 100644 (file)
@@ -14,7 +14,7 @@
  * 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/>.
+ * along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 package com.stoutner.privacycell.dialogs
index de128f396276546a9fe58b07a731906fafc4c959..d049d205f31b4bfd2a19f21d18bc58065a04f520 100644 (file)
@@ -1,7 +1,7 @@
 <!--
   This file is derived from `security` and `do_not_disturb`, which are part of the Android Material icon set.  They are released under the Apache License 2.0.
 
-  Modifications copyright © 2016,2021 Soren Stoutner <soren@stoutner.com>.
+  Changes copyright © 2016,2021 Soren Stoutner <soren@stoutner.com>.  The resulting image is released under the GPLv3+ license.
 
   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
@@ -16,7 +16,7 @@
   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/>.The resulting image is released under the GPLv3+ license. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <vector
     xmlns:android="http://schemas.android.com/apk/res/android"
index 5053bd9061ffbc7af1ba35f0a0b09147848415ff..172dfce33a3ccdbea3ea4cb2a602368b9b2e1ce2 100644 (file)
@@ -1,7 +1,7 @@
 <!--
   This file is derived from `security` and `5g`, which are part of the Android Material icon set.  They are released under the Apache License 2.0.
 
-  Modifications copyright © 2016,2021 Soren Stoutner <soren@stoutner.com>.
+  Changes copyright © 2016,2021 Soren Stoutner <soren@stoutner.com>.  The resulting image is released under the GPLv3+ license.
 
   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
@@ -16,7 +16,7 @@
   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/>.The resulting image is released under the GPLv3+ license. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <vector
     xmlns:android="http://schemas.android.com/apk/res/android"
index 33ac99f7a9cab2738bcc75e44242fff21dfeb55a..fc8ea0b25ad9241bf47495da1fc9939d625d4539 100644 (file)
@@ -1,7 +1,7 @@
 <!--
   This file is derived from `security` and `5g`, which are part of the Android Material icon set.  They are released under the Apache License 2.0.
 
-  Modifications copyright © 2016,2021 Soren Stoutner <soren@stoutner.com>.
+  Changes copyright © 2016,2021 Soren Stoutner <soren@stoutner.com>.  The resulting image is released under the GPLv3+ license.
 
   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
@@ -16,7 +16,7 @@
   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/>.The resulting image is released under the GPLv3+ license. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
     android:height="200dp"
index 9f434a89a4f0cd5a3f491d67762101319879a3d2..cbb82a3ff3f22bc06a853f474358affc2ac1014b 100644 (file)
@@ -16,7 +16,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <TextView
     xmlns:android="http://schemas.android.com/apk/res/android"
index fe3ce2ff12c96f0ed057920418e650cab0b3b8f6..37e47547fbfc5118172a4624b6e271d6cf97e5f3 100644 (file)
@@ -16,7 +16,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <androidx.drawerlayout.widget.DrawerLayout
     xmlns:android="http://schemas.android.com/apk/res/android"
index 0c20a55d9d97f73d698163ff1ed270f8e9c8d26d..d585bb031261cb96077f84e7cd05ebe0dc37c20f 100644 (file)
@@ -16,7 +16,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <LinearLayout
     xmlns:android="http://schemas.android.com/apk/res/android"
index 745e8661a6c41fed9d6d0e469f6380e6832f2620..42888bfa5ed8602079b9c01c506d3177c0657b66 100644 (file)
@@ -16,7 +16,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <menu xmlns:android="http://schemas.android.com/apk/res/android">
     <item
index 6ff46ad2e275fa344bc79ea241280a240d261a38..b920bec88e1d7708c122ee4e66aa361c587c3655 100644 (file)
@@ -16,7 +16,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
     <background android:drawable="@color/white"/>
index 22939343cb8f5a23fbcb2c1abb7fa23c608ca562..2f017faff5df7b51b8c6c7d029568a58dd82ad9c 100644 (file)
@@ -16,7 +16,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <resources>
     <!-- Nicknamed colors. -->
index 5b24de0bbadefe63fa52062f817774d4e9692088..ac28058c112a68bc5fcdccbe54ab286de938dc5a 100644 (file)
@@ -14,7 +14,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <resources>
     <style name="Theme.PrivacyCell" parent="Theme.AppCompat.DayNight.NoActionBar">
index d6d743b12badb8e35d188a6a12026722fc6f965f..67adb87b121065450aa787f40edbad1edda6f5b1 100644 (file)
@@ -16,7 +16,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <resources>
     <!-- Nicknamed colors. -->
index 7d1dd2b0bc534cdb92674a523c45f54f5e1ac7c6..59c2117e6e5bb365ca86e74db8e7755403da38f0 100644 (file)
@@ -14,7 +14,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <!-- `tools:ignore="MissingTranslation"` allows release APKs to be built if translation strings are missing.  The missing strings will fall back to English. -->
 <resources
index c9145bfe4428a7dd349f781fb066472477610672..4fdeea9f4b200f7a1dcc579ffde76be70e650d0b 100644 (file)
@@ -14,7 +14,7 @@
   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/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <resources>
     <style name="Theme.PrivacyCell" parent="Theme.AppCompat.DayNight.NoActionBar">