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