Skip to content

Commit

Permalink
Update license.php
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen committed Oct 14, 2024
1 parent 0811aa5 commit 69616fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .build/license.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public function writeAuthorsFile() {

public function handleFile($path, $gitRoot) {
$isPhp = preg_match('/^.+\.php$/i', $path);
$isMd = preg_match('/^.+\.md$/i', $path);

$source = file_get_contents($path);
if ($this->isMITLicensed($source)) {
Expand Down

0 comments on commit 69616fc

Please sign in to comment.