Add missing copyright statements

This commit is contained in:
Antoine Le Gonidec 2024-07-12 12:36:00 +02:00
parent 1600b9bef2
commit de14ec8221
Signed by: vv221
GPG key ID: 636B78F91CEB80D8
3 changed files with 13 additions and 1 deletions

View file

@ -1,4 +1,8 @@
<?php
/*
SPDX-License-Identifier: AGPL-3.0-only
SPDX-FileCopyrightText: © 2024 Millions Missing FRANCE <info@millionsmissing.fr>
*/
return [
'name' => 'MMFRestrictedCustomers'

View file

@ -1,4 +1,8 @@
<?php
/*
SPDX-License-Identifier: AGPL-3.0-only
SPDX-FileCopyrightText: © 2024 Millions Missing FRANCE <info@millionsmissing.fr>
*/
namespace Modules\MMFRestrictedCustomers\Providers;

View file

@ -1,4 +1,8 @@
<?php
/*
SPDX-License-Identifier: AGPL-3.0-only
SPDX-FileCopyrightText: © 2024 Millions Missing FRANCE <info@millionsmissing.fr>
*/
/*
|--------------------------------------------------------------------------
@ -13,5 +17,5 @@
*/
if (!app()->routesAreCached()) {
require __DIR__ . '/Http/routes.php';
require __DIR__ . '/Http/routes.php';
}