-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathrules.yml
53 lines (51 loc) · 2.45 KB
/
rules.yml
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
permissions:
- description: This software and derivatives may be used for commercial purposes.
label: Commercial use
tag: commercial-use
- description: This software may be modified.
label: Modification
tag: modifications
- description: This software may be distributed.
label: Distribution
tag: distribution
- description: This software may be used and modified in private.
label: Private use
tag: private-use
- description: This document provides an express grant of patent rights from contributors.
label: Patent use
tag: patent-use
conditions:
- description: A copy of the document and copyright notice must be included with the software.
label: document and copyright notice
tag: include-copyright
- description: Changes made to the code must be documented.
label: State changes
tag: document-changes
- description: Source code must be made available when the software is distributed.
label: Disclose source
tag: disclose-source
- description: Users who interact with the software via network are given the right to receive a copy of the source code.
label: Network use is distribution
tag: network-use-disclose
- description: Modifications must be released under the same document when distributing the software. In some cases a similar or related document may be used.
label: Same document
tag: same-document
- description: Modifications of existing files must be released under the same document when distributing the software. In some cases a similar or related document may be used.
label: Same document (file)
tag: same-document--file
- description: Modifications must be released under the same document when distributing the software. In some cases a similar or related document may be used, or this condition may not apply to works that use the software as a library.
label: Same document (library)
tag: same-document--library
limitations:
- description: This document explicitly states that it does NOT grant trademark rights, even though documents without such a statement probably do not grant any implicit trademark rights.
label: Trademark use
tag: trademark-use
- description: This document includes a limitation of liability.
label: Liability
tag: liability
- description: This document explicitly states that it does NOT grant any rights in the patents of contributors.
label: Patent use
tag: patent-use
- description: The document explicitly states that it does NOT provide any warranty.
label: Warranty
tag: warranty