1
0
Fork 0

Soften wording on validation of licenses

pull/770/merge
Jordi Boggiano 2012-06-04 11:31:43 +02:00
parent d53ebf5ba9
commit 99e3cad0b5
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ EOT
$licenseValidator = new SpdxLicenseIdentifier();
if (!$licenseValidator->validate($manifest['license'])) {
$warnings[] = sprintf(
'License %s is not a valid SPDX license identifier, see http://www.spdx.org/licenses/',
'License %s is not a valid SPDX license identifier, see http://www.spdx.org/licenses/ if you use an open license',
json_encode($manifest['license'])
);
}