Skip to content

Commit

Permalink
Merge pull request #14 from Numpsy/mpl_license
Browse files Browse the repository at this point in the history
Add MPL-2.0 to BomLicenseDetector
  • Loading branch information
patriksvensson committed Sep 30, 2023
2 parents 08533b5 + 2ac5e8a commit 049a1d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Covenant/Middleware/BomLicenseDetector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public static class BomLicenseDetector
{ "https://raw.githubusercontent.com/xunit/xunit.analyzers/master/LICENSE", "Apache-2.0" },
{ "https://github.com/dotnet/standard/blob/master/LICENSE.TXT", "MIT" },
{ "https://github.com/dotnet/corefx/blob/master/LICENSE.TXT", "MIT" },
{ "https://opensource.org/licenses/mpl-2.0", "MPL-2.0" },
};

private static readonly Dictionary<string, string> _hashes = new(StringComparer.OrdinalIgnoreCase)
Expand Down

0 comments on commit 049a1d3

Please sign in to comment.