diff --git a/src/NuGetUtility/LicenseValidator/UrlToLicenseMapping.cs b/src/NuGetUtility/LicenseValidator/UrlToLicenseMapping.cs index f358ae2c..df70ae90 100644 --- a/src/NuGetUtility/LicenseValidator/UrlToLicenseMapping.cs +++ b/src/NuGetUtility/LicenseValidator/UrlToLicenseMapping.cs @@ -36,11 +36,14 @@ public static class UrlToLicenseMapping KeyValuePair.Create( new Uri("http://www.opensource.org/licenses/mit-license.php"), Mit ), KeyValuePair.Create( new Uri("http://max.mit-license.org/"), Mit ), KeyValuePair.Create( new Uri("https://github.com/dotnet/corefx/blob/master/LICENSE.TXT"), Mit ), + KeyValuePair.Create( new Uri("https://go.microsoft.com/fwlink/?linkid=868514"), Mit ), KeyValuePair.Create( new Uri("http://go.microsoft.com/fwlink/?linkid=833178"), Mit ), KeyValuePair.Create( new Uri("http://sourceforge.net/directory/license:mit/"), Mit ), KeyValuePair.Create( new Uri("http://www.gnu.org/licenses/old-licenses/gpl-2.0.html"), Gpl20 ), KeyValuePair.Create( new Uri("http://opensource.org/licenses/MS-PL"), MsPl ), + KeyValuePair.Create( new Uri("https://opensource.org/licenses/MS-PL"), MsPl ), KeyValuePair.Create( new Uri("http://www.opensource.org/licenses/ms-pl"), MsPl ), + KeyValuePair.Create( new Uri("https://raw.githubusercontent.com/AArnott/Validation/8377954d86/LICENSE.txt"), MsPl ), KeyValuePair.Create( new Uri("https://www.microsoft.com/web/webpi/eula/aspnetmvc3update-eula.htm"), MsEula ), KeyValuePair.Create( new Uri("http://go.microsoft.com/fwlink/?LinkID=214339"), MsEula ), KeyValuePair.Create( new Uri("https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm"), MsEula ),