We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e12f5 commit bcfade0Copy full SHA for bcfade0
1 file changed
Runner/Helpers/NuGetClient.cs
@@ -20,8 +20,8 @@ internal sealed class NuGetClient
20
21
private static readonly HashSet<string> s_permissiveLicenses = new(StringComparer.OrdinalIgnoreCase)
22
{
23
- "MIT", "Apache-2.0", "BSD-2-Clause", "BSD-3-Clause", "ISC",
24
- "MS-PL", "Unlicense", "0BSD", "CC0-1.0", "Zlib",
+ "MIT", "Apache-1.1", "Apache-2.0", "BSD-1-Clause", "BSD-2-Clause", "BSD-3-Clause", "BSD-3-Clause-Clear",
+ "ISC", "MS-PL", "Unlicense", "0BSD", "CC0-1.0", "Zlib", "NCSA",
25
"BSL-1.0", "PostgreSQL", "X11", "MIT-0", "WTFPL", "MulanPSL-2.0",
26
};
27
0 commit comments