Skip to content

Commit bcfade0

Browse files
committed
Add more license types to permissive list
1 parent 53e12f5 commit bcfade0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Runner/Helpers/NuGetClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ internal sealed class NuGetClient
2020

2121
private static readonly HashSet<string> s_permissiveLicenses = new(StringComparer.OrdinalIgnoreCase)
2222
{
23-
"MIT", "Apache-2.0", "BSD-2-Clause", "BSD-3-Clause", "ISC",
24-
"MS-PL", "Unlicense", "0BSD", "CC0-1.0", "Zlib",
23+
"MIT", "Apache-1.1", "Apache-2.0", "BSD-1-Clause", "BSD-2-Clause", "BSD-3-Clause", "BSD-3-Clause-Clear",
24+
"ISC", "MS-PL", "Unlicense", "0BSD", "CC0-1.0", "Zlib", "NCSA",
2525
"BSL-1.0", "PostgreSQL", "X11", "MIT-0", "WTFPL", "MulanPSL-2.0",
2626
};
2727

0 commit comments

Comments
 (0)