From 48f9ed3273f77104c8f497a9e36b8c03bf4e9875 Mon Sep 17 00:00:00 2001 From: Brady Wied Date: Mon, 5 Jan 2026 08:19:45 -0700 Subject: [PATCH 1/2] remove copyright year from clients --- src/FusionAuth/FusionAuthClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FusionAuth/FusionAuthClient.php b/src/FusionAuth/FusionAuthClient.php index 7fb9b07..5bd9bd3 100644 --- a/src/FusionAuth/FusionAuthClient.php +++ b/src/FusionAuth/FusionAuthClient.php @@ -2,7 +2,7 @@ namespace FusionAuth; /* - * Copyright (c) 2018-2025, FusionAuth, All Rights Reserved + * Copyright (c) FusionAuth, All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From eab046a27fda3139f380ce662ccaee04454674a6 Mon Sep 17 00:00:00 2001 From: Brady Wied Date: Mon, 5 Jan 2026 09:56:46 -0700 Subject: [PATCH 2/2] go back to just updating year to 2026 --- src/FusionAuth/FusionAuthClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FusionAuth/FusionAuthClient.php b/src/FusionAuth/FusionAuthClient.php index 5bd9bd3..bc736ce 100644 --- a/src/FusionAuth/FusionAuthClient.php +++ b/src/FusionAuth/FusionAuthClient.php @@ -2,7 +2,7 @@ namespace FusionAuth; /* - * Copyright (c) FusionAuth, All Rights Reserved + * Copyright (c) 2018-2026, FusionAuth, All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.