Compare commits

...

2 commits
v0.0.2 ... dev

Author SHA1 Message Date
80befba00b Merge pull request 'DX audit and fix (PHP)' (#6) from agent/dx-audit-and-fix--laravel-php-package into dev
Reviewed-on: #6
2026-03-24 11:36:02 +00:00
Snider
09191cd39e 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>
2026-03-17 09:07:21 +00:00
3 changed files with 21 additions and 0 deletions

View file

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

View file

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

View file

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