diff --git a/checks/class-copyright-notice-check.php b/checks/class-copyright-notice-check.php index 8f74e1c..a5ca574 100644 --- a/checks/class-copyright-notice-check.php +++ b/checks/class-copyright-notice-check.php @@ -42,7 +42,7 @@ public function check( $php_files, $css_files, $other_files ) { if ( stripos( $path, $this->slug . '/readme.txt' ) || stripos( $path, $this->slug . '/readme.md' ) || stripos( $path, $this->slug . '/style.css' ) || - stripos( $path, $this->slug . '/licence.txt' ) !== false ) { + stripos( $path, $this->slug . '/license.txt' ) !== false ) { $content .= $contents; } }