Skip to content

Commit f0e6b89

Browse files
authored
Add lgpl-3.0 as allowed license (#41911)
1 parent bfb10d9 commit f0e6b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/LicenseScanTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public class LicenseScanTests : TestBase
7979
"lgpl-2.0-plus", // https://opensource.org/license/lgpl-2-0/
8080
"lgpl-2.1", // https://opensource.org/license/lgpl-2-1/
8181
"lgpl-2.1-plus", // https://opensource.org/license/lgpl-2-1/
82+
"lgpl-3.0", // https://opensource.org/license/lgpl-3-0/
8283
"lzma-sdk-9.22", // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/lzma-sdk-9.22.LICENSE
8384
"mit", // https://opensource.org/license/mit/
8485
"mit-addition", // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/mit-addition.LICENSE

0 commit comments

Comments
 (0)