Skip to content

Commit 9c369d9

Browse files
authored
Revise LICENSE.txt to version 2.0
Updated the license terms and conditions for the Discord Server Backup Bot to version 2.0, including detailed requirements for credit preservation, modifications, and distribution.
1 parent bb30195 commit 9c369d9

1 file changed

Lines changed: 220 additions & 3 deletions

File tree

LICENSE.txt

Lines changed: 220 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,222 @@
1-
Copyright (c) 2025 Highmark.it
1+
================================================================================
2+
DISCORD SERVER BACKUP BOT LICENSE v2.0
3+
Custom License Agreement
4+
================================================================================
25

3-
Permission is hereby granted, free of charge, to use this software, including modifications, but with the explicit requirement that all copies and derivatives retain the original credits to Highmark.it in the source code files and documentation.
6+
Copyright (c) 2025-2026 HighMark (HighMark-31)
7+
Original Author: HighMark (https://highmark.it)
8+
Project: Discord Server Backup Bot
9+
Version: 2.0+
410

5-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND
11+
Repositories:
12+
- GitHub: https://github.com/HighMark-31/discord-server-backup-bot
13+
- Website: https://highmark.it
14+
15+
================================================================================
16+
TERMS & CONDITIONS
17+
================================================================================
18+
19+
1. GRANT OF LICENSE
20+
----------------
21+
Permission is hereby granted, free of charge, to any person obtaining a copy
22+
of this software and associated documentation files (the "Software"), to use,
23+
copy, and modify the Software, subject to the strict conditions outlined in
24+
this License.
25+
26+
This License grants you the right to:
27+
✓ Use the Software for personal or commercial purposes
28+
✓ Modify and adapt the Software to add/remove features and functionality
29+
✓ Create derivative works based on the Software
30+
✓ Distribute modified versions (with restrictions - see Section 3)
31+
✓ Study and analyze the source code
32+
33+
2. MANDATORY REQUIREMENTS
34+
----------------------
35+
Use of this Software is ONLY permitted if ALL of the following conditions
36+
are met:
37+
38+
2.1 CREDIT PRESERVATION
39+
All copies, modified versions, and derivative works MUST retain:
40+
41+
a) The original copyright notice:
42+
"Copyright (c) 2025 HighMark (HighMark-31)"
43+
44+
b) The original author attribution:
45+
"Original Author: HighMark"
46+
47+
c) References to the original project:
48+
"Based on Discord Server Backup Bot by HighMark"
49+
"Original: https://github.com/HighMark-31/discord-server-backup-bot"
50+
51+
d) In source code: Must include original credits in comments at the top
52+
of all files and in any "about" or "credits" sections of the project
53+
54+
2.2 NO CODE REUSE WITHOUT ATTRIBUTION
55+
56+
You CANNOT:
57+
✗ Copy, extract, or use code from the original Software without
58+
explicitly mentioning its source in your own project
59+
✗ Claim code or algorithms as your own original work
60+
✗ Remove or obscure attribution comments from copied code
61+
✗ Use the Software's core logic/architecture without crediting HighMark
62+
✗ Distribute the Software or substantial portions without maintaining
63+
this License file and all original copyright notices
64+
65+
2.3 IDEA & CONCEPT ATTRIBUTION
66+
67+
If you derive concepts, design patterns, or architectural ideas from
68+
this Software, you MUST acknowledge the original source in:
69+
70+
a) Project README file
71+
b) Documentation
72+
c) "About" or "Credits" section of the application
73+
d) In relevant source code comments
74+
75+
Example format:
76+
"Inspired by Discord Server Backup Bot by HighMark"
77+
or
78+
"Built upon concepts from HighMark's Discord Server Backup Bot"
79+
80+
2.4 LICENSE FILE INCLUSION
81+
82+
Every distribution, fork, or derivative work MUST include:
83+
✓ A copy of this LICENSE.txt file in the root directory
84+
✓ A clear notice that the project is based on/derived from the
85+
original Discord Server Backup Bot
86+
87+
3. DISTRIBUTION & SHARING
88+
----------------------
89+
90+
3.1 You may share, fork, and distribute modified versions ONLY if:
91+
✓ All credits remain intact
92+
✓ The LICENSE.txt file is included and unchanged
93+
✓ Any documentation mentions the original project and author
94+
✓ The project is clearly marked as a derivative work
95+
96+
3.2 You may NOT:
97+
✗ Remove or modify this License
98+
✗ Claim the original work as your own
99+
✗ Hide or obscure the original author's attribution
100+
✗ Distribute without including this LICENSE file
101+
102+
4. PROHIBITED USES
103+
---------------
104+
105+
You are EXPLICITLY PROHIBITED from:
106+
107+
✗ Removing, hiding, or obscuring any copyright notices or credits
108+
✗ Claiming the original work as your own creation
109+
✗ Using code snippets, functions, or algorithms without attribution
110+
✗ Creating closed-source versions without proper licensing
111+
✗ Claiming ideas, concepts, or design patterns as original
112+
✗ Removing HighMark's name or link from the project
113+
✗ Distributing modified versions without maintaining this License
114+
115+
5. MODIFICATIONS & DERIVATIVE WORKS
116+
--------------------------------
117+
118+
5.1 You may freely:
119+
✓ Add new features and functionality
120+
✓ Remove or modify existing features
121+
✓ Refactor and optimize code
122+
✓ Create completely new modules or extensions
123+
✓ Adapt the Software for different use cases
124+
125+
5.2 When creating derivatives, you MUST:
126+
✓ Clearly mark which code is modified vs. original
127+
✓ Document changes and additions
128+
✓ Maintain copyright notices for original code sections
129+
✓ Credit HighMark as the original author
130+
✓ Include this License with your distribution
131+
132+
6. COMMERCIAL USE
133+
---------------
134+
135+
Commercial use of the Software or derivatives IS PERMITTED, provided that:
136+
✓ All mandatory requirements in Section 2 are strictly followed
137+
✓ Original HighMark copyright notices remain intact
138+
✓ Attribution is clearly visible to end users
139+
✓ This License is included and not modified
140+
141+
7. NO WARRANTIES & LIABILITY
142+
-------------------------
143+
144+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
145+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
146+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
147+
148+
IN NO EVENT SHALL THE AUTHOR (HighMark) BE LIABLE FOR ANY CLAIM, DAMAGES,
149+
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
150+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
151+
DEALINGS IN THE SOFTWARE.
152+
153+
8. TERMINATION
154+
-----------
155+
156+
This License is terminated immediately if you:
157+
✗ Remove or hide copyright notices
158+
✗ Claim the work as your own
159+
✗ Violate the credit/attribution requirements
160+
✗ Distribute without this License
161+
162+
Upon termination, you must:
163+
✓ Stop using the Software
164+
✓ Delete all copies (except legally required backups)
165+
✓ Cease distribution of any derivatives
166+
167+
9. ENFORCEMENT
168+
-----------
169+
170+
HighMark reserves the right to:
171+
✓ Require removal of non-compliant versions
172+
✓ Request correction of attribution
173+
✓ Take legal action for license violations
174+
✓ Issue cease-and-desist notices
175+
✓ Seek damages for willful copyright infringement
176+
177+
10. DEFINITIONS
178+
-----------
179+
180+
"Software": The Discord Server Backup Bot and all related source code,
181+
documentation, and associated files.
182+
183+
"Author": HighMark (HighMark-31)
184+
185+
"You/Your": Any individual or entity using, modifying, or distributing
186+
the Software or derivatives thereof.
187+
188+
"Derivative Work": Any modification, adaptation, or work based on or
189+
containing any portion of the Software.
190+
191+
"Distribution": Sharing, publishing, uploading, or making available to
192+
others (publicly or privately) the Software or derivatives.
193+
194+
11. GOVERNING LAW
195+
---------------
196+
197+
This License is governed by and construed in accordance with applicable laws.
198+
Any disputes arising from this License shall be resolved through negotiation,
199+
mediation, or legal proceedings as appropriate.
200+
201+
12. CONTACT & INQUIRIES
202+
-------------------
203+
204+
For license inquiries, permissions, or exceptions:
205+
✓ Website: https://highmark.it
206+
✓ GitHub: https://github.com/HighMark-31/discord-server-backup-bot
207+
208+
================================================================================
209+
ACKNOWLEDGMENT OF TERMS
210+
================================================================================
211+
212+
By using this Software, you acknowledge that you have read, understood, and
213+
agree to comply with all terms and conditions of this License. Continued use
214+
constitutes acceptance of these terms.
215+
216+
If you do not agree with any provision of this License, you MUST cease use
217+
and delete all copies of the Software immediately.
218+
219+
================================================================================
220+
Version 1.0 | Last Updated: January 2026
221+
Copyright (c) 2025-2026 HighMark (HighMark-31) | All Rights Reserved Where Not Granted
222+
================================================================================

0 commit comments

Comments
 (0)