diff --git a/.make/license/updateLicenses.php b/.make/license/updateLicenses.php index ff412a391..706378247 100644 --- a/.make/license/updateLicenses.php +++ b/.make/license/updateLicenses.php @@ -1,19 +1,26 @@ C:\Dev\wamp64\www\itop-dev\.make\license/../..//lib/symfony/console` * * Licenses sources : * * `composer licenses --format json` (see https://getcomposer.org/doc/03-cli.md#licenses) * * keep every existing nodes with `/licenses/license[11]/product/@scope` not in ['lib', 'datamodels'] * ⚠ If licenses were added manually, they might be removed by this tool ! Be very careful to check for the result before pushing ! * - * To launch, simply do `php updateLicenses.php` + * To launch, check requirements and run `php updateLicenses.php` + * The target license file path is in `$xmlFilePath` */ $iTopFolder = __DIR__ . "/../../" ;