4 references to NuGetLicense
NuGet.Packaging (4)
Licenses\NuGetLicense.cs (4)
55
new
NuGetLicense
(licenseIdentifier, plus: false, isStandardLicense: true) :
67
new
NuGetLicense
(cleanIdentifier, plus: plus, isStandardLicense: true) :
107
return new
NuGetLicense
(licenseIdentifier, plus: false, isStandardLicense: true); // UNLICENSED is considered a standard license.
113
return new
NuGetLicense
(licenseIdentifier, plus: plus, isStandardLicense: false);