Skip to content

Commit 7bd50a2

Browse files
committed
Clarify license
1 parent 2650830 commit 7bd50a2

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

README.md

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -76,28 +76,12 @@ The `:manager:assembleDebug` task generates a debuggable server. You can attach
7676

7777
## License
7878

79-
The code for this project is available under the Apache-2.0 license.
80-
81-
### Exceptions
82-
83-
* You are **FORBIDDEN** to use image files listed below in any way (unless for displaying Shizuku itself).
84-
85-
```
86-
manager/src/main/res/mipmap-hdpi/ic_launcher.png
87-
manager/src/main/res/mipmap-hdpi/ic_launcher_background.png
88-
manager/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
89-
manager/src/main/res/mipmap-xhdpi/ic_launcher.png
90-
manager/src/main/res/mipmap-xhdpi/ic_launcher_background.png
91-
manager/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
92-
manager/src/main/res/mipmap-xxhdpi/ic_launcher.png
93-
manager/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
94-
manager/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
95-
manager/src/main/res/mipmap-xxxhdpi/ic_launcher.png
96-
manager/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
97-
manager/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
98-
```
99-
100-
* For the project as a whole, it is not free.
101-
You are **FORBIDDEN** to distribute the apk compiled by **you**
102-
(including modified, e.g., rename app name "Shizuku" to something else)
79+
All code files in this project are licensed under Apache 2.0
80+
81+
Under Apache 2.0 section 6, specifically:
82+
83+
* You are **FORBIDDEN** to use `manager/src/main/res/mipmap*/ic_launcher*.png` image files, unless for displaying Shizuku itself.
84+
85+
* You are **FORBIDDEN** to distribute the apk that use Shizuku as name
86+
or use `moe.shizuku.privileged.api` as application id or declare `moe.shizuku.manager.permission.*` permission
10387
to any store (IBNLT Google Play Store, F-Droid, Amazon Appstore etc.).

0 commit comments

Comments
 (0)