You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,8 @@ Licenses sit in the `/_licenses` folder. Each license has YAML front matter desc
39
39
40
40
#### Required fields
41
41
42
-
*`title` - The SPDX-compliant, human-readable license name
42
+
*`title` - The license full name specified by http://spdx.org/licenses/
43
+
*`spdx-id` - Short identifier specified by http://spdx.org/licenses/
43
44
*`source` - The URL to the license source text
44
45
*`description` - A human-readable description of the license
45
46
*`how` - Instructions on how to implement the license
@@ -50,10 +51,10 @@ Licenses sit in the `/_licenses` folder. Each license has YAML front matter desc
50
51
#### Optional fields
51
52
52
53
*`featured` - Whether the license should be featured on the main page (defaults to false)
54
+
*`nickname` - Customary short name if applicable (e.g, GPLv3)
53
55
*`note` - Additional information about the licenses
54
56
*`using` - A list of notable projects using the license in the form of `project_name: "url"`
55
57
*`redirect_from` - Relative path(s) to redirect to the license from, to prevent breaking old URLs
56
-
*`nickname` - A shorter, human-readable license name where the SPDX license name (`title` above) is long
57
58
58
59
### Auto-populated fields
59
60
@@ -92,7 +93,7 @@ The license properties (rules) are stored as a bulleted list within the licenses
92
93
93
94
#### Limitations
94
95
95
-
*`trademark-use` - While this may be implicitly true of all licenses, this license explicitly states that it does NOT grant you any rights in the trademarks or other marks of contributors.
96
+
*`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.
96
97
*`no-liability` - Software is provided without warranty and the software author/license owner cannot be held liable for damages.
97
98
*`patent-use` - This license explicitly states that it does NOT grant you any rights in the patents of contributors.
Copy file name to clipboardExpand all lines: _data/rules.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ permissions:
33
33
tag: patent-use
34
34
35
35
limitations:
36
-
- description: While this may be implicitly true of all licenses, this license explicitly states that it does NOT grant you any rights in the trademarks or other marks of contributors.
36
+
- 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.
37
37
label: Trademark Use
38
38
tag: trademark-use
39
39
- description: Software is provided without warranty and the software author/license owner cannot be held liable for damages.
Copy file name to clipboardExpand all lines: _licenses/afl-3.0.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
2
title: Academic Free License v3.0
3
+
spdx-id: AFL-3.0
3
4
source: http://opensource.org/licenses/afl-3.0
4
5
5
6
description: The Academic Free License is a variant of the Open Software License that does not require that the source code of derivative works be disclosed. It contains explicit copyright and patent grants and reserves trademark rights in the author.
description: A permissive license similar to the <a href="/licenses/bsd-2-clause/">BSD 2-Clause License</a>, but with a 3rd clause that prohibits others from using the name of the project or its contributors to promote derived products without written consent.
@@ -35,7 +35,7 @@ modification, are permitted provided that the following conditions are met:
35
35
this list of conditions and the following disclaimer in the documentation
36
36
and/or other materials provided with the distribution.
37
37
38
-
* Neither the name of [project] nor the names of its
38
+
* Neither the name of the copyright holder nor the names of its
39
39
contributors may be used to endorse or promote products derived from
40
40
this software without specific prior written permission.
0 commit comments