-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLICENSE
More file actions
87 lines (51 loc) · 3.04 KB
/
Copy pathLICENSE
File metadata and controls
87 lines (51 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# LICENSE
本项目采用 **用户分段双重许可 (Segmented Dual Licensing)** 模式:
---
## 1. 开源许可证(GNU AGPL v3)
`app/src/main/res/drawable/ic_launcher.webp`图标不属于开源许可证授权范围,版权和所有权归GenOuka所有!
本项目在以下条件下,可以免费使用,并遵循 **GNU Affero General Public License v3.0 (AGPL v3)**:
- 使用场景为 **非商业用途**;
- 或者用于 **个人/教育/研究** 目的;
- 或者由 **用户总数不超过 10 人** 的个人或组织使用;
- 不将编译产物分发到任何应用商店。
AGPL v3 的全文请见:https://www.gnu.org/licenses/agpl-3.0.html
> 注意:即便在 AGPL v3 下,您仍然需要遵守协议条款,例如公开源代码等义务。
---
## 2. 商业许可证(Commercial License)
如果您的使用场景不符合上述条件,例如:
- 用于 **商业用途**(直接或间接产生商业利益的服务或产品);
- 或者 **用户总数超过 10 人**;
- 或者您希望避免 AGPL v3 的源代码开源义务;
- 或者您希望将编译产物分发到任何应用商店。
那么您必须事先与项目维护者签署 **商业许可证 (Commercial License)**。
申请商业授权请联系:
- 邮箱:master@genouka.top
---
## 3. 许可政策更新
项目维护者保留更新许可政策的权利。更新将通过官方渠道(如代码仓库、官方网站)进行通知。
---
LICENSE
This project adopts a Segmented Dual Licensing model:
---
1. Open Source License (GNU AGPL v3)
The app/src/main/res/drawable/ic_launcher.webp icon is not covered by the open source license; its copyright and ownership belong solely to GenOuka!
Under the following conditions, this project may be used free of charge and is governed by the GNU Affero General Public License v3.0 (AGPL v3):
· The usage scenario is non-commercial;
· Or it is used for personal/educational/research purposes;
· Or it is used by an individual or organization with no more than 10 users in total;
· The compiled product is not distributed to any app store.
The full text of AGPL v3 can be found at: https://www.gnu.org/licenses/agpl-3.0.html
Note: Even under AGPL v3, you are still required to comply with the terms of the license, such as the obligation to disclose source code.
---
2. Commercial License
If your usage scenario does not meet the above conditions, for example:
· It is used for commercial purposes (products or services that generate commercial benefits, directly or indirectly);
· Or the total number of users exceeds 10;
· Or you wish to avoid the source code disclosure obligation under AGPL v3;
· Or you wish to distribute the compiled product to any app store.
Then you must obtain a Commercial License from the project maintainer in advance.
To apply for a commercial license, please contact:
· Email: master@genouka.top
---
3. License Policy Updates
The project maintainer reserves the right to update the license policy. Updates will be announced through official channels (e.g., code repository, official website).