-
Notifications
You must be signed in to change notification settings - Fork 11
/
LICENSE
90 lines (67 loc) · 3.14 KB
/
LICENSE
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
Copyright (c) 2020 Trevor Leach.
Everyone is permitted to copy and modify this work
free of charge as long as it is for personal use only.
Distributing copies, whether modified or verbatim,
is not allowed without explict consent from the original
author, Trevor Leach.
TERMS AND CONDITIONS
0. Definitions.
"The program", "the source", "the source code", "these
files", "this file" refers to any copyrightable work
licensed under this License.
"Original author" and "original creator" refer to the
original creator of this program, Trevor Leach.
"You" refers to the Licensee. The licensee could be a
person or a organization.
"Personal use" refers to usage by, only and only, the
licensee, and not by any other person or organization
related in any way to the licensee.
1. Usage
You are free to download, copy, compile, modify, and
refer to the source code for any personal use of yours.
Usage by you of any work covered by this license should
not, directly or indirectly, enable its usage by any
other individual or organization.
2. Modifications
You are free to make any modifications to the source
covered by this license. You are also free to compile
the source after modifying it and using the compiled
product obtained thereafter in compliance with this
License.
3. Redistribution
You may NOT redistribute and/or republish the source or
a work based on it (including binary or object code compiled
from it), in part or whole, without explicit consent from the
original author.
4. Non-compliance
You may not copy, modify, sublicense, or distribute the
Program except as expressly provided under this License.
Any attempt otherwise to copy, modify, sublicense or
distribute the program is prohibited.
5. Acceptance of License
You are not required to accept this License, since you have
not signed it. However, nothing else grants you permission
to modify or use the source. These actions are prohibited
by law if you do not accept this License. Therefore, by
modifying or using the source (or any work based on the
source), you indicate your acceptance of this License to do
so, and all its terms and conditions for copying,
redistributing or modifying the source or works based on it.
6. Permissions
If you intend to incorporate the source code, in part or whole,
into any free or proprietary program, you need to explicitly
write to the original author(s) to ask for permission.
7. No Warranty
The source code licensed under this license is shared "as is".
Since it is intended for sharing as reference, there is no
warranty, of either the source code, or the program compiled
from it. The entire risk of quality or performance of the
program is with you.
THE ORIGINAL AUTHOR OF THE PROGRAM IS NOT LIABLE TO YOU FOR
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO
USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR
DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR
THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY
OTHER PROGRAMS)
END OF TERMS AND CONDITIONS