From 193ef6b3534e29cbef4625c289fe73c79c867ce2 Mon Sep 17 00:00:00 2001 From: Brady Wied Date: Mon, 5 Jan 2026 08:19:44 -0700 Subject: [PATCH 1/4] remove copyright year from clients --- src/main/client/android.client.ftl | 2 +- src/main/client/angular.client.ftl | 2 +- src/main/client/csharp.client.ftl | 2 +- src/main/client/java.client.ftl | 2 +- src/main/client/java.domain.ftl | 2 +- src/main/client/java.domainNG.ftl | 2 +- src/main/client/netcore.client.ftl | 2 +- src/main/client/netcore.domain.ftl | 2 +- src/main/client/php.client.ftl | 2 +- src/main/client/python.client.ftl | 2 +- src/main/client/ruby.client.ftl | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/client/android.client.ftl b/src/main/client/android.client.ftl index cead584a..54500f86 100644 --- a/src/main/client/android.client.ftl +++ b/src/main/client/android.client.ftl @@ -1,6 +1,6 @@ [#import "_macros.ftl" as global/] /* - * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/angular.client.ftl b/src/main/client/angular.client.ftl index d658a3e9..5d90810d 100644 --- a/src/main/client/angular.client.ftl +++ b/src/main/client/angular.client.ftl @@ -1,7 +1,7 @@ [#--noinspection ALL--] [#import "_macros.ftl" as global/] /* -* Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/csharp.client.ftl b/src/main/client/csharp.client.ftl index a3fe12db..0d2db72e 100644 --- a/src/main/client/csharp.client.ftl +++ b/src/main/client/csharp.client.ftl @@ -1,6 +1,6 @@ [#import "_macros.ftl" as global/] /* - * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/java.client.ftl b/src/main/client/java.client.ftl index 9e50cb3c..cf932f7e 100644 --- a/src/main/client/java.client.ftl +++ b/src/main/client/java.client.ftl @@ -1,6 +1,6 @@ [#import "_macros.ftl" as global/] /* - * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/java.domain.ftl b/src/main/client/java.domain.ftl index 82451eb8..3bd808f8 100644 --- a/src/main/client/java.domain.ftl +++ b/src/main/client/java.domain.ftl @@ -2,7 +2,7 @@ [#-- @ftlvariable name="packages" type="String[]" --] [#-- @ftlvariable name="types_in_use" type="String[]" --] /* - * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/java.domainNG.ftl b/src/main/client/java.domainNG.ftl index f20bad22..58b5e60c 100644 --- a/src/main/client/java.domainNG.ftl +++ b/src/main/client/java.domainNG.ftl @@ -2,7 +2,7 @@ [#-- @ftlvariable name="packages" type="String[]" --] [#-- @ftlvariable name="types_in_use" type="String[]" --] /* - * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/netcore.client.ftl b/src/main/client/netcore.client.ftl index b0eadac3..62c387a0 100644 --- a/src/main/client/netcore.client.ftl +++ b/src/main/client/netcore.client.ftl @@ -1,6 +1,6 @@ [#import "_macros.ftl" as global/] /* - * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/netcore.domain.ftl b/src/main/client/netcore.domain.ftl index 60a456a4..0031976e 100644 --- a/src/main/client/netcore.domain.ftl +++ b/src/main/client/netcore.domain.ftl @@ -1,7 +1,7 @@ [#-- @ftlvariable name="packages" type="String[]" --] [#-- @ftlvariable name="types_in_use" type="String[]" --] /* - * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/php.client.ftl b/src/main/client/php.client.ftl index 87b7ecbb..708c1d4e 100644 --- a/src/main/client/php.client.ftl +++ b/src/main/client/php.client.ftl @@ -14,7 +14,7 @@ namespace FusionAuth; /* - * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/python.client.ftl b/src/main/client/python.client.ftl index be74bf13..530aa607 100644 --- a/src/main/client/python.client.ftl +++ b/src/main/client/python.client.ftl @@ -1,6 +1,6 @@ [#import "_macros.ftl" as global/] # -# Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/ruby.client.ftl b/src/main/client/ruby.client.ftl index 235c7794..2105eb40 100644 --- a/src/main/client/ruby.client.ftl +++ b/src/main/client/ruby.client.ftl @@ -3,7 +3,7 @@ require 'ostruct' require 'fusionauth/rest_client' # -# Copyright (c) 2018-${.now?string('yyyy')}, 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 7d4ac09e33344c88741d247ee130e14f0edcde73 Mon Sep 17 00:00:00 2001 From: Brady Wied Date: Mon, 5 Jan 2026 08:28:01 -0700 Subject: [PATCH 2/4] missed on first round --- src/main/client/go.client.ftl | 2 +- src/main/client/go.domain.ftl | 2 +- src/main/client/go.domain.test.ftl | 2 +- src/main/client/netcore.client.interface.ftl | 2 +- src/main/client/netcore.client.sync.ftl | 2 +- src/main/client/typescript.client.ftl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/client/go.client.ftl b/src/main/client/go.client.ftl index 6aecd5e9..b361077a 100644 --- a/src/main/client/go.client.ftl +++ b/src/main/client/go.client.ftl @@ -1,6 +1,6 @@ [#import "_macros.ftl" as global/] /* -* Copyright (c) 2019-${.now?string('yyyy')}, 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. diff --git a/src/main/client/go.domain.ftl b/src/main/client/go.domain.ftl index a6d03b12..bfe807e1 100644 --- a/src/main/client/go.domain.ftl +++ b/src/main/client/go.domain.ftl @@ -1,7 +1,7 @@ [#-- @ftlvariable name="packages" type="String[]" --] [#-- @ftlvariable name="types_in_use" type="String[]" --] /* -* Copyright (c) 2019-${.now?string('yyyy')}, 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. diff --git a/src/main/client/go.domain.test.ftl b/src/main/client/go.domain.test.ftl index dc9568d1..5dbae934 100644 --- a/src/main/client/go.domain.test.ftl +++ b/src/main/client/go.domain.test.ftl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-${.now?string('yyyy')}, 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. diff --git a/src/main/client/netcore.client.interface.ftl b/src/main/client/netcore.client.interface.ftl index 09be1fcc..ea019777 100644 --- a/src/main/client/netcore.client.interface.ftl +++ b/src/main/client/netcore.client.interface.ftl @@ -1,6 +1,6 @@ [#import "_macros.ftl" as global/] /* - * Copyright (c) 2020-${.now?string('yyyy')}, 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. diff --git a/src/main/client/netcore.client.sync.ftl b/src/main/client/netcore.client.sync.ftl index 90df895a..c8a10172 100644 --- a/src/main/client/netcore.client.sync.ftl +++ b/src/main/client/netcore.client.sync.ftl @@ -16,7 +16,7 @@ [#return result?join(", ")/] [/#function] /* - * Copyright (c) 2020-${.now?string('yyyy')}, 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. diff --git a/src/main/client/typescript.client.ftl b/src/main/client/typescript.client.ftl index a83b8d5f..a90afaed 100644 --- a/src/main/client/typescript.client.ftl +++ b/src/main/client/typescript.client.ftl @@ -1,7 +1,7 @@ [#--noinspection ALL--] [#import "_macros.ftl" as global/] /* -* Copyright (c) 2019-${.now?string('yyyy')}, 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 387e6969f64b9ef9bee1c4ddbc0330908de2ab3e Mon Sep 17 00:00:00 2001 From: Brady Wied Date: Mon, 5 Jan 2026 09:55:44 -0700 Subject: [PATCH 3/4] Revert "missed on first round" This reverts commit 7d4ac09e33344c88741d247ee130e14f0edcde73. --- src/main/client/go.client.ftl | 2 +- src/main/client/go.domain.ftl | 2 +- src/main/client/go.domain.test.ftl | 2 +- src/main/client/netcore.client.interface.ftl | 2 +- src/main/client/netcore.client.sync.ftl | 2 +- src/main/client/typescript.client.ftl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/client/go.client.ftl b/src/main/client/go.client.ftl index b361077a..6aecd5e9 100644 --- a/src/main/client/go.client.ftl +++ b/src/main/client/go.client.ftl @@ -1,6 +1,6 @@ [#import "_macros.ftl" as global/] /* -* Copyright (c) FusionAuth, All Rights Reserved +* Copyright (c) 2019-${.now?string('yyyy')}, 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. diff --git a/src/main/client/go.domain.ftl b/src/main/client/go.domain.ftl index bfe807e1..a6d03b12 100644 --- a/src/main/client/go.domain.ftl +++ b/src/main/client/go.domain.ftl @@ -1,7 +1,7 @@ [#-- @ftlvariable name="packages" type="String[]" --] [#-- @ftlvariable name="types_in_use" type="String[]" --] /* -* Copyright (c) FusionAuth, All Rights Reserved +* Copyright (c) 2019-${.now?string('yyyy')}, 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. diff --git a/src/main/client/go.domain.test.ftl b/src/main/client/go.domain.test.ftl index 5dbae934..dc9568d1 100644 --- a/src/main/client/go.domain.test.ftl +++ b/src/main/client/go.domain.test.ftl @@ -1,5 +1,5 @@ /* -* Copyright (c) FusionAuth, All Rights Reserved +* Copyright (c) 2019-${.now?string('yyyy')}, 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. diff --git a/src/main/client/netcore.client.interface.ftl b/src/main/client/netcore.client.interface.ftl index ea019777..09be1fcc 100644 --- a/src/main/client/netcore.client.interface.ftl +++ b/src/main/client/netcore.client.interface.ftl @@ -1,6 +1,6 @@ [#import "_macros.ftl" as global/] /* - * Copyright (c) FusionAuth, All Rights Reserved + * Copyright (c) 2020-${.now?string('yyyy')}, 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. diff --git a/src/main/client/netcore.client.sync.ftl b/src/main/client/netcore.client.sync.ftl index c8a10172..90df895a 100644 --- a/src/main/client/netcore.client.sync.ftl +++ b/src/main/client/netcore.client.sync.ftl @@ -16,7 +16,7 @@ [#return result?join(", ")/] [/#function] /* - * Copyright (c) FusionAuth, All Rights Reserved + * Copyright (c) 2020-${.now?string('yyyy')}, 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. diff --git a/src/main/client/typescript.client.ftl b/src/main/client/typescript.client.ftl index a90afaed..a83b8d5f 100644 --- a/src/main/client/typescript.client.ftl +++ b/src/main/client/typescript.client.ftl @@ -1,7 +1,7 @@ [#--noinspection ALL--] [#import "_macros.ftl" as global/] /* -* Copyright (c) FusionAuth, All Rights Reserved +* Copyright (c) 2019-${.now?string('yyyy')}, 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 a289d2a5292b1fced90de8c2502fe213320f7722 Mon Sep 17 00:00:00 2001 From: Brady Wied Date: Mon, 5 Jan 2026 09:55:49 -0700 Subject: [PATCH 4/4] Revert "remove copyright year from clients" This reverts commit 193ef6b3534e29cbef4625c289fe73c79c867ce2. --- src/main/client/android.client.ftl | 2 +- src/main/client/angular.client.ftl | 2 +- src/main/client/csharp.client.ftl | 2 +- src/main/client/java.client.ftl | 2 +- src/main/client/java.domain.ftl | 2 +- src/main/client/java.domainNG.ftl | 2 +- src/main/client/netcore.client.ftl | 2 +- src/main/client/netcore.domain.ftl | 2 +- src/main/client/php.client.ftl | 2 +- src/main/client/python.client.ftl | 2 +- src/main/client/ruby.client.ftl | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/client/android.client.ftl b/src/main/client/android.client.ftl index 54500f86..cead584a 100644 --- a/src/main/client/android.client.ftl +++ b/src/main/client/android.client.ftl @@ -1,6 +1,6 @@ [#import "_macros.ftl" as global/] /* - * Copyright (c) FusionAuth, All Rights Reserved + * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/angular.client.ftl b/src/main/client/angular.client.ftl index 5d90810d..d658a3e9 100644 --- a/src/main/client/angular.client.ftl +++ b/src/main/client/angular.client.ftl @@ -1,7 +1,7 @@ [#--noinspection ALL--] [#import "_macros.ftl" as global/] /* -* Copyright (c) FusionAuth, All Rights Reserved +* Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/csharp.client.ftl b/src/main/client/csharp.client.ftl index 0d2db72e..a3fe12db 100644 --- a/src/main/client/csharp.client.ftl +++ b/src/main/client/csharp.client.ftl @@ -1,6 +1,6 @@ [#import "_macros.ftl" as global/] /* - * Copyright (c) FusionAuth, All Rights Reserved + * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/java.client.ftl b/src/main/client/java.client.ftl index cf932f7e..9e50cb3c 100644 --- a/src/main/client/java.client.ftl +++ b/src/main/client/java.client.ftl @@ -1,6 +1,6 @@ [#import "_macros.ftl" as global/] /* - * Copyright (c) FusionAuth, All Rights Reserved + * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/java.domain.ftl b/src/main/client/java.domain.ftl index 3bd808f8..82451eb8 100644 --- a/src/main/client/java.domain.ftl +++ b/src/main/client/java.domain.ftl @@ -2,7 +2,7 @@ [#-- @ftlvariable name="packages" type="String[]" --] [#-- @ftlvariable name="types_in_use" type="String[]" --] /* - * Copyright (c) FusionAuth, All Rights Reserved + * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/java.domainNG.ftl b/src/main/client/java.domainNG.ftl index 58b5e60c..f20bad22 100644 --- a/src/main/client/java.domainNG.ftl +++ b/src/main/client/java.domainNG.ftl @@ -2,7 +2,7 @@ [#-- @ftlvariable name="packages" type="String[]" --] [#-- @ftlvariable name="types_in_use" type="String[]" --] /* - * Copyright (c) FusionAuth, All Rights Reserved + * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/netcore.client.ftl b/src/main/client/netcore.client.ftl index 62c387a0..b0eadac3 100644 --- a/src/main/client/netcore.client.ftl +++ b/src/main/client/netcore.client.ftl @@ -1,6 +1,6 @@ [#import "_macros.ftl" as global/] /* - * Copyright (c) FusionAuth, All Rights Reserved + * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/netcore.domain.ftl b/src/main/client/netcore.domain.ftl index 0031976e..60a456a4 100644 --- a/src/main/client/netcore.domain.ftl +++ b/src/main/client/netcore.domain.ftl @@ -1,7 +1,7 @@ [#-- @ftlvariable name="packages" type="String[]" --] [#-- @ftlvariable name="types_in_use" type="String[]" --] /* - * Copyright (c) FusionAuth, All Rights Reserved + * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/php.client.ftl b/src/main/client/php.client.ftl index 708c1d4e..87b7ecbb 100644 --- a/src/main/client/php.client.ftl +++ b/src/main/client/php.client.ftl @@ -14,7 +14,7 @@ namespace FusionAuth; /* - * Copyright (c) FusionAuth, All Rights Reserved + * Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/python.client.ftl b/src/main/client/python.client.ftl index 530aa607..be74bf13 100644 --- a/src/main/client/python.client.ftl +++ b/src/main/client/python.client.ftl @@ -1,6 +1,6 @@ [#import "_macros.ftl" as global/] # -# Copyright (c) FusionAuth, All Rights Reserved +# Copyright (c) 2018-${.now?string('yyyy')}, 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. diff --git a/src/main/client/ruby.client.ftl b/src/main/client/ruby.client.ftl index 2105eb40..235c7794 100644 --- a/src/main/client/ruby.client.ftl +++ b/src/main/client/ruby.client.ftl @@ -3,7 +3,7 @@ require 'ostruct' require 'fusionauth/rest_client' # -# Copyright (c) FusionAuth, All Rights Reserved +# Copyright (c) 2018-${.now?string('yyyy')}, 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.