Kaynağa Gözat

Soften wording on validation of licenses

Jordi Boggiano 13 yıl önce
ebeveyn
işleme
99e3cad0b5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/Composer/Command/ValidateCommand.php

+ 1 - 1
src/Composer/Command/ValidateCommand.php

@@ -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'])
                 );
             }