From f69373d2188ad40dd665101718e4569256d97452 Mon Sep 17 00:00:00 2001 From: Paul Rijke Date: Wed, 17 Jul 2024 16:20:52 +0200 Subject: [PATCH] Correct docheader --- .../DashboardBundle/EventListener/AuthenticatedUserListener.php | 2 +- .../EventListener/ExplicitSessionTimeoutListener.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Surfnet/ServiceProviderDashboard/Infrastructure/DashboardBundle/EventListener/AuthenticatedUserListener.php b/src/Surfnet/ServiceProviderDashboard/Infrastructure/DashboardBundle/EventListener/AuthenticatedUserListener.php index 87219091d..9e6b0092b 100644 --- a/src/Surfnet/ServiceProviderDashboard/Infrastructure/DashboardBundle/EventListener/AuthenticatedUserListener.php +++ b/src/Surfnet/ServiceProviderDashboard/Infrastructure/DashboardBundle/EventListener/AuthenticatedUserListener.php @@ -3,7 +3,7 @@ declare(strict_types = 1); /** - * Copyright 2016 SURFnet bv + * Copyright 2024 SURFnet B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Surfnet/ServiceProviderDashboard/Infrastructure/DashboardBundle/EventListener/ExplicitSessionTimeoutListener.php b/src/Surfnet/ServiceProviderDashboard/Infrastructure/DashboardBundle/EventListener/ExplicitSessionTimeoutListener.php index 3493d7f86..1c2b97bd5 100644 --- a/src/Surfnet/ServiceProviderDashboard/Infrastructure/DashboardBundle/EventListener/ExplicitSessionTimeoutListener.php +++ b/src/Surfnet/ServiceProviderDashboard/Infrastructure/DashboardBundle/EventListener/ExplicitSessionTimeoutListener.php @@ -3,7 +3,7 @@ declare(strict_types = 1); /** - * Copyright 2024 SURFnet bv + * Copyright 2024 SURFnet B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.