-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathNOTICE
More file actions
62 lines (44 loc) · 2.42 KB
/
Copy pathNOTICE
File metadata and controls
62 lines (44 loc) · 2.42 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
ZED-SECURE VPN APPLICATION
Copyright (C) 2025 CluvexStudio
This application is licensed under GNU General Public License v3.0 (GPL-3.0)
with additional terms as specified in the LICENSE file.
================================================================================
ATTRIBUTION NOTICE
================================================================================
This software was created by CluvexStudio.
Original repository: https://github.com/CluvexStudio/ZedSecure
If you use, modify, or distribute this software, you MUST:
1. Retain this copyright notice in all copies or substantial portions
2. Clearly credit "CluvexStudio" in your application's About/Credits section
3. Provide a link to the original repository
4. State any modifications made to the original code
5. License your derivative work under GPL-3.0
================================================================================
THIRD-PARTY COMPONENTS
================================================================================
This application incorporates the following open-source components:
- Xray-core (MPL-2.0) - https://github.com/XTLS/Xray-core
- Flutter framework (BSD-3-Clause) - https://flutter.dev
- flutter_v2ray (MIT) - https://pub.dev/packages/flutter_v2ray
- Fluent UI (BSD-3-Clause) - https://pub.dev/packages/fluent_ui
- Various Flutter packages (see pubspec.yaml for full list)
Each component retains its original license and copyright notices.
================================================================================
COMMERCIAL USE
================================================================================
Commercial use of this software requires explicit written permission.
Contact: https://github.com/CluvexStudio/ZedSecure/issues
================================================================================
DISCLAIMER
================================================================================
This software is provided "AS IS" without warranty of any kind.
The authors are not responsible for any damages or legal issues arising
from the use of this software.
Users are solely responsible for:
- Complying with local laws and regulations
- Proper configuration and use of VPN services
- Any consequences of using this software
================================================================================
For questions, issues, or licensing inquiries:
https://github.com/CluvexStudio/ZedSecure
Last Updated: October 2025