Add missing copyright statements
This commit is contained in:
parent
1600b9bef2
commit
de14ec8221
3 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
|
/*
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
SPDX-FileCopyrightText: © 2024 Millions Missing FRANCE <info@millionsmissing.fr>
|
||||||
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'name' => 'MMFRestrictedCustomers'
|
'name' => 'MMFRestrictedCustomers'
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
|
/*
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
SPDX-FileCopyrightText: © 2024 Millions Missing FRANCE <info@millionsmissing.fr>
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Modules\MMFRestrictedCustomers\Providers;
|
namespace Modules\MMFRestrictedCustomers\Providers;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
|
/*
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
SPDX-FileCopyrightText: © 2024 Millions Missing FRANCE <info@millionsmissing.fr>
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -13,5 +17,5 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!app()->routesAreCached()) {
|
if (!app()->routesAreCached()) {
|
||||||
require __DIR__ . '/Http/routes.php';
|
require __DIR__ . '/Http/routes.php';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue