💡 📝 Documentation of the update licenses script

This commit is contained in:
Pierre Goiffon
2021-03-24 09:51:51 +01:00
parent f5ff1ce80b
commit 212e34feac

View File

@@ -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__ . "/../../" ;