From 1c5f0688507b39718a2d2b84ef606207a10f9f82 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/main/python/fusionauth/fusionauth_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/python/fusionauth/fusionauth_client.py b/src/main/python/fusionauth/fusionauth_client.py index fa3cfda..702590d 100644 --- a/src/main/python/fusionauth/fusionauth_client.py +++ b/src/main/python/fusionauth/fusionauth_client.py @@ -1,5 +1,5 @@ # -# 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 6077abac12e09ee6c73999cb0ed2ef87bf669000 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/main/python/fusionauth/fusionauth_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/python/fusionauth/fusionauth_client.py b/src/main/python/fusionauth/fusionauth_client.py index 702590d..aa83e3d 100644 --- a/src/main/python/fusionauth/fusionauth_client.py +++ b/src/main/python/fusionauth/fusionauth_client.py @@ -1,5 +1,5 @@ # -# 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.