Skip to content

Commit

Permalink
rephrase messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Inok committed Sep 16, 2024
1 parent c978724 commit 3078ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private void CheckNoLicense(PackageInfo package,
var isMissingLicenseAccepted = settings.AcceptNoLicense.Any(x => string.Equals(x, package.Id.ToString(), StringComparison.OrdinalIgnoreCase));
if (isMissingLicenseAccepted)
{
_logger.LogLicenseCompliance("The package is accepted to have no license.");
_logger.LogLicenseCompliance("The package is allowed to have no license.");
return;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ Checking Microsoft.NETCore.Targets 1.1.3
[v] The license url is in whitelist.
Checking Newtonsoft.Json 3.5.8
License (none): <not set>
[v] The package is accepted to have no license.
[v] The package is allowed to have no license.
Checking System.Runtime 4.3.1
License (url):
http://go.microsoft.com/fwlink/?LinkId=329770
Expand Down

0 comments on commit 3078ba3

Please sign in to comment.