From 5be27898974988cb6d48111519d40dbe4030c699 Mon Sep 17 00:00:00 2001 From: Tavi Date: Mon, 22 Apr 2024 07:48:54 -0400 Subject: [PATCH] 2024 Signed-off-by: Tavi --- Misc/apex.py | 17 +++++++++++++++++ PrebuiltApps | 2 +- Scripts/Common/Copy_Keys.sh | 4 ++-- Scripts/Common/Deblob.sh | 4 ++-- Scripts/Common/Defaults.sh | 2 +- Scripts/Common/Enable_Verity.sh | 4 ++-- Scripts/Common/Fix_CVE_Patchers.sh | 4 ++-- Scripts/Common/Functions.sh | 4 ++-- Scripts/Common/Optimize.sh | 4 ++-- Scripts/Common/Patch_CVE.sh | 4 ++-- Scripts/Common/Post.sh | 4 ++-- Scripts/Common/Shell.sh | 2 +- Scripts/Common/Tag_Verifier.sh | 4 ++-- Scripts/Generate_Signing_Keys.sh | 4 ++-- Scripts/Generate_Supporting_Files.sh | 2 +- Scripts/Generate_Verified_Boot_Hashes.sh | 4 ++-- Scripts/Generate_Wallpaper_Sizes.sh | 2 +- Scripts/LineageOS-14.1/Functions.sh | 4 ++-- Scripts/LineageOS-14.1/Patch.sh | 4 ++-- Scripts/LineageOS-14.1/Rebrand.sh | 4 ++-- Scripts/LineageOS-14.1/Theme.sh | 2 +- Scripts/LineageOS-15.1/Functions.sh | 4 ++-- Scripts/LineageOS-15.1/Patch.sh | 4 ++-- Scripts/LineageOS-15.1/Rebrand.sh | 4 ++-- Scripts/LineageOS-16.0/Functions.sh | 4 ++-- Scripts/LineageOS-16.0/Patch.sh | 4 ++-- Scripts/LineageOS-16.0/Rebrand.sh | 4 ++-- Scripts/LineageOS-17.1/Functions.sh | 4 ++-- Scripts/LineageOS-17.1/Patch.sh | 4 ++-- Scripts/LineageOS-17.1/Rebrand.sh | 4 ++-- Scripts/LineageOS-18.1/Functions.sh | 4 ++-- Scripts/LineageOS-18.1/Patch.sh | 4 ++-- Scripts/LineageOS-18.1/Rebrand.sh | 4 ++-- Scripts/LineageOS-19.1/Functions.sh | 4 ++-- Scripts/LineageOS-19.1/Patch.sh | 4 ++-- Scripts/LineageOS-19.1/Rebrand.sh | 4 ++-- Scripts/LineageOS-20.0/Functions.sh | 4 ++-- Scripts/LineageOS-20.0/Patch.sh | 4 ++-- Scripts/LineageOS-20.0/Rebrand.sh | 4 ++-- Scripts/Update_Commons.sh | 4 ++-- Scripts/init.sh | 4 ++-- fix_permissions.sh | 17 +++++++++++++++-- 42 files changed, 106 insertions(+), 76 deletions(-) diff --git a/Misc/apex.py b/Misc/apex.py index 73001616..fd8c38fc 100644 --- a/Misc/apex.py +++ b/Misc/apex.py @@ -1,3 +1,20 @@ +#!/bin/python +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2024 Divested Computing Group +# +#This program 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. +# +#This program 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 this program. If not, see . + import sys apexes = open(sys.argv[1], "r"); diff --git a/PrebuiltApps b/PrebuiltApps index 0df11886..3ee2f6d6 160000 --- a/PrebuiltApps +++ b/PrebuiltApps @@ -1 +1 @@ -Subproject commit 0df1188635f0ad3e0638ba50d4512dbb8381ab10 +Subproject commit 3ee2f6d66462ccfbb6394c3d65e43b3e934fdbd4 diff --git a/Scripts/Common/Copy_Keys.sh b/Scripts/Common/Copy_Keys.sh index 1f56b957..77f153b8 100644 --- a/Scripts/Common/Copy_Keys.sh +++ b/Scripts/Common/Copy_Keys.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2020-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2020-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/Common/Deblob.sh b/Scripts/Common/Deblob.sh index 1bc6849c..15ff5f44 100644 --- a/Scripts/Common/Deblob.sh +++ b/Scripts/Common/Deblob.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/Common/Defaults.sh b/Scripts/Common/Defaults.sh index 1d98e2bf..51db01e1 100644 --- a/Scripts/Common/Defaults.sh +++ b/Scripts/Common/Defaults.sh @@ -1,5 +1,5 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution +#DivestOS: A mobile operating system divested from the norm. #Copyright (c) 2017-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify diff --git a/Scripts/Common/Enable_Verity.sh b/Scripts/Common/Enable_Verity.sh index 02f87264..28d2f4f1 100644 --- a/Scripts/Common/Enable_Verity.sh +++ b/Scripts/Common/Enable_Verity.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2021-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2021-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/Common/Fix_CVE_Patchers.sh b/Scripts/Common/Fix_CVE_Patchers.sh index ae793fdb..03de8b3d 100644 --- a/Scripts/Common/Fix_CVE_Patchers.sh +++ b/Scripts/Common/Fix_CVE_Patchers.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2020-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2020-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/Common/Functions.sh b/Scripts/Common/Functions.sh index b9cd35ff..e5174e06 100644 --- a/Scripts/Common/Functions.sh +++ b/Scripts/Common/Functions.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/Common/Optimize.sh b/Scripts/Common/Optimize.sh index 92501176..ad4ef5cc 100644 --- a/Scripts/Common/Optimize.sh +++ b/Scripts/Common/Optimize.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2021 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/Common/Patch_CVE.sh b/Scripts/Common/Patch_CVE.sh index 4ba8ee23..69721760 100644 --- a/Scripts/Common/Patch_CVE.sh +++ b/Scripts/Common/Patch_CVE.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2021 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/Common/Post.sh b/Scripts/Common/Post.sh index a3c91472..769c2110 100644 --- a/Scripts/Common/Post.sh +++ b/Scripts/Common/Post.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/Common/Shell.sh b/Scripts/Common/Shell.sh index 0e8e5928..62015b29 100644 --- a/Scripts/Common/Shell.sh +++ b/Scripts/Common/Shell.sh @@ -1,5 +1,5 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution +#DivestOS: A mobile operating system divested from the norm. #Copyright (c) 2017-2021 Divested Computing Group # #This program is free software: you can redistribute it and/or modify diff --git a/Scripts/Common/Tag_Verifier.sh b/Scripts/Common/Tag_Verifier.sh index a131b1f2..3c804862 100644 --- a/Scripts/Common/Tag_Verifier.sh +++ b/Scripts/Common/Tag_Verifier.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2022-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/Generate_Signing_Keys.sh b/Scripts/Generate_Signing_Keys.sh index 0464dbf8..49dd8fd5 100644 --- a/Scripts/Generate_Signing_Keys.sh +++ b/Scripts/Generate_Signing_Keys.sh @@ -1,6 +1,6 @@ #!/bin/sh -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2018-2021 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2018-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/Generate_Supporting_Files.sh b/Scripts/Generate_Supporting_Files.sh index b139eb48..d362b3ae 100644 --- a/Scripts/Generate_Supporting_Files.sh +++ b/Scripts/Generate_Supporting_Files.sh @@ -1,5 +1,5 @@ #!/bin/bash -#Copyright (c) 2022 Divested Computing Group +#Copyright (c) 2022-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/Generate_Verified_Boot_Hashes.sh b/Scripts/Generate_Verified_Boot_Hashes.sh index 87ab548c..6223c900 100644 --- a/Scripts/Generate_Verified_Boot_Hashes.sh +++ b/Scripts/Generate_Verified_Boot_Hashes.sh @@ -1,6 +1,6 @@ #!/bin/sh -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2022-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/Generate_Wallpaper_Sizes.sh b/Scripts/Generate_Wallpaper_Sizes.sh index 494e7a46..4b4860c4 100644 --- a/Scripts/Generate_Wallpaper_Sizes.sh +++ b/Scripts/Generate_Wallpaper_Sizes.sh @@ -1,5 +1,5 @@ #!/bin/sh -#DivestOS: A privacy focused mobile distribution +#DivestOS: A mobile operating system divested from the norm. #Copyright (c) 2022 Divested Computing Group # #This program is free software: you can redistribute it and/or modify diff --git a/Scripts/LineageOS-14.1/Functions.sh b/Scripts/LineageOS-14.1/Functions.sh index 2834b306..6964609b 100644 --- a/Scripts/LineageOS-14.1/Functions.sh +++ b/Scripts/LineageOS-14.1/Functions.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-14.1/Patch.sh b/Scripts/LineageOS-14.1/Patch.sh index cd98a32e..74d99cd4 100644 --- a/Scripts/LineageOS-14.1/Patch.sh +++ b/Scripts/LineageOS-14.1/Patch.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2015-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2015-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-14.1/Rebrand.sh b/Scripts/LineageOS-14.1/Rebrand.sh index c0722067..42859a56 100644 --- a/Scripts/LineageOS-14.1/Rebrand.sh +++ b/Scripts/LineageOS-14.1/Rebrand.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-14.1/Theme.sh b/Scripts/LineageOS-14.1/Theme.sh index 0af63a01..3e92e4c3 100644 --- a/Scripts/LineageOS-14.1/Theme.sh +++ b/Scripts/LineageOS-14.1/Theme.sh @@ -1,5 +1,5 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution +#DivestOS: A mobile operating system divested from the norm. #Copyright (c) 2017-2021 Divested Computing Group # #This program is free software: you can redistribute it and/or modify diff --git a/Scripts/LineageOS-15.1/Functions.sh b/Scripts/LineageOS-15.1/Functions.sh index 112bdf7e..d41aa505 100644 --- a/Scripts/LineageOS-15.1/Functions.sh +++ b/Scripts/LineageOS-15.1/Functions.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-15.1/Patch.sh b/Scripts/LineageOS-15.1/Patch.sh index ceedfd83..dfc6bee1 100644 --- a/Scripts/LineageOS-15.1/Patch.sh +++ b/Scripts/LineageOS-15.1/Patch.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2015-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2015-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-15.1/Rebrand.sh b/Scripts/LineageOS-15.1/Rebrand.sh index 6395a9b9..fc0a09a6 100644 --- a/Scripts/LineageOS-15.1/Rebrand.sh +++ b/Scripts/LineageOS-15.1/Rebrand.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-16.0/Functions.sh b/Scripts/LineageOS-16.0/Functions.sh index ea0ec19e..5533da12 100644 --- a/Scripts/LineageOS-16.0/Functions.sh +++ b/Scripts/LineageOS-16.0/Functions.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-16.0/Patch.sh b/Scripts/LineageOS-16.0/Patch.sh index ce2137cb..f71bce10 100644 --- a/Scripts/LineageOS-16.0/Patch.sh +++ b/Scripts/LineageOS-16.0/Patch.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2015-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2015-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-16.0/Rebrand.sh b/Scripts/LineageOS-16.0/Rebrand.sh index 2da91dba..dc79b23a 100644 --- a/Scripts/LineageOS-16.0/Rebrand.sh +++ b/Scripts/LineageOS-16.0/Rebrand.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-17.1/Functions.sh b/Scripts/LineageOS-17.1/Functions.sh index 470ef9e8..c7427f3c 100644 --- a/Scripts/LineageOS-17.1/Functions.sh +++ b/Scripts/LineageOS-17.1/Functions.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2021 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-17.1/Patch.sh b/Scripts/LineageOS-17.1/Patch.sh index 9cabbc80..24c8edd5 100644 --- a/Scripts/LineageOS-17.1/Patch.sh +++ b/Scripts/LineageOS-17.1/Patch.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2015-2021 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2015-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-17.1/Rebrand.sh b/Scripts/LineageOS-17.1/Rebrand.sh index c3f959b9..51831f7e 100644 --- a/Scripts/LineageOS-17.1/Rebrand.sh +++ b/Scripts/LineageOS-17.1/Rebrand.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-18.1/Functions.sh b/Scripts/LineageOS-18.1/Functions.sh index 3078fa85..b1470546 100644 --- a/Scripts/LineageOS-18.1/Functions.sh +++ b/Scripts/LineageOS-18.1/Functions.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2021 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-18.1/Patch.sh b/Scripts/LineageOS-18.1/Patch.sh index 4a6c8b3c..97270ec1 100644 --- a/Scripts/LineageOS-18.1/Patch.sh +++ b/Scripts/LineageOS-18.1/Patch.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2015-2021 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2015-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-18.1/Rebrand.sh b/Scripts/LineageOS-18.1/Rebrand.sh index 517e0859..b0917160 100644 --- a/Scripts/LineageOS-18.1/Rebrand.sh +++ b/Scripts/LineageOS-18.1/Rebrand.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-19.1/Functions.sh b/Scripts/LineageOS-19.1/Functions.sh index b332cafa..40d5690d 100644 --- a/Scripts/LineageOS-19.1/Functions.sh +++ b/Scripts/LineageOS-19.1/Functions.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-19.1/Patch.sh b/Scripts/LineageOS-19.1/Patch.sh index c31bbf6c..5b558a5e 100644 --- a/Scripts/LineageOS-19.1/Patch.sh +++ b/Scripts/LineageOS-19.1/Patch.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2015-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2015-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-19.1/Rebrand.sh b/Scripts/LineageOS-19.1/Rebrand.sh index 7a8b1732..c036624c 100644 --- a/Scripts/LineageOS-19.1/Rebrand.sh +++ b/Scripts/LineageOS-19.1/Rebrand.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-20.0/Functions.sh b/Scripts/LineageOS-20.0/Functions.sh index 50ba5952..c21c0798 100644 --- a/Scripts/LineageOS-20.0/Functions.sh +++ b/Scripts/LineageOS-20.0/Functions.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-20.0/Patch.sh b/Scripts/LineageOS-20.0/Patch.sh index 46e2d4fb..2ff79f8f 100644 --- a/Scripts/LineageOS-20.0/Patch.sh +++ b/Scripts/LineageOS-20.0/Patch.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2015-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2015-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/LineageOS-20.0/Rebrand.sh b/Scripts/LineageOS-20.0/Rebrand.sh index 1c236a67..01fde8fb 100644 --- a/Scripts/LineageOS-20.0/Rebrand.sh +++ b/Scripts/LineageOS-20.0/Rebrand.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2023 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/Update_Commons.sh b/Scripts/Update_Commons.sh index 79d94b63..5eb08524 100644 --- a/Scripts/Update_Commons.sh +++ b/Scripts/Update_Commons.sh @@ -1,6 +1,6 @@ #!/bin/sh -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2022-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/Scripts/init.sh b/Scripts/init.sh index 1d06d163..94402f49 100644 --- a/Scripts/init.sh +++ b/Scripts/init.sh @@ -1,6 +1,6 @@ #!/bin/bash -#DivestOS: A privacy focused mobile distribution -#Copyright (c) 2017-2022 Divested Computing Group +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2017-2024 Divested Computing Group # #This program is free software: you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by diff --git a/fix_permissions.sh b/fix_permissions.sh index 751b1590..7aede721 100755 --- a/fix_permissions.sh +++ b/fix_permissions.sh @@ -1,6 +1,19 @@ #!/bin/bash -#Copyright (c) 2020 Divested Computing Group -#License: GPLv3 +#DivestOS: A mobile operating system divested from the norm. +#Copyright (c) 2020-2023 Divested Computing Group +# +#This program 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. +# +#This program 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 this program. If not, see . setStrict() { if [ -d "$1" ]; then