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 cead584..54500f8 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 d658a3e..5d90810 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 a3fe12d..0d2db72 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 9e50cb3..cf932f7 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 82451eb..3bd808f 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 f20bad2..58b5e60 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 b0eadac..62c387a 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 60a456a..0031976 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 87b7ecb..708c1d4 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 be74bf1..530aa60 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 235c779..2105eb4 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 6aecd5e..b361077 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 a6d03b1..bfe807e 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 dc9568d..5dbae93 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 09be1fc..ea01977 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 90df895..c8a1017 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 a83b8d5..a90afae 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 b361077..6aecd5e 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 bfe807e..a6d03b1 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 5dbae93..dc9568d 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 ea01977..09be1fc 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 c8a1017..90df895 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 a90afae..a83b8d5 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 54500f8..cead584 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 5d90810..d658a3e 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 0d2db72..a3fe12d 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 cf932f7..9e50cb3 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 3bd808f..82451eb 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 58b5e60..f20bad2 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 62c387a..b0eadac 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 0031976..60a456a 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 708c1d4..87b7ecb 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 530aa60..be74bf1 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 2105eb4..235c779 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.