From 09191cd39e8045a70fa87f07452b15506c854396 Mon Sep 17 00:00:00 2001 From: Snider Date: Tue, 17 Mar 2026 09:07:21 +0000 Subject: [PATCH] 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 --- src/Website/Service/Boot.php | 7 +++++++ src/Website/Service/Routes/web.php | 7 +++++++ src/Website/Service/View/Landing.php | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/src/Website/Service/Boot.php b/src/Website/Service/Boot.php index f5a78e3..06991f4 100644 --- a/src/Website/Service/Boot.php +++ b/src/Website/Service/Boot.php @@ -1,5 +1,12 @@