Skip to content

Commit

Permalink
squash: update license and add M31 support
Browse files Browse the repository at this point in the history
  • Loading branch information
corsicanu committed Jan 19, 2021
1 parent b3b951f commit 36c900a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## bootlogo warnings patcher script license:
Copyright 2020 © corsicanu
Copyright 2020-2021 © corsicanu
bootlogo warnings patcher script is licensed under Creative Commons
Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
Full license is available at:
Expand Down Expand Up @@ -74,4 +74,4 @@ tar: GPLv3+
along with this program. If not, see <http://www.gnu.org/licenses/>.

If you consider your name should be here, don't hesitate and send me
an email: me <at> corsicanu <dot> ro.
an email: me <at> corsicanu <dot> ro.
4 changes: 2 additions & 2 deletions META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/sbin/sh
# Copyright 2020 © corsicanu
# Copyright 2020-2021 © corsicanu
# Licensed under CC BY-NC-SA 4.0
# https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode

Expand All @@ -25,7 +25,7 @@ ui_print() {
# G970F G973F G975F G977B G970N G973N G975N G977N G97[0357][BFN]
# N970F N975F N976B N971N N976N N97[0156][FN]
# A105F/FN A205F/FN A305F/FN A405F/FN A505F/FN A[12345]05F
# M215F M215F
# M215F M315F M[23]15F
if echo $device | grep -E 'G97[0357][BFN]|N97[0156][FNQ]|A[12345]05F|M215F'; then
ui_print " "
ui_print "Bootlogo Warnings Patcher"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bootlogo Warnings Patcher
### A simple tool to get rid of [annoying boot warnings](https://imgur.com/a/FFeOHkC) - exynos only
```
Copyright 2020 © corsicanu
Copyright 2020-2021 © corsicanu
Licensed under CC BY-NC-SA 4.0
https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
```
Expand All @@ -15,7 +15,7 @@ All the files here are pulled from official firmwares of the devices mentioned.
- Galaxy S10 Series - G970F G973F G975F G977B G970N G973N G975N G977N
- Galaxy Note 10 Series - N970F N975F N976B N971N N976N
- Galaxy A\*0 Series - A105F/FN A205F/FN A305F/FN A405F/FN A505F/FN
- Galaxy M\*1 Series - M215F
- Galaxy M\*1 Series - M215F M315F

### Instructions:
- Download TWRP_Bootlogo_patcher-*.zip from [releases](https://github.com/corsicanu/TWRP_Bootlogo_patcher/releases)
Expand Down

0 comments on commit 36c900a

Please sign in to comment.