Merge pull request #2479 from gergo85/patch-1

Extend the licence file name list
This commit is contained in:
Samuel Georges 2016-11-12 12:38:27 +11:00 committed by GitHub
commit 3ca1a6fc17
1 changed files with 1 additions and 1 deletions

View File

@ -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);