From 16637a2721c6ea923b58e5bc210f95a534db7b2e Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Tue, 21 Jan 2025 08:59:54 +0000
Subject: [PATCH] Update year in generated documentation templates (#464)
---
opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl b/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl
index 5c134c7..dbb79f8 100644
--- a/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl
+++ b/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl
@@ -13,7 +13,7 @@
information: "Portions Copyright [year] [name of copyright owner]".
Copyright 2011-2017 ForgeRock AS.
- Portions Copyright ${year} 3A Systems LLC.
+ Portions Copyright 2024-${year} 3A Systems LLC.
////
[#${id}]
--
Gitblit v1.10.0