File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public License(Expression expression) : base(expression)
58
58
public IQueryableList < LicenseRule > Limitations => this . CreateProperty ( x => x . Limitations ) ;
59
59
60
60
/// <summary>
61
- /// The license full name specified by < https://spdx.org/licenses>
61
+ /// The license full name specified by < https://spdx.org/licenses>
62
62
/// </summary>
63
63
public string Name { get ; }
64
64
@@ -78,12 +78,12 @@ public License(Expression expression) : base(expression)
78
78
public bool PseudoLicense { get ; }
79
79
80
80
/// <summary>
81
- /// Short identifier specified by < https://spdx.org/licenses>
81
+ /// Short identifier specified by < https://spdx.org/licenses>
82
82
/// </summary>
83
83
public string SpdxId { get ; }
84
84
85
85
/// <summary>
86
- /// URL to the license on < https://choosealicense.com>
86
+ /// URL to the license on < https://choosealicense.com>
87
87
/// </summary>
88
88
public string Url { get ; }
89
89
You can’t perform that action at this time.
0 commit comments