Skip to content

Commit 347d6b7

Browse files
committed
Copyright Notice
0 parents  commit 347d6b7

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

README.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Zygisk Next
2+
3+
Standalone implementation of Zygisk, providing Zygisk API support for KernelSU and a replacement of Magisk's built-in Zygisk.
4+
5+
## Copyright Notice
6+
7+
Copyright © 2024 Zygisk Next developers. All rights reserved.
8+
9+
The software Zygisk Next, starting from version v4-0.9.2, is no longer under the GPL-3.0 License. Instead, all rights to the software are reserved by the owner.
10+
11+
The following conditions now apply:
12+
13+
1. **No Modifications:** The software may not be modified in any way. This includes but is not limited to changing, adding, or removing any part of the software's code or functionality.
14+
15+
2. **No Redistribution:** The software may not be redistributed in any form. This includes but is not limited to renaming, selling, or including the software as part of another project.
16+
17+
3. **No Picking:** No parts, pieces, or components of the software may be extracted and submitted to other projects. This includes, but is not limited to, code snippets, functions, and released binaries.
18+
19+
4. **No Claim to Succession:** Any fork of the software that was created before the license change may not claim to be an official or unofficial successor to the project. This includes but is not limited to using the project's name, branding, or reputation to imply a connection to the original project.
20+
21+
## Requirements
22+
23+
### General
24+
25+
+ No multiple root implementation installed
26+
27+
### KernelSU
28+
29+
+ Minimal KernelSU version: 10940
30+
+ Minimal KernelSU Manager (ksud) version: 11424
31+
+ Kernel has full SELinux patch support
32+
33+
### Magisk
34+
35+
+ Minimal version: 26402
36+
+ Built-in Zygisk turned off
37+
38+
## Compatibility
39+
40+
`PROCESS_ON_DENYLIST` cannot be flagged correctly for isolated processes on Magisk DenyList currently.
41+
42+
Zygisk Next only guarantees the same behavior of Zygisk API, but will NOT ensure Magisk's internal features.

0 commit comments

Comments
 (0)