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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Licenses sit in the `/_licenses` folder. Each license has YAML front matter desc
54
54
*`hidden` - Whether the license is hidden from the license list (defaults to true)
55
55
*`nickname` - Customary short name if applicable (e.g, GPLv3)
56
56
*`note` - Additional information about the licenses
57
-
*`using` - A list of notable projects using the license in the form of `project_name: "url"`
57
+
*`using` - A list of up to 3 notable projects using the license with straightforward LICENSE files which serve as examples newcomers can follow and that can be detected by [licensee](https://github.com/benbalter/licensee)in the form of `project_name: license_file_url`
58
58
*`redirect_from` - Relative path(s) to redirect to the license from, to prevent breaking old URLs
Copy file name to clipboardExpand all lines: _data/meta.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
required: false
53
53
54
54
- name: using
55
-
description: 'A list of notable projects using the license in the form of `project_name: "url"`'
55
+
description: 'A list of up to 3 notable projects using the license with straightforward LICENSE files which serve as examples newcomers can follow and that can be detected by [licensee](https://github.com/benbalter/licensee) in the form of `project_name: license_file_url`'
0 commit comments