Merge pull request #2479 from gergo85/patch-1
Extend the licence file name list
This commit is contained in:
commit
3ca1a6fc17
|
|
@ -110,7 +110,7 @@ class Updates extends Controller
|
|||
|
||||
$readmeFiles = ['README.md', 'readme.md'];
|
||||
$upgradeFiles = ['UPGRADE.md', 'upgrade.md'];
|
||||
$licenceFiles = ['LICENCE.md', 'licence.md'];
|
||||
$licenceFiles = ['LICENCE.md', 'licence.md', 'LICENSE.md', 'license.md'];
|
||||
|
||||
$readme = $changelog = $upgrades = $licence = $name = null;
|
||||
$code = str_replace('-', '.', $urlCode);
|
||||
|
|
|
|||
Loading…
Reference in New Issue