Skip to content

Commit 4b39f96

Browse files
authored
Merge pull request #467 from github/warranty
no-liability -> liability, warranty
2 parents e308dc3 + f7cdfa1 commit 4b39f96

29 files changed

Lines changed: 90 additions & 62 deletions

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ The license properties (rules) are stored as a bulleted list within the licenses
9595
#### Limitations
9696

9797
* `trademark-use` - This license explicitly states that it does NOT grant you trademark rights, even though licenses without such a statement probably do not grant you any implicit trademark rights.
98-
* `no-liability` - Software is provided without warranty and the software author/license owner cannot be held liable for damages.
98+
* `liability` - This license includes a limitation of liability.
9999
* `patent-use` - This license explicitly states that it does NOT grant you any rights in the patents of contributors.
100+
* `warranty` - The license explicitly states that it does NOT provide any warranty.
100101

101102
## License
102103

_data/rules.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ limitations:
3636
- description: This license explicitly states that it does NOT grant you trademark rights, even though licenses without such a statement probably do not grant you any implicit trademark rights.
3737
label: Trademark Use
3838
tag: trademark-use
39-
- description: Software is provided without warranty and the software author/license owner cannot be held liable for damages.
40-
label: Hold Liable
41-
tag: no-liability
39+
- description: This license includes a limitation of liability.
40+
label: Liability
41+
tag: liability
4242
- description: This license explicitly states that it does NOT grant you any rights in the patents of contributors.
4343
label: Patent Use
4444
tag: patent-use
45+
- description: The license explicitly states that it does NOT provide any warranty.
46+
label: Warranty
47+
tag: warranty

_licenses/afl-3.0.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ conditions:
2020

2121
limitations:
2222
- trademark-use
23-
- no-liability
23+
- liability
24+
- warranty
2425

2526
---
2627

_licenses/agpl-3.0.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ conditions:
2727
- same-license
2828

2929
limitations:
30-
- no-liability
30+
- liability
31+
- warranty
3132

3233
---
3334

_licenses/apache-2.0.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ conditions:
3030

3131
limitations:
3232
- trademark-use
33-
- no-liability
33+
- liability
34+
- warranty
3435

3536
---
3637

_licenses/artistic-2.0.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ conditions:
2020
- document-changes
2121

2222
limitations:
23-
- no-liability
23+
- liability
2424
- trademark-use
25+
- warranty
2526

2627
---
2728

@@ -135,7 +136,7 @@ you do at least ONE of the following:
135136
(c) allow anyone who receives a copy of the Modified Version to
136137
make the Source form of the Modified Version available to others
137138
under
138-
139+
139140
(i) the Original License or
140141

141142
(ii) a license that permits the licensee to freely copy,

_licenses/bsd-2-clause.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ conditions:
1919
- include-copyright
2020

2121
limitations:
22-
- no-liability
22+
- liability
23+
- warranty
2324

2425
---
2526

_licenses/bsd-3-clause-clear.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ conditions:
1717
- include-copyright
1818

1919
limitations:
20-
- no-liability
20+
- liability
2121
- patent-use
22+
- warranty
2223

2324
---
2425

_licenses/bsd-3-clause.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ conditions:
1818
- include-copyright
1919

2020
limitations:
21-
- no-liability
21+
- liability
22+
- warranty
2223

2324
---
2425

_licenses/bsl-1.0.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ conditions:
1919
- include-copyright
2020

2121
limitations:
22-
- no-liability
22+
- liability
23+
- warranty
2324

2425
---
2526

0 commit comments

Comments
 (0)