Create LICENSE
Browse files
LICENSE
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
GNU GENERAL PUBLIC LICENSE
|
2 |
+
Version 2, June 1991
|
3 |
+
|
4 |
+
Copyright (C) 2024 ANON STUDIOS 254 and KABURA KURIA
|
5 |
+
Everyone is permitted to copy and distribute verbatim copies
|
6 |
+
of this license document, but changing it is not allowed.
|
7 |
+
|
8 |
+
TERMS AND CONDITIONS
|
9 |
+
|
10 |
+
0. Definitions.
|
11 |
+
|
12 |
+
"This License" refers to version 2 of the GNU General Public License.
|
13 |
+
|
14 |
+
"Copyright" means copyright as defined by U.S. copyright law
|
15 |
+
for the purposes of this License.
|
16 |
+
|
17 |
+
"The Program" refers to OBJECT_DETECTOR_254, the copyrightable work licensed
|
18 |
+
under this License. Each licensee is addressed as "you."
|
19 |
+
|
20 |
+
"You" means the licensee, or anyone who exercises the rights
|
21 |
+
granted under this License.
|
22 |
+
|
23 |
+
1. Source Code.
|
24 |
+
|
25 |
+
The source code for a work means the preferred form of the work
|
26 |
+
for making modifications to it.
|
27 |
+
|
28 |
+
2. Basic Permissions.
|
29 |
+
|
30 |
+
You may copy, modify, and distribute verbatim copies of the
|
31 |
+
Program's source code as you receive it, in any medium,
|
32 |
+
provided that you keep intact the copyright notice and this License
|
33 |
+
document. You may also distribute modified versions of the Program,
|
34 |
+
in source code or binary form, under the terms of Section 3 and
|
35 |
+
Section 4.
|
36 |
+
|
37 |
+
3. Copyleft.
|
38 |
+
|
39 |
+
You may copy, modify, and distribute modified versions of the
|
40 |
+
Program, under the terms of this License. This License ensures
|
41 |
+
that the modified versions of the Program are also free, meaning
|
42 |
+
that they come with the same freedoms that you received with the
|
43 |
+
Program. When you distribute the Program or its derivative works,
|
44 |
+
you must include the source code, and you must keep the license
|
45 |
+
intact.
|
46 |
+
|
47 |
+
4. Distribution of Source Code.
|
48 |
+
|
49 |
+
You must include a copy of this License with every copy of the
|
50 |
+
Program that you distribute. If you modify the Program and distribute
|
51 |
+
it, you must include the modified source code with the distribution,
|
52 |
+
along with a notice stating the changes you made.
|
53 |
+
|
54 |
+
5. No Warranty.
|
55 |
+
|
56 |
+
The Program is distributed without any warranty; without even the
|
57 |
+
implied warranty of merchantability or fitness for a particular
|
58 |
+
purpose. See the GNU General Public License for more details.
|
59 |
+
|
60 |
+
6. Limitation.
|
61 |
+
|
62 |
+
This License does not permit you to impose any further restrictions
|
63 |
+
on the rights granted by this License.
|
64 |
+
|
65 |
+
7. Termination.
|
66 |
+
|
67 |
+
This License terminates automatically if you breach any of its
|
68 |
+
terms.
|
69 |
+
|
70 |
+
8. Acceptance.
|
71 |
+
|
72 |
+
By copying, modifying, or distributing the Program (or any work
|
73 |
+
based on the Program), you indicate your acceptance of this License
|
74 |
+
and its terms.
|
75 |
+
|
76 |
+
9. Additional Terms.
|
77 |
+
|
78 |
+
No additional restrictions may be added to this License.
|
79 |
+
|
80 |
+
OBJECT_DETECTOR_254 is licensed under the GNU General Public License v2.0 (GPLv2).
|
81 |
+
|
82 |
+
For more details, see <https://www.gnu.org/licenses/>.
|