Skip to content

Commit

Permalink
Merge pull request #25 from notofug/add_to_url-license-map
Browse files Browse the repository at this point in the history
  • Loading branch information
sensslen authored Jan 6, 2024
2 parents 9358571 + 655af49 commit 4e099df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/NuGetUtility/LicenseValidator/UrlToLicenseMapping.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ),
Expand Down

0 comments on commit 4e099df

Please sign in to comment.