From 69616fc04eb95f1ba3ba8466770c98930ba52183 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 14 Oct 2024 12:57:11 +0200 Subject: [PATCH] Update license.php --- .build/license.php | 1 - 1 file changed, 1 deletion(-) diff --git a/.build/license.php b/.build/license.php index fd832e67e6b..f20cc267c6b 100644 --- a/.build/license.php +++ b/.build/license.php @@ -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)) {