1
0
Fork 0
composer/bin/update-spdx-licenses

11 lines
278 B
Plaintext
Raw Normal View History

2015-05-28 13:51:01 +00:00
#!/usr/bin/env php
<?php
require __DIR__ . '/../src/bootstrap.php';
use Composer\Util\SpdxLicensesUpdater;
2015-07-02 09:23:15 +00:00
$updater = new SpdxLicensesUpdater;
$updater->dumpLicenses(__DIR__ . '/../res/spdx-licenses.json');
$updater->dumpExceptions(__DIR__ . '/../res/spdx-exceptions.json');