From 946ba8092249805165f97a3e2838cac427609a90 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 --- lib/fusionauth/fusionauth_client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fusionauth/fusionauth_client.rb b/lib/fusionauth/fusionauth_client.rb index f7358e6..7023db3 100644 --- a/lib/fusionauth/fusionauth_client.rb +++ b/lib/fusionauth/fusionauth_client.rb @@ -2,7 +2,7 @@ require 'fusionauth/rest_client' # -# 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 d86296ca1f36a3d7c9a50d14efb89d5c389722f0 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 --- lib/fusionauth/fusionauth_client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fusionauth/fusionauth_client.rb b/lib/fusionauth/fusionauth_client.rb index 7023db3..d8f425e 100644 --- a/lib/fusionauth/fusionauth_client.rb +++ b/lib/fusionauth/fusionauth_client.rb @@ -2,7 +2,7 @@ require 'fusionauth/rest_client' # -# 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.