Skip to content

Commit 42f78e9

Browse files
authored
chore: rename LICENCE.md to LICENSE.md (#1344)
1 parent ef25aa4 commit 42f78e9

File tree

28 files changed

+2
-2
lines changed

28 files changed

+2
-2
lines changed
File renamed without changes.

bin/validate-packages

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
define('LICENSE_TEMPLATE', file_get_contents(__DIR__ . '/../LICENCE.md'));
4+
define('LICENSE_TEMPLATE', file_get_contents(__DIR__ . '/../LICENSE.md'));
55

66
$packages = json_decode(
77
json: exec(__DIR__ . '/get-packages'),
@@ -21,7 +21,7 @@ function checkPackageFile(array $package, string $file): void
2121

2222
function checkPackageLicense(array $package): void
2323
{
24-
$licenseFile = $package['directory'] . DIRECTORY_SEPARATOR . 'LICENCE.md';
24+
$licenseFile = $package['directory'] . DIRECTORY_SEPARATOR . 'LICENSE.md';
2525
$composerFile = $package['directory'] . DIRECTORY_SEPARATOR . 'composer.json';
2626
$composer = json_decode(file_get_contents($composerFile), true);
2727

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)