aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/files-checker.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/files-checker.php b/build/files-checker.php
index ceb3367485c..c062d17ec90 100644
--- a/build/files-checker.php
+++ b/build/files-checker.php
@@ -39,6 +39,7 @@ $expectedFiles = [
'.npmignore',
'.php-cs-fixer.dist.php',
'.pre-commit-config.yaml',
+ '.reuse',
'.scrutinizer.yml',
'.tag',
'.tx',
@@ -46,11 +47,11 @@ $expectedFiles = [
'__mocks__',
'__tests__',
'3rdparty',
- 'AUTHORS',
+ 'AUTHORS.md',
'CHANGELOG.md',
'CODE_OF_CONDUCT.md',
'COPYING',
- 'COPYING-README',
+ 'COPYING-README.md',
'DESIGN.md',
'Makefile',
'README.md',
@@ -78,6 +79,7 @@ $expectedFiles = [
'index.php',
'jest.config.ts',
'lib',
+ 'LICENSES',
'occ',
'ocs',
'ocs-provider',