-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
93 lines (67 loc) · 3.79 KB
/
Copy pathLICENSE
File metadata and controls
93 lines (67 loc) · 3.79 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
88
89
90
91
92
93
TORJET CORE LICENSE
Version 1.0
Copyright (c) 2026 Delta-Kronecker
1. DEFINITIONS
"TorJet" means the software project published at
https://github.com/Delta-Kronecker/TorJet (the "Repository").
"The Core" means all source code, configuration templates, build scripts,
workflow definitions, and documentation authored by the TorJet project for the
TorJet launcher — including, without limitation, scripts/start-tor.cs,
scripts/tun-helper.cs, scripts/build-start-tor.ps1, scripts/bench.ps1,
configs/torrc.jet, and .github/workflows/build.yml — but EXCLUDING third-party
components (tor, pluggable transports, tun2socks, wintun, and any other
binaries or sources imported from upstream projects), which remain under their
own respective licenses.
"Derivative Work" means any work based on, derived from, or embedding all or
any part of the Core, including any program in which the Core or a modified
form of it is used or linked.
"Your Program" means a program, application, or product that incorporates the
Core or a Derivative Work.
2. GRANT OF LICENSE
Subject to the terms and conditions of this License, the copyright holder
grants you a non-exclusive, worldwide, royalty-free license to use, copy,
modify, and distribute the Core, and to incorporate it into Your Program.
3. MANDATORY ATTRIBUTION — UNCONDITIONAL REQUIREMENT
You may not exercise the rights granted in Section 2 unless BOTH of the
following requirements are satisfied, without exception:
(a) Prominent link. You must display, in a clearly visible and unmodified
form, the address https://github.com/Delta-Kronecker/TorJet on the main
page or main screen of Your Program and/or on the main page of Your
Program's repository.
(b) Explicit statement. Immediately next to that address you must display the
following exact statement (in the same language(s) as the rest of Your
Program's interface):
"This software uses the TorJet core, obtained from
https://github.com/Delta-Kronecker/TorJet"
If Your Program has no graphical or textual interface, this statement and
the address must appear in your repository's main README file and in the
program's "About" documentation.
You must not remove, alter, obscure, or relocate this attribution in any way
that makes it less visible than required above.
4. SHARE-ALIKE (COPYLEFT)
Any Derivative Work you create or distribute must itself be licensed under
this same License, and you must make the complete corresponding source code
of any such Derivative Work available — including when Your Program is
offered as a network service (for example, SaaS), in which case you must
provide the source code on request to any user of that service.
5. NO ENDORSEMENT
Nothing in this License grants you the right to use the name "TorJet", or any
trademark, logo, or trade name of the copyright holder, in a way that implies
that the copyright holder endorses or sponsors Your Program, except for the
attribution required by Section 3.
6. THIRD-PARTY COMPONENTS
This License applies only to the Core as defined in Section 1. All third-party
components distributed with the Core remain subject to their own copyright
notices and licenses, which you must preserve.
7. TERMINATION
Any breach of Sections 3, 4, or 5 automatically and immediately terminates
all rights granted under this License. Rights may be reinstated only by
written permission from the copyright holder.
8. NO WARRANTY
The Core is provided "as is", without warranty of any kind, express or
implied, including but not limited to the warranties of merchantability,
fitness for a particular purpose, and non-infringement.
9. LIMITATION OF LIABILITY
In no event shall the copyright holder be liable for any claim, damages, or
other liability arising from, out of, or in connection with the Core or its
use, whether in contract, tort, or otherwise.