1 |
rakinar2 |
575 |
--- |
2 |
|
|
title: Licensing Information for This Site - SudoBot |
3 |
|
|
short_name: Licensing |
4 |
|
|
--- |
5 |
|
|
|
6 |
|
|
import Callout from "@/components/Alerts/Callout"; |
7 |
|
|
|
8 |
|
|
# License and Copyright Notice |
9 |
|
|
|
10 |
|
|
<Callout type="info"> |
11 |
|
|
This license notice only applies to the content, source code and example code snippets present on this website. SudoBot, the actual Discord Bot, is licensed under the [GNU Affero General Public License v3.0](https://gnu.org/licenses/agpl-3.0.html) or later. Detailed licensing information of SudoBot can be found in the main [README.md](https://github.com/onesoft-sudo/sudobot) file. |
12 |
|
|
</Callout> |
13 |
|
|
|
14 |
|
|
Copyright (C) 2022-2024 OSN, Inc. |
15 |
|
|
|
16 |
|
|
Permission is granted to copy, distribute and/or modify the |
17 |
|
|
contents of the documents of this website under the terms of |
18 |
|
|
the GNU Free Documentation License, Version 1.3 or any later version |
19 |
|
|
published by the Free Software Foundation;<br /> |
20 |
|
|
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. |
21 |
|
|
A copy of the license is included in the page entitled ["GNU |
22 |
|
|
Free Documentation License"](./gfdl-1.3) or ["GFDL-1.3"](./gfdl-1.3). |
23 |
|
|
|
24 |
|
|
The source code of this website and the code examples are licensed under |
25 |
|
|
the [GNU Affero General Public License v3.0](./agpl-3.0) or any later version published |
26 |
|
|
by the Free Software Foundation. |
27 |
|
|
|
28 |
|
|
This website is free software: you can redistribute it and/or modify |
29 |
|
|
it under the terms of the GNU Affero General Public License as |
30 |
|
|
published by the Free Software Foundation, either version 3 of the |
31 |
|
|
License, or (at your option) any later version. |
32 |
|
|
|
33 |
|
|
This website is distributed in the hope that it will be useful, |
34 |
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of |
35 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
36 |
|
|
GNU Affero General Public License for more details. |
37 |
|
|
|
38 |
|
|
You should have received a copy of the GNU Affero General Public License |
39 |
|
|
along with this website, in the ["AGPL-3.0"](./agpl-3.0) page. |
40 |
|
|
If not, see https://www.gnu.org/licenses/. |
41 |
|
|
|
42 |
|
|
## License Summary |
43 |
|
|
|
44 |
|
|
<div className="flex items-center gap-3"> |
45 |
|
|
<img src="https://www.gnu.org/graphics/agplv3-155x51.png" /> |
46 |
|
|
<img src="https://www.gnu.org/graphics/gfdl-logo-small.png" /> |
47 |
|
|
</div> |
48 |
|
|
|
49 |
|
|
**The source code** of this website is licensed under the GNU Affero General Public License v3.0. [View the license](/licensing/agpl-3.0). |
50 |
|
|
**The actual content** of the website is licensed under the GNU Free Documentation License v1.3. [View the license](/licensing/gfdl-1.3). |