You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> The inspiration listed above is on the design/UI side. For code-level integrations, see below.
32
34
@@ -36,37 +38,22 @@ Aexon integrates the following third-party open-source components. Each retains
36
38
37
39
### Shizuku
38
40
39
-
<!-- PILIH SALAH SATU SESUAI CARA INTEGRASI TEMEN KAMU -->
40
-
41
-
<!-- OPSI A — kalau cuma pakai Shizuku-API resmi (dependency, bukan copy kode) -->
42
-
Aexon uses the official [Shizuku API](https://github.com/RikkaApps/Shizuku-API) library for permission/privilege integration, licensed under the **Apache License 2.0**. No Shizuku source code is copied into Aexon's own codebase.
43
-
44
-
<!-- OPSI B — kalau kode Shizuku (bukan cuma API) di-copy-paste / diadaptasi ke source Aexon -->
45
-
Aexon incorporates and adapts source code from [Shizuku](https://github.com/RikkaApps/Shizuku) by RikkaApps, licensed under the **Apache License 2.0**. Modified files retain their original copyright notice along with a note indicating the changes made, per the terms of the Apache License 2.0. See [`licenses/shizuku-LICENSE`](licenses/shizuku-LICENSE) and [`NOTICE`](NOTICE) for full attribution.
46
-
47
-
<!-- OPSI C — kalau di-embed sebagai module/submodule terpisah, tidak dicampur ke source Aexon -->
48
-
Aexon embeds [Shizuku](https://github.com/RikkaApps/Shizuku) by RikkaApps as a separate module, licensed under the **Apache License 2.0**. See [`licenses/shizuku-LICENSE`](licenses/shizuku-LICENSE) for the full license text.
41
+
Aexon uses the official Shizuku libraries (via Gradle dependencies) for permission/privilege integration. The app depends on the Shizuku API/provider packages and interacts with Shizuku at runtime; no upstream Shizuku source code is copied into Aexon's own codebase. The upstream Shizuku components remain under the Apache License 2.0.
49
42
50
43
### BusyBox
51
44
52
-
<!-- PILIH SALAH SATU SESUAI CARA DISTRIBUSI -->
53
-
54
-
<!-- OPSI A — busybox binary dibundle di dalam APK -->
55
-
Aexon bundles a BusyBox binary (via Magisk's build, originally from [BusyBox](https://busybox.net/)), licensed under **GPL-2.0**. In accordance with GPL-2.0, the corresponding source code is available at: `<link ke source busybox versi yang dipakai>`. If you received this binary without accompanying source, you may request it by opening an issue on this repository.
56
-
57
-
<!-- OPSI B — busybox binary tidak dibundle, hanya dipanggil/didownload dari sumber lain saat runtime -->
58
-
Aexon can optionally invoke a BusyBox binary (via Magisk, originally from [BusyBox](https://busybox.net/), licensed under GPL-2.0) if present on the device at runtime. Aexon does not bundle, redistribute, or modify this binary — it is expected to already be provided by the user's root/Magisk environment.
45
+
Aexon can optionally invoke BusyBox-style utilities at runtime. The app contains code paths that will call a BusyBox binary (or a bundled native helper) if present on the device or included in the app's native libraries. If BusyBox binaries are distributed together with this APK, they must be accompanied by the corresponding source or distribution notices required by BusyBox's GPL-2.0 license. If BusyBox is not bundled, Aexon will attempt to use the system/provided BusyBox when the user enables that mode.
59
46
60
47
## License
61
48
62
49
This project is licensed under the **GNU General Public License v3.0 (GPL-3.0)**.
63
50
64
51
This means:
65
52
66
-
- Free to use, study, modify, and redistribute
67
-
- Every derivative/fork **must** remain open-source with the same license (GPL-3.0)
53
+
- Free to use, study, modify, and redistribute
54
+
- Every derivative/fork **must** remain open-source with the same license (GPL-3.0)
68
55
- No warranty for the use of this application
69
56
70
57
Third-party components listed above retain their own original licenses (see [Third-Party Components](#third-party-components)).
71
58
72
-
See the [LICENSE](LICENSE) file for the full text.
59
+
See the [LICENSE](LICENSE) file for the full text.
0 commit comments