fix(service): add missing EUPL license headers to Website files

Three Website layer files were missing the standard license header
that all Core layer files already had.

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-17 09:07:21 +00:00
parent 7aa858a9f9
commit 09191cd39e
3 changed files with 21 additions and 0 deletions

View file

@ -1,5 +1,12 @@
<?php
/*
* Core PHP Framework
*
* Licensed under the European Union Public Licence (EUPL) v1.2.
* See LICENSE file for details.
*/
declare(strict_types=1);
namespace Core\Website\Service;

View file

@ -1,5 +1,12 @@
<?php
/*
* Core PHP Framework
*
* Licensed under the European Union Public Licence (EUPL) v1.2.
* See LICENSE file for details.
*/
declare(strict_types=1);
use Core\Website\Service\View\Features;

View file

@ -1,5 +1,12 @@
<?php
/*
* Core PHP Framework
*
* Licensed under the European Union Public Licence (EUPL) v1.2.
* See LICENSE file for details.
*/
declare(strict_types=1);
namespace Core\Website\Service\View;