mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
💡 📝 Documentation of the update licenses script
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* script used to sort license file (usefull for autogeneration)
|
||||
* Example: php
|
||||
*
|
||||
* Requirements :
|
||||
* * bash (on Windows, use Git Bash)
|
||||
* * JQ command //FIXME : how to get it on Windows ?
|
||||
*
|
||||
* To launch, simply do `php updateLicenses.php`
|
||||
*/
|
||||
|
||||
$iTopFolder = __DIR__ . "/../../" ;
|
||||
|
||||
Reference in New Issue
Block a user